aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dir-spec.txt2
-rw-r--r--proposals/000-index.txt4
-rw-r--r--proposals/162-consensus-flavors.txt4
3 files changed, 6 insertions, 4 deletions
diff --git a/dir-spec.txt b/dir-spec.txt
index 14770f7..bb34292 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -2961,7 +2961,7 @@ The following methods have incorrect implementations; authorities SHOULD
Every consensus flavor has a name consisting of a sequence of one
or more alphanumeric characters and dashes. For compatibility,
- current descriptor flavor is called "ns".
+ the original (unflavored) consensus type is called "ns".
The supported consensus flavors are defined as part of the
authorities' consensus method.
diff --git a/proposals/000-index.txt b/proposals/000-index.txt
index ba6e1a9..6693bbc 100644
--- a/proposals/000-index.txt
+++ b/proposals/000-index.txt
@@ -82,7 +82,7 @@ Proposals by number:
159 Exit Scanning [INFORMATIONAL]
160 Authorities vote for bandwidth offsets in consensus [FINISHED]
161 Computing Bandwidth Adjustments [CLOSED]
-162 Publish the consensus in multiple flavors [FINISHED]
+162 Publish the consensus in multiple flavors [CLOSED]
163 Detecting whether a connection comes from a client [SUPERSEDED]
164 Reporting the status of server votes [OPEN]
165 Easy migration for voting authority sets [OPEN]
@@ -273,7 +273,6 @@ Proposals by status:
257 Refactoring authorities and making them more isolated from the net
FINISHED:
160 Authorities vote for bandwidth offsets in consensus [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]
220 Migrate server identity keys to Ed25519 [in 0.3.0.1-alpha]
@@ -317,6 +316,7 @@ Proposals by status:
157 Make certificate downloads specific [for 0.2.4.x]
158 Clients download consensus + microdescriptors [in 0.2.3.1-alpha]
161 Computing Bandwidth Adjustments [for 0.2.1.x]
+ 162 Publish the consensus in multiple flavors [in 0.2.3.1-alpha]
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/162-consensus-flavors.txt b/proposals/162-consensus-flavors.txt
index f97143b..2a227a0 100644
--- a/proposals/162-consensus-flavors.txt
+++ b/proposals/162-consensus-flavors.txt
@@ -3,7 +3,9 @@ Title: Publish the consensus in multiple flavors
Author: Nick Mathewson
Created: 14-May-2009
Implemented-In: 0.2.3.1-alpha
-Status: Finished
+Status: Closed
+
+[Implementation notes: the 'consensus index' feature never got implemented.]
Overview: