diff options
author | David Goulet <dgoulet@torproject.org> | 2018-02-08 09:42:26 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-13 08:47:42 -0500 |
commit | e658dad625ef15f3a74a76aadf382d43c4ef44d1 (patch) | |
tree | 8a9c57bb6978974641bbcab3235e1ab2545a6bc5 /changes | |
parent | e91bae66d88a863970658174f8734b303042a161 (diff) | |
download | tor-e658dad625ef15f3a74a76aadf382d43c4ef44d1.tar.gz tor-e658dad625ef15f3a74a76aadf382d43c4ef44d1.zip |
dirserv: Improve returned message when relay is rejected
Explicitly inform the operator of the rejected relay to set a valid email
address in the ContactInfo field and contact bad-relays@ mailing list.
Fixes #25170
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket25170 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket25170 b/changes/ticket25170 new file mode 100644 index 0000000000..0652139400 --- /dev/null +++ b/changes/ticket25170 @@ -0,0 +1,5 @@ + o Minor bugfix (directory authority, documentation): + - When a fingerprint or network address is marked as rejected, the + returned message by the authority now explicitly mention to set a valid + ContactInfo address and contact the bad-relays@ mailing list. Fixes bug + 25170; bugfix on 0.2.9.1. |