f30ad05c70Fix#97: rebind.so not found when installed
Joel Martin
2013-09-27 07:42:57 -0500
354dd6b0a2Enable Process Reaping in All Conditions
directxman12
2013-09-20 14:12:35 -0400
e06de83295Fixed wiki reference
Martin From
2013-09-09 11:32:57 +0200
028b68b38aAdd logger for websockify
Rohit Karajgi
2013-07-24 05:43:23 -0700
ab389d4e71Merge pull request #85 from dillaman/master
Joel Martin
2013-07-02 10:55:53 -0700
eee946d2cffixed 1.8 compatibility bug for OpenSSL::SSL::SSLSocket#read_nonblock vs #readpartial tested in 1.8 and 2.0
chrislee35
2013-07-02 22:16:01 +0900
73af324a3aadding SSL support and Ruby1.9 support
chrislee35
2013-07-02 21:38:22 +0900
4f356d99bbEliminate attribute errors on last code/msg
Rafi Khardalian
2013-03-22 17:18:47 -0700
ed109d7ec8Fix Python3 compatibility when using --libserver.
Peter Åstrand (astrand)
2013-03-20 15:09:58 +0100
bc917863e0Improved class documentation.
Peter Åstrand (astrand)
2013-03-20 13:30:16 +0100
e964c1edffLet our ProxyRequestHandler be default. This allows you to inherit from WebSocketProxy without having to specify handler class.
Peter Åstrand (astrand)
2013-03-20 11:34:46 +0100
f5e42ff6f4Move WebSocketProxy class so that it is defined after the requesthandler. Removed comments about above/below which does not make sense any longer. No functional changes.
Peter Åstrand (astrand)
2013-03-20 11:30:38 +0100
f594d70dafRemoved unused import of SimpleHTTPRequestHandler.
Peter Åstrand (astrand)
2013-03-20 11:00:34 +0100
d0608a63b6Make echo.py and load.py work again, after the refactoring of websocket.py:
Peter Åstrand (astrand)
2013-03-20 10:03:04 +0100
09f3ec7125Rename self.client to self.request, ie adapt to:
Peter Åstrand (astrand)
2013-03-20 09:03:18 +0100
95593ac4bfMerge branch 'master' of github.com:astrand/websockify
Peter Åstrand (astrand)
2013-03-18 14:59:03 +0100
1eecc7b17aMerge remote branch 'upstream/master'
Peter Åstrand (astrand)
2013-03-18 14:50:46 +0100
b05b773bd7Corrected last commit.
Peter Åstrand (astrand)
2013-03-18 13:25:53 +0100
debc926612Renamed CustomProxyServer to WebSocketProxy; this was the earlier name.
Peter Åstrand (astrand)
2013-03-18 13:22:48 +0100
70eb75a3e6Fix error with modern Python 2.X versions:
Peter Åstrand (astrand)
2013-03-18 12:04:50 +0100
903198a724tests: use new module path and remove Hixie code.
Joel Martin
2013-03-14 12:24:58 -0500
7b3dd8a6f5Try to solve https://github.com/kanaka/websockify/issues/71 by refactoring. Basically, we are dividing WebSocketServer into two classes: One request handler following the SocketServer Requesthandler API, and one optional server engine. The standard Python SocketServer engine can also be used.
Peter Åstrand (astrand)
2013-03-14 16:07:40 +0100
4e3388964aPrepare for fixing https://github.com/kanaka/websockify/issues/71: Move around functions and methods, so that connection-related and server-related stuff are close together.
Peter Åstrand (astrand)
2013-03-14 15:50:49 +0100
db6a7e3e28Update to version 0.4.1
v0.4.1
Joel Martin
2013-03-12 13:46:45 -0500
d9aedfe7d3Update to version 0.4.0
v0.4.0
Joel Martin
2013-03-12 13:10:53 -0500
b2fe57c950Remove support for old Hixie protocols. Hybi protocols 7 and 8 are still supported, in addition to protocol 13 - RFC 6455.
Peter Åstrand (astrand)
2013-03-04 09:38:29 +0100
805026360eUse Buffer base64 support instead of pkrumins/node-base64
Joel Martin
2013-02-19 13:12:10 -0600
3d37d21b5fUpdate to version 0.3.0 and upload to pypi.
v0.3.0
Joel Martin
2013-01-15 11:49:08 -0600
2dc9118cc5Added to --auth-token option instead of using env vars, seems cleaner.
Matthew Balman
2012-11-30 21:34:04 +0000
734cc19c86added more hooks, passed more env_vars, more security, more awesome
Matthew Balman
2012-11-30 19:34:47 +0000
c33f0b52e7In Opera 12.10, set binaryType earlier.
Joel Martin
2012-11-14 12:24:08 -0500
1d795c0643Pull include/util.js from noVNC.
Joel Martin
2012-11-01 11:07:26 -0500
c00c0eed1awebsocket.py: close lsock on stop.
Joel Martin
2012-10-31 12:04:16 -0500
47fb367486websocketproxy.py: fix for python2.4
Joel Martin
2012-10-30 08:34:47 -0500
5e16b38524websocketproxy.py: put client socket handling first.
Joel Martin
2012-10-29 18:12:54 -0500
c728f43c63README.md: clarify binary vs base64 negotiation.
Joel Martin
2012-10-29 17:17:56 -0500
d1458d0063websocketproxy.py: better missing token exception.
Joel Martin
2012-10-29 17:05:23 -0500
66d772a6bcIgnore other/node_modules directory (node.js modules).
Joel Martin
2012-10-29 17:04:39 -0500
a670af376ewebsockify.js: add encrypted HTTPS/WSS support.
Joel Martin
2012-10-29 16:59:46 -0500
16691395e0websock.js: use iteration to receive binary data
Joel Martin
2012-10-26 18:01:35 -0500
3018cf8c1awebsockify.js: executable, fix usage statement.
Joel Martin
2012-10-26 18:01:05 -0500
6a126405bdwebsockify.js: binary data, better logs and err handling.
Joel Martin
2012-10-26 15:47:36 -0500
ee2f269c06websocket.py: fix recording and refactor unmask.
Joel Martin
2012-10-17 11:54:59 -0500