Commit Graph

184 Commits

Author SHA1 Message Date
Faris Chebib
38800d24eb Merge branch 'doc-update' 2015-09-10 16:21:25 -06:00
Faris Chebib
f4cb5864e1 Merge branch 'master' of github.com:andrewgodwin/channels into doc-update 2015-09-10 15:35:48 -06:00
Andrew Godwin
4a8bae272b Update docs to recommend doing routing not in settings 2015-09-10 16:34:28 -05:00
Andrew Godwin
655213eff9 0.8 2015-09-10 16:01:18 -05:00
Andrew Godwin
bd1553556d Refactor websocket servers a bit to share logic 2015-09-10 16:00:31 -05:00
Faris Chebib
73d50a4695 updated typo in docs example 2015-09-10 14:46:24 -06:00
Andrew Godwin
f69ad33747 Fixed #9: Add asyncio websocket server 2015-09-10 14:41:47 -05:00
Andrew Godwin
10df1c2c32 Merge pull request #8 from octaflop/doc-update
updated docs, updated gitignore
2015-09-10 14:36:19 -05:00
Faris Chebib
414a4ab460 updated print statements 2015-09-10 12:26:08 -06:00
Faris Chebib
0e456b3125 Merge branch 'master' of github.com:andrewgodwin/channels into doc-update 2015-09-10 12:21:46 -06:00
Andrew Godwin
d563f7748c Linearize docs 2015-09-10 13:20:58 -05:00
Andrew Godwin
27f54ad23b Rework getting started 2015-09-10 13:08:09 -05:00
Faris Chebib
d4de42d3b2 Group ref on keepalive 2015-09-10 12:04:52 -06:00
Faris Chebib
275bfdf1e5 Group ref on keepalive 2015-09-10 12:04:01 -06:00
Faris Chebib
bd6f61de98 updated getting started to include Group ref 2015-09-10 12:00:47 -06:00
Faris Chebib
19130ebb05 updated concepts and added six to reqs 2015-09-10 11:54:51 -06:00
Faris Chebib
15d29a0230 added external link to golang example 2015-09-10 11:30:35 -06:00
Faris Chebib
7a9368acc2 Merge branch 'doc-update' 2015-09-10 11:04:29 -06:00
Faris Chebib
814aa64e77 updated docs, updated gitignore 2015-09-10 11:04:16 -06:00
Andrew Godwin
638bf260f8 Fixed #6: Linearise decorator and better user session stuff 2015-09-10 11:52:49 -05:00
Andrew Godwin
eed6e5e607 Don't waffle about ordering guarantees 2015-09-09 22:07:52 -05:00
Andrew Godwin
e042da5bc1 Add a bit of in-memory docs 2015-09-09 22:07:30 -05:00
Andrew Godwin
2839a4265e Fix tests. 2015-09-09 22:07:22 -05:00
Andrew Godwin
2dd7f589eb Lowercase request GET/POST etc. 2015-09-09 21:25:36 -05:00
Andrew Godwin
70caf7d171 Rename channels and change message format docs 2015-09-09 21:21:43 -05:00
Andrew Godwin
fc52e3c5a2 Remove auto-importing of modules 2015-09-09 20:58:32 -05:00
Andrew Godwin
041ea3fa5c Added some FAQs 2015-09-09 13:57:52 -05:00
Andrew Godwin
39bead9de9 Remove useless import from doc example 2015-09-08 18:45:59 -05:00
Andrew Godwin
bbe0d14fc4 Remove more old @consumer decoators from docs 2015-09-08 18:32:25 -05:00
Andrew Godwin
056082325f Improve doc linking a little. 2015-09-08 18:20:18 -05:00
Andrew Godwin
d4c7f2db20 Update concepts doc to not use decorators 2015-09-08 16:03:33 -05:00
Andrew Godwin
c6527bebf1 Version 0.7 2015-09-08 10:33:24 -05:00
Andrew Godwin
48d6f63fb2 Change to consumers taking a single "message" argument 2015-09-08 01:04:36 -05:00
Andrew Godwin
9b92eec43a Fix request/response compatability 2015-09-07 15:04:10 -05:00
Andrew Godwin
4c65ad4c09 Remove done comment 2015-09-03 00:08:05 -07:00
Andrew Godwin
16a0e73c6c Make runserver work with autoreload 2015-09-03 00:07:57 -07:00
Andrew Godwin
832809ca25 Stop using @consumer, move to explicit routing 2015-09-03 00:07:30 -07:00
Andrew Godwin
29eb75326f Make session decorator work right with ?session_key= 2015-09-03 00:06:58 -07:00
Andrew Godwin
a0830f88f7 Initial django session and auth decorators 2015-09-02 00:09:53 -07:00
Andrew Godwin
062035f992 Change to sending GET/POST as dicts of lists 2015-09-02 00:09:38 -07:00
Andrew Godwin
39a82e2a5c Make worker print exceptions rather than explode 2015-09-02 00:09:14 -07:00
Andrew Godwin
15b54b4887 Update bad example code 2015-09-02 00:09:01 -07:00
Andrew Godwin
feb3017c0e Fix request GET/POST format 2015-08-04 23:54:10 +01:00
Andrew Godwin
5264e7a416 Typo 2015-07-13 23:43:51 -07:00
Andrew Godwin
3c001716b7 Remove last vestige of Channel.consumer 2015-07-13 23:42:45 -07:00
Andrew Godwin
edd4999384 Add some kind of license 2015-07-13 23:41:19 -07:00
Andrew Godwin
8186aa22f7 Fix deployment docs links 2015-07-13 23:39:58 -07:00
Andrew Godwin
8a991056ba Add first draft of deployment docs 2015-07-13 19:56:49 -07:00
Andrew Godwin
b5210e38c4 Keepalive messages for WebSockets, and ! response chan prefix 2015-07-13 19:15:44 -07:00
Andrew Godwin
804a4c561e Implement send_channel_session 2015-07-13 17:58:52 -07:00