diff --git a/doc/spec/proposals/000-index.txt b/doc/spec/proposals/000-index.txt index a009ad6913..e8a34073c4 100644 --- a/doc/spec/proposals/000-index.txt +++ b/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 diff --git a/doc/spec/proposals/110-avoid-infinite-circuits.txt b/doc/spec/proposals/110-avoid-infinite-circuits.txt index 7fac11d306..9a7566d893 100644 --- a/doc/spec/proposals/110-avoid-infinite-circuits.txt +++ b/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: diff --git a/doc/spec/proposals/113-fast-authority-interface.txt b/doc/spec/proposals/113-fast-authority-interface.txt index 67f9ebdcab..20cf33e429 100644 --- a/doc/spec/proposals/113-fast-authority-interface.txt +++ b/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. diff --git a/doc/spec/proposals/115-two-hop-paths.txt b/doc/spec/proposals/115-two-hop-paths.txt index be2b75ecca..ee10d949c4 100644 --- a/doc/spec/proposals/115-two-hop-paths.txt +++ b/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 diff --git a/doc/spec/proposals/116-two-hop-paths-from-guard.txt b/doc/spec/proposals/116-two-hop-paths-from-guard.txt index 817ac6391a..9bd1a4bb6c 100644 --- a/doc/spec/proposals/116-two-hop-paths-from-guard.txt +++ b/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." diff --git a/doc/spec/proposals/117-ipv6-exits.txt b/doc/spec/proposals/117-ipv6-exits.txt index 04b0c13d65..ff4670fa58 100644 --- a/doc/spec/proposals/117-ipv6-exits.txt +++ b/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 diff --git a/doc/spec/proposals/118-multiple-orports.txt b/doc/spec/proposals/118-multiple-orports.txt index 53dbb5885f..411d510632 100644 --- a/doc/spec/proposals/118-multiple-orports.txt +++ b/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.