cscvs to tla changeset 1
[onak.git] / TODO
1 * Search on key text.
2 * Revoked keys on index.
3 * Check keys on import?
4 * Test library?
5 * Better signature subpacket parsing (primary UID for example).
6 * Better txt2html routine.
7 * Remove bithelp.h (i386 only at present & inlined).
8 * BSD license? (Needs md5 & sha routines rewritten/replaced then)
9 * Pathfinder - graphical as well? Multiple paths?
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. sixdegrees? 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 * Webpages should bt UTF-8?
18 * autoconf
19 * config file
20
21 Must do before initial release:
22
23 * Key deletion (needed for updating keys).
24 * Fix output to make GPG happy with --keyserver.
25 * Check freeing.
26 * More comments.
27 * Sort out merging (use keymerge + some Perl to answer incoming email. Not
28   sure about keys via hkp yet though).