# HG changeset patch # User bears # Date 1005736449 0 # Node ID 79f845db489755967e1f618ae7b2165e74997561 # Parent eb2589384836cf421a58a22f58c16b2d2e4c2e33 [svn] * TODO: Update the TODO list. diff -r eb2589384836 -r 79f845db4897 TODO --- a/TODO Wed Nov 14 10:56:42 2001 +0000 +++ b/TODO Wed Nov 14 11:14:09 2001 +0000 @@ -24,6 +24,9 @@ Noted so far: Implement DATE and OVER. OVER is a synonym for XOVER, which should continue to work for compatability reasons. + * Review latest Usenet message format (draft). + http://www.ietf.org/ids.by.wg/usefor.html. + * Improve performance of group database. Using GDBM is a bad choice, better use a btree from the Berkeley db library in libc. This will be a good time for a redesign of the group.h interface