[tor-commits] [torspec] branch main updated: Update the status of several proposals

gitolite role git at cupani.torproject.org
Fri Apr 29 17:56:58 UTC 2022


This is an automated email from the git hooks/post-receive script.

nickm pushed a commit to branch main
in repository torspec.

The following commit(s) were added to refs/heads/main by this push:
     new d24db4a  Update the status of several proposals
d24db4a is described below

commit d24db4a752862e70b33b2428ce337e0aff25a15b
Author: Nick Mathewson <nickm at torproject.org>
AuthorDate: Fri Apr 29 13:54:34 2022 -0400

    Update the status of several proposals
    
    (Based on network team discussion, 28 April 2022)
---
 proposals/000-index.txt                  | 20 ++++++++++----------
 proposals/321-happy-families.md          |  2 +-
 proposals/332-ntor-v3-with-extra-data.md |  2 +-
 proposals/336-randomize-guard-retries.md |  2 +-
 proposals/337-simpler-guard-usability.md |  2 +-
 proposals/338-netinfo-y2038.md           |  2 +-
 proposals/BY_INDEX.md                    | 10 +++++-----
 proposals/README.md                      | 10 +++++-----
 8 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/proposals/000-index.txt b/proposals/000-index.txt
index e20fea8..aea9a99 100644
--- a/proposals/000-index.txt
+++ b/proposals/000-index.txt
@@ -241,7 +241,7 @@ Proposals by number:
 318  Limit protover values to 0-63 [CLOSED]
 319  RELAY_FRAGMENT cells [OPEN]
 320  Removing TAP usage from v2 onion services [REJECTED]
-321  Better performance and usability for the MyFamily option (v2) [OPEN]
+321  Better performance and usability for the MyFamily option (v2) [ACCEPTED]
 322  Extending link specifiers to include the directory port [OPEN]
 323  Specification for Walking Onions [OPEN]
 324  RTT-based Congestion Control for Tor [OPEN]
@@ -252,13 +252,13 @@ Proposals by number:
 329  Overcoming Tor's Bottlenecks with Traffic Splitting [DRAFT]
 330  Modernizing authority contact entries [OPEN]
 331  Res tokens: Anonymous Credentials for Onion Service DoS Resilience [DRAFT]
-332  Ntor protocol with extra data, version 3 [ACCEPTED]
+332  Ntor protocol with extra data, version 3 [FINISHED]
 333  Vanguards lite [FINISHED]
 334  A Directory Authority Flag To Mark Relays As Middle-only [SUPERSEDED]
 335  An authority-only design for MiddleOnly [CLOSED]
-336  Randomized schedule for guard retries [OPEN]
-337  A simpler way to decide, "Is this guard usable?" [OPEN]
-338  Use an 8-byte timestamp in NETINFO cells [OPEN]
+336  Randomized schedule for guard retries [ACCEPTED]
+337  A simpler way to decide, "Is this guard usable?" [ACCEPTED]
+338  Use an 8-byte timestamp in NETINFO cells [ACCEPTED]
 
 
 Proposals by status:
@@ -292,16 +292,12 @@ Proposals by status:
    308  Counter Galois Onion: A New Proposal for Forward-Secure Relay Cryptography
    309  Optimistic SOCKS Data
    319  RELAY_FRAGMENT cells
-   321  Better performance and usability for the MyFamily option (v2)
    322  Extending link specifiers to include the directory port
    323  Specification for Walking Onions
    324  RTT-based Congestion Control for Tor
    325  Packed relay cells: saving space on small commands
    326  The "tor-relay" Well-Known Resource Identifier
    330  Modernizing authority contact entries
-   336  Randomized schedule for guard retries
-   337  A simpler way to decide, "Is this guard usable?"
-   338  Use an 8-byte timestamp in NETINFO cells
  ACCEPTED:
    265  Load Balancing with Overhead Parameters [for 0.2.9.x]
    282  Remove "Named" and "Unnamed" handling from consensus voting [for 0.3.3.x]
@@ -310,7 +306,10 @@ Proposals by status:
    311  Tor Relay IPv6 Reachability
    312  Tor Relay Automatic IPv6 Address Discovery
    313  Tor Relay IPv6 Statistics
-   332  Ntor protocol with extra data, version 3
+   321  Better performance and usability for the MyFamily option (v2)
+   336  Randomized schedule for guard retries
+   337  A simpler way to decide, "Is this guard usable?"
+   338  Use an 8-byte timestamp in NETINFO cells
  META:
    000  Index of Tor Proposals
    001  The Tor Proposal Process
@@ -321,6 +320,7 @@ Proposals by status:
    290  Continuously update consensus methods
  FINISHED:
    260  Rendezvous Single Onion Services [in 0.2.9.3-alpha]
+   332  Ntor protocol with extra data, version 3
    333  Vanguards lite [in 0.4.7.1-alpha]
  CLOSED:
    101  Voting on the Tor Directory System [in 0.2.0.x]
diff --git a/proposals/321-happy-families.md b/proposals/321-happy-families.md
index 4d8f144..c06cce2 100644
--- a/proposals/321-happy-families.md
+++ b/proposals/321-happy-families.md
@@ -3,7 +3,7 @@ Filename: 321-happy-families.md
 Title: Better performance and usability for the MyFamily option (v2)
 Author: Nick Mathewson
 Created: 27 May 2020
-Status: Open
+Status: Accepted
 ```
 
 ## Problem statement.
diff --git a/proposals/332-ntor-v3-with-extra-data.md b/proposals/332-ntor-v3-with-extra-data.md
index 25ae0ba..b76a451 100644
--- a/proposals/332-ntor-v3-with-extra-data.md
+++ b/proposals/332-ntor-v3-with-extra-data.md
@@ -3,7 +3,7 @@ Filename: 332-ntor-v3-with-extra-data.md
 Title: Ntor protocol with extra data, version 3.
 Author: Nick Mathewson
 Created: 12 July 2021
-Status: Accepted
+Status: Finished
 ```
 
 # Overview
diff --git a/proposals/336-randomize-guard-retries.md b/proposals/336-randomize-guard-retries.md
index 5ee5b71..05cf1c3 100644
--- a/proposals/336-randomize-guard-retries.md
+++ b/proposals/336-randomize-guard-retries.md
@@ -3,7 +3,7 @@ Filename: 336-randomize-guard-retries.md
 Title: Randomized schedule for guard retries
 Author: Nick Mathewson
 Created: 2021-10-22
-Status: Open
+Status: Accepted
 ```
 
 # Introduction
diff --git a/proposals/337-simpler-guard-usability.md b/proposals/337-simpler-guard-usability.md
index d75c4d8..898c6e0 100644
--- a/proposals/337-simpler-guard-usability.md
+++ b/proposals/337-simpler-guard-usability.md
@@ -3,7 +3,7 @@ Filename: 337-simpler-guard-usability.md
 Title: A simpler way to decide, "Is this guard usable?"
 Author: Nick Mathewson
 Created: 2021-10-22
-Status: Open
+Status: Accepted
 ```
 
 # Introduction
diff --git a/proposals/338-netinfo-y2038.md b/proposals/338-netinfo-y2038.md
index a1a0385..c3a4c9c 100644
--- a/proposals/338-netinfo-y2038.md
+++ b/proposals/338-netinfo-y2038.md
@@ -3,7 +3,7 @@ Filename: 338-netinfo-y2038.md
 Title: Use an 8-byte timestamp in NETINFO cells
 Author: Nick Mathewson
 Created: 2022-03-14
-Status: Open
+Status: Accepted
 ```
 
 # Introduction
diff --git a/proposals/BY_INDEX.md b/proposals/BY_INDEX.md
index 5e48b74..632852a 100644
--- a/proposals/BY_INDEX.md
+++ b/proposals/BY_INDEX.md
@@ -238,7 +238,7 @@ Below are a list of proposals sorted by their proposal number.  See
 * [`318-limit-protovers.md`](/proposals/318-limit-protovers.md): Limit protover values to 0-63 [CLOSED]
 * [`319-wide-everything.md`](/proposals/319-wide-everything.md): RELAY_FRAGMENT cells [OPEN]
 * [`320-tap-out-again.md`](/proposals/320-tap-out-again.md): Removing TAP usage from v2 onion services [REJECTED]
-* [`321-happy-families.md`](/proposals/321-happy-families.md): Better performance and usability for the MyFamily option (v2) [OPEN]
+* [`321-happy-families.md`](/proposals/321-happy-families.md): Better performance and usability for the MyFamily option (v2) [ACCEPTED]
 * [`322-dirport-linkspec.md`](/proposals/322-dirport-linkspec.md): Extending link specifiers to include the directory port [OPEN]
 * [`323-walking-onions-full.md`](/proposals/323-walking-onions-full.md): Specification for Walking Onions [OPEN]
 * [`324-rtt-congestion-control.txt`](/proposals/324-rtt-congestion-control.txt): RTT-based Congestion Control for Tor [OPEN]
@@ -249,11 +249,11 @@ Below are a list of proposals sorted by their proposal number.  See
 * [`329-traffic-splitting.txt`](/proposals/329-traffic-splitting.txt): Overcoming Tor's Bottlenecks with Traffic Splitting [DRAFT]
 * [`330-authority-contact.md`](/proposals/330-authority-contact.md): Modernizing authority contact entries [OPEN]
 * [`331-res-tokens-for-anti-dos.md`](/proposals/331-res-tokens-for-anti-dos.md): Res tokens: Anonymous Credentials for Onion Service DoS Resilience [DRAFT]
-* [`332-ntor-v3-with-extra-data.md`](/proposals/332-ntor-v3-with-extra-data.md): Ntor protocol with extra data, version 3 [ACCEPTED]
+* [`332-ntor-v3-with-extra-data.md`](/proposals/332-ntor-v3-with-extra-data.md): Ntor protocol with extra data, version 3 [FINISHED]
 * [`333-vanguards-lite.md`](/proposals/333-vanguards-lite.md): Vanguards lite [FINISHED]
 * [`334-middle-only-flag.txt`](/proposals/334-middle-only-flag.txt): A Directory Authority Flag To Mark Relays As Middle-only [SUPERSEDED]
 * [`335-middle-only-redux.md`](/proposals/335-middle-only-redux.md): An authority-only design for MiddleOnly [CLOSED]
-* [`336-randomize-guard-retries.md`](/proposals/336-randomize-guard-retries.md): Randomized schedule for guard retries [OPEN]
-* [`337-simpler-guard-usability.md`](/proposals/337-simpler-guard-usability.md): A simpler way to decide, "Is this guard usable?" [OPEN]
-* [`338-netinfo-y2038.md`](/proposals/338-netinfo-y2038.md): Use an 8-byte timestamp in NETINFO cells [OPEN]
+* [`336-randomize-guard-retries.md`](/proposals/336-randomize-guard-retries.md): Randomized schedule for guard retries [ACCEPTED]
+* [`337-simpler-guard-usability.md`](/proposals/337-simpler-guard-usability.md): A simpler way to decide, "Is this guard usable?" [ACCEPTED]
+* [`338-netinfo-y2038.md`](/proposals/338-netinfo-y2038.md): Use an 8-byte timestamp in NETINFO cells [ACCEPTED]
 
diff --git a/proposals/README.md b/proposals/README.md
index 58aca40..50db2d4 100644
--- a/proposals/README.md
+++ b/proposals/README.md
@@ -33,16 +33,12 @@ for discussion.
 * [`308-counter-galois-onion.txt`](/proposals/308-counter-galois-onion.txt): Counter Galois Onion: A New Proposal for Forward-Secure Relay Cryptography
 * [`309-optimistic-socks-in-tor.txt`](/proposals/309-optimistic-socks-in-tor.txt): Optimistic SOCKS Data
 * [`319-wide-everything.md`](/proposals/319-wide-everything.md): RELAY_FRAGMENT cells
-* [`321-happy-families.md`](/proposals/321-happy-families.md): Better performance and usability for the MyFamily option (v2)
 * [`322-dirport-linkspec.md`](/proposals/322-dirport-linkspec.md): Extending link specifiers to include the directory port
 * [`323-walking-onions-full.md`](/proposals/323-walking-onions-full.md): Specification for Walking Onions
 * [`324-rtt-congestion-control.txt`](/proposals/324-rtt-congestion-control.txt): RTT-based Congestion Control for Tor
 * [`325-packed-relay-cells.md`](/proposals/325-packed-relay-cells.md): Packed relay cells: saving space on small commands
 * [`326-tor-relay-well-known-uri-rfc8615.md`](/proposals/326-tor-relay-well-known-uri-rfc8615.md): The "tor-relay" Well-Known Resource Identifier
 * [`330-authority-contact.md`](/proposals/330-authority-contact.md): Modernizing authority contact entries
-* [`336-randomize-guard-retries.md`](/proposals/336-randomize-guard-retries.md): Randomized schedule for guard retries
-* [`337-simpler-guard-usability.md`](/proposals/337-simpler-guard-usability.md): A simpler way to decide, "Is this guard usable?"
-* [`338-netinfo-y2038.md`](/proposals/338-netinfo-y2038.md): Use an 8-byte timestamp in NETINFO cells
 
 
 ## ACCEPTED proposals: slated for implementation
@@ -58,7 +54,10 @@ implementation.
 * [`311-relay-ipv6-reachability.txt`](/proposals/311-relay-ipv6-reachability.txt): Tor Relay IPv6 Reachability
 * [`312-relay-auto-ipv6-addr.txt`](/proposals/312-relay-auto-ipv6-addr.txt): Tor Relay Automatic IPv6 Address Discovery
 * [`313-relay-ipv6-stats.txt`](/proposals/313-relay-ipv6-stats.txt): Tor Relay IPv6 Statistics
-* [`332-ntor-v3-with-extra-data.md`](/proposals/332-ntor-v3-with-extra-data.md): Ntor protocol with extra data, version 3
+* [`321-happy-families.md`](/proposals/321-happy-families.md): Better performance and usability for the MyFamily option (v2)
+* [`336-randomize-guard-retries.md`](/proposals/336-randomize-guard-retries.md): Randomized schedule for guard retries
+* [`337-simpler-guard-usability.md`](/proposals/337-simpler-guard-usability.md): A simpler way to decide, "Is this guard usable?"
+* [`338-netinfo-y2038.md`](/proposals/338-netinfo-y2038.md): Use an 8-byte timestamp in NETINFO cells
 
 
 ## FINISHED proposals: implemented, specs not merged
@@ -67,6 +66,7 @@ These proposals are implemented in some version of Tor; the proposals
 themselves still need to be merged into the specifications proper.
 
 * [`260-rend-single-onion.txt`](/proposals/260-rend-single-onion.txt): Rendezvous Single Onion Services
+* [`332-ntor-v3-with-extra-data.md`](/proposals/332-ntor-v3-with-extra-data.md): Ntor protocol with extra data, version 3
 * [`333-vanguards-lite.md`](/proposals/333-vanguards-lite.md): Vanguards lite
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list