Robert Schindler
|
96161d1bfc
|
Merge branch 'master' into middlewares
|
9 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 |
Robert Schindler
|
2a6cc802ab
|
Merge branch 'master' into middlewares
Conflicts:
socketio/__init__.py
|
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 |
Miguel Grinberg
|
5529fbb2bd
|
document the use of the new gevent_uwsgi async mode
|
9 years ago |
Miguel Grinberg
|
85a605118e
|
Release 1.5.0
|
9 years ago |
Miguel Grinberg
|
2d39058b7c
|
add async_handlers option to server
|
9 years ago |
Robert Schindler
|
10ef1e5ed5
|
- Added ignore_interceptor decorator and namespace attribute.
- Fixed list indexing bug.
- Updated docs.
|
9 years ago |
Robert Schindler
|
9ad229c191
|
- Renamed middlewares to interceptors.
- Made server instance available in interceptors.
- Fixed typo in variable name
|
9 years ago |
Robert Schindler
|
3ae318c49e
|
- Added handle_exception method.
- Fixed docs and middleware applying process.
|
9 years ago |
Robert Schindler
|
ed38d63afa
|
Merge branch 'master' into middlewares
Resolved conflicts with master
Conflicts:
socketio/namespace.py
socketio/server.py
tests/test_namespace.py
|
9 years ago |
Robert Schindler
|
ed1ec75d2f
|
Merge branch 'master' into middlewares
Conflicts:
docs/index.rst
|
9 years ago |
Miguel Grinberg
|
214abc8d31
|
minor class-based namespace fixes
|
9 years ago |
Robert Schindler
|
78c62b5302
|
Implemented event handler middlewares with tests and docs.
|
9 years ago |
Miguel Grinberg
|
5cc9199336
|
minor documentation fixes
|
9 years ago |
Robert Schindler
|
1783778176
|
Implemented event handler middlewares + docs for them.
|
9 years ago |
Robert Schindler
|
f69a1c4cce
|
Added class-based namespaces.
|
9 years ago |
Miguel Grinberg
|
0b1cdf3275
|
minor correction in the readme file example
|
9 years ago |
Miguel Grinberg
|
7bc329a12d
|
class-based namespaces
|
9 years ago |
Miguel Grinberg
|
6abd86fd86
|
minor correction in the readme file example
|
9 years ago |
Miguel Grinberg
|
f390b41830
|
Merge pull request #42 from RodolfoSilva/change_highlight
syntax highlighting for example code in readme file
|
9 years ago |
Rodolfo Silva
|
44b1acb697
|
Update README.rst
Add the code highlight to python
|
9 years ago |
Miguel Grinberg
|
33bd933d8b
|
add explicit eventlet.wsgi import
|
9 years ago |
Miguel Grinberg
|
544b01ad3d
|
Handle empty argument list for callbacks
Fixes #26
|
9 years ago |
Miguel Grinberg
|
21a80ea4b4
|
Release 1.4.4
|
9 years ago |
Miguel Grinberg
|
c52f4f6a59
|
minor documentation improvement
|
9 years ago |
Miguel Grinberg
|
024609e10e
|
Fix race condition in handling of binary attachments
Fixes #37
|
9 years ago |
Miguel Grinberg
|
047712da09
|
release 1.4.3
|
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
|
d556786e76
|
Release 1.4.2
|
9 years ago |
Miguel Grinberg
|
0ee6fca86d
|
Merge pull request #33 from sillygod/fix_handle_disconnect
fix the order of triggered disconnect event
|
9 years ago |
Hanzawa Ye
|
ea1a52ac84
|
fix the order of triggered disconnect event
|
9 years ago |
Miguel Grinberg
|
8b37152953
|
Merge pull request #32 from winek/patch-1
Correct sio.emit() call in readme
|
9 years ago |
winek
|
a1ca2c421c
|
Correct sio.emit() call in readme
|
9 years ago |
Miguel Grinberg
|
3a1ef8af1c
|
Release 1.4.1
|
9 years ago |
Miguel Grinberg
|
cd9e1a7c64
|
pass return value of start_background_task to the caller
|
9 years ago |
Miguel Grinberg
|
0810f0b039
|
a few improvements to examples
|
9 years ago |
Miguel Grinberg
|
963c8c56c7
|
Release 1.4
|
9 years ago |
Miguel Grinberg
|
20185c9a95
|
a few improvements to examples
|
9 years ago |
Miguel Grinberg
|
065cc4b221
|
expose async_mode and sleep from engineio
|
9 years ago |
Miguel Grinberg
|
08d29d6c0d
|
Release 1.3
|
9 years ago |
Miguel Grinberg
|
b6df63d849
|
delay start of message queue listener thread until first request comes
|
9 years ago |
Miguel Grinberg
|
0173306ee9
|
Merge pull request #27 from pdecat/master
Avoid KeyError when no room exists
|
9 years ago |
Patrick Decat
|
626499cd45
|
Avoid KeyError when no room exists
|
9 years ago |