cscvs to tla changeset 2
[onak.git] / TODO
1 * Revoked keys on index.
2 * Check keys on import?
3 * Test library?
4 * Better signature subpacket parsing (primary UID for example).
5 * Better txt2html routine.
6 * Remove bithelp.h (i386 only at present & inlined).
7   - Build and test on non-i386.
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 be UTF-8?
18 * autoconf
19 * config file
20 * Get all keys link for pathfinder? Or even just gpg command line to C&P.
21 * logging framework so we can log debug/warning messages and so on. syslog?
22 * Change over to PQescapeString in PostgreSQL backend once Woody releases.
23 * Check freeing.
24 * More comments.
25 * Sort out merging (use keymerge + some Perl to answer incoming email. Not
26   sure about keys via hkp yet though).
27 * Look at db2 backend - is it db2's fault? (Well, deadlock in that the library
28   probably is...). Is there an alternative library that would provide us with
29   similar features but be more reliable? gdbm?