[or-cvs] Parameterize configuration parsing functions

Nick Mathewson nickm at seul.org
Fri Jul 22 20:37:44 UTC 2005


Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv32510/doc

Modified Files:
	TODO 
Log Message:
Parameterize configuration parsing functions

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/tor/doc/TODO,v
retrieving revision 1.334
retrieving revision 1.335
diff -u -d -r1.334 -r1.335
--- TODO	22 Jul 2005 17:34:10 -0000	1.334
+++ TODO	22 Jul 2005 20:37:42 -0000	1.335
@@ -87,14 +87,19 @@
         o Implement main controller interface
         o Glue code
         o Testing
-N - Make configuration parsing code switchable to different sets of
+N . Make configuration parsing code switchable to different sets of
     variables so we can use it for persistence.
+    o Implement
+    o Add simple type-checking
+    - Rename functions to distinguish configuration-only functions from
+      cross-format functions
 N . helper nodes (Choose N nodes randomly; if a node dies (goes down for a
     long time), replace it.  Store nodes on disk.
     o Implement (basic case)
     - Implement (persistence)
     - Document
     - Test, debug
+    - On sighup, if usehelpernodes changed to 1, use new circs.
 N - Make a FirewallIPs to correspond to firewallPorts so I can use Tor at
     MIT when my directory is out of date.
   - switch accountingmax to count total in+out, not either in or



More information about the tor-commits mailing list