aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-01-16 02:49:58 +0000
committerRoger Dingledine <arma@torproject.org>2005-01-16 02:49:58 +0000
commit9c8c90ec2f2ae0d83effbaa3a13077dfc9dd975c (patch)
tree07fa62b5b502c94602e9ab8fcf487b359572674b /doc/TODO
parent372832d8fec7cb82a9ae5030206f146a40e73b32 (diff)
downloadtor-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/TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index d3e3203be..b5b58ed5c 100644
--- 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.