comparison TODO @ 207:79f845db4897 noffle

[svn] * TODO: Update the TODO list.
author bears
date Wed, 14 Nov 2001 11:14:09 +0000
parents eb2589384836
children f35a7d45efd5
comparison
equal deleted inserted replaced
206:eb2589384836 207:79f845db4897
21 * Provide list of suggested configurations for popular upstream servers. 21 * Provide list of suggested configurations for popular upstream servers.
22 22
23 * Review latest NNTP draft (http://www.ieft.org/ids.by.wg/nntpext.html). 23 * Review latest NNTP draft (http://www.ieft.org/ids.by.wg/nntpext.html).
24 Noted so far: Implement DATE and OVER. OVER is a synonym for XOVER, 24 Noted so far: Implement DATE and OVER. OVER is a synonym for XOVER,
25 which should continue to work for compatability reasons. 25 which should continue to work for compatability reasons.
26
27 * Review latest Usenet message format (draft).
28 http://www.ietf.org/ids.by.wg/usefor.html.
26 29
27 * Improve performance of group database. Using GDBM is a bad choice, 30 * Improve performance of group database. Using GDBM is a bad choice,
28 better use a btree from the Berkeley db library in libc. 31 better use a btree from the Berkeley db library in libc.
29 This will be a good time for a redesign of the group.h interface 32 This will be a good time for a redesign of the group.h interface
30 with respect to process concurrency if the simple global locking strategy 33 with respect to process concurrency if the simple global locking strategy