Remove support for naming directory authorities

This implements the meat of #12899. This commit should simply remove the
parts of Tor dirauths used to check whether a relay was supposed to be
named or not, it doesn't yet convert to a new mechanism for
reject/invalid/baddir/badexiting relays.
This commit is contained in:
Sebastian Hahn
2014-09-04 23:16:51 +02:00
committed by Nick Mathewson
parent 8356721662
commit 607724c696
11 changed files with 75 additions and 263 deletions
+3
View File
@@ -1,4 +1,7 @@
o Removed features:
- The "AuthDirRejectUnlisted" option no longer has any effect, as
the fingerprints file (approved-routers) has been deprecated.
- Directory authorities do not support being Naming dirauths
anymore. The "NamingAuthoritativeDir" config option has been
obsoleted.