Commit Graph

63 Commits

Author SHA1 Message Date
Derek 98ba141f7d Add build and twine as dev deps for easy publishing 2022-01-15 16:49:27 -07:00
Derek 7e7fe4891e Setup pipenv 2022-01-15 16:30:41 -07:00
Derek 223cf10c57 Bump version, prep for pypi 2022-01-15 16:20:00 -07:00
Derek d2a513460b Add SCRIPT_NAME support 2022-01-15 16:11:48 -07:00
Derek 228959af69 Fix annoying TypeError during logging 2022-01-15 01:42:20 -07:00
Harry dd783513af
fix the compatible with werkzeug 2.x 2021-11-01 06:39:52 +07:00
Kenneth Reitz 003660b70b Merge pull request #49 from robertaistleitner/readme-sessionhandling
Add information on session handling to README
2017-05-30 13:23:01 -04:00
robertaistleitner 6fe41954b9 Add information on session handling to README
Documentation on #31
2017-05-30 07:41:06 +02:00
Kenneth Reitz e92aece664 Merge pull request #31 from robertaistleitner/master
add support for cookies in the websocket
2017-05-01 10:17:08 -04:00
Kenneth Reitz 02a32b76ea Merge pull request #36 from RepositPower/gunicorn-access-log
Just added a small patch to make the flask_sockets.worker play nicely with gunicorn's access-logformat
2017-05-01 10:15:33 -04:00
Tomas Krajca 87fa13d7d6 Added GunicornWebSocketHandler with gunicorn-compatible access-logformat 2016-06-22 22:45:09 +10:00
Kenneth Reitz 4cd13b03dd Merge pull request #32 from oblalex/master
Add support of Flask blueprints
2016-06-04 19:13:07 -07:00
Alexander Oblovatniy 2b414eaad5 Add support of Flask blueprints 2016-05-01 17:13:49 +03:00
Robert Aistleitner d27c4ba2c9 little bugfix to avoid exception on non-existing cookie 2016-04-28 13:27:09 +02:00
Robert Aistleitner acad9bc37b add support for cookies in the websocket
if cookies are used for session handling, please note that you have to persist your session manually.
something like ```self.app.save_session(session, make_response(""))``` after messages are received does the trick.
2016-04-28 10:30:05 +02:00
Kenneth Reitz a52542ace4 Merge pull request #29 from eranrund/master
fix spelling mistake
2016-02-04 14:25:28 -05:00
Eran Rundstein 71fcffa02a fix spelling mistake 2016-02-04 11:23:45 -08:00
Kenneth Reitz a6f1f4e4fc release history 2016-02-03 22:31:10 -05:00
Kenneth Reitz dde27ff3fa v0.2.0 2016-02-03 22:31:10 -05:00
Kenneth Reitz f26110233b Update README.rst 2016-02-03 22:10:53 -05:00
Kenneth Reitz 3d4ce11d38 add request context into the socket handler #25 2016-02-03 22:07:37 -05:00
Kenneth Reitz b159ecbeb3 Fallback to Flask routing when not a ws request #11 2016-02-03 22:03:41 -05:00
Kenneth Reitz ed60987664 Update README.rst 2016-02-03 21:51:00 -05:00
Kenneth Reitz 1f571eff77 Merge pull request #26 from AndreMiras/patch-1
Fixes gevent-websocket broken link
2016-02-03 21:50:22 -05:00
Kenneth Reitz 83d170156c Merge pull request #28 from tian2992/master
Standalone running sample on README.rst
2016-02-03 21:49:56 -05:00
Kenneth Reitz fd2a7b89a4 Merge pull request #18 from jolleon/master
add werkzeug routing: allows '/endpoint/<some_id>' style routing
2016-02-03 21:48:20 -05:00
Kenneth Reitz 8294495656 Update README.rst 2016-02-03 21:32:11 -05:00
Kenneth Reitz 6feac2a9b7 Update README.rst 2016-02-03 21:31:56 -05:00
Sebastian Oliva 87e2594b60 Update README.rst 2015-09-03 19:04:07 -06:00
AndreMiras a21db68037 Fixes gevent-websocket broken link 2015-06-16 14:56:59 +02:00
Jules Olleon 91cee59a1a add werkzeug routing: allows '/endpoint/<some_id>' style routing 2014-06-12 08:59:17 -07:00
Kenneth Reitz 2a02568e07 Merge pull request #20 from jhorneman/master
Making sure all paths return something
2014-06-12 11:28:35 -04:00
Jurie Horneman aabe4aa8f3 Making sure all paths return something
Callers may rely on being able to iterate over the result of this function.
2014-06-11 20:58:44 +02:00
Kenneth Reitz 6dc512a7a0 Merge pull request #9 from mbildner/patch-1
Updates README.md to warn against using Flask dev server
2013-11-25 11:31:43 -08:00
Moshe Bildner fadb9717b5 Updates README.md to warn against using Flask dev server
Explains that the dev server can't be used when using Flask-Sockets, and why that is.
2013-11-21 15:25:46 -05:00
Kenneth Reitz 112ba57590 Merge pull request #1 from aaugustin/master
Fix typo
2013-10-01 23:46:12 -07:00
Aymeric Augustin 1c2e50cab1 Fix typo 2013-10-01 17:29:54 +02:00
Kenneth Reitz ad09d144be Update README.rst 2013-09-30 22:53:42 -04:00
Kenneth Reitz d9f7d309a2 Update README.rst 2013-09-30 22:21:48 -04:00
Kenneth Reitz 1f0aa325aa Update README.rst 2013-09-30 22:21:28 -04:00
Kenneth Reitz 6e37cfdf83 Update README.rst 2013-09-30 22:20:45 -04:00
Kenneth Reitz 67808cd708 Update README.rst 2013-09-30 22:20:15 -04:00
Kenneth Reitz 37ba23a6c9 Update README.rst 2013-09-30 22:19:51 -04:00
Kenneth Reitz 1d06b1e6cb freedom patches 2013-09-30 21:46:39 -04:00
Kenneth Reitz 6154ea662c websocket interface 2013-09-30 21:32:35 -04:00
Kenneth Reitz 7335ce857a deployment notes 2013-09-30 21:23:13 -04:00
Kenneth Reitz 16e3b4c5a9 readme: there we go 2013-09-30 21:18:20 -04:00
Kenneth Reitz 5c160af1d0 readme: i'm picky 2013-09-30 21:17:56 -04:00
Kenneth Reitz 376f0da86a stylism 2013-09-30 21:17:16 -04:00
Kenneth Reitz e32b7b41cc don't hard-depend on gevent 2013-09-30 21:15:37 -04:00