[tor-dev] Tor + Apache Traffic Server w/ SOCKS - works now!

2015-05-05 Thread CJ Ess
So I've been looking for a long time for something modern to sit between my browser and Tor -- something modern, capable, and efficient (i.e. doesn't fork every connection). Years ago Yahoo got some proxy software from an acquisition, a few years later they made it open source as Apache Traffic

Re: [tor-dev] Tor + Apache Traffic Server w/ SOCKS - works now!

2015-05-05 Thread CJ Ess
would be an even better choice from the perspective of language safety and their are a few socks (twisted) client and server libraries you can use. On Tue, May 5, 2015 at 1:47 PM, CJ Ess zxcvbn4...@gmail.com wrote: So I've been looking for a long time for something modern to sit between my

Re: [tor-dev] working back to socks_request_t

2015-05-04 Thread CJ Ess
Thanks for going into so much detail, you've given me a lot to think about. The real solution is probably the one that nobody wants to take on - having an application HTTP port that could take direct input from HTTP aware stuff and utilize a richer set of information then SOCKS allows for. I've

[tor-dev] working back to socks_request_t

2015-05-03 Thread CJ Ess
So I'm doing a bit of an experiment, the idea being that if you have a group of tor users sharing common infrastructure then its a slightly different situation then one lone user, and you wantto emphasize that resources should not be shared, caching should be minimal and non-persistent, you need

Re: [tor-dev] working back to socks_request_t

2015-05-03 Thread CJ Ess
: CJ Ess zxcvbn4...@gmail.com So I'm doing a bit of an experiment, the idea being that if you have a group of tor users sharing common infrastructure then its a slightly different situation then one lone user, and you wantto emphasize that resources should not be shared, caching should

Re: [tor-dev] Experimenting with private tor setup

2015-04-22 Thread CJ Ess
/cc10f13408e25eaf04f849d0f761680f383fa61d/src/or/circuitbuild.c#L1401 … CJ, I have made this change and it's waiting for review in the Tor Project Trac system. Please see: https://trac.torproject.org/projects/tor/ticket/15771 Or on github: Branch: bug-15771-reachability Repository: ​​https

[tor-dev] Experimenting with private tor setup

2015-04-21 Thread CJ Ess
I've been experimenting with a private tor setup - I've managed to setup a couple directory authorities, six routers/exit nodes (which seemed to be the minimum to bootstrap everything), and a client. Its a pretty normal setup (aside from everything running on my development box) and passes traffic

Re: [tor-dev] Experimenting with private tor setup

2015-04-21 Thread CJ Ess
. That failing I have a good test case I can submit. I'm using Tor v0.2.6.7 for all this BTW. On Tue, Apr 21, 2015 at 9:01 AM, teor teor2...@gmail.com wrote: Date: Tue, 21 Apr 2015 02:13:48 -0400 From: CJ Ess zxcvbn4...@gmail.com I've been experimenting with a private tor setup - I've

Re: [tor-dev] TBB for Ubuntu Touch?

2015-03-05 Thread CJ
On 03/05/2015 11:21 AM, Amogh Pradeep wrote: Hey CJ, Where are you right now? I'd be interested in trying this out too and I'd love to get it working on my nexus 7 as well! I'm sitting by the entrance and my nametag reads the same as my nick which is amoghbl1. Best, amoghbl1 Heya amoghbl1

[tor-dev] TBB for Ubuntu Touch?

2015-03-04 Thread CJ
Hello, I just saw Ubuntu Touch might be installed on some devices, for example a nexus7, or nexus4, or nexus10. Is there anything to do in order to get TBB on Ubuntu Touch, knowing it's a more or less standard Linux system? Did anyone tried it? I think I'll give a try to Touch on my nexus 7 —

Re: [tor-dev] Fwd: Orbot v15-alpha-3 with VPN and Meek!

2015-02-14 Thread CJ
On 14/02/15 08:58, Nathan Freitas wrote: - Original message - From: Nathan of Guardian nat...@guardianproject.info To: guardian-...@lists.mayfirst.org Subject: Orbot v15-alpha-3 with VPN and Meek! Date: Sat, 14 Feb 2015 02:57:34 -0500 More progress on Orbot VPN support, and

[tor-dev] Revisiting exit node notification page

2015-01-17 Thread CJ
Heya! While I re-built my server and my exit node, I took some time in order to get a fancier notification page for the exit node: https://tor.tengu.ch/ It might be good/interesting to provide something a bit better than the default HTML in the package (at least debian package). The current page

Re: [tor-dev] Revisiting exit node notification page

2015-01-17 Thread CJ
On 18/01/15 01:48, Zack Weinberg wrote: On Sat, Jan 17, 2015 at 3:18 PM, CJ t...@tengu.ch wrote: Heya! While I re-built my server and my exit node, I took some time in order to get a fancier notification page for the exit node: https://tor.tengu.ch/ This page isn't loading for me right

[tor-dev] Transparent Proxy: how does it work?

2014-09-16 Thread CJ
Hello dear torrorists :) I'm wanting to do some weird things with iptables in order to force some connections through Tor's TransProxy, but before that I have an interrogation on its internals: How does it detect if we're wanting to use, let's say, SMTP over Tor? Is there any kind of sniffer

Re: [tor-dev] Tor API doc?

2014-08-11 Thread CJ
On 08/11/2014 11:21 AM, Nusenu wrote: I've searched, but didn't find anything regarding how we can interact with Tor API (through the Administration Port). Would be nice if you could provide some link :). If you are talking about tor's ControlPort:

Re: [tor-dev] Tor API doc?

2014-08-11 Thread CJ
. On Mon, Aug 11, 2014 at 6:07 AM, CJ t...@tengu.ch wrote: On 08/11/2014 11:21 AM, Nusenu wrote: I've searched, but didn't find anything regarding how we can interact with Tor API (through the Administration Port). Would be nice if you could provide some link :). If you are talking about tor's

[tor-dev] [android dev] probably a stupid noob question… but

2014-07-31 Thread CJ
… how may I add netcipher lib to an Android Studio project? I've searched on the Net, but nothing seems to match my needs :( sorry for this stupid question, but I'm a bit stuck (yes, first android app, blah)… Cheers, C. ___ tor-dev mailing list

Re: [tor-dev] [android dev] probably a stupid noob question… but

2014-07-31 Thread CJ
On 07/31/2014 05:54 PM, Lunar wrote: CJ: … how may I add netcipher lib to an Android Studio project? I've searched on the Net, but nothing seems to match my needs :( sorry for this stupid question, but I'm a bit stuck (yes, first android app, blah)… I'm not sure there is much knowledge

[tor-dev] orbot: get its ports from another app

2014-07-29 Thread CJ
Hello, I'm currently developping orwall, a UI over iptables allowing to block all IP traffic and forcing selected apps through Orbot (while blocking the others), among other things. I'm wondering if there's a way to ask Orbot, if installed, its SOCKS and TransPort configuration. I think

Re: [tor-dev] orbot: get its ports from another app

2014-07-29 Thread CJ
On 29/07/14 21:19, Nathan Freitas wrote: On 07/29/2014 03:03 PM, CJ wrote: I'm currently developping orwall, a UI over iptables allowing to block all IP traffic and forcing selected apps through Orbot (while blocking the others), among other things. I'm wondering if there's a way to ask