commit b9f245ca7218a9c26a5f7a6d86b249f7537a34bf Author: Nick Mathewson nickm@torproject.org Date: Thu Sep 17 14:57:29 2020 -0400
Add proposal 326 from nusenu --- proposals/000-index.txt | 2 ++ ...ell-known-uri-rfc8615.md => 326-tor-relay-well-known-uri-rfc8615.md} | 2 +- proposals/BY_INDEX.md | 1 + proposals/README.md | 1 + 4 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 4bbd8d3..3c02abe 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -246,6 +246,7 @@ Proposals by number: 323 Specification for Walking Onions [OPEN] 324 RTT-based Congestion Control for Tor [OPEN] 325 Packed relay cells: saving space on small commands [OPEN] +326 The "tor-relay" Well-Known Resource Identifier [OPEN]
Proposals by status: @@ -282,6 +283,7 @@ Proposals by status: 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 ACCEPTED: 265 Load Balancing with Overhead Parameters [for 0.2.9.x] 275 Stop including meaningful "published" time in microdescriptor consensus [for 0.3.1.x-alpha] diff --git a/proposals/ideas/xxx-tor-relay-well-known-uri-rfc8615.md b/proposals/326-tor-relay-well-known-uri-rfc8615.md similarity index 98% rename from proposals/ideas/xxx-tor-relay-well-known-uri-rfc8615.md rename to proposals/326-tor-relay-well-known-uri-rfc8615.md index 751a15d..568d387 100644 --- a/proposals/ideas/xxx-tor-relay-well-known-uri-rfc8615.md +++ b/proposals/326-tor-relay-well-known-uri-rfc8615.md @@ -1,5 +1,5 @@ ``` -Filename: xxx-tor-relay-well-known-uri-rfc8615.md +Filename: 326-tor-relay-well-known-uri-rfc8615.md Title: The "tor-relay" Well-Known Resource Identifier Author: nusenu Created: 14 August 2020 diff --git a/proposals/BY_INDEX.md b/proposals/BY_INDEX.md index 1d24e1d..9b58a30 100644 --- a/proposals/BY_INDEX.md +++ b/proposals/BY_INDEX.md @@ -243,4 +243,5 @@ Below are a list of proposals sorted by their proposal number. See * [`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] * [`325-packed-relay-cells.md`](/proposals/325-packed-relay-cells.md): Packed relay cells: saving space on small commands [OPEN] +* [`326-tor-relay-well-known-uri-rfc8615.md`](/proposals/326-tor-relay-well-known-uri-rfc8615.md): The "tor-relay" Well-Known Resource Identifier [OPEN]
diff --git a/proposals/README.md b/proposals/README.md index d10202c..5ad2b92 100644 --- a/proposals/README.md +++ b/proposals/README.md @@ -38,6 +38,7 @@ for discussion. * [`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
## ACCEPTED proposals: slated for implementation
tor-commits@lists.torproject.org