Miguel Grinberg
|
90b226d0e3
|
Release 1.8.1
|
8 years ago |
Miguel Grinberg
|
7f02f7aaa9
|
JavaScript client sends query string attached to namespace
Fixes #124
|
8 years ago |
Miguel Grinberg
|
187c52582b
|
Documented protocol defaults
|
8 years ago |
Miguel Grinberg
|
2faa6f56d4
|
Release 1.8.0
|
8 years ago |
Alex Plugaru
|
358a8e118f
|
Made queues non-durable. Always retry after disconnect. (#120)
|
8 years ago |
Miguel Grinberg
|
97f4faa88b
|
Release 1.7.7
|
8 years ago |
Miguel Grinberg
|
af81132610
|
pass redis password in the URL
|
8 years ago |
larry.liu
|
8cf035fb3a
|
redis pub/sub support set password (#116)
|
8 years ago |
Miguel Grinberg
|
d0dd3e44f8
|
Release 1.7.6
|
8 years ago |
Miguel Grinberg
|
93f70dc9e1
|
async_handlers option for asyncio servers
|
8 years ago |
Miguel Grinberg
|
a40e2abf63
|
Release 1.7.5
|
8 years ago |
Miguel Grinberg
|
3ae013b90e
|
validate namespace in disconnect call
Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/427
|
8 years ago |
Miguel Grinberg
|
36f8d35d08
|
fix misleading error message
|
8 years ago |
Miguel Grinberg
|
351a568cda
|
Release 1.7.4
|
8 years ago |
Miguel Grinberg
|
af0004d78e
|
Handle broadcasts to zero clients
Fixes #88
|
8 years ago |
Miguel Grinberg
|
0f0d6355fb
|
Release 2.7.3
|
8 years ago |
Miguel Grinberg
|
5b9b17c4a0
|
Fix variable referenced before assignment
Fixes #85
|
8 years ago |
Miguel Grinberg
|
94eda9e8c9
|
Release 1.7.2
|
8 years ago |
Miguel Grinberg
|
7e10afe855
|
Release 1.7.1
|
8 years ago |
Miguel Grinberg
|
5e1391d80e
|
Fixed initialize() method in PubSubManager subclasses
Fixes #406
|
8 years ago |
Miguel Grinberg
|
8e8f6dfeee
|
Release 1.7.0
|
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
|
3556c3e7ce
|
updated public symbols
|
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
|
f0f6b18f42
|
minor fixes to zeromq support
|
8 years ago |
Eric Seidler
|
10d273b3fe
|
use non-blocking eventlet zmq wrapper in listen method
|
8 years ago |
Miguel Grinberg
|
97cdd1d23e
|
Release 1.6.3
|
8 years ago |
Miguel Grinberg
|
940d262a1e
|
allow event names with hyphens
Fixes #51
|
8 years ago |
Aleksandr Kurlov
|
4f35e67e42
|
Fixed hyphens namcespace bug
|
8 years ago |
Eric Seidler
|
42ad98e750
|
handle failed pickled.loads
|
8 years ago |
Eric Seidler
|
09d8d5d0d4
|
check message type before yielding message data
|
8 years ago |
Eric Seidler
|
fab0683beb
|
add zmq prefix to default value for url
|
8 years ago |
Eric Seidler
|
88f3b87efa
|
add zmq manager
|
8 years ago |
Eric Seidler
|
d6f703f1bd
|
add ZmqManager to dunder init
|
8 years ago |
Miguel Grinberg
|
c4141bbb87
|
Release 1.6.2
|
8 years ago |
Miguel Grinberg
|
2c98906aaf
|
prevent binary attachments from getting mixed up
Flask-SocketIO issue #385
|
8 years ago |
Miguel Grinberg
|
199ed152ce
|
Release 1.6.1
|
8 years ago |
Miguel Grinberg
|
3eac53261b
|
Added "ignore_queue" option to bypass message queue in emits
|
8 years ago |
Miguel Grinberg
|
749f8663c4
|
Use a statically allocated logger by default
|
8 years ago |
Miguel Grinberg
|
6ba131af5c
|
Warn when message queues are used without monkey patching
|
8 years ago |
Miguel Grinberg
|
9a7dc7f9de
|
Release 1.6.0
|
9 years ago |
Miguel Grinberg
|
052fd93745
|
some improvements and optimizations to KombuManager class
|
9 years ago |
Miguel Grinberg
|
cc9027586f
|
add a TTL option to Kombu queues when RabbitMQ is used
|
9 years ago |
Miguel Grinberg
|
da2d141e8d
|
put clients in a pre-disconnect state while their disconnect handler runs
This avoids potential endless recursion.
See https://github.com/miguelgrinberg/Flask-SocketIO/issues/312
|
9 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
|
01071236ef
|
Release 1.5.1
|
9 years ago |
Miguel Grinberg
|
b436d60a9f
|
add __version__ to package
|
9 years ago |