commit 67768b16c247f937a4345af94beb58a4238b0730 Author: Linus Nordberg linus@torproject.org Date: Wed Mar 13 15:35:28 2013 +0100
Remove the "V3Dir" flag from dir-spec.
There is no such thing as a V3Dir flag. --- dir-spec.txt | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/dir-spec.txt b/dir-spec.txt index 4a8f007..6c5bce8 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1467,8 +1467,7 @@ "Unnamed" if another router has bound the name used by this router, and this authority binds names. "Valid" if the router has been 'validated'. - "V2Dir" if the router implements the v2 directory protocol. - "V3Dir" if the router implements this protocol. + "V2Dir" if the router implements the v2 directory protocol or later.
"v" SP version NL
@@ -1691,11 +1690,6 @@ supports the functionality clients need. (Currently, this is 0.1.1.9-alpha or later.)
- "V3Dir" -- A router supports the v3 directory protocol if it has an open - directory port, and it is running a version of the directory protocol that - supports the functionality clients need. (Currently, this is - 0.2.0.?????-alpha or later.) - "HSDir" -- A router is a v2 hidden service directory if it stores and serves v2 hidden service descriptors, and the authority believes that it's been up for at least 25 hours (or the current value of
tor-commits@lists.torproject.org