commit e16d435cbab7a4910d40da3773b12001f7df8e15 Author: Karsten Loesing karsten.loesing@gmx.net Date: Fri Jan 27 10:03:06 2017 +0100
Remove long-deprecated "family" field. --- src/main/resources/web/protocol.html | 17 ----------------- 1 file changed, 17 deletions(-)
diff --git a/src/main/resources/web/protocol.html b/src/main/resources/web/protocol.html index 05fae0a..adcdac4 100644 --- a/src/main/resources/web/protocol.html +++ b/src/main/resources/web/protocol.html @@ -1179,23 +1179,6 @@ the relay did not report which version it runs. </li>
<li> -<b><font color="red">family</font></b> -<code class="typeof">array of strings</code> -<span class="required-false">optional</span> -<p> -Array of fingerprints or nicknames of relays that this relay considers to -be part of its family. -There are no cross-checks whether the listed relays exist or consider this -relay part of their family, so that the effective family of this relay may -be smaller. -Omitted if empty or if descriptor containing this information cannot be -found. -<font color="red">Deprecated on August 25, 2015, removed on January 18, -2016.</font> -</p> -</li> - -<li> <b>effective_family</b> <code class="typeof">array of strings</code> <span class="required-false">optional</span>
tor-commits@lists.torproject.org