[or-cvs] client now survives going offline better

Roger Dingledine arma at seul.org
Mon Nov 10 08:06:55 UTC 2003


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/home2/arma/work/onion/cvs/doc

Modified Files:
	TODO 
Log Message:
client now survives going offline better
fix badness in usage()
if neither socksport nor orrport is defined, quit
obsolete connection_flush_buf()


Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- TODO	5 Nov 2003 01:29:36 -0000	1.37
+++ TODO	10 Nov 2003 08:06:52 -0000	1.38
@@ -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 @@
 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 @@
                         - 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



More information about the tor-commits mailing list