websockify/websockify
Pierre Ossman b46fab5608 Make sure the port is a simple string
getaddrinfo() gladly allows unicode for the host, but the port must
be in ascii (e.g. "https"). Make sure this is properly converted
before we pass it on.

Patch by @caderize on GitHub.
2019-07-03 12:29:02 +02:00
..
__init__.py Don't use implicit relative imports 2015-02-03 16:52:29 -05:00
__main__.py Add a __main__.py file for invocation as a module 2019-06-13 17:16:25 +02:00
auth_plugins.py novnc redis backed token_plyugins.py 2019-04-29 20:32:04 +02:00
sysloghandler.py Syslog now RFC 5424 compliant and properly identified. 2018-08-28 19:52:47 +01:00
token_plugins.py Make sure the port is a simple string 2019-07-03 12:29:02 +02:00
websocket.py fix handling of code: invalid unpacking, undefined variable in error path, missing argument 2019-02-23 12:37:16 +07:00
websocketproxy.py [websocketproxy] Fixed base class call to process_request() when using 2019-05-15 14:58:47 +02:00
websocketserver.py Change WebSocket request handler to a mix-in 2018-08-15 17:07:37 +02:00
websockifyserver.py Use client IP in logs, not host 2019-04-25 10:05:14 +02:00