NiiEquity
44b10836e0
Update concepts.rst
...
Correct the repetition of "channels"
2015-12-21 15:03:55 +00:00
Andrew Godwin
03c9c90f4c
Clarify WSGI in integration plan
2015-12-18 22:44:33 +00:00
Andrew Godwin
ecb2e4c22b
Remove old note
2015-12-18 21:34:47 +00:00
Andrew Godwin
76ca034e63
Update message standards doc
2015-12-18 21:23:09 +00:00
Andrew Godwin
5a95248b3f
Initial script name support
2015-12-18 21:23:09 +00:00
Andrew Godwin
a7bad5b620
Merge pull request #52 from aexeagmbh/master
...
fix 2 typos in integration plan docs
2015-12-17 18:57:47 +00:00
Arne Schauf
84e78ea503
fix 2 typos in integration plan docs
2015-12-17 14:42:31 +01:00
Andrew Godwin
5461c2db03
Add first draft of integration plan
2015-12-17 00:40:29 +00:00
Andrew Godwin
a0b2696b30
Merge pull request #50 from bastianh/redis_url
...
Fixed #39 : Allow redis:// URL redis configuration
2015-12-16 21:37:40 +00:00
Andrew Godwin
245bbf1b1d
Merge pull request #49 from bastianh/twisted_fix
...
Fixes #44 also for twisted backend
2015-12-16 21:35:23 +00:00
Bastian Hoyer
70bc429d0b
Fixed #39 : Allow redis:// URL redis configuration
2015-12-16 20:42:56 +01:00
Bastian Hoyer
c5fdf16568
Fixes #44 also for twisted backend
2015-12-16 20:10:34 +01:00
Andrew Godwin
a6073157f4
Fixed #47 : Wrong import path for redis backend in docs
2015-12-15 19:56:49 +00:00
Andrew Godwin
42d437eaf8
Fixed #44 : Don't make autobahn check host/path
2015-12-15 19:55:26 +00:00
Andrew Godwin
dfcbf7bd24
Merge pull request #41 from paurullan/master
...
add question about messagepack in faq from request #37
2015-12-14 09:27:27 -08:00
Andrew Godwin
b2ba048b9e
Merge pull request #42 from reinout/patch-1
...
Changed three "these/those" into explicit names
2015-12-14 09:26:43 -08:00
Reinout van Rees
ff45689c46
Changed three "these/those" into explicit names
...
The original version was unclear to me. It sounded like Go channels were the ones that are network-transparent even though we mean to say that Django's are.
So I simply removed these/those and used "Go channels" and "Django channels" explicitly. (But *do* check whether I got it right! :-) )
2015-12-14 14:26:37 +01:00
Pau Ruŀlan
ccad3d8e2f
add question about messagepack in faq from request #37
2015-12-14 10:29:10 +01:00
Andrew Godwin
aa3f834e3a
Merge pull request #40 from knbk/patch-1
...
Fixed typo
2015-12-12 18:42:44 -08:00
knbk
c9135ddcbe
Fixed typo
2015-12-13 02:31:52 +01:00
Andrew Godwin
976faeca9a
Merge pull request #36 from pajusmar/master
...
Typos
2015-12-11 15:51:40 -08:00
Martin Pajuste
eafb3c728d
Fix some typos
2015-12-12 00:18:57 +02:00
Andrew Godwin
a9a205c800
Merge pull request #35 from ydaniv/patch-1
...
Fixed typo
2015-12-06 12:56:29 -08:00
Yehonatan Daniv
0cf2a13234
Fixed typo
2015-12-06 17:47:23 +02:00
Andrew Godwin
b6f38910de
Working mixed-mode HTTP/WebSocket server!
2015-12-02 12:54:52 -08:00
Andrew Godwin
bf9a423211
Twisted HTTP interface now serves basic requests
2015-12-02 12:38:02 -08:00
Andrew Godwin
17e42a85fb
Merge pull request #26 from maikhoepfel/patch-1
...
Wording changes to docs
2015-11-20 13:07:18 -08:00
Maik Hoepfel
2ff6388ef2
Changes after PR review
2015-11-19 14:50:23 +01:00
Andrew Godwin
89ec9ce9ed
Merge pull request #34 from ekmartin/session_ws
...
Include cookies in request_info for websockets
2015-11-18 10:08:34 -08:00
ekmartin
4f87d53adc
Include cookies in request_info for websockets
2015-11-18 17:48:03 +01:00
Andrew Godwin
0c03ea7780
Merge pull request #29 from ekmartin/tests_and_py3
...
Run tests with tox and add flake8/isort
2015-11-09 12:25:06 +00:00
Andrew Godwin
612b37f184
Merge pull request #31 from ekmartin/string_session
...
Store the session key as a string
2015-11-09 12:24:30 +00:00
ekmartin
28e132468f
Store the session key as a string
2015-11-09 13:09:34 +01:00
ekmartin
cf2de79d64
Add isort and fix errors
2015-11-09 13:01:02 +01:00
ekmartin
1804d66b85
Ignore testproject for flake8
2015-11-09 13:00:00 +01:00
ekmartin
14bc306214
Make sure channels() actually returns the channel list
2015-11-09 13:00:00 +01:00
ekmartin
4469b55d96
Fix pep8 errors using the Django core's flake8 preset
2015-11-09 13:00:00 +01:00
ekmartin
351a18ba07
Add tox and run tests for python 2.7/3.5 and Django 1.6-1.8
2015-11-09 12:58:59 +01:00
Ben Cole
57f21d71e2
Added logging
2015-11-09 11:16:32 +01:00
Andrew Godwin
9222676bf7
Change status_code to status in http.response
2015-11-07 05:32:11 -08:00
Andrew Godwin
7b3845b0b2
Merge pull request #25 from wengole/master
...
Use Django's six and require Django instead of six
2015-11-07 14:24:06 +01:00
Andrew Godwin
b6714c8a65
Fixed #20 : Bad routing setup for default backend
2015-11-07 05:02:03 -08:00
Ben Cole
21b54e7db8
Use Django's six and require Django instead of six
2015-11-07 13:47:26 +01:00
Andrew Godwin
dae0b257d6
Fix tests with unicode and isolation
2015-11-07 04:45:10 -08:00
Maik Hoepfel
50cb6d13d8
Wording changes to docs
...
I eagerly read through the (excellent, thanks!) documentation for channels, and had to re-read one or two sentences. So being a good citizen, I'm suggesting a few fixes here and there.
2015-11-07 12:46:28 +01:00
Andrew Godwin
b928846391
Add basic benchmark script
2015-11-07 03:16:39 -08:00
Andrew Godwin
e1bf2f5982
Small project to test with
2015-11-07 03:13:15 -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