コミット履歴

作者 SHA1 メッセージ 日付
  Taddeus Kroes 8db0a06cdc Fixed bug where default extension parameters were ignored 12 年 前
  Taddeus Kroes 4388fc5c65 Minor bugfixes 12 年 前
  Taddeus Kroes 0c45c1c435 Implemented connection hooks, cleaned up some code 12 年 前
  Taddeus Kroes d81c978972 Fixed bug leading to tuple unpack exception 12 年 前
  Taddeus Kroes dbe4eecf0b Improved Server contructor arguments 12 年 前
  Taddeus Kroes c140e422c0 Fixed a bug where arguments weren't passed correctly in a constructor 12 年 前
  Taddeus Kroes d7bb15e152 Bugfix & added some docs 12 年 前
  Taddeus Kroes 3adddef03e Corrected typo 12 年 前
  Taddeus Kroes 502949bc07 Code cleanup 12 年 前
  Taddeus Kroes e465862ff0 Revised extension instantiation, now 'hooks' are installed which are cleaner and more flexible 12 年 前
  Taddeus Kroes 6efb88078d Added some comments + input checking + template for multiplex extension 12 年 前
  Taddeus Kroes a400500e23 Code cleanup 12 年 前
  Taddeus Kroes 7d246d5dba Implemented extensions in handshakes and installed extension hooks in websocket 12 年 前
  Taddeus Kroes 815fe7bb75 Added xtension registration function 12 年 前
  Taddeus Kroes f281e9abf3 Worked on extensions 12 年 前
  Taddeus Kroes 9d12f4e587 Added draft for extensions implementation 12 年 前
  Taddeus Kroes c1bcd85291 Added setup script 12 年 前
  Taddeus Kroes 369b3685e9 Removed obsolete class references 12 年 前
  Taddeus Kroes 5e9b432e06 Changed Server arguments 'hostname' and 'port' to an 'address' tuple for consistency 12 年 前
  Taddeus Kroes 5034eae47c Documentation 12 年 前
  Taddeus Kroes b4bd4350b5 Removed JSONMessage class because of inconsistency, use TextMessage instead 12 年 前
  Taddeus Kroes 59e0a6badd Removed finished item from TODO list 12 年 前
  Taddeus Kroes e123fe7f85 onclose() handlers should now be invoked properly and TCP sockets should be closed when a server stops serving 12 年 前
  Taddeus Kroes bfbe3934e5 Revised server-side connection closing and added a timeout to waiting for CLOSE frames 12 年 前
  Stijn 64a1553c12 Fixed issue where connection fails in webkit-based browsers 12 年 前
  Stijn 80538863f6 Fixed issue where server crashes when client closes connection 12 年 前
  Taddeus Kroes 6303f5188c Some small header fixes 12 年 前
  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 年 前