[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Rename exit_policy to addr_policy, since it gets used for S...
- To: or-cvs@freehaven.net
- Subject: [or-cvs] Rename exit_policy to addr_policy, since it gets used for S...
- From: nickm@seul.org (Nick Mathewson)
- Date: Fri, 12 Nov 2004 14:39:15 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Fri, 12 Nov 2004 14:39:42 -0500
- Reply-to: or-dev@freehaven.net
- Sender: owner-or-cvs@freehaven.net
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