[tor-dev] 1 Re: [PATCH] entrynodes.c: Improve readability (issue 9971)

2014-06-28 Thread Martin Kepplinger
Am 2014-06-28 23:57, schrieb Martin Kepplinger: > Maybe we can do away with issue 9971 and improve readability: > https://trac.torproject.org/projects/tor/ticket/9971 > >From 8de701e860d2e68d6b05767824efdf6e91de77fa Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Sat, 28 Jun 2014 21:44:1

[tor-dev] 2 Re: [PATCH] entrynodes.c: Improve readability (issue 9971)

2014-06-28 Thread Martin Kepplinger
Am 2014-06-28 23:57, schrieb Martin Kepplinger: > Maybe we can do away with issue 9971 and improve readability: > https://trac.torproject.org/projects/tor/ticket/9971 > >From ec585a3b10f039589ad2b3a4f42f6a4fdae97415 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Sat, 28 Jun 2014 22:38:4

[tor-dev] 3 Re: [PATCH] entrynodes.c: Improve readability (issue 9971)

2014-06-28 Thread Martin Kepplinger
Am 2014-06-28 23:57, schrieb Martin Kepplinger: > Maybe we can do away with issue 9971 and improve readability: > https://trac.torproject.org/projects/tor/ticket/9971 > NEEDS REVIEW. >From 9e7f10abc9012e6820102b96c30c54a7d8ab8600 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Sat, 28 Jun

[tor-dev] [PATCH] entrynodes.c: Improve readability (issue 9971)

2014-06-28 Thread Martin Kepplinger
Maybe we can do away with issue 9971 and improve readability: https://trac.torproject.org/projects/tor/ticket/9971 As response to this mail, I'll append seperate patches for the 3 sub-issues mentioned. They apply (and are build-tested) seperately to the current tree, so a maintainer can quickly pi

Re: [tor-dev] I have a group at internet archive that are interested in buying a lot of OnionPi's

2014-06-28 Thread Moritz Bartl
On 06/27/2014 09:44 PM, Virgil Griffith wrote: > What is the current state of the art on this, and if it is ready for > larger deployment want to buy about 50-100 of them. In my eyes, an access point that has a captive portal that teaches people about Tor and facilitates the download of Tor Browse

[tor-dev] [PATCH] remove test for remote SOCKS Port at config validation

2014-06-28 Thread Martin Kepplinger
(why doesn't git send-email work for this list?) this is UNTESTED and for now, more of a question if this may suffice to close ticket 4019: -- Martin Kepplinger http://martinkepplinger.com >From 8fe174008e162bff7eb5a15e5f34cc6731e852dd Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Sat,

[tor-dev] [PATCH] remove test for remote SOCKS Port at config validation

2014-06-28 Thread Martin Kepplinger
remove the check for a non-local SOCKS Port in the config by removing the flag when calling parse_port_config() for it. this should only prevent parse_port_config() from writing a warning that is written when the listener is opened anyways, according to https://trac.torproject.org/projects/tor/tic