Commit History

Author SHA1 Message Date
  Taddeus Kroes e123fe7f85 onclose() handlers should now be invoked properly and TCP sockets should be closed when a server stops serving 12 years ago
  Taddeus Kroes bfbe3934e5 Revised server-side connection closing and added a timeout to waiting for CLOSE frames 12 years ago
  Stijn 64a1553c12 Fixed issue where connection fails in webkit-based browsers 12 years ago
  Stijn 80538863f6 Fixed issue where server crashes when client closes connection 12 years ago
  Taddeus Kroes 6303f5188c Some small header fixes 12 years ago
  Taddeus Kroes ee818ad017 Updated external copyright header with download link 12 years ago
  Taddeus Kroes a1721eeb57 Changed receive() to recv() on Connection class to generalize the API 12 years ago
  Taddeus Kroes ba21de4a2c Refactored handshaking process, moved it to a separate file, implemented HTTP authentication 12 years ago
  Taddeus Kroes a215384a15 Added support for Origin checking (both client- and server-side) 12 years ago
  Taddeus Kroes b561904233 Applied pyflakes & pep8 12 years ago
  Taddeus Kroes 667d611527 Implemented HTTP redirect and authentication in client handshake 12 years ago
  Taddeus Kroes 8f15e28308 Implemented client handshake, and did some corresponding debugging 12 years ago
  Taddeus Kroes 6d2cf25d8d Added SSL support (wss://...), updated some docs 12 years ago
  Taddeus Kroes a942e6bb1a Added initialization to prevent error 12 years ago
  Taddeus Kroes 7c668d5711 Output fix on test page 12 years ago
  Taddeus Kroes d232216de1 Fixed handshake error (base64 encoding bug) 12 years ago
  Taddeus Kroes 85101b27bb Improved Frame stringification 12 years ago
  Taddeus Kroes 3be38d234a Added item to TODO list 12 years ago
  Taddeus Kroes 627e504a6c Added missing CLOSE code and reason params 12 years ago
  Taddeus Kroes 92410324ff Added missing close() method, typing bugfix, removed debug code 12 years ago
  Taddeus Kroes 57af2bf190 Improved CLOSE handshake implementation, it should work now... 12 years ago
  Taddeus Kroes f44555a8e3 Removed needless curses dependency 12 years ago
  Taddeus Kroes fa6f57d655 Started testing and debugging: 12 years ago
  Taddeus Kroes 6807fc3fb3 Changed onexception() to onerror(), fixed some typo's 12 years ago
  Taddeus Kroes 6641c0c452 Code cleanup 12 years ago
  Taddeus Kroes bd6d116d75 Added JSONMessage and some comments + code cleanup 12 years ago
  Taddeus Kroes a6952f5b27 Changed InvalidRequest to HandshakeError 13 years ago
  Taddeus Kroes 26c511bd59 Some typo bugfixes 13 years ago
  Taddeus Kroes 5b8b8d819d Some typo bugfixes 13 years ago
  Taddeus Kroes ca2b552ac3 websocket class now supports a list of supported extensions (framing part is not implemented yet) 13 years ago