diff options
author | Robert Ransom <rransom.8774@gmail.com> | 2011-04-20 17:01:41 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 18:10:17 -0400 |
commit | ddd1b7be2dce0845e6c08dcb5404ae65940b9edb (patch) | |
tree | 10b4438829d0ab01ecc9c83656d557bdbe027ab4 /changes | |
parent | df5c7fedbd938c5d4634eadcf53693e07d2c8182 (diff) | |
download | tor-ddd1b7be2dce0845e6c08dcb5404ae65940b9edb.tar.gz tor-ddd1b7be2dce0845e6c08dcb5404ae65940b9edb.zip |
Ignore SIGNAL NEWNYM on relay-only Tor instances
Diffstat (limited to 'changes')
-rw-r--r-- | changes/forget-rend-descs-on-newnym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/forget-rend-descs-on-newnym b/changes/forget-rend-descs-on-newnym index f8758c2d58..0ea09e0800 100644 --- a/changes/forget-rend-descs-on-newnym +++ b/changes/forget-rend-descs-on-newnym @@ -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. |