Re: [Twisted-Python] txjsonrpc

2013-02-01 Thread Julian Berman
Hi. FWIW I had a project that used JSONRPC and decided to use v2 so I wrote https://github.com/Julian/txjsonrpc-tcp (Which I couldn't think up a less ambiguous name for at the time unfortunately) My requirements were kinda simple and Twisted had evolved a bit since when oubiwann wrote txjsonrpc s

Re: [Twisted-Python] txjsonrpc

2013-02-01 Thread Matthew Williams
Thanks Julian, I actually have a similar project ( https://github.com/mgwilliams/txJsonRpc-Netstrings), but would prefer to use the "mainstream" project. At the moment I'm working out whether that's possible for our needs. Matthew On Fri, Feb 1, 2013 at 12:14 PM, Julian Berman wrote: > Hi. FWI

Re: [Twisted-Python] txjsonrpc

2013-02-01 Thread Duncan McGreggor
On Thu, Jan 31, 2013 at 7:43 AM, Matthew Williams wrote: > I have a couple questions regarding txjsonrpc > (https://github.com/oubiwann/txjsonrpc/) in connection with the recent > addition of version 2.0 support. > > * How complete is the version 2.0 support? I had actually tried some years > ago

Re: [Twisted-Python] txjsonrpc

2013-02-01 Thread Matthew Williams
Hi Duncan, Thanks for the response. I'm certainly open to suggestions otherwise, but it seems patching txjsonrpc to do the following would be rather involved. I started working on some of this and realized maintaining backwards compatibility might be very difficult: * Persistent TCP connections

Re: [Twisted-Python] maintenance release - a security issue and a regression

2013-02-01 Thread Glyph
On Jan 31, 2013, at 6:07 AM, Angelo Dell'Aera wrote: > On Wed, 30 Jan 2013 23:32:34 +0100 > Angelo Dell'Aera wrote: > >> On Wed, 30 Jan 2013 11:04:36 -0800 >> Glyph wrote: >> >>> Any volunteers for parts of this process? >> >> I'm not familiar with Twisted patching process and for this reas