Re: [Twisted-Python] Distributing apilinks.py

2014-05-06 Thread Tom Prince
Glyph writes: > This would be very nice. Did you file an actual bug on pydoctor or is this a > conversation which will be momentarily forgotten? :) Not exactly, but https://bugs.launchpad.net/pydoctor/+bug/1246713 and https://bugs.launchpad.net/pydoctor/+bug/1287458 both document that solution

Re: [Twisted-Python] tor hidden service endpoint parser returns a deferred

2014-05-06 Thread David Stainton
> The endpoint constructor should do _construction_. The endpoint parser > should do _parsing_. The task of parsing is of taking strings and producing > meaningful values. Ah yeah I see what you mean. OK... I changed it: https://github.com/david415/txtorcon/commit/1e96d550c40bef1be1b45c3c975c0da

Re: [Twisted-Python] tor hidden service endpoint parser returns a deferred

2014-05-06 Thread Glyph
On May 6, 2014, at 4:38 AM, David Stainton wrote: > However I was thinking that the "only_tor" mode for tahoe (mentioned > here https://tahoe-lafs.org/trac/tahoe-lafs/ticket/517#comment:15 ) > could be implemented in tahoe... it could filter endpoint descriptors > by calling clientFromString or s