Re: [tor-dev] Potential projects for SponsorR (Hidden Services)

2014-10-28 Thread David Stainton
correction... I meant #11291. On Wed, Oct 29, 2014 at 1:04 AM, David Stainton wrote: > Any Twisted application written in a network endpoint agnostic manner > may be used with the txtorcon hidden service endpoint... > For instance serving files from a Tor hidden service can be done with > Meejah

Re: [tor-dev] Potential projects for SponsorR (Hidden Services)

2014-10-28 Thread David Stainton
Any Twisted application written in a network endpoint agnostic manner may be used with the txtorcon hidden service endpoint... For instance serving files from a Tor hidden service can be done with Meejah's one-liner: pip install txtorcon && twistd -n web --port "onion:80" --path ~/public_html Howe

Re: [tor-dev] Potential projects for SponsorR (Hidden Services)

2014-10-28 Thread meejah
Nick Mathewson writes: > On Mon, Oct 20, 2014 at 9:37 AM, George Kadianakis > wrote: >> this is an attempt to collect tasks that should be done for >> SponsorR. You can find the SponsorR page here: >> https://trac.torproject.org/projects/tor/wiki/org/sponsors/SponsorR I see that #11291 is not

[tor-dev] MATor: A live-monitor for anonymity guarantees

2014-10-28 Thread Esfandiar Mohammadi
Hi, tl;dr: we have a CCS paper coming up about a client-based live-monitor, called MATor [1], that assesses the influence of Tor's path selection to a user's anonymity. The paper is a first step towards a useful live-monitor that assesses a user's anonymity in a provable manner. We would appr

Re: [tor-dev] Link protocol version

2014-10-28 Thread Владимир Мартьянов
Thank you :-) Will go further in the protocol! 2014-10-28 16:38 GMT+03:00 Roger Dingledine : > On Tue, Oct 28, 2014 at 07:32:09AM -0400, Roger Dingledine wrote: > > > Then I connected to the node, sent VERSIONS cell and > > > got a responce: "00 00 07 00 04 00 03 00 04". > > > > That said, what

Re: [tor-dev] Link protocol version

2014-10-28 Thread Roger Dingledine
On Tue, Oct 28, 2014 at 07:32:09AM -0400, Roger Dingledine wrote: > > Then I connected to the node, sent VERSIONS cell and > > got a responce: "00 00 07 00 04 00 03 00 04". > > That said, what relay is this? It seems weird that it would tell you > that it supports link versions 4, 3, and 4. Ah h

Re: [tor-dev] Link protocol version

2014-10-28 Thread Владимир Мартьянов
Thank you, now I know that Descriptor's field is obsolete :-) Node info: name = xshells identity = +czI3CZ3wvWJREtPs5VrOd8b8Ts host = 178.217.187.39 orPort = 443 dirPort = 80 version = 0.2.5.8-rc flags = V2Dir Fast Valid Exit Stable HSDir Running Guard The data I sent: "00 00 07 00 02 00 03" Is it

Re: [tor-dev] Link protocol version

2014-10-28 Thread Roger Dingledine
On Tue, Oct 28, 2014 at 02:19:17PM +0400, ?? wrote: > I'm trying to understand link protocol versions, but I have some problems. > I requested descriptor from the root server and it contains line "protocols > Link 1 2 Circuit 1". Then I connected to the node, sent

[tor-dev] Link protocol version

2014-10-28 Thread Владимир Мартьянов
I'm trying to understand link protocol versions, but I have some problems. I requested descriptor from the root server and it contains line "protocols Link 1 2 Circuit 1". Then I connected to the node, sent VERSIONS cell and got a responce: "00 00 07 00 04 00 03 00 04". But according to that respon