Raphael Michel
2ffed27a77
Fixed a regression introduced in fixing #55
2016-11-05 14:18:54 +01:00
Sean Mc Allister
76b441ecdf
Merge branch 'master' into ticket_10
2016-11-05 14:07:49 +01:00
Sean Mc Allister
a2458ac47c
test mixed endpoints and some cleanup
2016-11-05 13:48:24 +01:00
Andrew Godwin
a672da7b21
Merge pull request #58 from rixx/ ✨
...
Respond with a code when closing a connection
2016-11-05 13:38:25 +01:00
Sean Mc Allister
f115f808c3
Merge branch 'master' into ticket_10
2016-11-05 12:38:03 +01:00
Tobias Kunze
c6e4ea25d1
Respond with a code when closing a connection
...
Regards django/channels#414
2016-11-05 12:27:16 +01:00
Andrew Godwin
dc98b09dfd
Merge pull request #57 from raphaelm/issue55
...
Fix #55 -- Optionally parse X-Forwarded-For header
2016-11-05 12:06:44 +01:00
Raphael Michel
61ed32d500
Fix #55 -- Optionally parse X-Forwarded-For header
2016-11-05 11:45:48 +01:00
Sean Mc Allister
f9f799f75f
Merge branch 'master' into ticket_10
2016-11-04 14:40:40 +01:00
Andrew Godwin
3c8c21b352
Merge pull request #54 from indevgr/access-log-buffering
...
Access log buffering
2016-10-25 09:16:23 -07:00
Stratos Moros
bd0530d147
make access log line buffered
...
fixes #53
2016-10-25 15:43:44 +03:00
Stratos Moros
cd8b709ce8
fix variable name
2016-10-25 15:43:38 +03:00
Sean Mc Allister
e38c7541da
Merge remote-tracking branch 'upstream/master' into ticket_10
2016-10-21 17:51:52 +02:00
Andrew Godwin
5f6f14a8d1
Merge pull request #51 from mcallistersean/issue/50
...
log full uri for http response
2016-10-11 13:21:07 -07:00
Sean Mc Allister
3e2370b5f1
log full uri for http response
2016-10-11 17:09:34 +02:00
Andrew Godwin
b537bed180
Make accept silently pass if already accepted
2016-10-05 16:00:11 -07:00
Andrew Godwin
8c637ff728
Fix default verbosity
2016-10-05 14:46:54 -07:00
Andrew Godwin
685f3aed1e
Switch to new explicit WebSocket acceptance
2016-10-05 13:45:12 -07:00
Andrew Godwin
1bdf2a7518
Merge pull request #48 from adamchainz/setup.py
...
Tidy up setup.py a bit
2016-09-22 14:30:40 -07:00
Adam Chainz
5a5fd08633
Tidy up setup.py a bit
...
* Remove unused import 'sys'
* Github is HTTPS
* Add some trove classifiers based upon Django's
2016-09-22 22:28:55 +01:00
Andrew Godwin
6df13290b2
Merge pull request #47 from Krukov/fix-285-channels-issue
...
Catching error at receive_many form channel layer
2016-09-22 14:27:20 -07:00
Andrew Godwin
bfce80a062
Merge pull request #45 from Krukov/patch-add-verbosity
...
Verbosity
2016-09-22 14:23:25 -07:00
Andrew Godwin
a83d2f41bd
Merge pull request #46 from adamchainz/readthedocs.io
...
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-09-22 14:04:36 -07:00
Krukov Dima
790c482cb6
Catching error at receive_many form channel layer
2016-09-21 18:24:05 +00:00
Krukov Dima
cf096bab5c
Logging to the python standard library
2016-09-21 18:12:35 +00:00
Adam Chainz
bcaf1de155
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-09-21 08:43:24 +01:00
Krukov Dima
0844061296
Add verbosity to log twisted log
2016-09-16 20:36:31 +00:00
Krukov Dima
c6270e7e4e
Pep8
2016-09-16 20:34:20 +00:00
Andrew Godwin
2176b209f7
Django-ification
2016-09-09 13:27:25 +01:00
Andrew Godwin
8662b02daf
Add maintenance and security README
2016-09-09 12:52:12 +01:00
Andrew Godwin
c0919a1cd0
Merge pull request #41 from damycra/303-attach-path-to-http-disconnect
...
Attach path to http.disconnect
2016-08-28 19:59:57 -07:00
Steven Davidson
edb67cac74
Attach path to http.disconnect
...
https://github.com/andrewgodwin/channels/issues/303
2016-08-29 00:03:42 +01:00
Andrew Godwin
1a5cce9c75
Releasing 0.15.0
2016-08-28 11:27:05 -07:00
Andrew Godwin
0b37e80614
Add attribute check for #31 and remove version pin
2016-08-28 11:14:13 -07:00
Andrew Godwin
c8883eea50
Merge pull request #40 from bpeschier/master
...
Tell Twisted to keep producing data after connection upgrade
2016-08-28 10:52:05 -07:00
Bas Peschier
65da239aa2
Tell Twisted to keep producing data after connection upgrade
2016-08-28 14:39:08 +02:00
Sean Mc Allister
ea399ecc1b
updated README with an example of endpoint string usage
2016-08-12 10:19:41 +02:00
Sean Mc Allister
c3585c463b
py2 compatibility
2016-08-11 22:36:57 +02:00
Sean Mc Allister
95351ffebb
use twisted endpoint description strings to bind to ports and sockets
2016-08-11 17:52:27 +02:00
Andrew Godwin
fca52d4850
Correctly catch send dispatch errors
2016-08-05 22:17:38 -07:00
Andrew Godwin
c71a035004
Merge pull request #34 from globophobe/master
...
Implement connection force-close via ping timeout
2016-08-04 15:40:01 -07:00
globophobe
9a2748d7da
Implement connection force-close via ping timeout
...
Logging will show WSDISCONNECT.
2016-08-04 20:26:57 +09:00
Andrew Godwin
dd3bf9b0b0
Use twisted variant of receive_many if available.
2016-07-26 20:00:11 +01:00
Andrew Godwin
a249d6a69c
Releasing 0.14.3
2016-07-21 15:05:16 -04:00
Andrew Godwin
da40761b95
Fixed memory leak due to uninitialised Twisted logging
2016-07-21 14:59:26 -04:00
Andrew Godwin
2bb68654fc
Send WebSocket close code on disconnect
2016-07-21 11:53:16 -04:00
Andrew Godwin
8619c31cf9
Better logging for muting
2016-07-21 11:53:15 -04:00
Andrew Godwin
cfc7ec51b3
Merge pull request #32 from mcallistersean/master
...
Support inherited file descriptors
2016-07-15 10:15:31 -07:00
Sean Mc Allister
626b15e8c3
Update README.rst
...
Added some more text to explain usage behind proxy servers and inside process managers
2016-07-14 10:54:23 +02:00
Sean Mc Allister
89686f9034
expose file descriptor on command line
2016-07-13 14:09:14 +02:00