Browse Source

r19289@catbus: nickm | 2008-04-10 00:36:10 -0400
Mark 110 as needs-revision; 113 as superseded; 115 and 116 as dead; 117 as needs-revision; 118 as draft. Add comment to end of 113 about status.


svn:r14343

Nick Mathewson 16 years ago
parent
commit
df6329426c

+ 19 - 19
doc/spec/proposals/000-index.txt

@@ -32,15 +32,15 @@ Proposals by number:
 107  Uptime Sanity Checking [CLOSED]
 108  Base "Stable" Flag on Mean Time Between Failures [CLOSED]
 109  No more than one server per IP address [CLOSED]
-110  Avoiding infinite length circuits [OPEN]
+110  Avoiding infinite length circuits [NEEDS-REVISION]
 111  Prioritizing local traffic over relayed traffic [FINISHED]
 112  Bring Back Pathlen Coin Weight [SUPERSEDED]
-113  Simplifying directory authority administration [OPEN]
+113  Simplifying directory authority administration [SUPERSEDED]
 114  Distributed Storage for Tor Hidden Service Descriptors [CLOSED]
-115  Two Hop Paths [OPEN]
-116  Two hop paths from entry guards [OPEN]
-117  IPv6 exits [OPEN]
-118  Advertising multiple ORPorts at once [NEEDS-RESEARCH]
+115  Two Hop Paths [DEAD]
+116  Two hop paths from entry guards [DEAD]
+117  IPv6 exits [NEEDS-REVISION]
+118  Advertising multiple ORPorts at once [DRAFT]
 119  New PROTOCOLINFO command for controllers [CLOSED]
 120  Suicide descriptors when Tor servers stop [OPEN]
 121  Hidden Service Authentication [OPEN]
@@ -61,19 +61,22 @@ Proposals by number:
 
 Proposals by status:
 
+ DRAFT:
+   118  Advertising multiple ORPorts at once
+   127  Relaying dirport requests to Tor download site / website
+   128  Families of private bridges
+   132  A Tor Web Service For Verifying Correct Browser Configuration
+   133  Incorporate Unreachable ORs into the Tor Network
+   134  More robust consensus voting with diverse authority sets
  OPEN:
-   110  Avoiding infinite length circuits
-   113  Simplifying directory authority administration
-   115  Two Hop Paths
-   116  Two hop paths from entry guards
-   117  IPv6 exits
    120  Suicide descriptors when Tor servers stop
    121  Hidden Service Authentication
- ACCEPTED:
  NEEDS-REVISION:
+   110  Avoiding infinite length circuits
+   117  IPv6 exits
    131  Help users to verify they are using Tor
  NEEDS-RESEARCH:
-   118  Advertising multiple ORPorts at once
+ ACCEPTED:
  META:
    000  Index of Tor Proposals
    001  The Tor Proposal Process
@@ -101,12 +104,9 @@ Proposals by status:
    130  Version 2 Tor connection protocol
  SUPERSEDED:
    112  Bring Back Pathlen Coin Weight
+   113  Simplifying directory authority administration
    124  Blocking resistant TLS certificate usage
  DEAD:
    100  Tor Unreliable Datagram Extension Proposal
- DRAFT:
-   127  Relaying dirport requests to Tor download site / website
-   128  Families of private bridges
-   132  A Tor Web Service For Verifying Correct Browser Configuration
-   133  Incorporate Unreachable ORs into the Tor Network
-   134  More robust consensus voting with diverse authority sets
+   115  Two Hop Paths
+   116  Two hop paths from entry guards

+ 1 - 1
doc/spec/proposals/110-avoid-infinite-circuits.txt

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

+ 7 - 1
doc/spec/proposals/113-fast-authority-interface.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Author: Nick Mathewson
 Created:
-Status: Open
+Status: Superseded
 
 Overview
 
@@ -79,3 +79,9 @@ Possible solution #4: A separate mailing list for authority operators.
   list that's only for dealing with problems that need prompt action, like
   marking a router as !badexit.
 
+Resolution:
+
+  Solution #2 is described in "Proposal 123: Naming authorities
+  automatically create bindings", and that approach is implemented.
+  There are remaining issues in the problem statement above that need
+  their own solutions.

+ 1 - 1
doc/spec/proposals/115-two-hop-paths.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Author: Mike Perry
 Created:
-Status: Open
+Status: Dead
 Supersedes: 112
 
 

+ 1 - 1
doc/spec/proposals/116-two-hop-paths-from-guard.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Author: Michael Lieberman
 Created: 26-Jun-2007
-Status: Open
+Status: Dead
 
 This proposal is related to (but different from) Mike Perry's proposal 115
 "Two Hop Paths."

+ 1 - 1
doc/spec/proposals/117-ipv6-exits.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Author: coderman
 Created: 10-Jul-2007
-Status: Open
+Status: Needs-Revision
 
 Overview
 

+ 1 - 1
doc/spec/proposals/118-multiple-orports.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Author: Nick Mathewson
 Created: 09-Jul-2007
-Status: Needs-Research
+Status: Draft
 
 Some notes follow. Please feel free to flesh them out, discard them,
 add in better ideas, etc.