[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Implement RedirectExit.
Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv8788/doc
Modified Files:
TODO
Log Message:
Implement RedirectExit.
Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- TODO 16 Oct 2004 20:41:50 -0000 1.178
+++ TODO 17 Oct 2004 01:57:33 -0000 1.179
@@ -28,9 +28,9 @@
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 @@
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.