[or-cvs] r12858: Changelog entry for geoip. (in tor/trunk: . doc)

nickm at seul.org nickm at seul.org
Tue Dec 18 21:27:12 UTC 2007


Author: nickm
Date: 2007-12-18 16:27:12 -0500 (Tue, 18 Dec 2007)
New Revision: 12858

Modified:
   tor/trunk/
   tor/trunk/ChangeLog
   tor/trunk/doc/TODO
Log:
 r17233 at catbus:  nickm | 2007-12-18 16:26:55 -0500
 Changelog entry for geoip.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r17233] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/ChangeLog
===================================================================
--- tor/trunk/ChangeLog	2007-12-18 21:27:10 UTC (rev 12857)
+++ tor/trunk/ChangeLog	2007-12-18 21:27:12 UTC (rev 12858)
@@ -33,6 +33,13 @@
       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

Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO	2007-12-18 21:27:10 UTC (rev 12857)
+++ tor/trunk/doc/TODO	2007-12-18 21:27:12 UTC (rev 12858)
@@ -30,7 +30,7 @@
     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 @@
       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



More information about the tor-commits mailing list