diff options
author | Roger Dingledine <arma@torproject.org> | 2009-01-18 20:48:43 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-01-18 20:48:43 +0000 |
commit | 44a3587d74e11368fd65418b4ede85fac8a1bad8 (patch) | |
tree | 9c2332c502645764f560071d6b6a388dda878cc7 /doc | |
parent | c426e1de91be6914f5ffd0a0f186d60cdded1435 (diff) | |
download | tor-44a3587d74e11368fd65418b4ede85fac8a1bad8.tar.gz tor-44a3587d74e11368fd65418b4ede85fac8a1bad8.zip |
mark off some done items
svn:r18173
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.021 | 3 | ||||
-rw-r--r-- | doc/TODO.external | 14 | ||||
-rw-r--r-- | doc/spec/dir-spec.txt | 4 |
3 files changed, 10 insertions, 11 deletions
diff --git a/doc/TODO.021 b/doc/TODO.021 index fc4129a079..9536d81f6c 100644 --- a/doc/TODO.021 +++ b/doc/TODO.021 @@ -128,7 +128,6 @@ R - investigate: it looks like if the bridge authority is unreachable, we're not falling back on querying bridges directly? R - if "no running bridges known", an application request should make us retry all our bridges. - o Setting DirPort when acting as bridge will give false Warnings For 0.2.1.x: - Proposals to do: @@ -153,7 +152,7 @@ For 0.2.1.x: K . 121: Hidden service authentication: - missing: delayed descriptor publication for 'stealth' mode. -R o 128: families of private bridges + o 128: families of private bridges o 135: simplify configuration of private tor networks. K - 143: Improvements of Distributed Hidden Service Descriptor Storage: only easy parts for 0.2.1.x, defer complex ones to 0.2.2.x. diff --git a/doc/TODO.external b/doc/TODO.external index ec23f99126..e0590332fa 100644 --- a/doc/TODO.external +++ b/doc/TODO.external @@ -47,8 +47,8 @@ KS . Finish testing, debugging, unit testing, etc the hidden service changes. Have it in the development version and in use. W - Finish testing, debugging, unit testing, etc the directory overhead changes. Have it in the development version and in use. -R - Roger writes a proposal unifying the or-dev discussions -? - Somebody implements the proposal. Who? + o Roger writes a proposal unifying the or-dev discussions +? * Somebody implements the proposal. Who? E - Implement KDE Marble into Vidalia. In order to improve the user interface for easier understanding of circuits and where traffic travels, replacing the current Vidalia map with KDE's Marble @@ -78,10 +78,10 @@ S - Write a summary of progress toward understanding risks to relays them. Eg, if relays have 100KB/s but set relaybandwidthrate to 10KB/s, do your interference attacks still work? -R * Revise and publish incentive draft paper - - Write an explanation for its current flaws - - Gather comments, search for new designs - - Write up a summary of recommendations and next steps + o Revise and publish incentive draft paper + o Write an explanation for its current flaws +R . Gather comments, search for new designs + o Write up a summary of recommendations and next steps W - Download fewer descriptors - Summarize progress so far, on all the different approaches to @@ -113,7 +113,7 @@ K - Metrics. - Start playing around with figuring out which one is more accurate, or how to combine them to get better guesses, or something. -R * Roger should walk Karsten through applying (and maybe + o Roger should walk Karsten through applying (and maybe updating) the patch for each method, and write a summary of what we have tried/guessed so far. * Automatically collect and document or publish other monthly diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index b48f251a2e..7512339852 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -976,8 +976,8 @@ $Id$ "Nickname" is the OR's nickname. "Identity" is a hash of its identity key, encoded in base64, with trailing equals sign(s) removed. "Digest" is a hash of its most recent descriptor as - signed (that is, not including the signature), encoded in base64 as - "identity". "Publication" is the + signed (that is, not including the signature), encoded in base64. + "Publication" is the publication time of its most recent descriptor, in the form YYYY-MM-DD HH:MM:SS, in GMT. "IP" is its current IP address; ORPort is its current OR port, "DirPort" is it's current directory |