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