diff options
author | Roger Dingledine <arma@torproject.org> | 2005-01-16 02:49:58 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-01-16 02:49:58 +0000 |
commit | 9c8c90ec2f2ae0d83effbaa3a13077dfc9dd975c (patch) | |
tree | 07fa62b5b502c94602e9ab8fcf487b359572674b /doc/TODO | |
parent | 372832d8fec7cb82a9ae5030206f146a40e73b32 (diff) | |
download | tor-9c8c90ec2f2ae0d83effbaa3a13077dfc9dd975c.tar tor-9c8c90ec2f2ae0d83effbaa3a13077dfc9dd975c.tar.gz |
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.
svn:r3359
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |