summaryrefslogtreecommitdiff
path: root/websockify/websockifyserver.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/shiomax/websockifyPierre Ossman2022-12-221-32/+60
|\
| * Add option to listen to unix socketmax2022-12-141-32/+60
* | Don't include default message to send_error()Pierre Ossman2022-11-161-3/+3
* | Add new websocket class HttpWebSocketLinn Mattsson2022-11-081-2/+2
|/
* Remove support for older PythonPierre Ossman2020-12-141-53/+26
* fix a typoRyo Ota2020-11-181-1/+1
* fixed a bug in the function of send_frames.JasonYang2020-11-101-1/+1
* Require same arguments on insufficient socket spacePierre Ossman2020-09-301-8/+2
* Use client IP in logs, not hostPierre Ossman2019-04-251-1/+1
* Re-enable Windows supportPierre Ossman2019-04-021-3/+0
* Rename certificate key password optionTommy Brunn2019-03-041-3/+3
* Add option for cert key passwordTommy Brunn2019-03-021-2/+3
* Change WebSocket request handler to a mix-inPierre Ossman2018-08-151-5/+5
* Enable setting SSL ciphers and SSL optionsTomasz Barański2018-07-051-1/+6
* Added --host-token to allow choosing target by hostname.josedpedroso2018-07-051-0/+1
* Added --web-auth option to require authentication to access the webserver.josedpedroso2018-07-051-2/+16
* Make recording Python 3 compatiblePierre Ossman2018-04-051-2/+6
* Clean up after request handlerPierre Ossman2018-03-191-0/+1
* Make sure ping/pong data is in the correct typePierre Ossman2018-02-281-2/+2
* Merge branch 'empty-message' of https://github.com/andersk/websockifyPierre Ossman2017-11-131-1/+1
|\
| * Do not confuse an empty message with a closed connectionAnders Kaseorg2017-11-101-1/+1
* | Do not use base except: clausesAnders Kaseorg2017-11-101-2/+5
|/
* fixed: ssl call error at function load_cert_chain.wention2017-11-091-1/+4
* Merge branch 'ssl_clientdn_validation' of https://github.com/hoehermann/webso...Pierre Ossman2017-10-301-7/+28
|\
| * Added SSL-certificate-based client authentication.Hermann Höhne2017-10-261-7/+28
* | Only start termination process oncePierre Ossman2017-10-271-1/+4
* | Don't log clients that don't send any requestPierre Ossman2017-10-271-2/+2
|/
* Merge branch 'master' of https://github.com/michalsrb/websockifyPierre Ossman2017-08-141-10/+22
|\
| * Fix inetd mode on Python 2.Michal Srb2017-08-141-0/+4
| * Add support for inetd.Michal Srb2017-08-141-10/+18
* | Remove stray comma in signal handler setupPierre Ossman2017-08-141-1/+1
|/
* Prevent startup on WindowsPierre Ossman2017-06-151-0/+3
* Work around lack of SIGCHLD on WindowsSolly Ross2017-06-151-2/+4
* Be backwards compatible with older websockify clientsPierre Ossman2017-02-081-0/+10
* Remove last bits of Flash WebSocket emulationPierre Ossman2017-02-031-9/+0
* Split out basic WebSocket server templatePierre Ossman2017-02-011-0/+796