diff options
author | George Kadianakis <desnacked@riseup.net> | 2021-02-24 12:35:55 +0200 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2021-02-24 12:35:55 +0200 |
commit | 830b0f8c6290cf222527c0956ba6d7fe95688b83 (patch) | |
tree | 555bb977228a824b0fde36393ec27e7b6d98a01d /changes | |
parent | 6edb648aa0f23a507e7557a07fd291d6c3ad7747 (diff) | |
parent | 88559aca2d9487a9b101bb563b1ddf857a013962 (diff) | |
download | tor-830b0f8c6290cf222527c0956ba6d7fe95688b83.tar.gz tor-830b0f8c6290cf222527c0956ba6d7fe95688b83.zip |
Merge remote-tracking branch 'tor-gitlab/mr/306'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40255 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket40255 b/changes/ticket40255 new file mode 100644 index 0000000000..026c64f697 --- /dev/null +++ b/changes/ticket40255 @@ -0,0 +1,5 @@ + o Major features (directory authority, sybil): + - When voting for a relay with a Sybil-like appearance, add the Sybil + flag when clearing out the other flags. This lets a relay operator + know why their relay hasn't been voted on. Closes ticket 40255. + Patch by Neel Chauhan. |