]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Sometime post 0.0.9, we should integrate an http proxy into Tor (maybe
authorRoger Dingledine <arma@torproject.org>
Sun, 16 Jan 2005 02:49:58 +0000 (02:49 +0000)
committerRoger Dingledine <arma@torproject.org>
Sun, 16 Jan 2005 02:49:58 +0000 (02:49 +0000)
as a third class of worker process), so we can stop shipping with the
beast that is Privoxy.

svn:r3359

doc/TODO

index d3e3203beea122e713ea5ffda84759c59ef1581e..b5b58ed5c4836af8460453f8094e2edffb8279f8 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -32,6 +32,7 @@ For 0.0.9.3:
 
 ************************ 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 @@ Tier two:
        - 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.