summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-11-10 08:06:55 +0000
committerRoger Dingledine <arma@torproject.org>2003-11-10 08:06:55 +0000
commit1969c8a92f628d6c4dcbd8e179d6a3e8f59bd6e3 (patch)
tree7136cc0b5cd20462b86b220768c2e7912151b68a /doc
parent3c4b4c8cac706ba17d33929ddcc0b0a306adc6b8 (diff)
downloadtor-1969c8a92f628d6c4dcbd8e179d6a3e8f59bd6e3.tar.gz
tor-1969c8a92f628d6c4dcbd8e179d6a3e8f59bd6e3.zip
client now survives going offline better
fix badness in usage() if neither socksport nor orrport is defined, quit obsolete connection_flush_buf() svn:r780
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO11
1 files changed, 4 insertions, 7 deletions
diff --git a/doc/TODO b/doc/TODO
index 01596b0e10..81fed95f37 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,10 +1,7 @@
-mutiny suggests: if none of the ports is defined maybe it shouldn't start.
-aaron got a crash in tor_timegm in tzset on os x, with -l warn but not with -l debug.
-Oct 25 04:29:17.017 [warn] directory_initiate_command(): No running dirservers known. This is really bad.
rename ACI to CircID
rotate tls-level connections -- make new ones, expire old ones.
dirserver shouldn't put you in running-routers list if you haven't
- uploading a descriptor recently
+ uploaded a descriptor recently
look at having smallcells and largecells
separate trying to rebuild a circuit because you have none from trying to rebuild a
circuit because the current one is stale
@@ -32,9 +29,9 @@ ARMA - arma claims
Short-term:
. integrate rep_ok functions, see what breaks
- update tor faq
- . obey SocksBindAddress, ORBindAddress
+ o obey SocksBindAddress, ORBindAddress
- warn if we're running as root
- - make connection_flush_buf() more obviously obsolete
+ o make connection_flush_buf() more obviously obsolete
. let hup reread the config file, eg so we can get new exit
policies without restarting
- use times(2) rather than gettimeofday to measure how long it
@@ -78,7 +75,7 @@ Short-term:
- make sure exiting from the not-last hop works
- logic to find last *open* hop, not last hop, in cpath
- choose exit nodes by exit policies
- - Remember address and port when resolving.
+ - Remember address and port when beginning.
- Extend by nickname/hostname/something, not by IP.
On-going