Mercurial > noffle
diff TODO @ 206:eb2589384836 noffle
[svn] * TODO: Update the TODO list.
* src/util.c: When updating timestamp files, write new stamp to temp file
and rename, so failure with e.g. full disc doesn't leave an empty stamp
file.
author | bears |
---|---|
date | Wed, 14 Nov 2001 10:56:42 +0000 |
parents | 24d4cd032da5 |
children | 79f845db4897 |
line wrap: on
line diff
--- a/TODO Sun Nov 11 04:22:42 2001 +0000 +++ b/TODO Wed Nov 14 10:56:42 2001 +0000 @@ -5,9 +5,25 @@ Urgent ------ + * Tidy data structure initialisation when posting (post.c). + + * Post: better checks on posted article (check for duplicate headers, + address in From: headers). + + * Post: Only generate Reply-To: from From: if a configuration option set. + + * Deal properly with headers split over several lines where the overall + content of the header exceeds MAXCHAR characters (i.e. length of Str). + Later ----- + * Provide list of suggested configurations for popular upstream servers. + + * Review latest NNTP draft (http://www.ieft.org/ids.by.wg/nntpext.html). + Noted so far: Implement DATE and OVER. OVER is a synonym for XOVER, + which should continue to work for compatability reasons. + * 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 @@ -19,8 +35,6 @@ * Implement simple filter using popen or fifos. - * Make compatible to latest NNTP draft. - * Improve speed of online mode: Keep connection to server open for a while * Check all in