Mercurial > noffle
comparison NEWS @ 49:5ecb646acf97 noffle
[svn] Article numbering bug fixes
author | bears |
---|---|
date | Sat, 06 May 2000 17:56:50 +0100 |
parents | 2467ff423c15 |
children | f17eb481c126 |
comparison
equal
deleted
inserted
replaced
48:21d3102dbc37 | 49:5ecb646acf97 |
---|---|
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | 4 |
5 1.0pre6 | 5 1.0pre6 |
6 ------- | 6 ------- |
7 | 7 |
8 * Add support for XOVER with no argument. Also XHDR with message ID | |
9 argument and XHDR when 'xref' requested (trn needs this). | |
8 * Forget cached group info when group database closed. | 10 * Forget cached group info when group database closed. |
9 * Added list of 'forbidden' newsgroup specs., as defined in draft IETF | 11 * Added list of 'forbidden' newsgroup specs., as defined in draft IETF |
10 Newsgroup Format (C.Lindsey), tracked to replace RFC1036. This defines | 12 Newsgroup Format (C.Lindsey), tracked to replace RFC1036. This defines |
11 newsgroup names that should only be used for server-local groups and | 13 newsgroup names that should only be used for server-local groups and |
12 server pseudo-groups (e.g. INN's to.*, cancel, cancel.*, junk). These | 14 server pseudo-groups (e.g. INN's to.*, cancel, cancel.*, junk). These |
16 Note these restrictions do not apply to local group names. | 18 Note these restrictions do not apply to local group names. |
17 * Fixed problem with article numbering if the overview file empties, | 19 * Fixed problem with article numbering if the overview file empties, |
18 e.g. due to all articles in a very low volume group expiring. This | 20 e.g. due to all articles in a very low volume group expiring. This |
19 would cause article numbers to be set back to 1 when a new article | 21 would cause article numbers to be set back to 1 when a new article |
20 arrives. | 22 arrives. |
21 * New groups now always start numbering at article 1. Previously article | |
22 numbering would start with the first held remote article number, in an | |
23 attempt to avoid newsreaders noticing if noffle is deleted and | |
24 reinstalled. Given Noffle may well not collect the first held article | |
25 anyway - it only will if the default number of articles to retrieve on | |
26 a first connect is big enough - and the fact that Noffle's pseudo | |
27 articles make it impossible to keep local article numbers in lock-step | |
28 with the server, there is the chance this scheme would just cause | |
29 readers to miss new articles. | |
30 * Record newsgroup posting status. Enforce it at posting time. | 23 * Record newsgroup posting status. Enforce it at posting time. |
31 Added --modify to change newsgroup descriptions for all groups and | 24 Added --modify to change newsgroup descriptions for all groups and |
32 posting status for local groups. | 25 posting status for local groups. |
33 * Added group deletion. | 26 * Added group deletion. |
34 * Added message cancellation - from command line or by control message. | 27 * Added message cancellation - from command line or by control message. |