From d9fc381be95efe6216a7569ab9a44a658293054d Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Wed, 10 Nov 2010 01:33:35 -0800 Subject: [PATCH] bump GeoIP support --- TODO | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/TODO b/TODO index e20584c..23bafb2 100644 --- a/TODO +++ b/TODO @@ -1,8 +1,17 @@ High Priority: + Add support for LIR blocks by parsing the ripe.db.inetnum.gz. This lists sub-allocations and assignments made by local LIR/ISPs: ftp://ftp.ripe.net/ripe/dbase/split/ripe.db.inetnum.gz +Add GeoIP support + Include the free database (and an update feature) + Optionally allow for an arbitrary custom database + +Add GeoIP database inversion + Optionally combine the results with delegation information to produce more + accurate netblocks + Lower Priority: Fix country code searching code It appears to be broken for "korea" @@ -10,12 +19,6 @@ Add country-code re-init code and progress meter When creating or refreshng the cache, we should display progress Add manpage Add support for proxies during updating/fetching -Add GeoIP support - Include the free database (and an update feature) - Optionally allow for an arbitrary custom database -Add geoip database inversion - Optionally combine the results with delegation information to produce more - accurate netblocks Fix country xml download content-length verify and check for stale cache Add support to list all country codes with possible results -- 2.11.4.GIT