diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-10-23 03:48:42 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-10-23 03:48:42 +0000 |
commit | 42bab1c6d32dc023482bfe9adef365652dd65497 (patch) | |
tree | faf207e77ba50391470b5f6d1bd65b5dee60f45c /ChangeLog | |
parent | 833f8245c43e330eff9218352ad7e1506f23d83a (diff) | |
download | tor-42bab1c6d32dc023482bfe9adef365652dd65497.tar.gz tor-42bab1c6d32dc023482bfe9adef365652dd65497.zip |
r9318@Kushana: nickm | 2006-10-22 15:22:57 -0400
Let directory authorities set the BadExit flag if they like. Also, refactor directory authority code so we can believe multiple things about a single router, and do fewer linear searches.
svn:r8794
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Changes in version 0.1.2.3-alpha - 2006-10-?? - Directory servers now provide 'Pragma: no-cache' and 'Expires' headers for content, so that we can work better in the presence of caching HTTP proxies. + - Allow authorities to list nodes as bad exits by fingerprint or by + address. o Minor features, controller: - Add a REASON field to CIRC events; for backward compatibility, this |