[or-cvs] r14769: a bunch of little items for nick to work on, to make geoip r (tor/trunk/doc)

arma at seul.org arma at seul.org
Wed May 28 10:03:20 UTC 2008


Author: arma
Date: 2008-05-28 06:03:19 -0400 (Wed, 28 May 2008)
New Revision: 14769

Modified:
   tor/trunk/doc/TODO
Log:
a bunch of little items for nick to work on, to make geoip reporting
closer to a reality


Modified: tor/trunk/doc/TODO
===================================================================
--- tor/trunk/doc/TODO	2008-05-28 05:17:08 UTC (rev 14768)
+++ tor/trunk/doc/TODO	2008-05-28 10:03:19 UTC (rev 14769)
@@ -280,7 +280,20 @@
 =======================================================================
 
 Bugs/issues for Tor 0.2.0.x:
-R - let bridges set relaybandwidthrate as low as 5kb
+N - We still never call geoip_remove_old_clients(). Should we call it,
+    with a cutoff of a day ago, each time we're about to build a
+    descriptor/extrainfo pair?
+N - Rip out the MIN_IPS_* stuff for geoip reporting.
+N - bridge authorities should not serve extrainfo docs.
+N - We still never call geoip_remove_old_clients(). Should we call it,
+    with a cutoff of a day ago, each time we're about to build a
+    descriptor/extrainfo pair?
+N - teach geoip_parse_entry() to skip over lines that start with #, so we
+    can put a little note at the top of the geoip file to say what it is.
+N d we should have an off-by-default way for relays to dump geoip data to
+    a file in their data directory, for measurement purposes.  it should be
+    listed along with their probability-of-selection
+R d let bridges set relaybandwidthrate as low as 5kb
 R - bug: if we launch using bridges, and then stop using bridges, we
     still have our bridges in our entryguards section, and may use them.
 R - bridge communities



More information about the tor-commits mailing list