r16136@catbus: nickm | 2007-10-24 23:40:15 -0400

Proposal 103 is closed too: it has been implemented and merged into dir-spec.  Proposal 111 is "finished": it has been implemented, but still needs to be merged into the spec.


svn:r12177
This commit is contained in:
Nick Mathewson 2007-10-25 03:41:30 +00:00
parent 6db2e1fa15
commit 4615155ef1
4 changed files with 8 additions and 7 deletions

View File

@ -25,7 +25,7 @@ Proposals by number:
100 Tor Unreliable Datagram Extension Proposal [DEAD] 100 Tor Unreliable Datagram Extension Proposal [DEAD]
101 Voting on the Tor Directory System [CLOSED] 101 Voting on the Tor Directory System [CLOSED]
102 Dropping "opt" from the directory format [CLOSED] 102 Dropping "opt" from the directory format [CLOSED]
103 Splitting identity key from regularly used signing key [ACCEPTED] 103 Splitting identity key from regularly used signing key [CLOSED]
104 Long and Short Router Descriptors [CLOSED] 104 Long and Short Router Descriptors [CLOSED]
105 Version negotiation for the Tor protocol [OPEN] 105 Version negotiation for the Tor protocol [OPEN]
106 Checking fewer things during TLS handshakes [CLOSED] 106 Checking fewer things during TLS handshakes [CLOSED]
@ -33,7 +33,7 @@ Proposals by number:
108 Base "Stable" Flag on Mean Time Between Failures [CLOSED] 108 Base "Stable" Flag on Mean Time Between Failures [CLOSED]
109 No more than one server per IP address [CLOSED] 109 No more than one server per IP address [CLOSED]
110 Avoiding infinite length circuits [OPEN] 110 Avoiding infinite length circuits [OPEN]
111 Prioritizing local traffic over relayed traffic [OPEN] 111 Prioritizing local traffic over relayed traffic [FINISHED]
112 Bring Back Pathlen Coin Weight [SUPERSEDED] 112 Bring Back Pathlen Coin Weight [SUPERSEDED]
113 Simplifying directory authority administration [OPEN] 113 Simplifying directory authority administration [OPEN]
114 Distributed Storage for Tor Hidden Service Descriptors [OPEN] 114 Distributed Storage for Tor Hidden Service Descriptors [OPEN]
@ -53,7 +53,6 @@ Proposals by status:
OPEN: OPEN:
105 Version negotiation for the Tor protocol 105 Version negotiation for the Tor protocol
110 Avoiding infinite length circuits 110 Avoiding infinite length circuits
111 Prioritizing local traffic over relayed traffic
113 Simplifying directory authority administration 113 Simplifying directory authority administration
114 Distributed Storage for Tor Hidden Service Descriptors 114 Distributed Storage for Tor Hidden Service Descriptors
115 Two Hop Paths 115 Two Hop Paths
@ -63,7 +62,6 @@ Proposals by status:
121 Hidden Service Authentication 121 Hidden Service Authentication
123 Naming authorities automatically create bindings 123 Naming authorities automatically create bindings
ACCEPTED: ACCEPTED:
103 Splitting identity key from regularly used signing key
NEEDS-RESEARCH: NEEDS-RESEARCH:
118 Advertising multiple ORPorts at once 118 Advertising multiple ORPorts at once
META: META:
@ -71,9 +69,12 @@ Proposals by status:
001 The Tor Proposal Process 001 The Tor Proposal Process
098 Proposals that should be written 098 Proposals that should be written
099 Miscellaneous proposals 099 Miscellaneous proposals
FINISHED:
111 Prioritizing local traffic over relayed traffic
CLOSED: CLOSED:
101 Voting on the Tor Directory System 101 Voting on the Tor Directory System
102 Dropping "opt" from the directory format 102 Dropping "opt" from the directory format
103 Splitting identity key from regularly used signing key
104 Long and Short Router Descriptors 104 Long and Short Router Descriptors
106 Checking fewer things during TLS handshakes 106 Checking fewer things during TLS handshakes
107 Uptime Sanity Checking 107 Uptime Sanity Checking

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Nick Mathewson Author: Nick Mathewson
Created: Created:
Status: Accepted Status: Closed
Overview: Overview:

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Roger Dingledine Author: Roger Dingledine
Created: 14-Mar-2007 Created: 14-Mar-2007
Status: Open Status: Finished
Overview: Overview:

View File

@ -15,7 +15,7 @@ my %title = ();
my %status = (); my %status = ();
my @KNOWN_STATUSES = qw{ my @KNOWN_STATUSES = qw{
OPEN ACCEPTED NEEDS-RESEARCH META CLOSED SUPERSEDED DEAD}; OPEN ACCEPTED NEEDS-RESEARCH META FINISHED CLOSED SUPERSEDED DEAD};
for my $f (@files) { for my $f (@files) {
my $num = substr($f, 0, 3); my $num = substr($f, 0, 3);