commit acbc18a30f962462e16413a5d639856ba5cb13bb Author: Nick Mathewson nickm@torproject.org Date: Thu May 18 12:09:11 2017 -0400
Mark proposals 151 and 161 closed.
Mike informs me that prop151 got merged into path-spec and 161 got split into dir-spec and a spec file in the bwauth code. --- proposals/000-index.txt | 8 ++++---- proposals/151-path-selection-improvements.txt | 2 +- proposals/161-computing-bandwidth-adjustments.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/proposals/000-index.txt b/proposals/000-index.txt index 62d6414..5dc4395 100644 --- a/proposals/000-index.txt +++ b/proposals/000-index.txt @@ -71,7 +71,7 @@ Proposals by number: 148 Stream end reasons from the client side should be uniform [CLOSED] 149 Using data from NETINFO cells [SUPERSEDED] 150 Exclude Exit Nodes from a circuit [CLOSED] -151 Improving Tor Path Selection [FINISHED] +151 Improving Tor Path Selection [CLOSED] 152 Optionally allow exit from single-hop circuits [CLOSED] 153 Automatic software update protocol [SUPERSEDED] 154 Automatic Software Update Protocol [SUPERSEDED] @@ -81,7 +81,7 @@ Proposals by number: 158 Clients download consensus + microdescriptors [FINISHED] 159 Exit Scanning [INFORMATIONAL] 160 Authorities vote for bandwidth offsets in consensus [FINISHED] -161 Computing Bandwidth Adjustments [FINISHED] +161 Computing Bandwidth Adjustments [CLOSED] 162 Publish the consensus in multiple flavors [FINISHED] 163 Detecting whether a connection comes from a client [SUPERSEDED] 164 Reporting the status of server votes [OPEN] @@ -267,10 +267,8 @@ Proposals by status: 099 Miscellaneous proposals 257 Refactoring authorities and making them more isolated from the net FINISHED: - 151 Improving Tor Path Selection [in 0.2.2.2-alpha] 158 Clients download consensus + microdescriptors [in 0.2.3.1-alpha] 160 Authorities vote for bandwidth offsets in consensus [for 0.2.1.x] - 161 Computing Bandwidth Adjustments [for 0.2.1.x] 162 Publish the consensus in multiple flavors [in 0.2.3.1-alpha] 196 Extended ORPort and TransportControlPort [in 0.2.5.2-alpha] 217 Tor Extended ORPort Authentication [for 0.2.5.x] @@ -309,9 +307,11 @@ Proposals by status: 140 Provide diffs between consensuses [in 0.3.1.1-alpha] 148 Stream end reasons from the client side should be uniform [in 0.2.1.9-alpha] 150 Exclude Exit Nodes from a circuit [in 0.2.1.3-alpha] + 151 Improving Tor Path Selection [in 0.2.2.2-alpha] 152 Optionally allow exit from single-hop circuits [in 0.2.1.6-alpha] 155 Four Improvements of Hidden Service Performance [in 0.2.1.x] 157 Make certificate downloads specific [for 0.2.4.x] + 161 Computing Bandwidth Adjustments [for 0.2.1.x] 166 Including Network Statistics in Extra-Info Documents [for 0.2.2] 167 Vote on network parameters in consensus [in 0.2.2] 171 Separate streams across circuits by connection metadata [in 0.2.3.3-alpha] diff --git a/proposals/151-path-selection-improvements.txt b/proposals/151-path-selection-improvements.txt index 7e2d113..e92b574 100644 --- a/proposals/151-path-selection-improvements.txt +++ b/proposals/151-path-selection-improvements.txt @@ -2,7 +2,7 @@ Filename: 151-path-selection-improvements.txt Title: Improving Tor Path Selection Author: Fallon Chen, Mike Perry Created: 5-Jul-2008 -Status: Finished +Status: Closed In-Spec: path-spec.txt Implemented-In: 0.2.2.2-alpha
diff --git a/proposals/161-computing-bandwidth-adjustments.txt b/proposals/161-computing-bandwidth-adjustments.txt index a0ad429..6968724 100644 --- a/proposals/161-computing-bandwidth-adjustments.txt +++ b/proposals/161-computing-bandwidth-adjustments.txt @@ -3,7 +3,7 @@ Filename: 161-computing-bandwidth-adjustments.txt Author: Mike Perry Created: 12-May-2009 Target: 0.2.1.x -Status: Finished +Status: Closed
1. Motivation
tor-commits@lists.torproject.org