diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-12-20 17:05:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-12-20 17:05:48 +0000 |
commit | e9ad1650c058b582a68a3d3a018e7df47a17746b (patch) | |
tree | fc5fe3a98747dd499d4179976c488eefe09b2d80 /doc/TODO | |
parent | 00257212c7a9e0e7c2504b7ccdd36727d4fc362f (diff) | |
download | tor-e9ad1650c058b582a68a3d3a018e7df47a17746b.tar tor-e9ad1650c058b582a68a3d3a018e7df47a17746b.tar.gz |
r11651@Kushana: nickm | 2006-12-20 12:05:04 -0500
Add a maintainer script and a new make target "make check-docs" to get a quick dump of which options are undocumented where, and which documentation refers to nonexistent options.
svn:r9160
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -135,7 +135,11 @@ N - they don't count toward the 3-strikes rule - should there be some threshold of 503's after which we give up? - Delay when we get a lot of 503s? N - split "router is down" from "dirport shouldn't be tried for a while"? - want a time_t field for got_503_at. + We want a field to hold "when did we last get a 503 from this + directory server." Probably, it should go in local_routerstatus_t, + not in routerinfo_t, since we can try to use servers as directories + before we have their descriptors. Possibly, it should also go in + trusted_dir_server_t. - authorities should *never* 503 a cache, and should never 503 network status requests. They can 503 client descriptor requests when they feel like it. @@ -163,7 +167,7 @@ NR D Get some kind of "meta signing key" to be used solely to sign key, etc. - If we haven't replaced privoxy, lock down its configuration in all packages, as documented in tor-doc-unix.html -N - script to look at config.c, torrc.sample, tor.1.in, to tell us + o script to look at config.c, torrc.sample, tor.1.in, to tell us what's missing in which and notice which descriptions are missing. - Docs |