[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Sometime post 0.0.9, we should integrate an http proxy into...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] Sometime post 0.0.9, we should integrate an http proxy into...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Sat, 15 Jan 2005 21:50:00 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 15 Jan 2005 21:50:24 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/tor/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/doc
Modified Files:
	TODO 
Log Message:
Sometime post 0.0.9, we should integrate an http proxy into Tor (maybe
as a third class of worker process), so we can stop shipping with the
beast that is Privoxy.
Index: TODO
===================================================================
RCS file: /home2/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.250
retrieving revision 1.251
diff -u -d -r1.250 -r1.251
--- TODO	12 Jan 2005 07:00:28 -0000	1.250
+++ TODO	16 Jan 2005 02:49:58 -0000	1.251
@@ -32,6 +32,7 @@
 
 ************************ For Post 0.0.9 *****************************
 
+config option to publish what ports you listen on, beyond ORPort/DirPort
 https proxy for OR CONNECT stuff
 choose entry node to be one you're already connected to?
 
@@ -121,6 +122,9 @@
        - Find a way to make sure we have libevent 1.0 or later.
        - Check return from event_set, event_add, event_del.
 
+   - Integrate an http proxy into Tor (maybe as a third class of worker
+     process), so we can stop shipping with the beast that is Privoxy.
+
    - QOI
      - Let more config options (e.g. ORPort) change dynamically.