File: TODO

package info (click to toggle)
lua-geoip 0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: ansic: 765; makefile: 10; sh: 10
file content (16 lines) | stat: -rw-r--r-- 506 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TODO:
-----

 -- Document current API.
 -- Fix file headers.
 -- Run splint all over it, and fix errors.
 -- Generalize copy-pasted DB handling code
 -- Support GEOIP_COUNTRY_EDITION_V6 somehow (separate db type?)
 -- consider removing db type constants from binding
 -- Support regions.
 -- Bind whole API.
 -- Capture not only stderr, but stdin as well,
    libgeoip spams there as well.
 -- Write better tests.
 -- Open by DB type leaks 18KB+ (that's how libgeoip written).
 -- Add a luajit.ffi binding