Mercurial > noffle
annotate ChangeLog @ 111:6f681d41734c noffle
[svn] path-header added.
| author | bears |
|---|---|
| date | Sat, 24 Jun 2000 21:28:01 +0100 |
| parents | 2bedacfe1ba7 |
| children | 0a12fc56db30 |
| 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 ChangeLog |
|
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 |
| 109 | 5 Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org> |
| 6 | |
| 7 * src/util.c, src/database.c: Fix header line reading bug. | |
| 8 | |
| 108 | 9 Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org> |
| 10 | |
| 11 * src/configfile.h, src/configfile.c, src/database.c: Redo config | |
| 12 expires routines to remove enumerator and replace with routine to | |
| 13 obtain expire time for specified group. | |
| 14 * src/configfile.h, src/configfile.c, src/server.c, noffle.conf.example, | |
| 15 docs/noffle.conf.5: Change 'auto-subscribe-mode' to | |
| 16 'default-auto-subscribe-mode' and add | |
| 17 'auto-subscribe-mode <grp pattern> <mode>'. For the moment, | |
| 18 spot old usage of 'auto-subscribe-mode' and interpret it as | |
| 19 'default-auto-subscribe-mode'. | |
| 20 * src/client.c: Rename variable to remove compiler warning. | |
| 21 | |
| 22 Sat Jun 11 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
| 23 | |
| 24 * Prepare for version 1.0pre6 | |
| 25 * configure.in: Removed warning options for warnings that are | |
| 26 unavoidable with libgdbm | |
| 27 | |
| 102 | 28 Mon Jun 5 09:46:30 BST 2000 Jim Hague <jim.hague@acm.org> |
| 29 | |
| 30 * src/client.c, src/fetch.c, src/group.c, src/group.h, src/noffle.c: | |
| 108 | 31 Don't track remote message number read unless subscribed to a group. |
| 32 This stops 'Missing articles' pseudos being generated when you join | |
| 33 a group some time after doing the 'noffle --query groups' that first | |
| 34 found the group, or if you resubscribe a while after unsubscribing. | |
| 35 They will still be generated if articles are missed when a group is | |
| 36 subscribed, in which case the pseudo message is entirely applicable. | |
| 37 | |
| 38 Sat Jun 03 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
| 39 | |
| 40 * docs/NOTES: removed the whole section about the mail2news gateway. | |
| 41 It doesn't really work, because procmail forks for each mail and | |
| 42 changing the posting allowed status is not atomic. | |
| 43 | |
| 44 Thu Jun 01 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
| 45 | |
| 46 * docs/NOTES: Added section about "replace-messageid" option in | |
| 47 the Mail-News-Gateway chapter. | |
| 48 | |
| 49 Mon May 29 19:12:47 BST 2000 Jim Hague <jim.hague@acm.org> | |
| 50 | |
| 51 * src/client.c: Fix spelling mistake in comment. | |
| 52 * docs/noffle.1: Add a little bit more to the description of --online. | |
| 102 | 53 |
|
101
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
54 Mon May 29 18:28:25 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
55 |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
56 * configure, configure.in: Changed the --enable-debug option of configure. |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
57 It now accepts the parameters 'no', 'min' and 'yes', i.e. no compiler- |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
58 warnings, minimum compiler-warnings and maximum compiler-warnings. |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
59 Default is 'min'. Stable releases should have 'no' as default, IHMO. |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
60 |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
61 * NEWS: Update. |
|
ce8191c38f44
[svn] * configure, configure.in: Changed the --enable-debug option of configure.
uh1763
parents:
100
diff
changeset
|
62 |
| 108 | 63 Fri May 26 11:38:27 BST 2000 Jim Hague <jim.hague@acm.org> |
| 64 | |
| 65 * docs/NOTES: Added notes on knode. | |
| 66 * src/client.c: Corrected comment. | |
| 67 | |
| 100 | 68 Thu May 25 22:03:56 BST 2000 Jim Hague <jim.hague@acm.org> |
| 69 | |
| 70 * src/post.c: Fixed stupid bug in article checking code where a | |
| 71 correctly formatted Date: line would have the "Date: " removed | |
| 72 before writing the outgoing file. Remote servers, not unnaturally, | |
| 73 get upset about this. Mea culpa :-( | |
| 74 | |
|
99
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
97
diff
changeset
|
75 Sat May 20 22:10:48 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
97
diff
changeset
|
76 |
|
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
97
diff
changeset
|
77 * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so |
|
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
97
diff
changeset
|
78 that it is included in the distribution by 'make distcheck'. |
|
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
97
diff
changeset
|
79 |
|
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
97
diff
changeset
|
80 * docs/NOTES: Added info about pan versions 0.7.6 and 0.8 |
|
651334f85995
[svn] * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
uh1763
parents:
97
diff
changeset
|
81 |
| 100 | 82 Sat May 20 11:46:54 BST 2000 Jim Hague <jim.hague@acm.org> |
| 83 | |
| 84 * src/client.c: Closer perusal of Son Of RFC1036 reveals that | |
| 85 Supersedes: can have multiple message IDs. Do this. | |
| 86 | |
| 108 | 87 Sat May 20 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
| 88 * src/noffle.c: always enable generation of core files. | |
| 89 | |
| 97 | 90 Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> |
| 91 | |
| 92 * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: | |
| 93 Redo Utl_rfc822Date to not use strftime - this was potentially | |
| 94 wrong as it would only generate a conformant date string in | |
| 95 English locales - and rename to Utl_newsDate because the date format | |
| 96 is actually a subset of RFC822 - see Son Of RFC1036. Also add | |
| 97 Utl_parseNewsDate, ensure the date on posted articles is conformant | |
| 98 and replace if not, and implement observance of Expires: headers. | |
| 99 * src/client.c: Observe Supersedes: headers on incoming articles. | |
| 100 * src/content.c: Ensure if last article(s) in group are cancelled that | |
| 101 article numbers aren't re-used. | |
| 102 * docs/INTERNALS: Move INTERNALS to docs/. | |
| 103 | |
| 104 Thu May 18 13:22:36 BST 2000 Jim Hague <jim.hague@acm.org> | |
| 105 | |
| 106 * Recognise explicit posting statuses of 'y', 'n' and 'the rest'. | |
| 107 The latest IETF draft says you can have other statuses apart from | |
| 108 'm' (moderated group), and these should probably be treated in the | |
| 109 same way as 'm', i.e. forwarded to the external server to worry | |
| 110 about. | |
| 111 | |
| 89 | 112 Wed May 17 21:19:19 BST 2000 Jim Hague <jim.hague@acm.org> |
| 113 | |
| 114 * src/configfile.h, src/configfile.c, src/post.h, src/post.c, | |
| 115 src/noffle.c, src/server.c, docs/noffle.1, docs/noffle.conf.5: | |
| 116 Moved all article posting code into post.[hc], removed | |
| 117 'remove-messageid' option, added '--post' to noffle command line. | |
| 118 Added 'post-locally' option. docs/NOTES still needs updating. | |
| 119 Needs more testing too. | |
| 120 | |
|
84
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
enz
parents:
83
diff
changeset
|
121 Wed May 17 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
|
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
enz
parents:
83
diff
changeset
|
122 |
|
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
enz
parents:
83
diff
changeset
|
123 * README: Clean-up and update. |
|
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
enz
parents:
83
diff
changeset
|
124 * docs/noffle.conf.5, src/configfile.h, src/server.c: |
|
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
enz
parents:
83
diff
changeset
|
125 Disabled remove-msgid option. |
|
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
enz
parents:
83
diff
changeset
|
126 |
| 89 | 127 Mon May 15 11:21:28 BST 2000 Jim Hague <jim.hague@acm.org> |
| 128 | |
| 129 * src/configfile.h, src/configfile.c, src/client.c, docs/noffle.conf.5: | |
| 130 Added getgroups and omitgroups options. | |
| 131 | |
| 83 | 132 Sun May 14 16:51:24 BST 2000 Jim Hague <jim.hague@acm.org> |
| 133 | |
| 134 * docs/NOTES: Added notes on trn, xrn and knews. | |
| 135 * src/configfile.h, src.configfile.c, src/server.c, docs/noffle.conf.5: | |
| 136 Increment the article number of the gen info article in groups that | |
| 137 are not auto-subscribed each time the gen info article is read. The gen | |
| 138 info article thus remains unread at the start of every newsreading | |
| 139 session. This behaviour can be disabled by setting new config | |
| 140 setting 'info-always-unread' to 'no'. Default is 'yes'. This (I hope) | |
| 141 restores Markus's preferred behaviour. | |
| 142 * INTERNALS: Added file with some rough jottings on the internals of Noffle. | |
| 143 A work in (probably sporadic) progress. | |
| 144 | |
| 78 | 145 Sun May 14 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
| 146 | |
| 147 * src/fetch.c: Did some refactoring. | |
| 148 | |
| 76 | 149 Sat May 13 15:09:01 BST 2000 Jim Hague <jim.hague@acm.org> |
| 150 | |
| 151 * src/itemlist.c: Fixed stupid, Stupid, STUPID bug in Itl_next(). | |
| 83 | 152 Redid itemlist code slightly to remove need to keep separators |
| 153 string, at the cost of making it impossible to use '\1' as a | |
| 154 separator. I don't think this will be a problem. | |
| 76 | 155 * src/log.h, src/log.c, src/over.h, src/over.c: Adjusted consting |
| 156 in Log_init and new_Over to remove compiler warnings. | |
| 157 * src/portable.h, src/server.c, src/client.c: Introduced UNUSED(x) | |
| 158 macro to indicate deliberately unused function parameters and | |
| 159 remove warnings. | |
| 160 * src/content.c: Preserve gen info in Cont_write() provided it is | |
| 161 followed by an article with the next number. Stops gen info article | |
| 162 vanishing instantly on reading when auto-subscribe is on, which | |
| 163 was sort-of confusing for users (why can't I read that again?) | |
| 164 and caused xrn to complain the NNTP server was broken. | |
| 165 | |
|
68
f76e8586fab6
[svn] src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.
enz
parents:
66
diff
changeset
|
166 Sat May 13 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
|
f76e8586fab6
[svn] src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.
enz
parents:
66
diff
changeset
|
167 |
|
f76e8586fab6
[svn] src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.
enz
parents:
66
diff
changeset
|
168 * src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output. |
|
70
38c86048fe2e
[svn] src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and
enz
parents:
68
diff
changeset
|
169 * src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and |
|
38c86048fe2e
[svn] src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and
enz
parents:
68
diff
changeset
|
170 checked with assertions. Return value is time_t and must be checked |
|
38c86048fe2e
[svn] src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and
enz
parents:
68
diff
changeset
|
171 for (time_t)-1. |
|
38c86048fe2e
[svn] src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and
enz
parents:
68
diff
changeset
|
172 |
|
66
40a7493238e8
[svn] * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
uh1763
parents:
65
diff
changeset
|
173 Sat May 13 06:20:01 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
40a7493238e8
[svn] * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
uh1763
parents:
65
diff
changeset
|
174 |
|
40a7493238e8
[svn] * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
uh1763
parents:
65
diff
changeset
|
175 * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources. |
|
40a7493238e8
[svn] * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
uh1763
parents:
65
diff
changeset
|
176 I forgot this in my last commit. Sorry. |
|
40a7493238e8
[svn] * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
uh1763
parents:
65
diff
changeset
|
177 |
| 60 | 178 Fri May 12 2000 Markus Enzenberger <markus.enzenberger@t-online.de> |
|
56
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
179 |
|
57
84e32c84666b
[svn] add some intermediate variables for easier debugging
enz
parents:
56
diff
changeset
|
180 * src/client.c: add some intermediate variables for easier debugging |
|
84e32c84666b
[svn] add some intermediate variables for easier debugging
enz
parents:
56
diff
changeset
|
181 in needsMark(). It seems that thread mode is sometimes not working. |
| 60 | 182 * src/client.c, src/content.c, src/dynamicstring.h, src/dynamicstring.c, |
| 183 src/util.h, src/util.c, src/protocol.c: | |
| 184 Changed some variable types and used some casts to avoid compiler | |
| 185 warnings about signedness. In general, int should be used for parameters | |
| 186 for allowing a signedness assertion in the function. | |
| 187 (see J.Lakos: Large-Scale C++ Software Design, section 9.2). | |
|
61
adf0af5152f7
[svn] Renamed some variables and function names, because they caused compiler
enz
parents:
60
diff
changeset
|
188 * src/client.c, src/database.c, src/database.h, src/fetch.c, src/fetchlist.c, |
|
adf0af5152f7
[svn] Renamed some variables and function names, because they caused compiler
enz
parents:
60
diff
changeset
|
189 src/fetchlist.h, src/group.c, src/group.h, src/noffle.c, src/server.c |
|
adf0af5152f7
[svn] Renamed some variables and function names, because they caused compiler
enz
parents:
60
diff
changeset
|
190 src/server.h: |
|
adf0af5152f7
[svn] Renamed some variables and function names, because they caused compiler
enz
parents:
60
diff
changeset
|
191 Renamed some variables, because they caused compiler warnings because |
|
adf0af5152f7
[svn] Renamed some variables and function names, because they caused compiler
enz
parents:
60
diff
changeset
|
192 of shadowing global variables from system include files |
|
adf0af5152f7
[svn] Renamed some variables and function names, because they caused compiler
enz
parents:
60
diff
changeset
|
193 (index, stat, serv). |
| 63 | 194 * src/fetchlist.c: |
| 195 Avoid compiler warning because of cast from const to non-const. | |
| 65 | 196 * src/post.c, src/server.c: |
| 197 Avoid compiler warnings about incomplete initializer blocks. | |
|
57
84e32c84666b
[svn] add some intermediate variables for easier debugging
enz
parents:
56
diff
changeset
|
198 |
|
56
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
199 Fri May 12 10:19:56 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
200 |
|
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
201 * configure, configure.in: Only add all those compiler-switches |
|
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
202 like -ansi, -pedantic etc. if we use gcc. Other c-compilers are unlikely |
|
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
203 to have those switches. |
|
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
204 |
|
688bd51704e0
[svn] * configure, configure.in: Only add all those compiler-switches
uh1763
parents:
55
diff
changeset
|
205 |
|
54
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
206 Wed May 10 00:25:44 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
207 |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
208 * src/client.c, src/configfile.c, src/content.c, src/control.c, |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
209 src/database.c, src/dynamicstring.c, src/fetch.c, src/fetchlist.c, |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
210 src/group.c, src/itemlist.c, src/lock.c, src/log.c, src/noffle.c, |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
211 src/online.c, src/outgoing.c, src/over.c, src/post.c, src/protocol.c, |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
212 src/pseudo.c, src/request.c, src/server.c, src/util.c: |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
213 Added portable.h #include. |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
214 |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
215 * src/client.h, src/database.h, src/fetch.c, src/group.h, src/lock.c, |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
216 src/outgoing.c, src/over.c, src/over.h, src/pseudo.c, src/server.c, |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
217 src/util.c, src/util.h: Added some #ifdefs to correctly include either |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
218 time.h or sys/time.h or both, depending on which are found. |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
219 |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
220 * src/noffle.c: Changed the return-type of the signal-handlers bugReport() |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
221 and logSignal() to RETSIGTYPE, which is either void or int, depending on |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
222 the system you compile on (autoconf #defines the RETSIGTYPE). |
|
125d79c9e586
[svn] * src/client.c, src/configfile.c, src/content.c, src/control.c,
uh1763
parents:
49
diff
changeset
|
223 |
| 55 | 224 * src/portable.h: Added file. This #defines some macros, so the code uses |
| 225 __snprintf() and __vsnprintf if snprintf and vsnprintf aren't available. | |
| 226 This is the case on SunOS, for example. | |
| 227 | |
|
43
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
228 |
| 49 | 229 Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> |
| 230 | |
| 231 * src/server.c: Changed XOVER with no arg. to return info for current | |
| 232 article, not error. | |
| 233 | |
| 234 * src/server.c, src/content.h, src/content.c: XHDR - added 'xref' to | |
| 235 headers recognised to keep trn happy, and recognise message ID argument. | |
| 236 | |
| 237 * src/server.c, src/content.c: Ensure first/last from LIST ACTIVE and | |
| 238 GROUP agree (trn uses former). Tricky with pseudo gen info articles | |
| 239 around. Presence of these now only recorded in content and not | |
| 240 reflected in group first/last until proper article posted after | |
| 241 pseudo. | |
| 242 | |
| 243 * src/client.c, NEWS: Reinstated starting article numbering from first | |
| 244 article number on server. Reasoning below is wrong except in exceptional | |
| 245 circumstances (e.g. join group, auto-subscribe, manual unsubscribe, | |
| 246 auto subscribe again, etc. to get > 2 Noffle info messages in group. | |
| 247 Bring reader up to date, remove & reinstall Noffle. Join group, | |
| 248 autosubscribe after more news arrives at server, reader thinks it has read | |
| 249 n articles it hasn't, where n is number of Noffle info messages in | |
| 250 group first time round - 2). Feature is generally useful, esp. in | |
| 251 development, so back in it goes. | |
| 252 | |
| 253 * src/group.c: Forget cached group info when group database closed. | |
| 254 | |
| 255 | |
|
45
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
256 Sat May 6 01:31:04 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
257 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
258 * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in: |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
259 Added checks for the mail and sort programs. ./configure will abort if |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
260 they're not found. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
261 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
262 * README: Removed the paragraph about news client software, as it's the same |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
263 as the one in docs/NOTES. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
264 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
265 * TODO: Removed 'expiring by groups' and |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
266 'move some text from noffle.1 to noffle.conf.5'. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
267 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
268 * docs/NOTES: Changed the text about -DDEBUG to explain one should use |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
269 './configure --enable-debug'. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
270 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
271 * docs/noffle.1, docs/noffle.conf.5: Minor fixes. Added myself and Jim Hague |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
272 to the AUTHORS section :-) |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
273 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
274 * src/client.h, src/common.h, src/configfile.h, src/content.c, src/content.h, |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
275 src/control.c, src/control.h, src/database.h, src/dynamicstring.c, |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
276 src/dynamicstring.h, src/fetch.h, src/fetchlist.h, src/group.h, |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
277 src/itemlist.c, src/itemlist.h, src/lock.h, src/log.c, src/log.h, |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
278 src/noffle.c, src/online.h, src/outgoing.h, src/over.c, src/over.h, |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
279 src/post.h, src/protocol.h, src/pseudo.h, src/request.h, src/server.h, |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
280 src/util.c, src/util.h: Added the <config.h> include. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
281 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
282 * src/content.c: Added missing include "content.h". Added a missing 'void' |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
283 in the declaration of clearCont(). |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
284 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
285 * src/fetchlist.c: Casted fetchlist.size to (size_t) in a call to qsort(), |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
286 as qsort() expects a size_t. This removes a warning. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
287 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
288 * src/noffle.c: Made doRequested() static. Added missing void to |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
289 enableCorefiles(). |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
290 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
291 * src/log.c, src/protocol.c, src/online.c, src/pseudo.c: Added missing |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
292 includes. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
293 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
294 * src/pseudo.c: Made genOv() and genPseudo() static. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
295 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
296 * src/server.c: Added missing void to postArts(). Made touchArticle() static. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
297 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
298 * src/util.c: Casted arguments of malloc() and memcpy() to size_t. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
299 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
300 * src/dynamicstring.c, src/itemlist.c, src/over.c, src/request.c, src/util.c: |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
301 Removed casting of the result of malloc(). This is not necessary and |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
302 can hide a missing include of <stdlib.h>. |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
303 |
|
32ba1198c6fa
[svn] * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
uh1763
parents:
43
diff
changeset
|
304 |
|
43
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
305 Fri May 5 23:39:52 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
306 |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
307 * client.c, client.h, common.h, config.c, config.h, content.c, content.h, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
308 control.c, control.h, database.c, database.h, dynamicstring.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
309 dynamicstring.h, fetch.c, fetch.h, fetchlist.c, fetchlist.h, group.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
310 group.h, itemlist.c, itemlist.h, lock.c, lock.h, log.c, log.h, noffle.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
311 online.c, online.h, outgoing.c, outgoing.h, over.c, over.h, post.c, post.h, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
312 protocol.c, protocol.h, pseudo.c, pseudo.h, request.c, request.h, server.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
313 server.h, util.c, util.h, wildmat.c, wildmat.h: Moved files to the |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
314 subdirectory src/ |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
315 |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
316 * Makefile.am, acconfig.h, configure.in, docs/Makefile.am, src/Makefile.am, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
317 Makefile.in, aclocal.m4, config.h.in, configure, install-sh, missing, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
318 mkinstalldirs, stamp-h.in, docs/Makefile.in, src/Makefile.in: Added files. |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
319 They are used by aclocal, autoheader, autoconf and automake. |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
320 |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
321 * src/config.c, src/config.h: Renamed to configfile.c and configfile.h, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
322 because configure will generate a config.h file itself. |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
323 |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
324 * src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
325 src/group.c, src/lock.c, src/noffle.c, src/online.c, src/outgoing.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
326 src/over.c, src/pseudo.c, src/request.c, src/server.c, src/util.c: |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
327 Changed '#include "config.h"' to '#include "configfile.h"'. |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
328 |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
329 * src/client.c, src/content.c, src/database.c, src/fetch.c, src/fetchlist.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
330 src/group.c, src/lock.c, src/online.c, src/outgoing.c, src/post.c, |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
331 src/protocol.c, src/request.c, src/server.c: Files now #include <config.h>. |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
332 Added missing <stdio.h>. This removes the warnings about snprintf() not |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
333 being declared. |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
334 |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
335 * Makefile: Removed. This is now generated by configure. |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
336 |
|
2842f50feb55
[svn] * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
uh1763
parents:
42
diff
changeset
|
337 |
|
42
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
338 Fri May 5 22:24:37 CEST 2000 Uwe Hermann <uh1763@bingo-ev.de> |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
339 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
340 * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html, |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
341 NOTES.html, INSTALL.html: Removed files. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
342 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
343 * AUTHORS, COPYING, ChangeLog, README, INSTALL, NEWS, docs/FAQ, docs/NOTES: |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
344 Added files. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
345 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
346 * TODO.TXT: Renamed to TODO. Slightly changed formatting. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
347 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
348 * README: Reformatted the file. Added info about CVS. Added a pointer to |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
349 the file INSTALL. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
350 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
351 * noffle.1, noffle.conf.5: Moved to docs/ |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
352 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
353 * LSM.TXT: Moved to docs/noffle.lsm. Small fix. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
354 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
355 * INSTALL: Adapted to autoconf build-system. A few minor fixes. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
356 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
357 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
358 ------------------------------------------------------------------------------- |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
359 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
360 1.0pre6pre |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
361 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
362 * Forget cached group info when group database closed. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
363 * 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
|
364 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
|
365 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
|
366 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
|
367 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
|
368 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
|
369 '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
|
370 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
|
371 * 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
|
372 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
|
373 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
|
374 arrives. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
375 * Changed %i to %d in sscanfs everywhere. INN often (as it is entitled |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
376 to do) has leading zeros on numbers. %i interprets these as octal |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
377 numbers. Also changed %i to %d in printfs, for no good reason. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
378 * New groups now always start numbering at article 1. Previously article |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
379 numbering would start with the first held remote article number, in an |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
380 attempt to avoid newsreaders noticing if noffle is deleted and |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
381 reinstalled. Given Noffle may well not collect the first held article |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
382 anyway - it only will if the default number of articles to retrieve on |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
383 a first connect is big enough - and the fact that Noffle's pseudo |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
384 articles make it impossible to keep local article numbers in lock-step |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
385 with the server, there is the chance this scheme would just cause |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
386 readers to miss new articles. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
387 * 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
|
388 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
|
389 posting status for local groups. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
390 * Added group deletion. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
391 * 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
|
392 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
|
393 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
|
394 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
|
395 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
|
396 * 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
|
397 exactly to spec. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
398 * Added group-specific expire times. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
399 * 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
|
400 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
|
401 * Applied patch from Jim Hague: support for local groups / new command |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
402 line options --create and --cancel. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
403 * 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
|
404 so that tools like grepmail work. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
405 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
406 Version 1.0pre5 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
407 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
408 * Core files are always enabled when running as server and debugging |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
409 symbols are always in the executable. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
410 * Use GDBM_FAST flag for hash files. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
411 * Fixed a bug in online mode with servers that need authentication. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
412 * Minor changes and improvements |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
413 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
414 Version 1.0pre4 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
415 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
416 * Fixed a bug that broke cross-posting of articles |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
417 * Fixed a bug that truncated headers of posted articles. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
418 * Long overview header lines are now split into multiple lines in |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
419 response to HEAD or ARTICLE commands. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
420 * Fixed a bug that caused a crash sometimes when updating the |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
421 requested article list after releasing/regetting the global lock |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
422 * Server is now allowed to generate core files on crash (in spool |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
423 directory) if compiled with -DDEBUG option |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
424 * Opening an article additionally marks all references as |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
425 interesting, so more articles are fetched in thread mode, if one |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
426 article of a thread was opened. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
427 * New config option "connect-timeout" |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
428 * Minor improvements and bug-fixes |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
429 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
430 Version 1.0pre3 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
431 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
432 * Added XPAT command. Not full syntax, but enough for making slrn's |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
433 thread reconstruction work |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
434 * Storing of requested message-ids completely rewritten (thanks to |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
435 Volker Wysk for the patch). Much more efficient now. Bug removed |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
436 that broke requesting articles with message-IDs containing a |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
437 slash. Added --requested option. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
438 * When fetching requested articles, do not send more than 20 ARTICLE |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
439 commands at once, before parsing the server response. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
440 * Minor bug fixes and improvements. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
441 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
442 Version 1.0pre2 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
443 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
444 * Added RPM_BUILD_ROOT variable to Makefile (useful for creating RPM |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
445 source packages) |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
446 * Removed terrible bug that truncated article body after releasing |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
447 and re-getting global lock |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
448 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
449 Version 1.0pre1 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
450 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
451 * needs complete re-installing, some formats have changed |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
452 * Support for multiple remote servers |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
453 * Faster download when fetching news, because articles are prepared |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
454 in database while parsing response to XOVER and all ARTICLE |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
455 commands are sent at once |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
456 * Bug removed that made authetication only work with lower-case |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
457 passwords |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
458 * Other small bug fixes and improvements |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
459 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
460 Version 0.19 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
461 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
462 * Fix broken full mode |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
463 * Fix cutting of articles after line beginning with '.' |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
464 * Other bug fixes |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
465 * LIST commands can have pattern argument now |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
466 * initial-fetch option removed (same as max-fetch now) |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
467 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
468 Version 0.18 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
469 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
470 * needs complete re-installing, most file format have changed |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
471 * Group database uses gdbm, databases moved to |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
472 /var/spool/noffle/data |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
473 * Most config options changed their names, some do not longer exists |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
474 * New fetch mode "thread" added |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
475 * Different --fetch invocations replaced by single option |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
476 * Meaning of "--database" option changed, "--article" option added |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
477 * Failed postings are now returned to sender by "mail" command |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
478 * Expire uses last access time |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
479 * Auto-subscribe option only subscribes groups now, if an article |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
480 body is opened (no longer if group is selected). |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
481 * Improve posting at German T-Online provider: rename X-Sender |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
482 header, Reply-To header is added, if missing (T-Online overwrites |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
483 From headers), allow to remove Message-ID as a config option. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
484 * Doc files are now copied to $(PREFIX)/doc/noffle |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
485 * Y2K compliance of NEWGROUPS command |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
486 * Various bug fixes (thanks to all users helping with bug reports) |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
487 * Various changes for tuning and improvement |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
488 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
489 Version 0.17 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
490 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
491 * Bug removed that caused NOFFLE to exceed the allowed maximum number of |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
492 open files on longer sessions. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
493 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
494 Version 0.16 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
495 |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
496 * Noffle generates Message-ID if a message received for posting has none. |
|
2467ff423c15
[svn] * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
uh1763
parents:
diff
changeset
|
497 |
