summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-14 20:51:28 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-14 20:51:28 +0000
commita732727a2b4045930c2052cabd54c0f1f8cc6c1c (patch)
tree8c878b3655d99b9f21f1625046c3d48322273d1f /doc/TODO
parentcd6989265d35581405ad7bdf0ea970d270ad75d1 (diff)
downloadtor-a732727a2b4045930c2052cabd54c0f1f8cc6c1c.tar.gz
tor-a732727a2b4045930c2052cabd54c0f1f8cc6c1c.zip
Add simpler option_is_same, as suggested by arma. Finish implementing SAVECONF
svn:r2868
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 97e3966472..b7c6671a8a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -19,10 +19,10 @@ N - clients now have certs, which means we warn when their certs have
o stop calling a *_policy an exit_policy_t
o Regenerate our server descriptor when a relevant option is changed from
control.c.
- . Writing out the machine-readable torrc file
+ o Writing out the machine-readable torrc file
o Function to check whether an option has changed.
o Function to generate the contents for a torrc file.
- - Function to safely replace a torrc file.
+ o Function to safely replace a torrc file.
R - fix print_usage()
- Download and use running-routers
R - document signals in man page