meejah / txtorcon

Twisted-based asynchronous Tor control protocol implementation. Includes unit-tests, examples, state-tracking code and configuration abstraction.
http://fjblvrw2jrxnhtg67qpbzi45r7ofojaoo3orzykesly2j3c2m3htapid.onion/
MIT License
250 stars 72 forks source link

add Tor client endpoint and parser #95

Closed david415 closed 9 years ago

david415 commented 9 years ago

Meejah and I are currently working on creating a proper Tor client endpoint and parser. We had some additional features to add to the txtorsocksx implementation I wrote a while back... anyhow the branch of txtorcon that has this code is here: https://github.com/david415/txtorcon/commits/tor-client-endpoint

I'd suggest we make it possible to use stealth hidden services with this Tor client endpoint... Should I open a separate ticket for that?

meejah commented 9 years ago

Yeah, I think a separate ticket is correct because txtorcon doesn't support stealth auth properly by itself yet. So, first support stealth auth, then support it via endpoints.

meejah commented 9 years ago

See branch tor-client-endpoint

david415 commented 9 years ago

meejah merged my code (with some fixes) to trunk a while ago... so it's resolved!