diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-05-29 20:52:56 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-05-29 20:52:56 +0000 |
commit | 77c3dab7df2033d48e1c288e07de686978a575fb (patch) | |
tree | 5b3ccc1bd6178f6238a7bcc7b7972e6d9cf87ecc /ChangeLog | |
parent | 4cd93bd9ecb2e45319e944ceb234554b4b88bf06 (diff) | |
download | tor-77c3dab7df2033d48e1c288e07de686978a575fb.tar.gz tor-77c3dab7df2033d48e1c288e07de686978a575fb.zip |
r13077@catbus: nickm | 2007-05-29 16:52:46 -0400
Make exitlist script handle multiple descriptors for one router (by only looking at the latest). Resolves bug 405.
svn:r10402
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -159,6 +159,11 @@ Changes in version 0.2.0.1-alpha - 2007-??-?? - Make the NodeFamilies config option work. (Reported by lodger -- it has never actually worked, even though we added it in Oct 2004.) + - In the exitlist script, only consider the most recently published + server descriptor for each server. Also, when the user requests + a list of servers that _reject_ connections to a given address, + explicitly exclude the IPs that also have servers that accept + connections to that address. (Resolves bug 405.) o Minor bugfixes (controller): - Make 'getinfo fingerprint' return a 551 error if we're not a |