diff TODO @ 197:24d4cd032da5 noffle

[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c, src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not intend to do any further merges from the 1.0 branch; future changes to 1.0 should be carried over by hand if necessary. * src/configfile.c,src/content.c,src/control.c,src/database.c, src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c, src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c, src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement.
author bears
date Wed, 31 Oct 2001 11:44:53 +0000
parents fed1334d766b
children eb2589384836
line wrap: on
line diff
--- a/TODO	Tue Oct 30 13:55:53 2001 +0000
+++ b/TODO	Wed Oct 31 11:44:53 2001 +0000
@@ -5,8 +5,6 @@
 Urgent
 ------
 
- * Has Client_connect resource leaks if it fails?
-
 Later
 -----
 
@@ -16,8 +14,6 @@
    with respect to process concurrency if the simple global locking strategy
    will be changed in the future.
 
- * Add "hostname" config option for setting the FQHN in generated message IDs.
-
  * Read timeout when running as server and automatically close if client
    does not send data for a longer time.
 
@@ -82,9 +78,8 @@
 Some day far away
 -----------------
 
- * Understand supersedes header (useful for reading news.answers group)
+ * Extend execution of cancel messages to those retrieved from the upstream
+   server (e.g. by subscribing to control.cancel - only fetching cancels
+   for groups in the fetchlist would be a good idea, volume in
+   control.cancel).
 
- * Get and execute cancel messages (read control.cancel, but use xpat to get
-   only cancels for groups in fetchlist). Seems to be expensive (20000 headers
-   a day, takes the remote server to search through)
-