コミット履歴

作者 SHA1 メッセージ 日付
  Taddeus Kroes ee818ad017 Updated external copyright header with download link 12 年 前
  Taddeus Kroes a1721eeb57 Changed receive() to recv() on Connection class to generalize the API 12 年 前
  Taddeus Kroes ba21de4a2c Refactored handshaking process, moved it to a separate file, implemented HTTP authentication 12 年 前
  Taddeus Kroes a215384a15 Added support for Origin checking (both client- and server-side) 12 年 前
  Taddeus Kroes b561904233 Applied pyflakes & pep8 12 年 前
  Taddeus Kroes 667d611527 Implemented HTTP redirect and authentication in client handshake 12 年 前
  Taddeus Kroes 8f15e28308 Implemented client handshake, and did some corresponding debugging 12 年 前
  Taddeus Kroes 6d2cf25d8d Added SSL support (wss://...), updated some docs 12 年 前
  Taddeus Kroes a942e6bb1a Added initialization to prevent error 12 年 前
  Taddeus Kroes 7c668d5711 Output fix on test page 12 年 前
  Taddeus Kroes d232216de1 Fixed handshake error (base64 encoding bug) 12 年 前
  Taddeus Kroes 85101b27bb Improved Frame stringification 12 年 前
  Taddeus Kroes 3be38d234a Added item to TODO list 12 年 前
  Taddeus Kroes 627e504a6c Added missing CLOSE code and reason params 12 年 前
  Taddeus Kroes 92410324ff Added missing close() method, typing bugfix, removed debug code 12 年 前
  Taddeus Kroes 57af2bf190 Improved CLOSE handshake implementation, it should work now... 12 年 前
  Taddeus Kroes f44555a8e3 Removed needless curses dependency 12 年 前
  Taddeus Kroes fa6f57d655 Started testing and debugging: 12 年 前
  Taddeus Kroes 6807fc3fb3 Changed onexception() to onerror(), fixed some typo's 12 年 前
  Taddeus Kroes 6641c0c452 Code cleanup 12 年 前
  Taddeus Kroes bd6d116d75 Added JSONMessage and some comments + code cleanup 12 年 前
  Taddeus Kroes a6952f5b27 Changed InvalidRequest to HandshakeError 13 年 前
  Taddeus Kroes 26c511bd59 Some typo bugfixes 13 年 前
  Taddeus Kroes 5b8b8d819d Some typo bugfixes 13 年 前
  Taddeus Kroes ca2b552ac3 websocket class now supports a list of supported extensions (framing part is not implemented yet) 13 年 前
  Taddeus Kroes c7572ccb01 Improved frame masking accessibily in various high-level functions 13 年 前
  Taddeus Kroes 53d9f210ab Rewrote Server/Client using new websocket API 13 年 前
  Taddeus Kroes 1d1413925a Prettified README 13 年 前
  Taddeus Kroes c3877e2343 Corrected typo in comment 13 年 前
  Taddeus Kroes 8681bf7555 Prettified Message stringification 13 年 前