Re: [Twisted-Python] HTTP and SSH over SOCKS5

2015-05-19 Thread Glyph
> On May 19, 2015, at 15:46, Farhan Khan > wrote: > > Hi, > > I am working on a project that will require running several HTTP connections > over a list of SOCKS5 proxies. I have found a lot of sample code that runs > HTTP over a regular TCP socket, but none that demonstrate the functionalit

Re: [Twisted-Python] Multiple plugins in "twistd"

2015-05-19 Thread Moshe Zadka
OK, so let me once again enumerate the tickets I'm going to open, because it seems like we're reaching consensus: [1] PROVIDES (pretty much as written: exarkun -- the idea is to walk up the hierarchy and then back down, so I did mean IService -- go up until you find a root, then go down and get al

[Twisted-Python] HTTP and SSH over SOCKS5

2015-05-19 Thread Farhan Khan
Hi, I am working on a project that will require running several HTTP connections over a list of SOCKS5 proxies. I have found a lot of sample code that runs HTTP over a regular TCP socket, but none that demonstrate the functionality over SOCKS5. Is this possible in Twisted or would it have to

Re: [Twisted-Python] Multiple plugins in "twistd"

2015-05-19 Thread Glyph
> On May 19, 2015, at 14:01, Tom Prince wrote: > > Glyph writes: > >> You could also find some other way to split the argument list but "+" >> doesn't seem particularly obscure in this context to me. (If there's really >> a need to pass a literal "+" to a plugin we could add an escaping syn

Re: [Twisted-Python] Multiple plugins in "twistd"

2015-05-19 Thread Tom Prince
Glyph writes: > You could also find some other way to split the argument list but "+" doesn't > seem particularly obscure in this context to me. (If there's really a need > to pass a literal "+" to a plugin we could add an escaping syntax as well.) I think if we are adding syntax, then we sho

Re: [Twisted-Python] Multiple plugins in "twistd"

2015-05-19 Thread Glyph
> On May 19, 2015, at 05:59, exar...@twistedmatrix.com wrote: > > On 12:07 pm, zadka.mo...@gmail.com wrote: >> Background >> >> Currently, "twistd" assumes one-run-one-plugin. It would be nice to load up >> multiple plug-ins in Twisted, for many reasons. These include: serving the >> same in-mem

[Twisted-Python] Need advice on how to move further with ticket 7897

2015-05-19 Thread Eeshan Garg
Hi! I filed a ticket (Log the log events in twisted.internet.protocol.Factory using the new logging system ) and I have also submitted a patch for it. However, while working on the patch, I had some concerns that I have already summarized in a ticket com

Re: [Twisted-Python] Multiple plugins in "twistd"

2015-05-19 Thread exarkun
On 12:07 pm, zadka.mo...@gmail.com wrote: Background Currently, "twistd" assumes one-run-one-plugin. It would be nice to load up multiple plug-ins in Twisted, for many reasons. These include: serving the same in-memory content via separate protocols, adding manhole to other plug-ins (so the e

[Twisted-Python] Multiple plugins in "twistd"

2015-05-19 Thread Moshe Zadka
Background Currently, "twistd" assumes one-run-one-plugin. It would be nice to load up multiple plug-ins in Twisted, for many reasons. These include: serving the same in-memory content via separate protocols, adding manhole to other plug-ins (so the end-deployer can add it to other things, as oppo

Re: [Twisted-Python] trial internals help?

2015-05-19 Thread exarkun
On 10:50 am, wsanc...@wsanchez.net wrote: I took a stab at porting trial to use twisted.logger (http://tm.tl/7863) but I have a test failing: twisted.trial.test.test_reporter.TestErrorReporting.test_hiddenException I don’t quite know what that test is doing. I added some additional output

[Twisted-Python] trial internals help?

2015-05-19 Thread Wilfredo Sánchez Vega
I took a stab at porting trial to use twisted.logger (http://tm.tl/7863) but I have a test failing: twisted.trial.test.test_reporter.TestErrorReporting.test_hiddenException I don’t quite know what that test is doing. I added some additional output on my branch (branches/log-trial-7

Re: [Twisted-Python] Twisted on Windows, parts 2 and 3

2015-05-19 Thread Glyph
> On May 18, 2015, at 10:19, Christian Long wrote: > > I added to my series of posts about running Twisted on Windows. Thanks again for writing these up, Christian! -g ___ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatr