Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-13 Thread Jeremy Rand
Hmm, this message that I sent 2 days ago doesn't seem to have come through. Apologies if anyone receives it more than once. wire...@sigaint.org: > Blockchain addressing has some serious issues that will stand in the way > of wide adoption. > > The need for payment already makes this out of reach

[tor-dev] How to integrate an external name resolver into Tor

2016-08-09 Thread wire321
Blockchain addressing has some serious issues that will stand in the way of wide adoption. The need for payment already makes this out of reach for many users. Lack of anonymous payment is a privacy challenge until Zcash comes into the picture. The need to download a blockchain on embedded device

Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-08 Thread Nick Mathewson
On Thu, Aug 4, 2016 at 6:37 PM, Jeremy Rand wrote: [...] > Hi Nick, > > I'm looking at the docs for StreamEvent in Stem: > > https://stem.torproject.org/api/response.html#stem.response.events.StreamEvent > > And I don't see any obvious way to get the SOCKS auth data from that. > Using the SOCKS a

Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-04 Thread Jeremy Rand
Nick Mathewson: > On Tue, Aug 2, 2016 at 5:10 PM, Jeremy Rand wrote: >> Nick Mathewson: >>> Hi, all! >>> >>> I've seen a couple of emails from people looking into new ways to do >>> naming for onion services. That's great! Before anybody gets too >>> far, I'd like to send this quick note to let

Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-04 Thread Nick Mathewson
On Tue, Aug 2, 2016 at 5:10 PM, Jeremy Rand wrote: > Nick Mathewson: >> Hi, all! >> >> I've seen a couple of emails from people looking into new ways to do >> naming for onion services. That's great! Before anybody gets too >> far, I'd like to send this quick note to let you know that integratin

Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-03 Thread Jesse V
On 08/02/2016 09:45 AM, teor wrote: > > Has someone put together an example resolver that just does simple extension > substitution? > It would amuse me to be able to visit 3g2upl4pq6kufc4m.chive, or > 3g2upl4pq6kufc4m.allium. > > Tim > > Tim Wilson-Brown (teor) Thanks Nick for the helpful ti

Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-02 Thread Jeremy Rand
Nick Mathewson: > Hi, all! > > I've seen a couple of emails from people looking into new ways to do > naming for onion services. That's great! Before anybody gets too > far, I'd like to send this quick note to let you know that integrating > stuff like this into Tor is actually easier than you t

Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-02 Thread Nick Mathewson
On Tue, Aug 2, 2016 at 9:45 AM, teor wrote: [...] > > Has someone put together an example resolver that just does simple extension > substitution? > It would amuse me to be able to visit 3g2upl4pq6kufc4m.chive, or > 3g2upl4pq6kufc4m.allium. > I think I did one of these long ago when I was test

Re: [tor-dev] How to integrate an external name resolver into Tor

2016-08-02 Thread teor
> On 2 Aug 2016, at 23:37, Nick Mathewson wrote: > > Hi, all! > > I've seen a couple of emails from people looking into new ways to do > naming for onion services. That's great! Before anybody gets too > far, I'd like to send this quick note to let you know that integrating > stuff like this

[tor-dev] How to integrate an external name resolver into Tor

2016-08-02 Thread Nick Mathewson
Hi, all! I've seen a couple of emails from people looking into new ways to do naming for onion services. That's great! Before anybody gets too far, I'd like to send this quick note to let you know that integrating stuff like this into Tor is actually easier than you think. Here's how you do it,