Re: [Twisted-Python] txtorcon 0.14.0

2015-10-25 Thread meejah
meejah writes: > * add .is_built Deferred to txtorcon.Circuit that gets callback()'d > when the circuit becomes BUILT This had a bug in it. I give you 0.14.1: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 There was a subtle bug with the Circuit.is_built API introduced in

Re: [Twisted-Python] txtorcon 0.14.0

2015-09-28 Thread Glyph Lefkowitz
> On Sep 26, 2015, at 11:26 PM, meejah wrote: > > * David Stainton ported his "tor:" endpoint parser so now both client >and server endpoints are supported. This means **any** Twisted >program using endpoints can use Tor as a client. For example, to >connect to

Re: [Twisted-Python] txtorcon 0.14.0

2015-09-28 Thread meejah
Glyph Lefkowitz writes: > Could you use any help auto-launching Tor? This would actually be a fairly straightforward bit of refactoring, mostly -- the "server-side" endpoints ("onion:...") already do auto-launch Tor, and there are some @staticmethods to directly create

[Twisted-Python] txtorcon 0.14.0

2015-09-27 Thread meejah
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm happy to announce txtorcon 0.14.0. Changes: * IStreamAttacher handling was missing None and DO_NOT_ATTACH cases if a Deferred was returned. * add .is_built Deferred to txtorcon.Circuit that gets callback()'d when the circuit becomes BUILT *