minor todo updates

svn:r17797
This commit is contained in:
Roger Dingledine 2008-12-27 07:28:47 +00:00
parent 5519e633ec
commit 43c22c5b79
2 changed files with 9 additions and 8 deletions

View File

@ -105,10 +105,6 @@ Bugs/issues for Tor 0.2.0.x:
o Basic implementation o Basic implementation
N - Include probability-of-selection N - Include probability-of-selection
R d let bridges set relaybandwidthrate as low as 5kb R d let bridges set relaybandwidthrate as low as 5kb
R - bridge communities
. spec
. deploy
- man page entries for Alternate*Authority config options
Documentation for Tor 0.2.0.x: Documentation for Tor 0.2.0.x:
o Proposals: o Proposals:
@ -305,6 +301,8 @@ P - create a "make win32-bundle" for vidalia-privoxy-tor-torbutton bundle
- can we deprecate 'getinfo network-status'? - can we deprecate 'getinfo network-status'?
- Dump most uint32_t addr functions. - Dump most uint32_t addr functions.
- do the part of the "abandon .exit" proposal that involves isolating
circuits which have used a .exit stream from those that haven't
Defer: Defer:
- Proposals - Proposals
@ -318,12 +316,15 @@ Defer:
- Proposals to write. - Proposals to write.
d Something for bug 469, to limit connections per IP. d Something for bug 469, to limit connections per IP.
R d Do we want to maintain our own set of entryguards that we use as d Do we want to maintain our own set of entryguards that we use as
next hop after the bridge? next hop after the bridge?
d Possibly: revise link protocol to allow big circuit IDs, d Possibly: revise link protocol to allow big circuit IDs,
variable-length cells, proposal-110 stuff, and versioned CREATES? variable-length cells, proposal-110 stuff, and versioned CREATES?
d Fetch an updated geoip file from the directory authorities. d Fetch an updated geoip file from the directory authorities.
R - bridge communities (revive proposal 128)
. spec
. deploy
- man page entries for Alternate*Authority config options
- Tiny designs to write - Tiny designs to write
- Better estimate of clock skew; has anonymity implications. Clients - Better estimate of clock skew; has anonymity implications. Clients
@ -384,3 +385,4 @@ R d Do we want to maintain our own set of entryguards that we use as
d Interface for letting SOAT modify flags that authorities assign. d Interface for letting SOAT modify flags that authorities assign.
(How to keep the authority from clobbering them afterwards? (How to keep the authority from clobbering them afterwards?

View File

@ -43,7 +43,7 @@ Design:
Additionally, authories make their opinions available at Additionally, authories make their opinions available at
http://<hostname>/tor/status-vote/next/opinion.z http://<hostname>/tor/status-vote/next/opinion.z
and download opinions from authorties they haven't heard from in a and download opinions from authorities they haven't heard from in a
while. while.
Authorities MAY generate opinions on demand. Authorities MAY generate opinions on demand.
@ -58,4 +58,3 @@ Design:
Authorities MAY cache opinion documents, but don't need to. Authorities MAY cache opinion documents, but don't need to.