X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=doc%2FTODO;fp=doc%2FTODO;h=af6ec356dd98017724db2d2a6655e00472a267b1;hb=f64729f7ef5bf4fde2e86f2cab93dc26f056fae6;hp=0000000000000000000000000000000000000000;hpb=f3745f1a2bbf08e7e1abed1a980f076ffa4f1dfd;p=onak.git diff --git a/doc/TODO b/doc/TODO new file mode 100644 index 0000000..af6ec35 --- /dev/null +++ b/doc/TODO @@ -0,0 +1,22 @@ +* Check keys on import? + * Non self-signed user IDs + * Non self-signed subkeys + * Invalid revocations + * Signatures marked as non-exportable + * PKS subkey damage +* Better signature subpacket parsing (primary UID for example). +* Better merging of signatures; need to compare subpackets on Type 4 packets + and choose which we should use (how? most recent date?) +* Honor no-modify keyserver flag ("Brian M. Carlson" ) +* Better txt2html routine. +* Pathfinder - graphical as well? +* Do pathlengths for similar email addresses to help aide keysigning. + (ie "Find me the keys furthest from mine that end ox.ac.uk'") + Suggested by Jochen Voss . +* Other stats. most signed? signs most? +* DB access modules as a library to allow runtime configuration of it? +* Clean up gcc warnings (`ll' length modifier especially! Also inline & wrong + signedness for lo_read/write) +* Test library? +* Full email interface support (ADD, INDEX etc) +* More comments.