summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2006-10-19 15:45:48 +0000
committerNick Mathewson <nickm@torproject.org>2006-10-19 15:45:48 +0000
commit4443934702da0aee0a553bc8b0639fe192b103fd (patch)
treeca72ae98c9fa8bdbd76e8f2da388f26c7da8af7f /ChangeLog
parent3ef3fcae5553fd61f27ac96fe175709c300b2e2e (diff)
downloadtor-4443934702da0aee0a553bc8b0639fe192b103fd.tar.gz
tor-4443934702da0aee0a553bc8b0639fe192b103fd.zip
r9091@totoro: nickm | 2006-10-19 11:45:28 -0400
Change to BadExit logic: Let authorities set an "I list bad exits" flag. Consider an exit bad if it is listed as bad by more than half of *those* authorities. This gives us a better migration path. svn:r8756
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 186cf6cee1..66e547e346 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
Changes in version 0.1.2.3-alpha - 2006-10-??
o Minor features:
- - If most authorities set a (newly defined) BadExit flag for a server, do
- not consider it as a general-purpose exit.
+ - If most authorities set a (newly defined) BadExit flag for a server,
+ do not consider it as a general-purpose exit. Only consider
+ authorities that advertise themselves as listing bad exits.
o Minor features, controller:
- Add a REASON field to CIRC events; for backward compatibility, this