summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2014-09-05 01:49:47 +0200
committerNick Mathewson <nickm@torproject.org>2014-09-09 11:54:20 -0400
commit409a56281eda6e0f39ecb1a2737eb4ab39b0229b (patch)
treea6e0c58a7c850fc44086cff029b9325859cd4cc6 /changes
parent8099dee99234519a76580bb9ae479a878b7a45e0 (diff)
downloadtor-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/bug130602
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.