Commit Graph

  • 6738b7507e fix: remove listener part, use handlers to emit data johaven 2020-05-27 19:34:32 +0200
  • 5a77dc157c fix: sending data when process is not the main listener johaven 2020-05-27 19:03:17 +0200
  • 95025978c9 fix: register signal johaven 2020-05-27 18:18:38 +0200
  • 7151059e3b fix: respect write_only johaven 2020-05-27 10:53:46 +0200
  • 7b522e70ce fix: signal registration johaven 2020-05-27 10:34:46 +0200
  • 27dcbe2601 fix: doc string johaven 2020-05-27 09:37:23 +0200
  • ad08e3b1f3 fix: literal johaven 2020-05-26 19:17:11 +0200
  • 3cee608bd9 fix: line too long (80 make sense in 2020 ? :p) johaven 2020-05-26 19:09:48 +0200
  • c47d879cd3 fix: queue compatibility with python versions johaven 2020-05-26 18:57:16 +0200
  • b5e40ce644 implement uWSGI pubsub manager johaven 2020-05-26 18:45:05 +0200
  • d81c534e61
    Version 4.6.1dev Miguel Grinberg 2020-05-23 11:36:45 +0100
  • d49d6987f4
    Release 4.6.0 v4.6.0 Miguel Grinberg 2020-05-23 11:34:35 +0100
  • 39648d1a58
    Update engineio version #nolog Miguel Grinberg 2020-05-23 11:23:16 +0100
  • 8d08096dc4
    Improved handling of rejected connections (#391 #487 #447) Miguel Grinberg 2020-05-22 19:09:57 +0100
  • b0518936b9
    AsyncPubSubManager does not await for can_disconnect (#488) Andrei Neagu 2020-05-20 18:53:52 +0200
  • ca8ed01dbf coroutine is properly awaited for #488 Andrei Neagu 2020-05-20 17:34:51 +0200
  • f2d850fd87 test catches unawaited coroutine Andrei Neagu 2020-05-20 17:34:41 +0200
  • 02a7ce32c0
    Remove references to Python 2.7 in the documentation Miguel Grinberg 2020-05-17 11:03:50 +0100
  • bbb9a7f0b6
    Require a recipient in `call()` method (Fixes #476) tt2468 2020-05-04 17:36:11 -0700
  • 7ec2019a3b
    Require target in `call()` method #476 tt2468 2020-05-04 17:36:11 -0700
  • 87d51dd1e6
    ASGI startup and shutdown lifespan handlers (#468) databasedav 2020-05-04 15:49:44 -0700
  • a43c511ae8 added lifespan function params to ASGIApp #468 avi 2020-04-22 22:56:31 -0700
  • 76a9860abc
    Fix multi-namespace disconnect logic (Fixes #456) Miguel Grinberg 2020-04-09 23:24:48 +0100
  • cdde846e57
    Update intro.rst (#450) kizError 2020-03-25 23:44:30 +0800
  • 11a91a8b09
    Update intro.rst #450 kizError 2020-03-25 16:23:35 +0800
  • 8caebfd524
    Fix docstring (#449) wangjiancn 2020-03-24 22:43:27 +0800
  • 027fb73ec9
    Fix docstring #449 wangjiancn 2020-03-24 21:50:40 +0800
  • 3c28754880
    Version 4.5.2dev Miguel Grinberg 2020-03-22 17:07:29 +0000
  • a4b0a5e910
    Release 4.5.1 v4.5.1 Miguel Grinberg 2020-03-22 17:04:18 +0000
  • 913c68a338 add missing unit tests #nolog Miguel Grinberg 2020-03-22 15:15:08 +0000
  • 16e873dbc7
    Fix endless loop when disconnecting on multi-server deployments (Fixes #441) Miguel Grinberg 2020-03-19 23:49:18 +0000
  • 754fa7b29e
    updated change log #nolog Miguel Grinberg 2020-03-14 11:57:44 +0000
  • 1aca46c956
    Version 4.5.1dev Miguel Grinberg 2020-03-14 11:56:36 +0000
  • 6be2bd2cd4
    Release 4.5.0 v4.5.0 Miguel Grinberg 2020-03-14 11:54:14 +0000
  • d972ca3a54 Document concurrency problems with emits (Fixes #403) Miguel Grinberg 2020-03-07 16:51:56 +0000
  • 01378ef1ef Support client disconnects with multiple servers (Fixes https://github.com/miguelgrinberg/Flask-SocketIO/issues/1174) Miguel Grinberg 2020-03-07 15:37:04 +0000
  • a0abd7af6e stop building python 2.7 Miguel Grinberg 2020-02-15 10:10:53 +0100
  • dc89963e32 Initialize the client's SIGINT signal handler if a client is created (Fixes #424) Miguel Grinberg 2020-02-15 10:09:06 +0100
  • 2a54f6c020 Remove unneeded data argument #nolog Miguel Grinberg 2020-02-15 10:08:09 +0100
  • f1a2e545c8 missing unit tests #nolog Miguel Grinberg 2020-02-15 00:19:22 +0100
  • e2242ce40e
    Fix Server and AsyncServer when emitting no data (#420) Aaron 2020-02-15 07:12:47 +0800
  • d745477abf More accurate logging documentation Miguel Grinberg 2020-02-15 00:01:03 +0100
  • 7f9023dc9b
    Merge pull request #1 from higrw123/higrw123-patch-fix-disconnect-miss #427 higrw123 2020-02-12 19:14:14 +0800
  • c040927a83
    Update asyncio_client.py higrw123 2020-02-12 19:12:59 +0800
  • fd3e79c9b4
    Bump django from 2.1.6 to 2.2.10 in /examples/server/wsgi/django_example #425 dependabot[bot] 2020-02-11 23:33:47 +0000
  • 886c9bcc28 Fix Server and AsyncServer when emitting no data #420 Aaron Tsang 2020-01-30 19:09:24 +0800
  • aa2882cb3e fix AsyncClient example and typo in Intro (#389) Dmitry Volodin 2019-11-29 02:35:51 +0300
  • 62c6dfb02f
    fix miguelgrinberg/python-socketio#353 #389 Dmitry Volodin 2019-11-29 00:00:41 +0300
  • 9c882333f2
    fix AsyncClient example Dmitry Volodin 2019-11-28 23:49:18 +0300
  • d4b4034311 fix missing : in documentation example (#386) Rotzbua 2019-11-26 19:29:30 +0100
  • 9daaf0ca6c
    fix missing : #386 Rotzbua 2019-11-26 18:08:34 +0100
  • a7ce61ab1e
    Version 4.4.1dev Miguel Grinberg 2019-11-24 23:59:51 +0000
  • 610ee2cf1f
    Release 4.4.0 v4.4.0 Miguel Grinberg 2019-11-24 23:49:56 +0000
  • 805d5f3741 Support the connect_error event in the client (Fixes #344) Miguel Grinberg 2019-11-24 11:42:28 +0000
  • b60bbc0307 fix documentation typos (#374) Dmitry Volodin 2019-11-06 05:01:39 +0300
  • 82c441c1f5
    fix another typo #374 Dmitry Volodin 2019-11-05 19:08:41 +0300
  • 5a5d7da516
    fix typo Dmitry Volodin 2019-11-05 18:12:09 +0300
  • e8976fa0e8
    Bump werkzeug from 0.14.1 to 0.15.3 in /examples/server/wsgi #372 dependabot[bot] 2019-11-01 12:58:49 +0000
  • 7c32b379ae
    Updated documentation with new Engine.IO client options Miguel Grinberg 2019-10-22 16:09:28 +0100
  • 3c3aefff24
    add github sponsor info to funding Miguel Grinberg 2019-10-12 08:20:24 +0100
  • c3bc519202
    fix : static not found #348 625781186 2019-09-05 23:09:28 +0800
  • a839a36fa0
    do not dispatch events for disconnected namespaces (Fixes #333) Miguel Grinberg 2019-08-22 08:12:04 +0100
  • 62a77bf0f9
    Version 4.3.2dev Miguel Grinberg 2019-08-05 20:23:54 +0100
  • c431d8222b
    Release 4.3.1 v4.3.1 Miguel Grinberg 2019-08-05 20:14:43 +0100
  • 7dbc47049a
    Pass additional options to Redis and Kombu managers (Fixes #307) Miguel Grinberg 2019-08-04 23:50:10 +0100
  • f36fa88d9e
    Updated documentation on message queue manager classes Miguel Grinberg 2019-08-04 16:28:34 +0100
  • 36d17856f4
    Integration with Apache Kafka Miguel Grinberg 2019-08-04 15:55:16 +0100
  • 9146e02a05
    exempt pika manager from code coverage #nolog Miguel Grinberg 2019-08-04 15:18:19 +0100
  • d984f32e76 Add Asyncio based RabbitMQ manager (#320) salimaboubacar 2019-08-04 15:58:27 +0200
  • f2c1cf7f04
    Do not allow emits on a namespace that is not connected (Fixes #325) Miguel Grinberg 2019-08-04 14:30:23 +0100
  • 516a2958f4
    Disconnect Engine.IO connection when server disconnects a client (https://github.com/miguelgrinberg/Flask-SocketIO/issues/1017) Miguel Grinberg 2019-08-03 20:41:58 +0100
  • d23581e657
    documentation updates Miguel Grinberg 2019-08-02 09:06:20 +0100
  • 6848bed1d7
    update CORS documentation (Fixes #327) Miguel Grinberg 2019-08-02 09:04:00 +0100
  • 659a51e247
    Version 4.3.1dev Miguel Grinberg 2019-07-29 15:12:34 +0100
  • ea016fa6a1
    Release 4.3.0 v4.3.0 Miguel Grinberg 2019-07-29 15:08:40 +0100
  • 045188c63d
    Documentation for the Same Origin security policy Miguel Grinberg 2019-07-29 14:01:13 +0100
  • 8643f56f6f
    Version 4.2.2dev Miguel Grinberg 2019-07-27 19:54:58 +0100
  • 33082cf8d5
    Release 4.2.1 v4.2.1 Miguel Grinberg 2019-07-27 19:50:31 +0100
  • 061b767bb7
    upper bound for python-engineio #nolog Miguel Grinberg 2019-07-27 19:49:34 +0100
  • 111e9554ff Fix line too long #320 Salim Aboubacar 2019-07-26 19:33:13 +0200
  • df142a63a3 Harmonize settings with kombu manager Salim Aboubacar 2019-07-26 19:28:17 +0200
  • c31a67d0cc Remove unwanted managers Salim Aboubacar 2019-07-23 20:39:48 +0200
  • 0b25ff42b8 Added rediss:// URL scheme to AsyncRedisManager (#319) Dylan Anthony 2019-07-21 06:47:03 -0400
  • 10f7f88000 Obeyed flake8 #319 Dylan Anthony 2019-07-19 15:38:04 -0400
  • 969aa77c41 Add some RabbitMQ managers Salim Aboubacar 2019-07-19 17:50:19 +0200
  • d66a4a945f Added rediss:// URL scheme to AsyncRedisManager Dylan Anthony 2019-07-19 11:39:23 -0400
  • 5e7c4df975
    Version 4.2.1dev Miguel Grinberg 2019-06-29 17:20:04 +0100
  • f9ccb7f7bf
    Release 4.2.0 v4.2.0 Miguel Grinberg 2019-06-29 17:15:31 +0100
  • fa53e3869c
    handle keyboard interrupt during reconnect (Fixes #301) Miguel Grinberg 2019-06-29 17:07:04 +0100
  • 8a4e5ffa5c
    added "to" parameter as an alias to "room" Miguel Grinberg 2019-06-29 14:11:53 +0100
  • eecd3676c1
    correctly autodetect asgi async mode Miguel Grinberg 2019-06-29 12:45:16 +0100
  • 2aa8636223
    documentation on user session behavior on disconnections (Fixes #308) Miguel Grinberg 2019-06-29 10:10:06 +0100
  • 3062d3f5a7
    add funding file #nolog Miguel Grinberg 2019-06-25 10:49:49 +0100
  • 61034bb922
    release script bug fix #nolog Miguel Grinberg 2019-06-03 12:55:49 +0100
  • 97c52086e8
    Version 4.1.1dev Miguel Grinberg 2019-06-03 12:55:15 +0100
  • de43788020
    Release 4.1.0 v4.1.0 Miguel Grinberg 2019-06-03 12:54:03 +0100
  • 814ff84ec3
    Move python-engineio dependency to versions 3.8 and up Miguel Grinberg 2019-06-03 12:35:19 +0100
  • 0f42c181da
    Various simplifications to examples Miguel Grinberg 2019-06-01 10:45:45 +0100
  • 70ebfdbfa1
    New @event decorator for handler registration Miguel Grinberg 2019-06-01 10:40:16 +0100
  • aaa87a8277
    Much more flexible support for static files in the server Miguel Grinberg 2019-05-30 19:50:10 +0100