aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-09-11 20:17:20 +0000
committerNick Mathewson <nickm@torproject.org>2007-09-11 20:17:20 +0000
commit3c7652ccdbb352351b92c2d00106646e01c87cb6 (patch)
tree06511309396f7c8f396a88ecce115364aaf2568e /doc
parentc0130f9611b17c9201ef95461f7cade92ab372a3 (diff)
downloadtor-3c7652ccdbb352351b92c2d00106646e01c87cb6.tar.gz
tor-3c7652ccdbb352351b92c2d00106646e01c87cb6.zip
r15045@catbus: nickm | 2007-09-11 11:52:29 -0400
Reject incoming votes when the valid-after time does not match the period that we're trying to vote for. svn:r11426
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 09f8319d16..e355f1ebd7 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,4 +1,4 @@
-$Id$
+yes$Id$
Legend:
SPEC!! - Not specified
SPEC - Spec not finalized
@@ -52,7 +52,7 @@ Things we'd like to do in 0.2.0.x:
o Code to manage key certificates
o Download as needed.
o Code to download
- o Code to retry download.
+ . Code to retry download.
. Code to generate consensus from a list of votes
* Detect whether votes are really all for the same period.
. Push/pull documents as appropriate.
@@ -66,7 +66,7 @@ Things we'd like to do in 0.2.0.x:
- Fix all XXXX020s in vote code
- Validate information properly.
- Warn if we get a vote with different authorities than we know.
- - Don't count votes with a different valid-after when generating
+ o Don't count votes with a different valid-after when generating
the same consensus.
- Dump certificates with the wrong time. Or just warn?
- Warn authority ops when their certs are nearly invalid.