Re: [Twisted-Python] Twisted Trac

2014-08-24 Thread exarkun
On 16 Jul, 06:02 pm, alex.gay...@gmail.com wrote: Hi all, A short while ago Twisted's trac installation was changed to reject new tickets from anyone except a special white listed group. As of yesterday I have reverted this change, (and turned the spam filter back on). If you experience any

Re: [Twisted-Python] Twisted WebSockets Branch

2014-08-24 Thread Tobias Oberstein
Hi Rob, if your main concern is robust WebSocket on Twisted, why not use Autobahn (https://pypi.python.org/pypi/autobahn) ? Autobahn supports wrapping arbitrary stream-based protocols on top of WebSocket, with full support for advanced features like WebSocket compression and auto-fragmentation