Miguel Grinberg
|
268fe12ffa
|
Do not send ACK packet for unknown events (Fixes #824)
|
3 years ago |
Miguel Grinberg
|
44715012dc
|
Server refuses connections on unknown namespaces (Fixes #822)
|
3 years ago |
Miguel Grinberg
|
28569d48ad
|
Catch-all event handlers
|
4 years ago |
Miguel Grinberg
|
cb1b8ec74b
|
Return error packet if client connects to an already connected namespace
|
4 years ago |
Miguel Grinberg
|
5159e84c49
|
Support msgpack and custom packet serializers (Fixes #749)
|
4 years ago |
Miguel Grinberg
|
81b0b849bd
|
Configure the JSON decoder for safer parsing
|
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
|
11b6f1a08d
|
Pass auth information sent by client to the connect handler
|
4 years ago |
Miguel Grinberg
|
314971c8a0
|
Include error message and arguments in CONNECT_ERROR packet (Fixes #590)
|
4 years ago |
Miguel Grinberg
|
a61d59c02a
|
Correct handling of user session (Fixes #585)
|
4 years ago |
Miguel Grinberg
|
2e71c22c6d
|
Return environ dictionary for a client
|
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
|
a4f9992d34
|
simplify asserts in unit tests
|
5 years ago |
Miguel Grinberg
|
8d08096dc4
|
Improved handling of rejected connections (#391 #487 #447)
|
5 years ago |
tt2468
|
bbb9a7f0b6
|
Require a recipient in `call()` method (Fixes #476)
|
5 years ago |
Miguel Grinberg
|
913c68a338
|
add missing unit tests #nolog
|
5 years ago |
Miguel Grinberg
|
f1a2e545c8
|
missing unit tests #nolog
|
5 years ago |
Miguel Grinberg
|
805d5f3741
|
Support the connect_error event in the client (Fixes #344)
|
5 years ago |
Miguel Grinberg
|
a839a36fa0
|
do not dispatch events for disconnected namespaces (Fixes #333)
|
6 years ago |
Miguel Grinberg
|
8a4e5ffa5c
|
added "to" parameter as an alias to "room"
|
6 years ago |
Miguel Grinberg
|
70ebfdbfa1
|
New @event decorator for handler registration
|
6 years ago |
Miguel Grinberg
|
18fa5286c7
|
flake8 fixes
|
6 years ago |
Miguel Grinberg
|
9ddc860391
|
fix python 2 unit test
|
6 years ago |
Miguel Grinberg
|
fe6b31175d
|
add always_connect option to previous fix optional
|
6 years ago |
Miguel Grinberg
|
0db35c87e9
|
send connect packet before invoking connect handler
|
6 years ago |
Andrey Rusanov
|
f3b5210289
|
Add tests and docs
|
6 years ago |
Miguel Grinberg
|
88dcf7d414
|
change async_handlers default to true, and add call() method
|
6 years ago |
Miguel Grinberg
|
b0a8b1f31b
|
unit test reorganization
|
6 years ago |
Miguel Grinberg
|
9f2186725a
|
user sessions
|
6 years ago |
Miguel Grinberg
|
66e17fb387
|
fixed memory leak on rejected connections
Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/574
|
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
|
940d262a1e
|
allow event names with hyphens
Fixes #51
|
8 years ago |
Miguel Grinberg
|
a58c184b0f
|
do not disconnect an already disconnected client
See https://github.com/miguelgrinberg/Flask-SocketIO/issues/312
|
9 years ago |
Miguel Grinberg
|
2d39058b7c
|
add async_handlers option to server
|
9 years ago |
Miguel Grinberg
|
7bc329a12d
|
class-based namespaces
|
9 years ago |
Miguel Grinberg
|
544b01ad3d
|
Handle empty argument list for callbacks
Fixes #26
|
9 years ago |
Miguel Grinberg
|
024609e10e
|
Fix race condition in handling of binary attachments
Fixes #37
|
9 years ago |
Miguel Grinberg
|
a6838a233d
|
Do not allow event names with hyphens in them
Fixes #36
|
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 |
Miguel Grinberg
|
259f98d3cd
|
Expand tuples to multiple arguments, but not lists
|
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
|
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 |