47 Commits (3b702da590a0788d370bfd08c7db9bef7d041cf9)

Author SHA1 Message Date
Miguel Grinberg 9350775634
fixed memory leak on rejected connections for asyncio 8 years ago
Miguel Grinberg 66e17fb387
fixed memory leak on rejected connections 8 years ago
Miguel Grinberg 7f02f7aaa9
JavaScript client sends query string attached to namespace 8 years ago
Miguel Grinberg af81132610
pass redis password in the URL 8 years ago
Miguel Grinberg 93f70dc9e1
async_handlers option for asyncio servers 8 years ago
Miguel Grinberg 3ae013b90e validate namespace in disconnect call 8 years ago
Miguel Grinberg ce44133acd redis message queue for asyncio 8 years ago
Miguel Grinberg 43788db7a7 asyncio documentation and various fixes 8 years ago
Miguel Grinberg 6f41206f7d async namespaces, and more unit tests 8 years ago
Miguel Grinberg 763583226a a few asyncio related fixes 8 years ago
Miguel Grinberg 53d10d9f32 asyncio support 8 years ago
Miguel Grinberg 940d262a1e allow event names with hyphens 8 years ago
Aleksandr Kurlov 4f35e67e42 Fixed hyphens namcespace bug 8 years ago
Miguel Grinberg 3eac53261b Added "ignore_queue" option to bypass message queue in emits 8 years ago
Miguel Grinberg da2d141e8d put clients in a pre-disconnect state while their disconnect handler runs 9 years ago
Miguel Grinberg a58c184b0f do not disconnect an already disconnected client 9 years ago
Miguel Grinberg 2d39058b7c add async_handlers option to server 9 years ago
Miguel Grinberg 214abc8d31 minor class-based namespace fixes 9 years ago
Miguel Grinberg 7bc329a12d class-based namespaces 9 years ago
Miguel Grinberg 544b01ad3d Handle empty argument list for callbacks 9 years ago
Miguel Grinberg 024609e10e Fix race condition in handling of binary attachments 9 years ago
Miguel Grinberg a6838a233d Do not allow event names with hyphens in them 9 years ago
Miguel Grinberg a3ae2a9384 add unit test for sleep function 9 years ago
Miguel Grinberg b6df63d849 delay start of message queue listener thread until first request comes 9 years ago
Patrick Decat 626499cd45 Avoid KeyError when no room exists 9 years ago
Miguel Grinberg 370db6488b Eliminate problematic _clean_rooms method 9 years ago
Miguel Grinberg 259f98d3cd Expand tuples to multiple arguments, but not lists 9 years ago
Miguel Grinberg 57756e3bdc Add write_only argument to Kombu and Redis manager classes 9 years ago
Miguel Grinberg 6ae89688d7 do not allow callbacks outside of a server context 9 years ago
Miguel Grinberg 71142aa2db pubsub unit tests 9 years ago
Miguel Grinberg 63f5ed3429 Support for callbacks across servers 9 years ago
Miguel Grinberg 47620bbebd initial implementation of inter-process communication 10 years ago
Miguel Grinberg a72f2dfb05 Correctly handle payloads that are empty lists or dictionaries (fixes #5) 10 years ago
Miguel Grinberg d31d167c78 support packets with empty payload given as an integer 10 years ago
Miguel Grinberg 4a4ba41d0c fixed regression introduced in latest release with ack ids 10 years ago
Miguel Grinberg 5bb6c9da7d Cleaned up the interface to provide a custom client manager 10 years ago
Miguel Grinberg ad12b837be Move ack functionality into BaseManager class 10 years ago
Miguel Grinberg 171008023e Fix executable bits in several files 10 years ago
Miguel Grinberg 37cd746a8e Added transport method to server class 10 years ago
Miguel Grinberg f396732088 Allow application to provide a custom JSON encoder/decoder. 10 years ago
Miguel Grinberg 4cb5151363 Improved handling of logging 10 years ago
Miguel Grinberg 9cee03859c Fixed executable bit on several files 10 years ago
Miguel Grinberg 8e570789aa Added support for gevent and standard threads besides eventlet 10 years ago
Miguel Grinberg 5633917201 added server disconnect support 10 years ago
Miguel Grinberg 19042e1570 allow events to be sent from the connect handler 10 years ago
Miguel Grinberg d4cd9de799 Return the rooms a client is in 10 years ago
Miguel Grinberg aa2e146a60 Initial commit 10 years ago