[tor-commits] [torspec/master] Merge rest of proposal 237 (all relays as caches) into dirspec

nickm at torproject.org nickm at torproject.org
Wed Mar 8 16:48:41 UTC 2017


commit 309b4c42458c67a2df0a8abe598315b8d8f23900
Author: Nick Mathewson <nickm at torproject.org>
Date:   Wed Mar 8 11:35:54 2017 -0500

    Merge rest of proposal 237 (all relays as caches) into dirspec
---
 dir-spec.txt                                | 8 ++++++--
 proposals/237-directory-servers-for-all.txt | 3 ++-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/dir-spec.txt b/dir-spec.txt
index 9c8fd4a..714b3af 100644
--- a/dir-spec.txt
+++ b/dir-spec.txt
@@ -734,6 +734,9 @@
 
        Present if the router accepts "tunneled" directory requests using a
        BEGIN_DIR cell over the router's OR port.
+          (Added in 0.2.8.1-alpha. Before this, Tor relays accepted
+          tunneled directory requests only if they had a DirPort open,
+          or if they were bridges.)
 
    "proto" SP Entries NL
 
@@ -2323,9 +2326,10 @@
    generating the network-status document believes it is an authority.
 
    "V2Dir" -- A router supports the v2 directory protocol or higher if it has
-   an open directory port, and it is running a version of the directory
+   an open directory port OR a tunnelled-dir-server line in its router
+   descriptor, and it is running a version of the directory
    protocol that supports the functionality clients need.  (Currently, this
-   is 0.1.1.9-alpha or later.)
+   is every supported version of Tor.)
 
    "HSDir" -- A router is a v2 hidden service directory if it stores and
    serves v2 hidden service descriptors, has the Stable and Fast flag, and the
diff --git a/proposals/237-directory-servers-for-all.txt b/proposals/237-directory-servers-for-all.txt
index 58fcdaf..130bd32 100644
--- a/proposals/237-directory-servers-for-all.txt
+++ b/proposals/237-directory-servers-for-all.txt
@@ -2,8 +2,9 @@ Filename: 237-directory-servers-for-all.txt
 Title: All relays are directory servers
 Author: Matthew Finkel
 Created: 29-Jul-2014
-Status: Finished
+Status: Closed
 Target: 0.2.7.x
+Implemented-in: 0.2.8.1-alpha
 Supersedes: 185
 
 Overview:





More information about the tor-commits mailing list