Update Debian Vcs-* fields to point to git repository
[onak.git] / TODO
1 * Check keys on import?
2    * Non self-signed user IDs
3    * Non self-signed subkeys
4    * Invalid revocations
5    * Signatures marked as non-exportable
6    * PKS subkey damage
7 * Better signature subpacket parsing (primary UID for example).
8 * Better merging of signatures; need to compare subpackets on Type 4 packets
9   and choose which we should use (how? most recent date?)
10 * Honor no-modify keyserver flag ("Brian M. Carlson" <karlsson@hal-pc.org>)
11 * Better txt2html routine.
12 * Pathfinder - graphical as well?
13 * Do pathlengths for similar email addresses to help aide keysigning.
14   (ie "Find me the keys furthest from mine that end ox.ac.uk'")
15   Suggested by Jochen Voss <voss@mathematik.uni-kl.de>.
16 * Other stats. most signed? signs most?
17 * DB access modules as a library to allow runtime configuration of it?
18 * Clean up gcc warnings (`ll' length modifier especially! Also inline & wrong
19   signedness for lo_read/write)
20 * Test library?
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.