summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-10-17 01:57:34 +0000
committerNick Mathewson <nickm@torproject.org>2004-10-17 01:57:34 +0000
commit8d27385c234da5d4085dae78b7ecd5efa4c79481 (patch)
tree77e54b60062718a73ff9dafab1be77cfab89e6ea /doc
parent5efc49600a66dc90795e4a88488f04b506a6d4c5 (diff)
downloadtor-8d27385c234da5d4085dae78b7ecd5efa4c79481.tar.gz
tor-8d27385c234da5d4085dae78b7ecd5efa4c79481.zip
Implement RedirectExit.
svn:r2550
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index e51804ecd9..5793e754c7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -28,9 +28,9 @@ R - figure out enclaves, e.g. so we know what to recommend that people
do, and so running a tor server on your website is helpful.
- Do enclaves for same IP only.
- Resolve first, then if IP is an OR, connect to next guy.
-N - let tor servers use proxies for port 80 exits
- - Use generic port redirector for IP/bits:Port->IP:Port .
- - Make use of them when we're doing exit connections.
+ o let tor servers use proxies for port 80 exits
+ o Use generic port redirector for IP/bits:Port->IP:Port .
+ o Make use of them when we're doing exit connections.
X We should set things in options to NULL, not rely on memset(...0)
being equivalent.
o We should check for memset(0) setting things to NULL with autoconf,
@@ -59,6 +59,8 @@ R - learn from ben about his openssl-reinitialization-trick to
D nt services on win32.
0.0.9 and beyond:
+ - Should redirects change conn->addr/port or not? Either HTTP
+ proxying or exit redirection is doing the wrong thing.
- fix sprintf's to snprintf's?
. Make intro points and rendezvous points accept $KEYID in addition
to nicknames.