[or-cvs] Rename exit_policy to addr_policy, since it gets used for S...

Nick Mathewson nickm at seul.org
Fri Nov 12 19:39:15 UTC 2004


Update of /home/or/cvsroot/doc
In directory moria.mit.edu:/tmp/cvs-serv5174/doc

Modified Files:
	TODO 
Log Message:
Rename exit_policy to addr_policy, since it gets used for SOCKS and directory connections too.  Make all policies get validated in options_validate, and make SOCKS/directory policies get set in options_act.

Index: TODO
===================================================================
RCS file: /home/or/cvsroot/doc/TODO,v
retrieving revision 1.203
retrieving revision 1.204
diff -u -d -r1.203 -r1.204
--- TODO	10 Nov 2004 20:01:38 -0000	1.203
+++ TODO	12 Nov 2004 19:39:12 -0000	1.204
@@ -48,13 +48,19 @@
 
 0.0.9pre6:
    - Oct 20 16:45:10.237 [warn] parse_addr_port(): Port '0' out of range
-   - clean up parse_*_policy code
-     - when you hup, they're not getting re-parsed
-     - stop calling a *_policy an exit_policy_t
+   o clean up parse_*_policy code
+     o when you hup, they're not getting re-parsed
+     o stop calling a *_policy an exit_policy_t
+   - Regenerate our server descriptor when a relevant option is changed from
+     control.c.
    - Writing out the machine-readable torrc file
    - fix print_usage()
    - Download and use running-routers
    - document signals in man page
+   - Document all undocumented configuration options.
+     - Accounting
+     - Control interface authentication
+     - ... ?
 N  - RPMs
      o Merge changes from jbash
      - Figure out versioning



More information about the tor-commits mailing list