diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-08-21 07:24:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-08-21 07:24:31 +0000 |
commit | a80dd635b3fb196192a292caa33575ea098e6599 (patch) | |
tree | 918a539995d10630bbfb2d1f6743cfe171f5b1a0 /doc/spec/proposals/000-index.txt | |
parent | 15c9212ee8d8b8a6acce477d307bba7481a8501b (diff) | |
download | tor-a80dd635b3fb196192a292caa33575ea098e6599.tar.gz tor-a80dd635b3fb196192a292caa33575ea098e6599.zip |
r14764@catbus: nickm | 2007-08-21 03:23:12 -0400
Add a perl script to regenerate proposal 000-index.txt so that it always matches the statuses and titles in the other proposals, and so that it has a sorted-by-status section.
svn:r11243
Diffstat (limited to 'doc/spec/proposals/000-index.txt')
-rw-r--r-- | doc/spec/proposals/000-index.txt | 44 |
1 files changed, 42 insertions, 2 deletions
diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index 473de5b4a8..dbd52869f1 100644 --- a/doc/spec/proposals/000-index.txt +++ b/doc/spec/proposals/000-index.txt @@ -12,6 +12,10 @@ Overview: This is an informational document. + Everything in this document below the line of '=' signs is automatically + generated by reindex.pl; do not edit by hand. + +============================================================ Proposals by number: 000 Index of Tor Proposals [META] @@ -30,12 +34,48 @@ Proposals by number: 109 No more than one server per IP address [CLOSED] 110 Avoiding infinite length circuits [OPEN] 111 Prioritizing local traffic over relayed traffic [OPEN] -112 Bring Back Pathlen Coin Weight [OPEN] +112 Bring Back Pathlen Coin Weight [SUPERSEDED] 113 Simplifying directory authority administration [OPEN] 114 Distributed Storage for Tor Hidden Service Descriptors [OPEN] 115 Two Hop Paths [OPEN] 116 Two hop paths from entry guards [OPEN] 117 IPv6 exits [OPEN] -118 Advertising multiple ORPorts at once [RESEARCH] +118 Advertising multiple ORPorts at once [NEEDS-RESEARCH] 119 New PROTOCOLINFO command for controllers [CLOSED] 120 Suicide descriptors when Tor servers stop [OPEN] + + +Proposals by status: + + OPEN: + 105 Version negotiation for the Tor protocol + 110 Avoiding infinite length circuits + 111 Prioritizing local traffic over relayed traffic + 113 Simplifying directory authority administration + 114 Distributed Storage for Tor Hidden Service Descriptors + 115 Two Hop Paths + 116 Two hop paths from entry guards + 117 IPv6 exits + 120 Suicide descriptors when Tor servers stop + ACCEPTED: + 101 Voting on the Tor Directory System + 103 Splitting identity key from regularly used signing key + 104 Long and Short Router Descriptors + NEEDS-RESEARCH: + 118 Advertising multiple ORPorts at once + META: + 000 Index of Tor Proposals + 001 The Tor Proposal Process + 098 Proposals that should be written + 099 Miscellaneous proposals + CLOSED: + 102 Dropping "opt" from the directory format + 106 Checking fewer things during TLS handshakes + 107 Uptime Sanity Checking + 108 Base "Stable" Flag on Mean Time Between Failures + 109 No more than one server per IP address + 119 New PROTOCOLINFO command for controllers + SUPERSEDED: + 112 Bring Back Pathlen Coin Weight + DEAD: + 100 Tor Unreliable Datagram Extension Proposal |