Report common reasons for rejecting a relay before uncommon ones

"You're running 0.2.2; upgrade!" is more sensible than "You have no
ntor key!"

Closes ticket 20270; bugfix on 0.2.9.3-alpha.
This commit is contained in:
Nick Mathewson
2017-05-09 10:28:05 -04:00
parent 0df22e8f5f
commit ff7e8531ec
2 changed files with 14 additions and 3 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes (directory authority):
- When rejecting a router descriptor because the relay is running an
obsolete version of Tor without ntor support, warn about the obsolete
tor version, not the missing ntor key. Fixes bug 20270;
bugfix on 0.2.9.3-alpha.