-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm pleased to announce txtorcon 0.17.0, largely to fix a bug with
Unix-socket control-ports:
* issue 187: fix unix-socket control endpoints
* sometimes mapping streams to hostnames wasn't working properly
* backwards-compatibility API for `socks_hostname` was incorrectly named
You can download the release from PyPI or GitHub (or of
course "pip install txtorcon"):
https://pypi.python.org/pypi/txtorcon/0.17.0https://github.com/meejah/txtorcon/releases/tag/v0.17.0
Releases are also available from the hidden service:
http://timaq4ygg2iegci7.onion/txtorcon-0.17.0.tar.gzhttp://timaq4ygg2iegci7.onion/txtorcon-0.17.0.tar.gz.asc
You can verify the sha256sum of both by running the following 4 lines
in a shell wherever you have the files downloaded:
cat <<EOF | sha256sum --check
5e321387ab56f22d184b18d91a60c30dd1f72575d9e32ff3614ef911bce49daa txtorcon-0.17.0.tar.gz
e1da13cc43328e040335d091e2ef15717a2b836b48fbede31fc6a7e332b699b4 txtorcon-0.17.0-py2-none-any.whl
EOF
thanks,
meejah
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBAgAGBQJX9B8gAAoJEMJgKAMSgGmnCLoH/jZNzTG4QRRKk54XkFCbSmBh
Qg0YAmWVa4iFMkjidawyfZ8Cocje+yROMiuvH2VWNCcI809q96TB06caNJS0w5c3
I10i9N9xY2S13/yVzW/izW3HMPR+Sdi0Hod9UGTQ0F2Vpcs+g8bpPyKvMK+mPm+L
P0QwyejOAO/FzTndA73T5o2bVKdR3NkK1EfY0FRTjQsD71UZlVJa4AK828v1EMi3
0oNXDny+H9xzJu/i03zFX3zSL1jb69KCxkLyUBIuj5Vg+3by8FwbBa1G3Ehcs70C
RV6ew6WLa0Ty7fnUBy18Z3gFx9+4Ew/Eq/t7weVgRiW0VCAHwgOKx0D4wqSMeH8=
=nyB6
-----END PGP SIGNATURE-----
Paul Syverson <paul.syverson(a)nrl.navy.mil> writes:
> [ text/plain ]
> On Tue, Oct 04, 2016 at 12:54:55PM -0700, George Kadianakis wrote:
>>
>> BTW, monitor this list, there will soon be a proposal specifying a Tor
>> API for naming systems like OnioNS, similar to the one we have for
>> pluggable transports.
>>
>
> There will? Was this discussed at tordev? How did I miss this? Who's
> working on it? Is there a draft anywhere?
>
> (Feel free to respond to tor-dev. I just didn't want to spam the list
> if good general answers to these were not quite ready.)
>
Hey Paul :)
It was discussed on Sunday, the last day of the hackfest, so that's why
you missed it :(
Here are some spoilers:
https://people.torproject.org/~asn/hs_notes/name_transport_plugin.jpg
I hope to work on the proposal ASAP.
[CCing tor-dev just for completeness]