aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-08-15 19:55:52 +0000
committerNick Mathewson <nickm@torproject.org>2007-08-15 19:55:52 +0000
commit4135c68853a92cf756886d3baf303a7c58ee8aaf (patch)
tree33db95470c297a6ce490af9e5d8353cab11ea9be /doc
parent717f3b8a1239fe1e72afd76002470969730cd2bc (diff)
downloadtor-4135c68853a92cf756886d3baf303a7c58ee8aaf.tar
tor-4135c68853a92cf756886d3baf303a7c58ee8aaf.tar.gz
r14049@Kushana: nickm | 2007-08-15 14:43:56 -0400
Implement code to serve pending votes, consensuses, and signatures. svn:r11125
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index b2daf9def..041b4e0a8 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -90,7 +90,8 @@ Things we'd like to do in 0.2.0.x:
- Fix all XXXX020s in vote code
. Code to generate consensus from a list of votes
* Detect whether votes are really all for the same period.
- - Push/pull documents as appropriate.
+ . Push/pull documents as appropriate.
+ o Serve interim votes and signatures.
- Pull votes and signatures if we don't get them.
o Store consensuses
- Cache votes and signatures on disk.