diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2014-09-05 01:49:47 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-09 11:54:20 -0400 |
commit | 409a56281eda6e0f39ecb1a2737eb4ab39b0229b (patch) | |
tree | a6e0c58a7c850fc44086cff029b9325859cd4cc6 /changes | |
parent | 8099dee99234519a76580bb9ae479a878b7a45e0 (diff) | |
download | tor-409a56281eda6e0f39ecb1a2737eb4ab39b0229b.tar.gz tor-409a56281eda6e0f39ecb1a2737eb4ab39b0229b.zip |
Remove client-side bad directory logic
Implements the second half of #13060.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug13060 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/bug13060 b/changes/bug13060 index 7abc1968f8..58bd2b230b 100644 --- a/changes/bug13060 +++ b/changes/bug13060 @@ -1,4 +1,6 @@ o Removed features: - Directory authorities do not support giving out the BadDirectory flag anymore. + - Clients don't understand the BadDirectory flag in the consensus + anymore, and ignore it. |