cscvs to tla changeset 3
[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 merging of signatures; need to decode subpackets so we can make sure
6   we don't add a signature that's already on a key but has different
7   subpackets.
8 * Better txt2html routine.
9 * Remove bithelp.h (i386 only at present & inlined).
10   - Build and test on non-i386.
11 * Pathfinder - graphical as well? Multiple paths?
12 * Do pathlengths for similar email addresses to help aide keysigning.
13   (ie "Find me the keys furthest from mine that end ox.ac.uk'")
14   Suggested by Jochen Voss <voss@mathematik.uni-kl.de>.
15 * Other stats. sixdegrees? with piccy? most signed? signs most?
16 * DB access modules as a library to allow runtime configuration of it?
17 * Clean up gcc warnings (`ll' length modifier especially! Also inline & wrong
18   signedness for lo_read/write)
19 * Webpages should be UTF-8?
20 * autoconf
21 * config file
22 * Get all keys link for pathfinder? Or even just gpg command line to C&P.
23 * logging framework so we can log debug/warning messages and so on. syslog?
24 * Change over to PQescapeString in PostgreSQL backend once Woody releases.
25 * Check freeing.
26 * More comments.
27 * Sort out merging (use onak + some Perl to answer incoming email. Not
28   sure about keys via hkp yet though - need to send updates out).
29 * Look at db2 backend - is it db2's fault? (Well, deadlock in that the library
30   probably is...). Is there an alternative library that would provide us with
31   similar features but be more reliable? gdbm?
32 * Honor no-modify keyserver flag ("Brian M. Carlson" <karlsson@hal-pc.org>)