commit 76aee658c5a0dbb9cef2ad07b6d0f137735a0930 Author: David Goulet dgoulet@torproject.org Date: Thu Sep 30 08:34:05 2021 -0400
proposals: Run reindex.py
Signed-off-by: David Goulet dgoulet@torproject.org --- proposals/000-index.txt | 4 ++++ proposals/BY_INDEX.md | 2 ++ proposals/README.md | 2 ++ 3 files changed, 8 insertions(+)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index adfe0ba..cb9a9fa 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -253,6 +253,8 @@ Proposals by number: 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 [OPEN] +333 Vanguards lite [DRAFT] +334 A Directory Authority Flag To Mark Relays As Middle-only [OPEN]
Proposals by status: @@ -265,6 +267,7 @@ Proposals by status: 328 Make Relays Report When They Are Overloaded 329 Overcoming Tor's Bottlenecks with Traffic Splitting 331 Res tokens: Anonymous Credentials for Onion Service DoS Resilience + 333 Vanguards lite NEEDS-REVISION: 212 Increase Acceptable Consensus Age [for 0.2.4.x+] 219 Support for full DNS and DNSSEC resolution in Tor [for 0.2.5.x] @@ -296,6 +299,7 @@ Proposals by status: 326 The "tor-relay" Well-Known Resource Identifier 330 Modernizing authority contact entries 332 Ntor protocol with extra data, version 3 + 334 A Directory Authority Flag To Mark Relays As Middle-only 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/BY_INDEX.md b/proposals/BY_INDEX.md index 2279bd2..9fa8a78 100644 --- a/proposals/BY_INDEX.md +++ b/proposals/BY_INDEX.md @@ -250,4 +250,6 @@ Below are a list of proposals sorted by their proposal number. See * [`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 [OPEN] +* [`333-vanguards-lite.md`](/proposals/333-vanguards-lite.md): Vanguards lite [DRAFT] +* [`334-middle-only-flag.txt`](/proposals/334-middle-only-flag.txt): A Directory Authority Flag To Mark Relays As Middle-only [OPEN]
diff --git a/proposals/README.md b/proposals/README.md index ba73953..3e3645a 100644 --- a/proposals/README.md +++ b/proposals/README.md @@ -41,6 +41,7 @@ for discussion. * [`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 * [`332-ntor-v3-with-extra-data.md`](/proposals/332-ntor-v3-with-extra-data.md): Ntor protocol with extra data, version 3 +* [`334-middle-only-flag.txt`](/proposals/334-middle-only-flag.txt): A Directory Authority Flag To Mark Relays As Middle-only
## ACCEPTED proposals: slated for implementation @@ -111,6 +112,7 @@ discussion. * [`328-relay-overload-report.md`](/proposals/328-relay-overload-report.md): Make Relays Report When They Are Overloaded * [`329-traffic-splitting.txt`](/proposals/329-traffic-splitting.txt): Overcoming Tor's Bottlenecks with Traffic Splitting * [`331-res-tokens-for-anti-dos.md`](/proposals/331-res-tokens-for-anti-dos.md): Res tokens: Anonymous Credentials for Onion Service DoS Resilience +* [`333-vanguards-lite.md`](/proposals/333-vanguards-lite.md): Vanguards lite
## NEEDS-REVISION proposals: ideas that we can't implement as-is
tor-commits@lists.torproject.org