commit 9aaac03c3cd7a4982f47fae7949c7e9752195238 Author: teor teor2345@gmail.com Date: Thu Jan 18 23:25:20 2018 +1100
Document the relay version used by Onionoo for recommended_version
Sometimes relay versions are different in the descriptor and in the consensus. Onionoo uses the consensus version.
Documentation fix for #22488. --- src/main/resources/web/jsps/onionoo.jsp | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/main/resources/web/jsps/onionoo.jsp b/src/main/resources/web/jsps/onionoo.jsp index b31b469..a416366 100644 --- a/src/main/resources/web/jsps/onionoo.jsp +++ b/src/main/resources/web/jsps/onionoo.jsp @@ -602,6 +602,7 @@ Filtering by host name is case-insensitive. Return only relays and bridges running a Tor software version that is recommended (parameter value <strong>true</strong>) or not recommended by the directory authorities (parameter value <strong>false</strong>). +Uses the version in the consensus or bridge network status. Relays and bridges are not contained in either result, if the version they are running is not known. Parameter values are case-insensitive. @@ -1477,6 +1478,7 @@ implementation. <p> Boolean field saying whether the Tor software version of this relay is recommended by the directory authorities or not. +Uses the relay version in the consensus. Omitted if either the directory authorities did not recommend versions, or the relay did not report which version it runs. </p> @@ -1822,6 +1824,7 @@ implementation. <p> Boolean field saying whether the Tor software version of this bridge is recommended by the directory authorities or not. +Uses the bridge version in the bridge network status. Omitted if either the directory authorities did not recommend versions, or the bridge did not report which version it runs. <span class="blue">Added on November 28, 2017.</span>