Mercurial > noffle
annotate NEWS @ 500:614a3177b15c noffle tip
Add mail-from option.
Some modern mail systems will try and ensure the sender email is a legitimate
address. Which will fail if there isn't such an address.
| author | Jim Hague <jim.hague@acm.org> |
|---|---|
| date | Wed, 14 Aug 2013 12:04:39 +0100 |
| parents | d33568bb18ab |
| children |
| rev | line source |
|---|---|
| 108 | 1 Current development version: |
| 2 ---------------------------- | |
| 89 | 3 |
| 500 | 4 1.2.0-rc2 |
| 5 --------- | |
| 6 | |
| 7 * Add new 'mail-from' config item. | |
| 8 | |
|
484
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
9 1.2.0-rc1 |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
10 --------- |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
11 |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
12 * Add new '-U' option to undo the effects of reading an article (i.e. |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
13 downloading its body from upstream if not downloaded). |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
14 * Switch output from 'noffle --article all' from the previous ad-hoc |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
15 format to 'rnews' format. |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
16 * Should now build on MacOS. |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
17 * Add logging of filter matches. |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
18 * Usual quota of bug fixes. |
|
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
19 |
| 439 | 20 1.1.5 |
| 21 ----- | |
| 22 | |
| 23 * Lots of bug fixes. In particular online mode should work again. | |
|
484
d33568bb18ab
[svn] * Makefile.in,NEWS,README,aclocal.m4,configure,configure.in,
bears
parents:
439
diff
changeset
|
24 * Add config to specify whether a Reply-To should be generated when |
| 439 | 25 a message is posted. |
| 26 * Add 'auth' option to '--server' to switch on client authentication | |
| 27 if not normally enabled. | |
| 28 | |
|
299
94ac4c72baf7
[svn] * NEWS,configure,configure.in,packages/redhat/noffle.spec: Update for 1.1.4.
bears
parents:
297
diff
changeset
|
29 1.1.4 |
|
94ac4c72baf7
[svn] * NEWS,configure,configure.in,packages/redhat/noffle.spec: Update for 1.1.4.
bears
parents:
297
diff
changeset
|
30 ----- |
|
94ac4c72baf7
[svn] * NEWS,configure,configure.in,packages/redhat/noffle.spec: Update for 1.1.4.
bears
parents:
297
diff
changeset
|
31 |
|
94ac4c72baf7
[svn] * NEWS,configure,configure.in,packages/redhat/noffle.spec: Update for 1.1.4.
bears
parents:
297
diff
changeset
|
32 * Brown paper bag bug fix release. In many cases 1.1.3 won't authenticate |
|
94ac4c72baf7
[svn] * NEWS,configure,configure.in,packages/redhat/noffle.spec: Update for 1.1.4.
bears
parents:
297
diff
changeset
|
33 with upstream servers. |
|
94ac4c72baf7
[svn] * NEWS,configure,configure.in,packages/redhat/noffle.spec: Update for 1.1.4.
bears
parents:
297
diff
changeset
|
34 |
|
297
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
35 1.1.3 |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
36 ----- |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
37 |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
38 * Lots of bug fixes. |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
39 * Add optional authentication requirement for clients connecting to |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
40 a Noffle server. Depending on compile settings, authentication can |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
41 be via a plain text user/password file or via PAM. |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
42 * Noffle must now be installed 06755 and owned news.news. Most Noffle |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
43 commands can now only be issued by a news admin; basically, a user |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
44 who is root, news or in group news. Incorrect permissions on installation |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
45 will cause warnings to be logged. |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
46 * Add option to list message IDs of queued outgoing messages. |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
47 * Better article checking on post. |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
48 * Portability fixes. Noffle now compiles on a variety of |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
49 Unices and under Cygwin. |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
50 * More filter rules. |
|
4dc7dabd9318
[svn] * NEWS,configure.in,packages/redhat/noffle.spec: Update for 1.1.3.
bears
parents:
246
diff
changeset
|
51 |
|
246
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
52 1.1.2 |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
53 ----- |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
54 |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
55 * Online mode: fetch overviews in appropriate fetch mode for group, |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
56 fix bug with articles read not fetching full header info but just |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
57 showing overview info. |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
58 * RPM spec file updated for RH7. |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
59 * Remove more potential sources of corruption if disc fills. |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
60 * Memory leak and other minor bug fixes. |
|
6f3a55d18659
[svn] * aclocal.m4,configure.in,configure: Bump version to 1.1.2 & re-run
bears
parents:
225
diff
changeset
|
61 |
|
225
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
62 1.1.1 |
|
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
63 ----- |
|
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
64 |
|
219
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
bears
parents:
197
diff
changeset
|
65 * Spool directory and config file location now configurable. |
|
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
bears
parents:
197
diff
changeset
|
66 * post-status filter added. |
|
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
bears
parents:
197
diff
changeset
|
67 * Optional patterns to select groups for --fetch and --query. |
|
225
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
68 * Remove some potential causes of newsbase corruption in the event of |
|
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
69 disc fill/failure. |
|
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
70 * Always replace Message-ID headers in posted messages if improperly |
|
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
71 formatted. Change default on replace-messageid to 'no'. |
|
9fb4b7d7e64b
[svn] * docs/Makefile.in: Add testing.txt to documents.
bears
parents:
219
diff
changeset
|
72 * Optional pattern on noffle --fetch to specify a particular server. |
|
219
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
bears
parents:
197
diff
changeset
|
73 |
|
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
bears
parents:
197
diff
changeset
|
74 1.1 |
|
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
bears
parents:
197
diff
changeset
|
75 --- |
|
d9f314014f7a
[svn] * src/content.c: Remove spurious temporary files and add a closedir()
bears
parents:
197
diff
changeset
|
76 |
| 131 | 77 * Use LIST instead of LIST ACTIVE if possible to help work with old servers. |
| 78 * Article filtering: see noffle.conf(5) for details. | |
|
142
ffbb0497402c
[svn] Noffle no longer hangs if the connection breaks down during a fetch.
enz
parents:
133
diff
changeset
|
79 * Noffle no longer hangs if the connection breaks down during a fetch. |
| 148 | 80 * SENDMAILPROG is used instead of mail for returning failed postings. |
|
197
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
81 * Noffle will act as inews if invoked as inews. |
|
150
1c7303c71f66
[svn] * src/protocol.c: Fix bug in Prt_getLn if we should read a line
bears
parents:
148
diff
changeset
|
82 * Fetching and reading news can overlap, and generally blocking on the |
|
1c7303c71f66
[svn] * src/protocol.c: Fix bug in Prt_getLn if we should read a line
bears
parents:
148
diff
changeset
|
83 database lock reduced to a minimum. |
|
185
fed1334d766b
[svn] * src/client.c: Change variable only used on constant to 'const'.
bears
parents:
150
diff
changeset
|
84 * Select debug logging via noffle.conf. Logging is always compiled |
|
fed1334d766b
[svn] * src/client.c: Change variable only used on constant to 'const'.
bears
parents:
150
diff
changeset
|
85 in, so reduce debug options to build with/without debugging info. |
|
197
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
86 * Output of list groups commands is no longer sorted |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
87 for avoiding problems with calls to external sort command |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
88 and for speeding up response time. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
89 The group list is sorted by most clients anyway. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
90 * Observe Expires: and Supersedes: headers. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
91 * Added '--post' command line option. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
92 * Add 'path-header' and Path: addition to posted articles. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
93 * Rename 'auto-subscribe-mode' to 'default-auto-subscribe-mode' and |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
94 add new 'auto-subscribe-mode <group pattern> <mode>' option. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
95 * Add getgroups and omitgroups options. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
96 * Add From: and Organization: headers on posting if not present. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
97 |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
98 1.0.1: |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
99 ------ |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
100 |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
101 * Released on 15 Jun 2001 |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
102 * Fixed bug that broke authentication if the server required it at |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
103 connect time. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
104 * Fix bug that made Noffle to get server responses to wrong commands, |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
105 after a read timeout occurred and could lead to mixed up group |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
106 contents and messages. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
107 * minor optimizations and fixes |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
108 |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
109 1.0: |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
110 ---- |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
111 |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
112 * Released on 27 Jan 2001. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
113 * In the 1.0pre8 release, debug logging was enabled in the standard |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
114 settings, which slowed down Noffle considerably. it is disabled by |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
115 default now. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
116 |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
117 1.0pre8: |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
118 -------- |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
119 |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
120 * Noffle no longer hangs if the connection breaks down during a fetch. |
|
24d4cd032da5
[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c,
bears
parents:
185
diff
changeset
|
121 * SENDMAILPROG is used instead of mail for returning failed postings. |
| 133 | 122 |
| 123 1.0pre7: | |
| 124 -------- | |
| 125 | |
| 126 * Fixed a bug that caused noffle to hang with some readers (like tin/Gnus). | |
| 127 | 127 * Fix bug with time of last server access for setups with multiple servers. |
| 128 You must re-run 'noffle --query groups'. | |
| 129 * Remove '--query times'. | |
| 130 * Fix date printing bug. Now works in all(?) timezones. | |
| 131 * Fix bug with 'XHDR <msgId>'. Add 'XPAT <msgId>'. | |
|
116
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
bears
parents:
108
diff
changeset
|
132 * Allow post to local moderated group if 'Approved:' header present. |
| 89 | 133 |
|
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
134 1.0pre6 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
135 ------- |
| 108 | 136 11 June 2000 |
|
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
137 |
| 108 | 138 * added ./configure-option '--enable-debug=[no/min/yes]' |
| 139 * Add 'info-always-unread' option. | |
| 49 | 140 * Add support for XOVER with no argument. Also XHDR with message ID |
| 141 argument and XHDR when 'xref' requested (trn needs this). | |
|
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
142 * Forget cached group info when group database closed. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
143 * Added list of 'forbidden' newsgroup specs., as defined in draft IETF |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
144 Newsgroup Format (C.Lindsey), tracked to replace RFC1036. This defines |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
145 newsgroup names that should only be used for server-local groups and |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
146 server pseudo-groups (e.g. INN's to.*, cancel, cancel.*, junk). These |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
147 are now intercepted when querying server groups and ignored. Group names |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
148 omitted are any single component names, any 'control.*', 'to' or |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
149 'to.*',and any with a component 'all' or 'ctl'. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
150 Note these restrictions do not apply to local group names. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
151 * Fixed problem with article numbering if the overview file empties, |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
152 e.g. due to all articles in a very low volume group expiring. This |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
153 would cause article numbers to be set back to 1 when a new article |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
154 arrives. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
155 * Record newsgroup posting status. Enforce it at posting time. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
156 Added --modify to change newsgroup descriptions for all groups and |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
157 posting status for local groups. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
158 * Added group deletion. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
159 * Added message cancellation - from command line or by control message. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
160 Note command line only cancels locally - it can't be used to cancel a |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
161 message that has already gone offsite. A control messages cancels |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
162 locally if possible; it is only propaged offsite if the target is in a |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
163 non-local group and has itself already gone offsite. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
164 * Added wildmat code taken from INN - ensure Noffle wildcarding is |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
165 exactly to spec. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
166 * Added group-specific expire times. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
167 * Noffle now sends a "MODE READER" command after connecting to the |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
168 remote server. INN needs this before it will permit POST. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
169 * added support for local groups |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
170 * new command line options --create and --cancel |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
171 * Changed output of 'noffle -a all' to standard mailbox format, |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
172 so that tools like grepmail work. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
173 * documentation updates |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
174 * NOFFLE now uses the autoconf/automake build-system |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
175 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
176 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
177 0.16 - 1.0pre6pre |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
178 ----------------- |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
179 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
180 * See ChangeLog |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
181 |
