summaryrefslogtreecommitdiff
path: root/websockify
Commit message (Expand)AuthorAgeFilesLines
* Allow empty options in redis token source string when using default valuesJavier Cacheiro2023-01-191-4/+21
* Token Redis: Support both json and plain text tokensJavier Cacheiro2023-01-191-8/+37
* Token Redis source: add optional redis port, redis database and redis passwordJavier Cacheiro2023-01-191-10/+45
* Remove simplejson dependency: use json module from stdlib.Javier Cacheiro2023-01-191-7/+6
* Merge branch 'master' of https://github.com/shiomax/websockifyPierre Ossman2022-12-222-34/+78
|\
| * Add option to listen to unix socketmax2022-12-142-34/+78
* | Insert rebinder at the head of the (possibly empty) LD_PRELOAD pathlist,Adam Tilghman2022-11-161-1/+4
* | Don't include default message to send_error()Pierre Ossman2022-11-161-3/+3
* | Remove logging from handle_upgrade()Linn Mattsson2022-11-081-2/+0
* | Add new websocket class HttpWebSocketLinn Mattsson2022-11-082-4/+21
* | Make websocket's API more intuitiveLinn Mattsson2022-11-081-15/+27
* | expose --file-only option to disable dir listingManoj Ghosh2022-10-181-0/+2
* | Merge branch 'master' of https://github.com/msnatepg/websockifyPierre Ossman2022-10-101-0/+22
|\ \
| * | ensure that queues are empty when closing connectionsMaximilian Sesterhenn2022-10-071-0/+22
* | | Merge branch 'verbose_logging' of https://github.com/javicacheiro/websockifyPierre Ossman2022-08-181-4/+3
|\ \ \ | |/ / |/| |
| * | When using verbose set root log level to DEBUGJavier Cacheiro2022-05-031-4/+3
* | | Support for jwcrypto>=1.3Javier Cacheiro2022-05-251-2/+2
|/ /
* | Add more alternatives to usage stringPierre Ossman2022-04-221-0/+4
| |
| \
*-. \ Merge branches 'use_logging' and 'fix_logging_configuration' of https://githu...Pierre Ossman2022-04-142-31/+38
|\ \ \ | |_|/ |/| |
| | * Apply configuration to the root loggerJavier Cacheiro2022-04-131-8/+11
| |/ |/|
| * Use logging instead of directly printing messages to sys.stderrJavier Cacheiro2022-04-131-23/+27
|/
* Merge branch 'sisou/split-tokens-tab' of https://github.com/sisou/websockifyPierre Ossman2021-04-161-1/+2
|\
| * Split token file by any whitespace after the colon, not just a spaceSören Schwert2020-07-281-1/+2
* | Use older PROTOCOL_SSLv23 instead of PROTOCOL_TLSPierre Ossman2021-02-081-3/+3
* | add details on format of redis and leave port as numberPexMor2021-02-071-7/+38
* | Added JWT nbf, not beforeJavier Prieto2021-01-271-0/+6
* | Added exp claim for JWT tokenJavier Prieto2021-01-271-0/+7
* | Use frombytes() instead of fromstring()Pierre Ossman2020-12-141-4/+4
* | Remove support for older PythonPierre Ossman2020-12-147-182/+78
* | Add more search paths for rebind.soPierre Ossman2020-12-041-0/+1
* | 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-302-21/+72
* | Add type checking when sendning dataPierre Ossman2020-09-301-0/+9
* | Allow sending empty messagesPierre Ossman2020-09-301-2/+4
* | Fix bad reset of fragmented framePierre Ossman2020-08-211-1/+1
* | Convert old print statement into functionSören Schwert2020-07-281-1/+1
|/
* Add UnixDomainSocketDirectory token pluginFeng Ye2020-03-181-1/+29
* Make sure port is a simple string (again)Pierre Ossman2020-02-271-2/+3
* Log connection errors betterPierre Ossman2020-02-271-3/+3
* Make sure the port is a simple stringPierre Ossman2019-07-031-2/+4
* Add a __main__.py file for invocation as a moduleSkia2019-06-131-0/+4
* Make TokenRedis optionalPierre Ossman2019-05-241-17/+18
* [websocketproxy] Fixed base class call to process_request() when usingGiuseppe Corbelli2019-05-151-1/+1
* Merge branch 'master' of https://github.com/PexMor/websockifyPierre Ossman2019-05-092-1/+21
|\
| * novnc redis backed token_plyugins.pyPexMor2019-04-292-1/+21
* | Use client IP in logs, not hostPierre Ossman2019-04-251-1/+1
|/
* Re-enable Windows supportPierre Ossman2019-04-021-3/+0
* Use ThreadingMixIn for the simple serverPierre Ossman2019-04-021-3/+3
* Rename certificate key password optionTommy Brunn2019-03-042-4/+4