Ignore SIGNAL NEWNYM on relay-only Tor instances

This commit is contained in:
Robert Ransom
2011-04-20 17:01:41 -07:00
committed by Nick Mathewson
parent df5c7fedbd
commit ddd1b7be2d
2 changed files with 9 additions and 0 deletions
+2
View File
@@ -5,6 +5,8 @@
o Minor bugfixes:
- Don't allow v0 hidden service authorities to act as clients.
Required by fix for bug 3000.
- Ignore SIGNAL NEWNYM commands on relay-only Tor instances.
Required by fix for bug 3000.
o Code simplifications and refactoring:
- Allow rend_client_send_introduction to fail without closing the
AP connection permanently.