Commit Graph

1023 Commits

Author SHA1 Message Date
Andrew Godwin
d80444a329 Merge pull request #83 from Lukasa/typo-fix
Stylistic changes.
2016-03-10 11:50:38 -08:00
Andrew Godwin
1bf8532175 Merge pull request #84 from Lukasa/valid-extensions
Clearly you're allowing more extensions.
2016-03-10 11:33:00 -08:00
Andrew Godwin
e734741fe6 Merge pull request #80 from Lukasa/somewhat-vague
The HTTP specs aren't vague about cookies.
2016-03-10 10:30:08 -08:00
Cory Benfield
b296fee4c7 Be a bit clearer about guaranteed ordering. 2016-03-10 09:57:33 +00:00
Cory Benfield
e65230b677 Down with RFC 2616 2016-03-10 09:44:48 +00:00
Cory Benfield
c4b1798020 The HTTP specs are quite clear. 2016-03-10 09:43:05 +00:00
Cory Benfield
ce0433f438 MUST is preferable to SHOULD 2016-03-10 09:35:17 +00:00
Cory Benfield
1bb48108fd Stylistic changes 2016-03-10 09:34:29 +00:00
Cory Benfield
69d60a60c5 Clearly you're allowing more extensions. 2016-03-10 09:25:02 +00:00
Andrew Godwin
a2d64f9335 Releasing 0.9.4 2016-03-08 10:20:08 -08:00
Andrew Godwin
f9a6150aed Releasing 0.9.3 2016-03-08 10:16:50 -08:00
Andrew Godwin
1fb01f59b8 Merge pull request #2 from erikash/fix-urlencode
urlencode now handles parse_qs encoding correctly.
2016-03-08 10:15:25 -08:00
Andrew Godwin
930d71039e Update docs version 2016-03-06 13:34:58 -08:00
Andrew Godwin
d26e04a56b Fix note formatting 2016-03-06 13:34:23 -08:00
Andrew Godwin
8e978459a9 Add reference 2016-03-06 12:20:11 -08:00
Andrew Godwin
4b82d989ca Remove old code from Channel/Group 2016-03-06 12:12:48 -08:00
Andrew Godwin
a0dff726b2 Rework getting started section to do groups after basic sending. 2016-03-06 11:28:52 -08:00
Andrew Godwin
c4719f79bc Don't make worker thread do signals during runserver 2016-03-06 11:11:58 -08:00
Andrew Godwin
08d1f9a14d Graceful shutdown for workers on SIGTERM and SIGINT 2016-03-02 17:21:58 -08:00
Andrew Godwin
44568dab5b Oops on package name. 2016-03-02 17:12:18 -08:00
Andrew Godwin
05e0f739d5 Deployment docs tweak 2016-03-02 17:11:24 -08:00
Andrew Godwin
484320a675 Reduce Daphne HTTP timeout in runserver mode 2016-03-02 17:00:49 -08:00
Andrew Godwin
6a7de0b6fd Releasing 0.9.2 2016-03-02 16:59:37 -08:00
Andrew Godwin
a5cf4c0961 Update error page CSS 2016-03-02 16:58:13 -08:00
Andrew Godwin
0ad7f1c2a2 Add timeout 503 responses with configurable delay. 2016-03-02 11:25:34 -08:00
Andrew Godwin
1869061fa2 I like having a plus here. 2016-03-02 10:46:22 -08:00
Andrew Godwin
447c2e77cc Fix line length 2016-03-02 10:46:05 -08:00
Andrew Godwin
8fba5220d9 Detect if you forget to decorate things with enforce_ordering 2016-03-02 10:42:18 -08:00
Andrew Godwin
d445844061 Releasing 0.9.1 2016-03-01 00:09:33 -08:00
Andrew Godwin
54dc80e9a5 Typo fix in ordering page. 2016-02-28 22:13:44 -08:00
Andrew Godwin
d0a9279939 Bit more inshort tweaking 2016-02-28 22:11:41 -08:00
Andrew Godwin
00dd9615ff Update inshort a little. 2016-02-28 22:10:02 -08:00
Andrew Godwin
cdde27b55a Releasing 0.9.3 2016-02-28 22:06:25 -08:00
Andrew Godwin
b129adf4a4 Increase FileResponse chunk size for staticfiles handler 2016-02-28 22:04:03 -08:00
Andrew Godwin
61b8940e99 Warn when trying to use runworker with in memory layer 2016-02-28 21:52:35 -08:00
Andrew Godwin
b18975e607 Really lay into DatabaseChannelLayer in an impolite way. 2016-02-28 21:46:45 -08:00
Andrew Godwin
c2a8e32b4b Fix changelog date 2016-02-28 21:39:56 -08:00
Andrew Godwin
9dae793cde Release 0.9.2 2016-02-28 21:12:11 -08:00
Andrew Godwin
f8c264551a Remove warning from README. 2016-02-28 21:11:51 -08:00
erikash
238e75cbd3 urlencode now handles parse_qs encoding correctly.
The autobahn websocket protocol.py line 2487 uses parse_qs(query) which always returns a list as a return value.
For example:
urllib.parse.parse_qs('room=test') returns {'room': ['test']}. 
In order to parse it correctly later, doseq for urlencode must be set to True.
2016-02-28 16:36:19 +02:00
Andrew Godwin
7b83471e6c Update backend_reader docstring 2016-02-24 08:04:04 -08:00
Andrew Godwin
6f47ba75f9 Remove unused import 2016-02-24 08:01:49 -08:00
Andrew Godwin
fe352542cc Fix for Django 1.8/1.9 2016-02-24 07:00:33 -08:00
Andrew Godwin
500f0fdeb7 Couple of bits more ordering docs 2016-02-23 19:36:34 -08:00
Andrew Godwin
c64fe97463 Fix trailing whitespace 2016-02-23 19:36:17 -08:00
Andrew Godwin
d25bea1543 Send order keys with WebSocket packets as per ASGI spec update 2016-02-24 00:41:31 +00:00
Andrew Godwin
69186ef7b7 Replace linearize with the more useful enforce_ordering. 2016-02-24 00:40:38 +00:00
Andrew Godwin
38c6df8125 Move ResponseLater into exceptions module 2016-02-24 00:39:48 +00:00
Andrew Godwin
eaa762c9e3 Tweak idle delays for better performance 2016-02-23 22:17:24 +00:00
Andrew Godwin
fff69f64a7 Logging tweaks 2016-02-23 22:14:50 +00:00