[tor-talk] What's the longest size for ExcludeExitNodes?

2016-10-17 Thread Hongyi Zhao
Hi all, When I write the nodes listed in ExcludeExitNodes, what's the longest size for the list used in ExcludeExitNodes? I mean, if I write too many entries in the ExcludeExitNodes' list, does it will exceeds the upper limit for this list and trigger an overflow error? I ask this issue based on

Re: [tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread Tamara West
Why does everyone keep doing this? Stop thinking about computing only from your perspective. It doesn't matter the reason why. People will want, will need a Windows version of Tor. That's why the client already exists. I am simply asking about getting the best version available to the public. Have

Re: [tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread Mirimir
On 10/17/2016 08:19 PM, I wrote: >> From: miri...@riseup.net > >> Maybe he did. Cite? > > Did you just invent webcitation? No, just curious. -- tor-talk mailing list - tor-talk@lists.torproject.org To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listin

Re: [tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread I
> From: miri...@riseup.net > Maybe he did. Cite? Did you just invent webcitation? -- tor-talk mailing list - tor-talk@lists.torproject.org To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread George
On 10/17/16 21:18, Mirimir wrote: > On 10/17/2016 06:50 PM, I wrote: >> >>> >>> Running Tor on Windows makes little sense, >> >> Didn't Roger ask for more operating system diversity and mention Windows? > > Maybe he did. Cite? > > But nevertheless, in my opinion, Windows is too snoopy. > The o

Re: [tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread Mirimir
On 10/17/2016 06:50 PM, I wrote: > >> >> Running Tor on Windows makes little sense, > > Didn't Roger ask for more operating system diversity and mention Windows? Maybe he did. Cite? But nevertheless, in my opinion, Windows is too snoopy. -- tor-talk mailing list - tor-talk@lists.torproject.or

Re: [tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread I
> > Running Tor on Windows makes little sense, Didn't Roger ask for more operating system diversity and mention Windows? -- tor-talk mailing list - tor-talk@lists.torproject.org To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk

Re: [tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread Mirimir
On 10/17/2016 06:08 PM, Tamara West wrote: > Excuse my ignorance but what exactly must happen for us to get a 64-bit > hardened Tor Browser for Windows? Not everyone in the world is running > Linux and not everyone can run Linux at work. I've been wondering about > this for awhile. Any info would b

[tor-talk] Hardened Tor Browser for Windows

2016-10-17 Thread Tamara West
Excuse my ignorance but what exactly must happen for us to get a 64-bit hardened Tor Browser for Windows? Not everyone in the world is running Linux and not everyone can run Linux at work. I've been wondering about this for awhile. Any info would be appreciated. TIA. -- tor-talk mailing list - tor

[tor-talk] Tor 0.2.9.4-alpha is released

2016-10-17 Thread Nick Mathewson
Hi, all! There is a new alpha release of the Tor source code, with fixes for a security bug. You should probably upgrade as packages become available. (If you are about to reply saying "please take me off this list", instead please follow these instructions: https://lists.torproject.org/cgi-bin/

Re: [tor-talk] ExcludeExitNodes doesn't take effect at all.

2016-10-17 Thread Hongyi Zhao
2016-10-17 20:23 GMT+08:00 Geoff Down : > > > On Mon, Oct 17, 2016, at 02:49 AM, Hongyi Zhao wrote: >> The command for obtaining the ExcludeExitNodes list is as follows: >> >> $ curl -s https://collector.torproject.org/recent/exit-lists/ | grep >> -E -m1 'href=\"[0-9-]+\"' | tr '"' '\n' | grep -E '

Re: [tor-talk] ExcludeExitNodes doesn't take effect at all.

2016-10-17 Thread Geoff Down
On Mon, Oct 17, 2016, at 02:49 AM, Hongyi Zhao wrote: > The command for obtaining the ExcludeExitNodes list is as follows: > > $ curl -s https://collector.torproject.org/recent/exit-lists/ | grep > -E -m1 'href=\"[0-9-]+\"' | tr '"' '\n' | grep -E '^[0-9-]+' | xargs > -r -I{} curl -s https://col