commit dc4e88d4cabb40425fd63ccd681160e22fb53a7d Author: Nick Mathewson nickm@torproject.org Date: Sun Jun 17 20:16:33 2018 -0400
We now know what version will have md/all. --- control-spec.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/control-spec.txt b/control-spec.txt index 1c47490..1fae378 100644 --- a/control-spec.txt +++ b/control-spec.txt @@ -581,8 +581,6 @@
"md/all" -- all known microdescriptors for entire Tor network. Each microdescriptor is terminated by a newline. - [First implemented in 0.3.5.1-alpha] [XXX: we're not sure about - version yet]
"md/id/<OR identity>" or "md/name/<OR nickname>" -- the latest microdescriptor for a given OR. Empty if we have no microdescriptor for @@ -795,7 +793,7 @@ providing an empty string if none exists (this is unimplemented on Windows, returning an empty string). "process/descriptor-limit" -- Upper bound on the file descriptor limit, -1 - if unknown. + if unknown
"dir/status-vote/current/consensus" [added in Tor 0.2.1.6-alpha] "dir/status/authority"
tor-commits@lists.torproject.org