aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-12-18 21:27:12 +0000
committerNick Mathewson <nickm@torproject.org>2007-12-18 21:27:12 +0000
commitbbbf25db4d251ae25b8fe4d5a04f98cf72f7b855 (patch)
tree64e6655ed2f3fa8ec56cbe3b0bfc7700504cea5c
parentd2fe8542dfc456b6f4442118f87f886526347dce (diff)
downloadtor-bbbf25db4d251ae25b8fe4d5a04f98cf72f7b855.tar.gz
tor-bbbf25db4d251ae25b8fe4d5a04f98cf72f7b855.zip
r17233@catbus: nickm | 2007-12-18 16:26:55 -0500
Changelog entry for geoip. svn:r12858
-rw-r--r--ChangeLog7
-rw-r--r--doc/TODO6
2 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index cfe63f561f..b34ef3086d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,6 +33,13 @@ Changes in version 0.2.0.13-alpha - 2007-12-??
AlternateBridgeAuthority, and AlternateHSAuthority) that let the
user selectively replace the default directory authorities, rather
than the all-or-nothing replacement that DirServer offers.
+ - Tor can now be configured to read a GeoIP file from disk in one of two
+ formats. This can be used by controllers to map IPs to countries.
+ Eventually, it may support exit-by-country.
+ - When possible, bridges remember which countries users are coming
+ from, and report aggregate information in their extra-info
+ documents, so that the bridge authorities can learn where Tor is
+ blocked.
o Minor bugfixes:
- The fix in 0.2.0.12-alpha cleared the "hsdir" flag in v3 network
diff --git a/doc/TODO b/doc/TODO
index 6d72844a16..9cb9231207 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -30,7 +30,7 @@ R . spec
d deploy
. geoip caching and publishing for bridges
R . spec
- - Implement
+ . Implement
o Code to load a geoip file from disk
o Truncated format
o Full format.
@@ -40,8 +40,8 @@ R . spec
o Code to generate history lines
o Controller interface
- Track consecutive time up, not time since last-forgotten IP.
- - Add log lines.
- - Tests
+ o Add log lines.
+ o Tests
- Mention in dir-spec.txt
- Mention in control-spec.txt
d let Vidalia use the geoip data too rather than doing its own