Commit Graph

  • 7d2e7f7eb3
    Allow functions to be used for URL, headers and auth data in client connection (Fixes #588) Miguel Grinberg 2021-05-04 20:39:08 +0100
  • 2538df8bcf
    emit events to multiple rooms (Fixes #605) Miguel Grinberg 2021-05-04 20:04:46 +0100
  • a37ab00b34
    Remove Python 2 from PyPI classifiers Miguel Grinberg 2021-04-26 19:41:09 +0100
  • 66068d9e96
    More descriptive error when joining a room on a bad namespace (Fixes #650) Miguel Grinberg 2021-04-21 00:03:23 +0100
  • 2f085b3338
    Document WebSocket support for threading mode Miguel Grinberg 2021-04-18 20:24:04 +0100
  • 0cc35ce8f4
    Version 5.2.2dev Miguel Grinberg 2021-04-18 12:45:55 +0100
  • 2ae46785d0
    Release 5.2.1 v5.2.1 Miguel Grinberg 2021-04-18 12:45:46 +0100
  • f4e101079f
    Fixed incorrect handling of dashes inside the JSON payload of a packet (Fixes #675) Miguel Grinberg 2021-04-18 12:43:12 +0100
  • 1f0c8c6ef7
    Version 5.2.1dev Miguel Grinberg 2021-04-17 00:35:29 +0100
  • a144c39f8b
    Release 5.2.0 v5.2.0 Miguel Grinberg 2021-04-17 00:29:54 +0100
  • 17d50fabb5
    More instrumentation for #572 #nolog Miguel Grinberg 2021-04-17 00:23:48 +0100
  • 81b0b849bd
    Configure the JSON decoder for safer parsing Miguel Grinberg 2021-04-15 12:03:24 +0100
  • 9ff8bf3541 Updated socketio javascript client versions in documentation Miguel Grinberg 2021-04-13 23:25:52 +0100
  • 09cb411776
    Made parsing of id field of Socket.IO packet faster and more robust Miguel Grinberg 2021-04-13 00:11:00 +0100
  • 8d1aeb2e40
    Correct use of a trailing comma in Socket.IO packets with no id or data (Fixes #671) Miguel Grinberg 2021-04-12 23:48:37 +0100
  • fb3bb80f8a
    Bump django in /examples/server/wsgi/django_example #667 dependabot[bot] 2021-04-08 18:44:20 +0000
  • a07eedf54e
    Pass custom authentication data with client connection (Fixes #661) Miguel Grinberg 2021-03-27 10:56:03 +0000
  • 0ad9291891
    Bump jinja2 from 2.10.1 to 2.11.3 in /examples/server/wsgi #658 dependabot[bot] 2021-03-20 00:20:47 +0000
  • 74c63d529f
    Bump django in /examples/server/wsgi/django_example #657 dependabot[bot] 2021-03-18 21:14:28 +0000
  • 9b3ffc2725
    Version 5.1.1dev Miguel Grinberg 2021-03-10 10:29:39 +0000
  • 4f631aaa79
    Release 5.1.0 v5.1.0 Miguel Grinberg 2021-03-10 10:26:16 +0000
  • 6f812ef8e4
    Catch all possible Redis errors (Fixes #635) Miguel Grinberg 2021-02-21 23:35:05 +0000
  • 54180987cd
    Reset message queue sleep timer upon reconnect Ed Serzo 2021-02-10 14:04:40 -0500
  • 4da6d74f56
    Added wait argument to client's connect method (Fixes #634) Miguel Grinberg 2021-02-15 12:27:29 +0000
  • f341abe88e
    Adding missing example of async client implementation to intro.rst manuel 2021-02-02 22:52:38 +0000
  • 3104e6bf5d Reset sleep timer upon reconnect #636 Ed Serzo 2021-02-10 14:04:40 -0500
  • e94c040f2a Catch TimeoutError (flake8 fixed) #635 oxid 2021-02-10 20:34:32 +0300
  • 52fe7cbdfb Catch TimeoutError (long line fixed) oxid 2021-02-10 20:29:34 +0300
  • b3043a8257 Catch TimeoutError (long line fixed) oxid 2021-02-10 20:23:57 +0300
  • c9268f9aa9 Catch TimeoutError oxid 2021-02-10 20:11:15 +0300
  • bff76c432c
    Fixed bad event object used by asyncio client reconnect logic (Fixes #622) Miguel Grinberg 2021-02-04 23:45:11 +0000
  • c106820bb4 Adding missing example of async client implementation to intro.rst #627 manuel 2021-02-02 22:52:38 +0000
  • eabcc4679b
    Add scrolling to documentation sidebar (#610) Mohammed Abdul Raheem 2021-01-06 15:55:21 +0530
  • 530145c33e fixed sidebar content hidden issue #610 mohd-abdul-raheem 2021-01-06 12:44:08 +0530
  • b418af4c53
    docs: fix simple typo, swich -> switch (#602) Tim Gates 2020-12-30 09:29:27 +1100
  • bef46dbecc
    docs: fix simple typo, swich -> switch #602 Tim Gates 2020-12-30 08:21:27 +1100
  • 11b6f1a08d
    Pass auth information sent by client to the connect handler Miguel Grinberg 2020-12-27 00:44:17 +0000
  • 3349b024d5
    Invoke the disconnect handler when the client initiates a disconnection (Fixes #594) Miguel Grinberg 2020-12-26 00:17:47 +0000
  • 91795041d3
    Version 5.0.5dev Miguel Grinberg 2020-12-25 19:20:26 +0000
  • bc668e86aa
    Release 5.0.4 v5.0.4 Miguel Grinberg 2020-12-25 19:20:12 +0000
  • c809774c3e
    Fix typos in the manual (#599) Arpit Jain 2020-12-25 05:29:58 +0530
  • cdf5038f7b Fix typos in the manual #599 Lazylactus 2020-12-24 23:35:19 +0530
  • 251fee1763
    Updated documentation options (Fixes #597) Miguel Grinberg 2020-12-24 00:08:40 +0000
  • 314971c8a0
    Include error message and arguments in CONNECT_ERROR packet (Fixes #590) Miguel Grinberg 2020-12-17 18:33:51 +0000
  • f0dddfc3e3
    Version 5.0.4dev Miguel Grinberg 2020-12-14 19:07:32 +0000
  • 76a1804937
    Release 5.0.3 v5.0.3 Miguel Grinberg 2020-12-14 19:07:19 +0000
  • a61d59c02a
    Correct handling of user session (Fixes #585) Miguel Grinberg 2020-12-14 19:04:31 +0000
  • 3ae369757a
    Add python-engineio to version compatibility table Miguel Grinberg 2020-12-14 18:04:24 +0000
  • 8c5b762d72
    Updated asgi examples to latest release Miguel Grinberg 2020-12-14 11:18:38 +0000
  • a10ce860a8
    Bump uvicorn from 0.7.0 to 0.11.7 in /examples/server/asgi (#530) dependabot[bot] 2020-12-14 11:13:33 +0000
  • 072527568f
    Bump werkzeug from 0.14.1 to 0.15.3 in /examples/server/wsgi (#372) dependabot[bot] 2020-12-14 11:13:21 +0000
  • 94afcf643a
    Updated Django example to latest release Miguel Grinberg 2020-12-14 11:12:51 +0000
  • e808c624c1
    Bump django from 2.1.6 to 2.2.13 in /examples/server/wsgi/django_example (#502) dependabot[bot] 2020-12-14 11:08:06 +0000
  • 839b533d67
    fix documentation typo #nolog Miguel Grinberg 2020-12-14 10:33:22 +0000
  • bcdf9bb009
    Performace tuning Miguel Grinberg 2020-12-13 23:38:15 +0000
  • 7f6a3355bd
    Version 5.0.3dev Miguel Grinberg 2020-12-12 19:49:35 +0000
  • 3a5e3b13d4
    Release 5.0.2 v5.0.2 Miguel Grinberg 2020-12-12 19:49:21 +0000
  • 2e71c22c6d Return environ dictionary for a client Miguel Grinberg 2020-12-12 14:59:30 +0000
  • 9b26bfd94f
    Version 5.0.2dev Miguel Grinberg 2020-12-08 10:32:49 +0000
  • 061ee73920
    Release 5.0.1 v5.0.1 Miguel Grinberg 2020-12-08 10:29:05 +0000
  • d2bb2b12e5
    Fix Engine.IO dependency version Miguel Grinberg 2020-12-08 10:26:48 +0000
  • 805b33fa7d
    Conversion from Socket.IO sid to Engine.IO sid Miguel Grinberg 2020-12-08 10:24:33 +0000
  • af2e2633ea
    More logging to track down intermittent test failures #nolog Miguel Grinberg 2020-12-07 23:48:44 +0000
  • df61934b40
    Remove unused dependencies in tox.ini file #nolog Miguel Grinberg 2020-12-07 23:39:41 +0000
  • 3419d4dcb0
    Added version compatibility chart to docs #nolog Miguel Grinberg 2020-12-07 23:39:10 +0000
  • 7b327f8a13
    Version 5.0.1dev Miguel Grinberg 2020-12-07 23:36:42 +0000
  • 1c63e98198
    Release 5.0.0 v5.0.0 Miguel Grinberg 2020-12-07 23:36:30 +0000
  • f6eeedb767
    Remove dependency on the six package Miguel Grinberg 2020-12-07 00:06:39 +0000
  • cc9b3e97bb v5 protocol: updated all examples Miguel Grinberg 2020-12-06 19:02:18 +0000
  • 0ecfbf593d
    v5 protocol: server unit tests Miguel Grinberg 2020-12-06 00:50:05 +0000
  • 0c91e92eb1
    v5 protocol: client unit tests Miguel Grinberg 2020-12-05 18:14:40 +0000
  • a4cc0b2c5b
    v5 protocol: client manager unit tests Miguel Grinberg 2020-12-05 15:38:07 +0000
  • 308b0c8eeb
    v5 protocol: handle per-namespace sids in base manager Miguel Grinberg 2020-12-04 00:05:38 +0000
  • 49822e6919
    v5 protocol: do not connect the default namespace unless requested explicitly Miguel Grinberg 2020-12-02 08:46:25 +0000
  • 798ab6abe1
    v5 protocol: add JavaScript client and server examples for testing Miguel Grinberg 2020-12-02 08:31:57 +0000
  • 4940fc1e1e
    v5 protocol: rename ERROR packet to CONNECT_ERROR Miguel Grinberg 2020-12-02 07:59:11 +0000
  • 9270a5bcf8
    remove unnecessary binary argument Miguel Grinberg 2020-12-02 10:38:37 +0000
  • 342ca0bb9d
    Add version compatibility chart to README Miguel Grinberg 2020-12-05 19:19:04 +0000
  • aae49c253e
    Add logging to help debug #572 #nolog Miguel Grinberg 2020-11-28 17:37:44 +0000
  • 76820b90ab
    Version 4.6.2dev Miguel Grinberg 2020-11-28 11:57:08 +0000
  • 0d3507e1d3
    Release 4.6.1 v4.6.1 Miguel Grinberg 2020-11-28 11:56:47 +0000
  • 033d388284
    only bring compatible versions of engineio dependency #nolog Miguel Grinberg 2020-11-28 11:54:14 +0000
  • 5e010bdf1f
    add a note regarding Socket.IO 3.0 support in progress #nolog Miguel Grinberg 2020-11-28 11:25:29 +0000
  • 104d5dd97b
    Move builds to GitHub actions Miguel Grinberg 2020-11-20 19:55:54 +0000
  • 4890607130
    Added troubleshooting section to the documentation Miguel Grinberg 2020-10-09 16:31:04 +0100
  • 7365799a97
    switch default build to 3.8 #nolog Miguel Grinberg 2020-08-14 09:50:33 +0100
  • 3ac3437af7
    Document the user of tuples when emitting Miguel Grinberg 2020-08-14 00:00:08 +0100
  • 1fffa8ce7a
    switch default build to 3.8 #nolog Miguel Grinberg 2020-08-13 23:44:47 +0100
  • 636d3b5bd0
    Bump uvicorn from 0.7.0 to 0.11.7 in /examples/server/asgi #530 dependabot[bot] 2020-07-29 18:08:34 +0000
  • 1fbf95940c
    Fixed typo in documentation (#524) Fover 2020-07-20 21:26:34 +0800
  • 09278491cb
    Typo fix #524 Fover 2020-07-20 20:24:13 +0800
  • 8107216848
    Allow for no original signal handler (#517). (#518) David Brooks 2020-07-10 05:07:38 +1200
  • 8fe893c6f8 Allow for no original signal handler (#517). #518 David Brooks 2020-07-09 22:56:45 +1200
  • a4f9992d34
    simplify asserts in unit tests Miguel Grinberg 2020-07-03 15:29:19 +0100
  • 280d132d28
    Use pytest as test runner Miguel Grinberg 2020-07-03 00:04:51 +0100
  • 73acc15e6b
    Bump django from 2.1.6 to 2.2.13 in /examples/server/wsgi/django_example #502 dependabot[bot] 2020-06-05 19:34:17 +0000
  • bec7d07916
    Update server.rst #497 Stephen Brown 2020-05-31 18:54:56 +0100
  • 4385057c34
    fix: fixed route path for tornado server (#494) someApprentice 2020-05-28 16:55:51 +0700
  • 574fb73722 fix: fixed route path for tornado server #494 someApprentice 2020-05-28 15:12:59 +0700
  • 6b3427b29d fix: literal #493 johaven 2020-05-27 20:06:09 +0200