cscvs to tla changeset 91
[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 * Remove bithelp.h (i386 only at present & inlined).
8   - Build and test on non-i386.
9 * Pathfinder - graphical as well?
10 * Do pathlengths for similar email addresses to help aide keysigning.
11   (ie "Find me the keys furthest from mine that end ox.ac.uk'")
12   Suggested by Jochen Voss <voss@mathematik.uni-kl.de>.
13 * Other stats. with piccy? most signed? signs most?
14 * DB access modules as a library to allow runtime configuration of it?
15 * Clean up gcc warnings (`ll' length modifier especially! Also inline & wrong
16   signedness for lo_read/write)
17 * Test library?
18 * autoconf
19 * Full email interface support (ADD, INDEX etc)
20 * More comments.
21 * Look at db2 backend - is it db2's fault? (Well, deadlock in that the library
22   probably is...). Pull some of the DB3 stuff across for completeness.