cscvs to tla changeset 14
[onak.git] / TODO
1 * Revoked keys on index.
2 * Check keys on import?
3 * config file
4 * Sort out merging (use onak + some Perl to answer incoming email. Not
5   sure about keys via hkp yet though - need to send updates out).
6 * Better signature subpacket parsing (primary UID for example).
7 * Better merging of signatures; need to compare subpackets on Type 4 packets
8   and choose which we should use (how? most recent date?)
9 * Honor no-modify keyserver flag ("Brian M. Carlson" <karlsson@hal-pc.org>)
10 * Better txt2html routine.
11 * Remove bithelp.h (i386 only at present & inlined).
12   - Build and test on non-i386.
13 * Pathfinder - graphical as well? Multiple paths?
14 * Do pathlengths for similar email addresses to help aide keysigning.
15   (ie "Find me the keys furthest from mine that end ox.ac.uk'")
16   Suggested by Jochen Voss <voss@mathematik.uni-kl.de>.
17 * Other stats. sixdegrees? with piccy? most signed? signs most?
18 * DB access modules as a library to allow runtime configuration of it?
19 * Clean up gcc warnings (`ll' length modifier especially! Also inline & wrong
20   signedness for lo_read/write)
21 * Test library?
22 * autoconf
23 * logging framework so we can log debug/warning messages and so on. syslog?
24 * Check freeing.
25 * More comments.
26 * Look at db2 backend - is it db2's fault? (Well, deadlock in that the library
27   probably is...). Is there an alternative library that would provide us with
28   similar features but be more reliable? gdbm? Jason Harris suggests db3/4.