Andrew Godwin
|
dae0b257d6
|
Fix tests with unicode and isolation
|
2015-11-07 04:45:10 -08:00 |
|
Andrew Godwin
|
cac848fc89
|
Python 3 / unicode fixes
|
2015-11-07 03:13:05 -08:00 |
|
Andrew Godwin
|
f3c3a239b9
|
Add echo channel and fix __str__ on redis backend
|
2015-11-06 08:12:51 -08:00 |
|
Andrew Godwin
|
a41516fa6b
|
Make Redis backend shardable
|
2015-11-06 08:00:15 -08:00 |
|
Andrew Godwin
|
5106c7822c
|
Remove path_info from request message format
|
2015-11-06 13:39:48 +01:00 |
|
Andrew Godwin
|
c937c4da6d
|
Don't keep doing keepalives if main loop dies
|
2015-11-06 13:39:47 +01:00 |
|
Andrew Godwin
|
b9f07475b7
|
Shuffle fetch order for channels to prevent starvation
|
2015-11-06 13:39:46 +01:00 |
|
Andrew Godwin
|
aaf2321db1
|
Make sure content on a send/close is sent before close
|
2015-11-06 13:39:44 +01:00 |
|
John Leith
|
56c375d460
|
keeping the parent class signature
|
2015-10-14 08:20:23 -06:00 |
|
Andrew Godwin
|
ab2f1df698
|
Merge pull request #19 from aexeagmbh/patch-port
fix hardcoded port in asyncio
|
2015-09-18 10:01:54 -07:00 |
|
Arne Schauf
|
503c5fd54b
|
fix uuid generation
|
2015-09-18 10:35:47 +02:00 |
|
Arne Schauf
|
07bdaf020b
|
fix hardcoded port in asyncio
|
2015-09-18 10:35:13 +02:00 |
|
Andrew Godwin
|
cadae8346a
|
Merge pull request #16 from aexeagmbh/patch-port
Add cast to int when reading port argument
|
2015-09-17 09:34:44 -07:00 |
|
Arne Schauf
|
c1990a92ed
|
decode incoming data before loading
|
2015-09-17 18:03:04 +02:00 |
|
Arne Schauf
|
29c5ee4c3f
|
Add cast to int when reading port argument
|
2015-09-17 11:32:49 +02:00 |
|
Faris Chebib
|
ff9cdb7113
|
updated example and made decorators py3-ready
|
2015-09-10 16:57:57 -06: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 |
|
Andrew Godwin
|
f69ad33747
|
Fixed #9: Add asyncio websocket server
|
2015-09-10 14:41:47 -05:00 |
|
Faris Chebib
|
414a4ab460
|
updated print statements
|
2015-09-10 12:26:08 -06:00 |
|
Andrew Godwin
|
638bf260f8
|
Fixed #6: Linearise decorator and better user session stuff
|
2015-09-10 11:52:49 -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
|
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
|
feb3017c0e
|
Fix request GET/POST format
|
2015-08-04 23:54:10 +01: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 |
|
Andrew Godwin
|
6e91ea0040
|
Make the location of channels in INSTALLED_APPS not matter
|
2015-07-13 15:51:10 -05:00 |
|
Andrew Godwin
|
dfc11d4a67
|
Merge pull request #5 from hawkowl/py3
Port channels to py3
|
2015-07-13 00:18:28 -05:00 |
|
HawkOwl
|
8497b081a7
|
not required
|
2015-07-13 13:15:05 +08:00 |
|
Andrew Godwin
|
372d174eca
|
Merge pull request #2 from nemesisdesign/patch-1
Fixed docstring typo in ResponseLater
|
2015-07-13 00:13:22 -05:00 |
|
HawkOwl
|
6abdeb4b48
|
Merge remote-tracking branch 'origin/master'
|
2015-07-13 12:53:46 +08:00 |
|
HawkOwl
|
9d86aaad34
|
hawkie fixes
|
2015-07-13 12:53:39 +08:00 |
|
Andrew Godwin
|
964c457df1
|
Make groups actually work
|
2015-07-12 23:52:02 -05:00 |
|
Andrew Godwin
|
3a4847887e
|
Fix invalid py2 syntax
|
2015-07-12 23:37:43 -05:00 |
|
Andrew Godwin
|
8492dcde48
|
More docs, some API permutation
|
2015-07-12 21:25:53 -05:00 |
|
Andrew Godwin
|
aa921b1659
|
Channel groups, tests and docs
|
2015-07-12 20:19:10 -05:00 |
|
Federico Capoano
|
a488a3adfe
|
Fixed docstring typo in ResponseLater
doown => down
|
2015-06-23 17:50:56 +02:00 |
|
Andrew Godwin
|
217afe0348
|
Start sphinx-ified docs
|
2015-06-20 10:27:22 +08:00 |
|
Andrew Godwin
|
7a99995eb8
|
Fix crash when non-handshaked websocket closes
|
2015-06-19 11:25:57 +08:00 |
|