Historique des commits

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