da611e8719
- update to 0.13.0: * Support for Python < 3.6 has been dropped. * SNI is enabled when connecting to an SSL target as an SSL client. * The TokenRedis plugin handles namespaces. * Headers are sanitized before being passed to authentication plugins.
Dirk Mueller2025-11-10 08:20:50 +00:00
f519bb4fcc
- update to 0.12.0: * The simplejson module is no longer needed for redis token support * redis tokens can now be either JSON or plain text * websockify can now listen to a Unix socket for incoming connections * Command line now supports disabling directory listings * Basic Dockerfile included - update to 0.5.1:
Dirk Mueller2024-10-19 11:52:37 +00:00
8ed15f6b79
- Update to 0.9.0: * Base64 support removed and binary mode is now required * Low level WebSocket protocol handling now has its own class * Authentication now optionally required for web server * Server hostname can be used as the token * JWT/JWS/JWE can be used for the token * redis can be used for the token * Can now log to syslog * Improved latency by disabling Nagle for proxied connection * Added client certificate authentication * Support for password protected certificate key file * TLS ciphers and options are now configurable * Can be invoked via inetd * Lots of minor fixes... - Remove upstream merged: * u_added_jwt_tokens_capability.patch * u_Add-support-for-inetd.patch * u_Fix-inetd-mode-on-python-2.patch * fix-tests-py3.6.patch - Drop suse specific PyJWT-token-plugin.patch, will be easier to actually pull in new dependency on jwcrypto if needed * The tests were failing when using PyJWT...
Tomáš Chvátal
2019-08-19 09:46:22 +00:00
6c3b706b91
Accepting request 692329 from home:cbosdonnat:branches:devel:languages:python
Dirk Mueller2019-04-08 19:19:40 +00:00
1f009b45f8
Accepting request 674444 from devel:languages:python
Stephan Kulow
2019-02-24 16:05:13 +00:00
63bbab0f72
- Execute tests - Switch to github tarball to get tests - Add patch to fix tests on python 3.6+: * fix-tests-py3.6.patch
Tomáš Chvátal
2019-02-13 09:43:01 +00:00
bd0a54897f
Accepting request 674430 from home:cbosdonnat:branches:devel:languages:python
Tomáš Chvátal
2019-02-13 09:20:18 +00:00
a50ed44953
- update to 0.8.0: * Make websockify properly terminate children on SIGTERM (#226) * Remove logging in signal handlers (this can cause Python to hang under certain conditions) (#219) * Make it easier to log to a file (#205) * Add support for IPv6 addresses in tokens in the TokenFile token plugins (#197) * Improve auth plugin framework to enable better support for HTTP auth (#194, #201) * Fix bug in JSONTokenAPI token plugin (#192) * Fix a missing variable in the exception handler (#178) * Python 3 support fixes (#140, #155, #159) * Generic token-parsing plugins support (#162) * Generic authentication plugins support (#172) * Fixed frame corruption on big-endian systems (#161) * Support heartbeats (via PING) and automatic responses to PONG (#169) * Automatically reject unmasked client frames by default (strict mode) (#174) * Automatically restart interrupted select calls (#175) * Make 'run' respect environment settings (including virtualenv) (#176)
Dirk Mueller2016-05-02 20:50:33 +00:00