diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-19 15:45:48 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-19 15:45:48 +0000 |
commit | 4443934702da0aee0a553bc8b0639fe192b103fd (patch) | |
tree | ca72ae98c9fa8bdbd76e8f2da388f26c7da8af7f /ChangeLog | |
parent | 3ef3fcae5553fd61f27ac96fe175709c300b2e2e (diff) | |
download | tor-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-- | ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |