Update TODO file.
[onak.git] / TODO
1 * Check keys on import?
2 * Better signature subpacket parsing (primary UID for example).
3 * Better merging of signatures; need to compare subpackets on Type 4 packets
4   and choose which we should use (how? most recent date?)
5 * Honor no-modify keyserver flag ("Brian M. Carlson" <karlsson@hal-pc.org>)
6 * Better txt2html routine.
7 * Pathfinder - graphical as well?
8 * Do pathlengths for similar email addresses to help aide keysigning.
9   (ie "Find me the keys furthest from mine that end ox.ac.uk'")
10   Suggested by Jochen Voss <voss@mathematik.uni-kl.de>.
11 * Other stats. most signed? signs most?
12 * DB access modules as a library to allow runtime configuration of it?
13 * Clean up gcc warnings (`ll' length modifier especially! Also inline & wrong
14   signedness for lo_read/write)
15 * Test library?
16 * Full email interface support (ADD, INDEX etc)
17 * More comments.
18 * Look at db2 backend - is it db2's fault? (Well, deadlock in that the library
19   probably is...). Pull some of the DB3 stuff across for completeness.