260 Commits (7d2e7f7eb3eb34860c2b28df1807a932ed632b54)

Author SHA1 Message Date
Miguel Grinberg 7d2e7f7eb3
Allow functions to be used for URL, headers and auth data in client connection (Fixes #588) 4 years ago
Miguel Grinberg 2538df8bcf
emit events to multiple rooms (Fixes #605) 4 years ago
Miguel Grinberg 66068d9e96
More descriptive error when joining a room on a bad namespace (Fixes #650) 4 years ago
Miguel Grinberg 0cc35ce8f4
Version 5.2.2dev 4 years ago
Miguel Grinberg 2ae46785d0
Release 5.2.1 4 years ago
Miguel Grinberg f4e101079f
Fixed incorrect handling of dashes inside the JSON payload of a packet (Fixes #675) 4 years ago
Miguel Grinberg 1f0c8c6ef7
Version 5.2.1dev 4 years ago
Miguel Grinberg a144c39f8b
Release 5.2.0 4 years ago
Miguel Grinberg 17d50fabb5
More instrumentation for #572 #nolog 4 years ago
Miguel Grinberg 81b0b849bd
Configure the JSON decoder for safer parsing 4 years ago
Miguel Grinberg 09cb411776
Made parsing of id field of Socket.IO packet faster and more robust 4 years ago
Miguel Grinberg 8d1aeb2e40
Correct use of a trailing comma in Socket.IO packets with no id or data (Fixes #671) 4 years ago
Miguel Grinberg a07eedf54e
Pass custom authentication data with client connection (Fixes #661) 4 years ago
Miguel Grinberg 9b3ffc2725
Version 5.1.1dev 4 years ago
Miguel Grinberg 4f631aaa79
Release 5.1.0 4 years ago
Miguel Grinberg 6f812ef8e4
Catch all possible Redis errors (Fixes #635) 4 years ago
Ed Serzo 54180987cd
Reset message queue sleep timer upon reconnect 4 years ago
Miguel Grinberg 4da6d74f56
Added wait argument to client's connect method (Fixes #634) 4 years ago
Miguel Grinberg bff76c432c
Fixed bad event object used by asyncio client reconnect logic (Fixes #622) 4 years ago
Miguel Grinberg 11b6f1a08d
Pass auth information sent by client to the connect handler 4 years ago
Miguel Grinberg 3349b024d5
Invoke the disconnect handler when the client initiates a disconnection (Fixes #594) 4 years ago
Miguel Grinberg 91795041d3
Version 5.0.5dev 4 years ago
Miguel Grinberg bc668e86aa
Release 5.0.4 4 years ago
Arpit Jain c809774c3e
Fix typos in the manual (#599) 4 years ago
Miguel Grinberg 251fee1763
Updated documentation options (Fixes #597) 4 years ago
Miguel Grinberg 314971c8a0
Include error message and arguments in CONNECT_ERROR packet (Fixes #590) 4 years ago
Miguel Grinberg f0dddfc3e3
Version 5.0.4dev 4 years ago
Miguel Grinberg 76a1804937
Release 5.0.3 4 years ago
Miguel Grinberg a61d59c02a
Correct handling of user session (Fixes #585) 4 years ago
Miguel Grinberg bcdf9bb009
Performace tuning 4 years ago
Miguel Grinberg 7f6a3355bd
Version 5.0.3dev 4 years ago
Miguel Grinberg 3a5e3b13d4
Release 5.0.2 4 years ago
Miguel Grinberg 2e71c22c6d Return environ dictionary for a client 4 years ago
Miguel Grinberg 9b26bfd94f
Version 5.0.2dev 4 years ago
Miguel Grinberg 061ee73920
Release 5.0.1 4 years ago
Miguel Grinberg 805b33fa7d
Conversion from Socket.IO sid to Engine.IO sid 4 years ago
Miguel Grinberg 7b327f8a13
Version 5.0.1dev 4 years ago
Miguel Grinberg 1c63e98198
Release 5.0.0 4 years ago
Miguel Grinberg f6eeedb767
Remove dependency on the six package 4 years ago
Miguel Grinberg 0ecfbf593d
v5 protocol: server unit tests 4 years ago
Miguel Grinberg 0c91e92eb1
v5 protocol: client unit tests 4 years ago
Miguel Grinberg a4cc0b2c5b
v5 protocol: client manager unit tests 4 years ago
Miguel Grinberg 308b0c8eeb
v5 protocol: handle per-namespace sids in base manager 4 years ago
Miguel Grinberg 49822e6919
v5 protocol: do not connect the default namespace unless requested explicitly 4 years ago
Miguel Grinberg 4940fc1e1e
v5 protocol: rename ERROR packet to CONNECT_ERROR 4 years ago
Miguel Grinberg 9270a5bcf8
remove unnecessary binary argument 4 years ago
Miguel Grinberg 76820b90ab
Version 4.6.2dev 4 years ago
Miguel Grinberg 0d3507e1d3
Release 4.6.1 4 years ago
Miguel Grinberg 3ac3437af7
Document the user of tuples when emitting 5 years ago
David Brooks 8107216848
Allow for no original signal handler (#517). (#518) 5 years ago