bump GeoIP support
[blockfinder.git] / TODO
blob23bafb216df7fd83e367512ba253ad6201b822d7
1 High Priority:
3 Add support for LIR blocks by parsing the ripe.db.inetnum.gz.
4 This lists sub-allocations and assignments made by local LIR/ISPs:
5     ftp://ftp.ripe.net/ripe/dbase/split/ripe.db.inetnum.gz
7 Add GeoIP support
8     Include the free database (and an update feature)
9     Optionally allow for an arbitrary custom database
11 Add GeoIP database inversion
12     Optionally combine the results with delegation information to produce more
13     accurate netblocks
15 Lower Priority:
16 Fix country code searching code
17     It appears to be broken for "korea"
18 Add country-code re-init code and progress meter
19     When creating or refreshng the cache, we should display progress
20 Add manpage
21 Add support for proxies during updating/fetching
22 Fix country xml download
23     content-length verify and check for stale cache
24 Add support to list all country codes with possible results
25 Add an option to print the whois description(seems the most complete).
26 Refactor the argument parsing to make it reasonable
27     Required arguments should be postional, etc
28 Refactor updating/fetching animation
29 Add system wide cache_dir to ease blockfinder use on multi user systems