diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-22 06:21:16 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-22 06:21:16 +0000 |
commit | fe9224dabc242b67d80aa4d830bb4abee1aaf7a8 (patch) | |
tree | e109b0c3ed586b7d3ed59777d1ec1a25de60ab95 /doc | |
parent | 0fb179aa2ecbfa2e8c6a2ef287453b123471f8e9 (diff) | |
download | tor-fe9224dabc242b67d80aa4d830bb4abee1aaf7a8.tar.gz tor-fe9224dabc242b67d80aa4d830bb4abee1aaf7a8.zip |
r11872@catbus: nickm | 2007-02-22 01:08:46 -0500
patch from mwenge: rate-limit newnym.
svn:r9614
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -334,7 +334,7 @@ R - add d64 and fp64 along-side d and fp so people can paste status https thing in the default configuration: http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#PrivoxyWeirdSSLPort . Flesh out options_description array in src/or/config.c - - Don't let 'newnym' be triggered more often than every n seconds. + . Don't let 'newnym' be triggered more often than every n seconds. X If we try to publish as a nickname that's already claimed, should we append a number (or increment the number) and try again? This way people who read their logs can fix it as before, but people |