summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-13 16:53:48 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-13 16:53:48 +0000
commit08627d5d87294ee86b252dac0a2f9f003d7e24bf (patch)
treeb55f42a35cf6c24d724c94aaf67b17866e38c377 /doc
parentec7d0d43f4d9808a849f2575ee30861c5d3da742 (diff)
downloadtor-08627d5d87294ee86b252dac0a2f9f003d7e24bf.tar.gz
tor-08627d5d87294ee86b252dac0a2f9f003d7e24bf.zip
Track whether descriptor is dirty/uploaded. When any options are set, mark it dirty. Once a minute, regenerate and upload the server descriptor if it is dirty.
svn:r2832
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 05a9b39d07..6e07c53047 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -17,7 +17,7 @@ N - clients now have certs, which means we warn when their certs have
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
-N - Regenerate our server descriptor when a relevant option is changed from
+ o Regenerate our server descriptor when a relevant option is changed from
control.c.
. Writing out the machine-readable torrc file
o Function to check whether an option has changed.