Mercurial > noffle
annotate TODO @ 296:62cdb3113115 noffle
[svn] * TODO: Add items from Debian wishlist.
author | bears |
---|---|
date | Fri, 31 Jan 2003 15:36:39 +0000 |
parents | b1d5c55b76f6 |
children | b0ee77fa24d4 |
rev | line source |
---|---|
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
1 ------------------------------------------------------------------------------- |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
2 NOFFLE Todolist |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
3 ------------------------------------------------------------------------------- |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
4 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
5 Urgent |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
6 ------ |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
7 |
206 | 8 * Post: Only generate Reply-To: from From: if a configuration option set. |
9 | |
10 * Deal properly with headers split over several lines where the overall | |
11 content of the header exceeds MAXCHAR characters (i.e. length of Str). | |
12 | |
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
13 Later |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
14 ----- |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
15 |
290
f35a7d45efd5
[svn] * docs/noffle.1,docs/noffle.conf.5: Correct footer date, add new RFCs,
bears
parents:
207
diff
changeset
|
16 * Internationalisation. |
f35a7d45efd5
[svn] * docs/noffle.1,docs/noffle.conf.5: Correct footer date, add new RFCs,
bears
parents:
207
diff
changeset
|
17 |
f35a7d45efd5
[svn] * docs/noffle.1,docs/noffle.conf.5: Correct footer date, add new RFCs,
bears
parents:
207
diff
changeset
|
18 * Get pseudo article contents from files in /etc/noffle, to allow |
f35a7d45efd5
[svn] * docs/noffle.1,docs/noffle.conf.5: Correct footer date, add new RFCs,
bears
parents:
207
diff
changeset
|
19 local customisation. |
f35a7d45efd5
[svn] * docs/noffle.1,docs/noffle.conf.5: Correct footer date, add new RFCs,
bears
parents:
207
diff
changeset
|
20 |
296 | 21 * Remove groups if they disappear from the upstream servers. |
22 (Subject to setting? Only if all articles in the group are expired?) | |
23 Debian bug 168401 | |
24 | |
25 * Add command line options to add/remove message IDs to/from the article | |
26 fetchlist. Debian bug 151655. | |
27 | |
28 * Let all commands that could accept >1 argument. Debian bug 151655. | |
29 | |
206 | 30 * Provide list of suggested configurations for popular upstream servers. |
31 | |
32 * Review latest NNTP draft (http://www.ieft.org/ids.by.wg/nntpext.html). | |
33 Noted so far: Implement DATE and OVER. OVER is a synonym for XOVER, | |
34 which should continue to work for compatability reasons. | |
35 | |
207 | 36 * Review latest Usenet message format (draft). |
37 http://www.ietf.org/ids.by.wg/usefor.html. | |
38 | |
121 | 39 * Improve performance of group database. Using GDBM is a bad choice, |
40 better use a btree from the Berkeley db library in libc. | |
41 This will be a good time for a redesign of the group.h interface | |
42 with respect to process concurrency if the simple global locking strategy | |
43 will be changed in the future. | |
44 | |
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
45 * Read timeout when running as server and automatically close if client |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
46 does not send data for a longer time. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
47 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
48 * Implement simple filter using popen or fifos. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
49 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
50 * Improve speed of online mode: Keep connection to server open for a while |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
51 |
292 | 52 * Automatically retry NNTP transactions that fail due to lost connection/ |
53 timeout up to a configurable threshold number of times before passing | |
54 the failure on. This to cope with servers with short timeouts on | |
55 networks with highly variable and significant latencies. | |
56 | |
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
57 * Check all in |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
58 http://mars.superlink.net/user/tal/writings/news-software-authors.html |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
59 (Use NOV library? Use inews for validating posted articles? ... ) |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
60 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
61 * Store requested articles by group + number. This would allow to create |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
62 pseudo-groups (like <groupname>.requested) that contained only fully |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
63 downloaded articles in overview mode (very nice and clever |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
64 idea sent in by a user, it would make using overview mode much easier). |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
65 Second advantage: Noffle would work with servers that have retrieving |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
66 articles by message-id disabled. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
67 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
68 * Expire should clean up empty request/outgoing directories, so they will not |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
69 exists forever after a server change. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
70 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
71 * Do not log program abortion due to SIGINT, if no inconsistency can occur, |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
72 (e.g. when calling 'noffle -d' to a pipe and next program terminates or |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
73 pressing ^C). |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
74 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
75 * Improve www page and documentation. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
76 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
77 * Keeping the content list for several lock/unlock times could lead to |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
78 inconsistent results, because content list is maybe modified by |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
79 pseudo articles. Check this! |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
80 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
81 * Optimize NEWGROUPS (extra list?) |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
82 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
83 * Add noffle query option for checking all groups, if they are still |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
84 available at the remote server(s) and delete them otherwise. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
85 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
86 * In online mode, retrieve full article header from remote server if client |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
87 sends a HEAD command. Presently, only the header lines from the overview |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
88 are returned and the article is only retrieved on an ARTICLE or BODY command. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
89 The reason for this was that some readers (like pine) retrieve the group |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
90 overview by sending lots of HEAD commands and their performance would badly |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
91 suffer. On the other hand, some readers (like slrn) cache the header from |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
92 a HEAD command, even if a following ARTICLE command gets more header lines, |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
93 so that not all header lines are available when reading news in online mode, |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
94 before the next start of the reader. But some header lines (e.g. Reply-To) |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
95 are important. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
96 Maybe make the behaviour configurable. |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
97 |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
98 |
163
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
99 User-Wishlist |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
100 ------------- |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
101 |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
102 * Group requesting: I'd like noffle mantain a whitelist of users who can |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
103 request new subscriptions: for instance, if user mardy wants noffle to |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
104 fetch headers of it.comp.os.linux, he could just post a message to |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
105 noffle.control with something like this in the body: |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
106 subscribe-over: it.comp.os.linux |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
107 |
3d243292468d
[svn] Added user wishlist section and first entry by Alberto Mardegan
enz
parents:
161
diff
changeset
|
108 |
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
109 Some day far away |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
110 ----------------- |
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
111 |
197
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
112 * Extend execution of cancel messages to those retrieved from the upstream |
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
113 server (e.g. by subscribing to control.cancel - only fetching cancels |
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
114 for groups in the fetchlist would be a good idea, volume in |
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
115 control.cancel). |
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
116 |