Browse Source

r14471@tombo: nickm | 2008-02-26 13:35:59 -0500
Update statuses of implemented proposals to "Finished".


svn:r13740

Nick Mathewson 16 years ago
parent
commit
4d68f2db63

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

@@ -27,7 +27,7 @@ Proposals by number:
 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 [CLOSED]
 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 [ACCEPTED]
+105  Version negotiation for the Tor protocol [FINISHED]
 106  Checking fewer things during TLS handshakes [CLOSED]
 106  Checking fewer things during TLS handshakes [CLOSED]
 107  Uptime Sanity Checking [CLOSED]
 107  Uptime Sanity Checking [CLOSED]
 108  Base "Stable" Flag on Mean Time Between Failures [CLOSED]
 108  Base "Stable" Flag on Mean Time Between Failures [CLOSED]
@@ -47,12 +47,12 @@ Proposals by number:
 122  Network status entries need a new Unnamed flag [CLOSED]
 122  Network status entries need a new Unnamed flag [CLOSED]
 123  Naming authorities automatically create bindings [OPEN]
 123  Naming authorities automatically create bindings [OPEN]
 124  Blocking resistant TLS certificate usage [SUPERSEDED]
 124  Blocking resistant TLS certificate usage [SUPERSEDED]
-125  Behavior for bridge users, bridge relays, and bridge authorities [OPEN]
-126  Getting GeoIP data and publishing usage summaries [OPEN]
+125  Behavior for bridge users, bridge relays, and bridge authorities [FINISHED]
+126  Getting GeoIP data and publishing usage summaries [FINISHED]
 127  Relaying dirport requests to Tor download site / website [DRAFT]
 127  Relaying dirport requests to Tor download site / website [DRAFT]
 128  Families of private bridges [DRAFT]
 128  Families of private bridges [DRAFT]
-129  Block Insecure Protocols by Default [OPEN]
-130  Version 2 Tor connection protocol [OPEN]
+129  Block Insecure Protocols by Default [FINISHED]
+130  Version 2 Tor connection protocol [FINISHED]
 
 
 
 
 Proposals by status:
 Proposals by status:
@@ -66,12 +66,7 @@ Proposals by status:
    120  Suicide descriptors when Tor servers stop
    120  Suicide descriptors when Tor servers stop
    121  Hidden Service Authentication
    121  Hidden Service Authentication
    123  Naming authorities automatically create bindings
    123  Naming authorities automatically create bindings
-   125  Behavior for bridge users, bridge relays, and bridge authorities
-   126  Getting GeoIP data and publishing usage summaries
-   129  Block Insecure Protocols by Default
-   130  Version 2 Tor connection protocol
  ACCEPTED:
  ACCEPTED:
-   105  Version negotiation for the Tor protocol
  NEEDS-RESEARCH:
  NEEDS-RESEARCH:
    118  Advertising multiple ORPorts at once
    118  Advertising multiple ORPorts at once
  META:
  META:
@@ -80,7 +75,12 @@ Proposals by status:
    098  Proposals that should be written
    098  Proposals that should be written
    099  Miscellaneous proposals
    099  Miscellaneous proposals
  FINISHED:
  FINISHED:
+   105  Version negotiation for the Tor protocol
    111  Prioritizing local traffic over relayed traffic
    111  Prioritizing local traffic over relayed traffic
+   125  Behavior for bridge users, bridge relays, and bridge authorities
+   126  Getting GeoIP data and publishing usage summaries
+   129  Block Insecure Protocols by Default
+   130  Version 2 Tor connection protocol
  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

+ 1 - 1
doc/spec/proposals/098-todo.txt

@@ -17,7 +17,7 @@ Overview:
    seems irrelevant.
    seems irrelevant.
 
 
 
 
-For protocol version 2:
+For some later protool version.
 
 
   - Fix onionskin handshake scheme to be more mainstream, less nutty.
   - Fix onionskin handshake scheme to be more mainstream, less nutty.
     Can we just do
     Can we just do

+ 3 - 2
doc/spec/proposals/105-handshake-revision.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Last-Modified: $Date$
 Author: Nick Mathewson, Roger Dingledine
 Author: Nick Mathewson, Roger Dingledine
 Created:
 Created:
-Status: Accepted
+Status: Finished
 
 
 Overview:
 Overview:
 
 
@@ -13,7 +13,8 @@ Overview:
   cells types to the Tor link connection setup handshake: one used for
   cells types to the Tor link connection setup handshake: one used for
   version negotiation, and another to prevent MITM attacks.
   version negotiation, and another to prevent MITM attacks.
 
 
-  This is an open proposal.
+  This proposal is partially implemented, and partially proceded by
+  proposal 130.
 
 
 Motivation: Tor versions
 Motivation: Tor versions
 
 

+ 1 - 1
doc/spec/proposals/125-bridges.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Last-Modified: $Date$
 Author: Roger Dingledine
 Author: Roger Dingledine
 Created: 11-Nov-2007
 Created: 11-Nov-2007
-Status: Open
+Status: Finished
 
 
 0. Preface
 0. Preface
 
 

+ 1 - 1
doc/spec/proposals/126-geoip-reporting.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Last-Modified: $Date$
 Author: Roger Dingledine
 Author: Roger Dingledine
 Created: 2007-11-24
 Created: 2007-11-24
-Status: Open
+Status: Finished
 
 
 1. Background and motivation
 1. Background and motivation
 
 

+ 1 - 1
doc/spec/proposals/129-reject-plaintext-ports

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Last-Modified: $Date$
 Author: Kevin Bauer & Damon McCoy
 Author: Kevin Bauer & Damon McCoy
 Created: 2008-01-15
 Created: 2008-01-15
-Status: Open
+Status: Finished
 
 
 Overview:
 Overview:
 
 

+ 1 - 1
doc/spec/proposals/130-v2-conn-protocol.txt

@@ -4,7 +4,7 @@ Version: $Revision$
 Last-Modified: $Date$
 Last-Modified: $Date$
 Author: Nick Mathewson
 Author: Nick Mathewson
 Created: 2007-10-25
 Created: 2007-10-25
-Status: Open
+Status: Finished
 
 
 Overview:
 Overview: