Mercurial > noffle
annotate ChangeLog @ 178:bed46fc935df noffle
[svn] configure.in,configure: changed version to 1.1-unstable-develop
| author | enz | 
|---|---|
| date | Tue, 01 May 2001 19:14:08 +0100 | 
| parents | 1fe998b7a1ca | 
| children | f973675760dc | 
| rev | line source | 
|---|---|
| 
174
 
bcb7532aae38
[svn] src/server.c: do not search all groups if group does not
 
enz 
parents: 
171 
diff
changeset
 | 
1 Tue May 01 2001 Markus Enzenberger <me@markus-enzenberger.de> | 
| 
 
bcb7532aae38
[svn] src/server.c: do not search all groups if group does not
 
enz 
parents: 
171 
diff
changeset
 | 
2 | 
| 
 
bcb7532aae38
[svn] src/server.c: do not search all groups if group does not
 
enz 
parents: 
171 
diff
changeset
 | 
3 * src/server.c: do not search all groups if group does not | 
| 
 
bcb7532aae38
[svn] src/server.c: do not search all groups if group does not
 
enz 
parents: 
171 
diff
changeset
 | 
4 exist and contains no wildcards | 
| 176 | 5 * AUTHORS: update my email address | 
| 
178
 
bed46fc935df
[svn] configure.in,configure: changed version to 1.1-unstable-develop
 
enz 
parents: 
176 
diff
changeset
 | 
6 * configure.in,configure: changed version to 1.1-unstable-develop | 
| 
 
bed46fc935df
[svn] configure.in,configure: changed version to 1.1-unstable-develop
 
enz 
parents: 
176 
diff
changeset
 | 
7 | 
| 
171
 
27ef8eaa254d
[svn] src/client.c: Fix bug. Server name was not yet initialized
 
enz 
parents: 
169 
diff
changeset
 | 
8 Tue Mar 13 2001 Markus Enzenberger <me@markus-enzenberger.de> | 
| 
 
27ef8eaa254d
[svn] src/client.c: Fix bug. Server name was not yet initialized
 
enz 
parents: 
169 
diff
changeset
 | 
9 | 
| 
 
27ef8eaa254d
[svn] src/client.c: Fix bug. Server name was not yet initialized
 
enz 
parents: 
169 
diff
changeset
 | 
10 * src/client.c: Fix bug. Server name was not yet initialized | 
| 
 
27ef8eaa254d
[svn] src/client.c: Fix bug. Server name was not yet initialized
 
enz 
parents: 
169 
diff
changeset
 | 
11 if server required authentication at connect time. | 
| 
 
27ef8eaa254d
[svn] src/client.c: Fix bug. Server name was not yet initialized
 
enz 
parents: 
169 
diff
changeset
 | 
12 | 
| 169 | 13 Wed Feb 28 2001 Markus Enzenberger <me@markus-enzenberger.de> | 
| 14 | |
| 15 * src/database.c: fix missing argument to snprintf | |
| 16 | |
| 168 | 17 Sun Feb 26 2001 Matija Nalis <mnalis-sf@voyager.hr> | 
| 18 | |
| 19 * fix for small glitches in options parting in src/noffle.c | |
| 20 | |
| 
167
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
21 Sun Feb 25 2001 Jim Hague <jim.hague@acm.org> | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
22 | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
23 * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re: | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
24 need to do a Cont_write on Lock_closeDatabases in case of unwritten | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
25 content changes when releasing the lock. Update content to keep dirty | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
26 flag and avoid unnecessary writes, and lock to signal server to re-read | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
27 its group content info after the lock is released. Do NOT write content | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
28 info on Lock_close if dirty, as the placeholder article in unsubscribed | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
29 groups is currently done by adding it to the content when joining the | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
30 group and deliberately not saving it unless another content modification | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
31 takes place and thus causes the content to be saved. | 
| 
 
7ba337dafb2c
[svn]  * TODO,content.c,lock.c,server.c,server.h: Remove bug notice re:
 
bears 
parents: 
165 
diff
changeset
 | 
32 | 
| 
165
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
33 Thu Jan 25 2001 Jim Hague <jim.hague@acm.org> | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
34 | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
35 * src/client.c,src/protocol.c,src/util.h,src/util.c: Common up | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
36 repeated signal handler setting code into Utl_installSignalHandler. | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
37 * src/client.c: Ensure Client_retrieveArt always exits with the global | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
38 lock held. Previously it would be held on error, not held if OK. | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
39 * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
40 the lock and close the databases if (a) another process signals us | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
41 SIGUSR1 indicating it wants the lock, or (b) it is explicitly requested by | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
42 a call to new function Lock_syncDatabases(). When waiting for the lock, | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
43 SIGUSR1 the holding process every second. This is all an attempt to | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
44 minimise the number of times we need to close and open the database. | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
45 When (ha!) the database is replaced by something that can handle | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
46 multiple simultaneous writers (with appropriate locking) this won't | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
47 be necessary. | 
| 
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
48 | 
| 
159
 
4d1353d7d513
[svn] src/server.c: apply bug-fix for lazy group loading by Matija Nalis
 
enz 
parents: 
158 
diff
changeset
 | 
49 Fri Dec 29 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
4d1353d7d513
[svn] src/server.c: apply bug-fix for lazy group loading by Matija Nalis
 
enz 
parents: 
158 
diff
changeset
 | 
50 | 
| 
 
4d1353d7d513
[svn] src/server.c: apply bug-fix for lazy group loading by Matija Nalis
 
enz 
parents: 
158 
diff
changeset
 | 
51 * src/server.c: apply bug-fix for lazy group loading by Matija Nalis | 
| 
162
 
7bbff2e00543
[svn] TODO: Add handling of connection breakdown during a fetch to later section.
 
enz 
parents: 
159 
diff
changeset
 | 
52 * TODO: Add handling of connection breakdown during a fetch to later | 
| 
 
7bbff2e00543
[svn] TODO: Add handling of connection breakdown during a fetch to later section.
 
enz 
parents: 
159 
diff
changeset
 | 
53 section. | 
| 
159
 
4d1353d7d513
[svn] src/server.c: apply bug-fix for lazy group loading by Matija Nalis
 
enz 
parents: 
158 
diff
changeset
 | 
54 | 
| 158 | 55 Fri Dec 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 56 | |
| 57 * AUTHORS: add Matija Nalis | |
| 58 | |
| 156 | 59 Sun Dec 10 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 60 | |
| 61 * src/client.c: Extract common code from putCmd and putCmdNoFlush, | |
| 62 reset client.lastStat when sending new command | |
| 63 | |
| 
155
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
64 Tue Dec 05 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
65 | 
| 
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
66 * src/fetch.c,src/Makefile.in: use sendmail instead of mail | 
| 
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
67 | 
| 
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
68 * src/fetch.c,src/pseudo.c,src/pseudo.h,src/server.c: applied | 
| 
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
69 patch from Matija Nalis: better handling of inconsistent counters | 
| 
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
70 at remote server; do not read overview on each group command | 
| 
 
22b81617d427
[svn] applied patch from Matija Nalis: better handling of inconsistent counters
 
enz 
parents: 
153 
diff
changeset
 | 
71 | 
| 
150
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
72 Thu Oct 26 21:42:45 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
73 | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
74 * src/protocol.c: Fix bug in Prt_getLn if we should read a line | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
75 starting with '\0' - according to the leafnode mailing list, | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
76 this has been seen in the wild. | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
77 * docs/inews.1,docs/noffle.1,docs/noffle.conf.5, | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
78 packages/redhat/noffle.spec,src/configfile.h,src/configfile.c, | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
79 src/noffle.c,src/post.h,src/post.c: Removed use of getopt_long, | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
80 and added inews mode - the Noffle executable behaves | 
| 
165
 
8ea6b5ddc5a5
[svn]  * src/lock.h,src/lock.c,src/noffle.c: Add lazy lock release. Only release
 
bears 
parents: 
162 
diff
changeset
 | 
81 as inews if invoked as inews. This includes adding From: and | 
| 
150
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
82 Organization: headers if necessary - add configs to override | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
83 defaults for the From: domain and specify the organization. | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
84 For all my fellow trn-heads out there, and users of any other | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
85 ageing newsreader that expects inews. Updated RPM spec to create | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
86 inews link to noffle on install. | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
87 * src/server.c: When replying to a command, generate the reply into | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
88 a buffer, release the lock and then send the reply, so we don't | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
89 hog the lock should the reply stall for some network reason. | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
90 | 
| 
145
 
deb2320befd7
[svn] acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
 
enz 
parents: 
143 
diff
changeset
 | 
91 Sun Oct 15 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
deb2320befd7
[svn] acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
 
enz 
parents: 
143 
diff
changeset
 | 
92 | 
| 
 
deb2320befd7
[svn] acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
 
enz 
parents: 
143 
diff
changeset
 | 
93 * acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c: | 
| 
 
deb2320befd7
[svn] acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
 
enz 
parents: 
143 
diff
changeset
 | 
94 Applied patch by Paul Slootman: using the mail program is | 
| 
 
deb2320befd7
[svn] acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
 
enz 
parents: 
143 
diff
changeset
 | 
95 replaced by sendmail (SENDMAILPROG variable). | 
| 
 
deb2320befd7
[svn] acconfig.h,config.h.in,configure.in,src/Makefile.in,src/fetch.c:
 
enz 
parents: 
143 
diff
changeset
 | 
96 | 
| 
143
 
7400a8e9d5ba
[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c:
 
enz 
parents: 
141 
diff
changeset
 | 
97 Sat Sep 02 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
7400a8e9d5ba
[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c:
 
enz 
parents: 
141 
diff
changeset
 | 
98 | 
| 
 
7400a8e9d5ba
[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c:
 
enz 
parents: 
141 
diff
changeset
 | 
99 * NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c: | 
| 
 
7400a8e9d5ba
[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c:
 
enz 
parents: 
141 
diff
changeset
 | 
100 Added timeout to Prt_getLn to avoid Noffle hanging if the | 
| 
 
7400a8e9d5ba
[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c:
 
enz 
parents: 
141 
diff
changeset
 | 
101 connection breaks down during a fetch. | 
| 
 
7400a8e9d5ba
[svn] NEWS,src/client.c,src/protocol.c,src/protocol.h,src/server.c:
 
enz 
parents: 
141 
diff
changeset
 | 
102 | 
| 141 | 103 Sun Sep 10 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 137 | 104 | 
| 141 | 105 * src/Makefile.am: Added filter.c, filter.h | 
| 106 * src/fetch.c: Fixed a bug in Fetch_init, that triggered | |
| 107 an assertion if connection to remote server failed. | |
| 
42
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
108 | 
| 
135
 
ae1d1b93883d
[svn] src/post.c: do no longer always replace invalid message-IDs
 
enz 
parents: 
134 
diff
changeset
 | 
109 Wed Aug 23 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
ae1d1b93883d
[svn] src/post.c: do no longer always replace invalid message-IDs
 
enz 
parents: 
134 
diff
changeset
 | 
110 | 
| 
 
ae1d1b93883d
[svn] src/post.c: do no longer always replace invalid message-IDs
 
enz 
parents: 
134 
diff
changeset
 | 
111 * src/post.c: do no longer always replace invalid message-IDs. | 
| 
 
ae1d1b93883d
[svn] src/post.c: do no longer always replace invalid message-IDs
 
enz 
parents: 
134 
diff
changeset
 | 
112 | 
| 134 | 113 Wed Aug 16 00:03:50 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 
150
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
114 | 
| 134 | 115 * Permit 'k' and 'm' suffices after numbers in filter rules. | 
| 116 | |
| 
132
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
117 Fri Aug 11 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
118 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
119 * src/noffle.c: Minor bug fix. Noffle no longer tries to unsubscribe groups | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
120 that are already unsubscribed. | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
121 | 
| 131 | 122 Wed Aug 9 22:02:21 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 123 | |
| 124 * src/client.c: Use plain LIST instead of LIST ACTIVE if possible | |
| 125 for compatability with old servers. | |
| 126 * src/client.c,src/fetch.c: Fix fetching bugs that could potentially | |
| 127 have left the lock in the wrong state. | |
| 128 * docs/noffle.conf.5,src/Makefile.in,src/client.c,src/configfile.c, | |
| 129 noffle.conf.example: Add first-cut article filtering. Note you will | |
| 130 need to run 'configure' again to re-generate src/Makefile. | |
| 131 | |
| 
132
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
132 Wed Jul 26 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
133 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
134 * Released version 1.0pre7 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
135 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
136 Tue Jul 25 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
137 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
138 * src/client.c: Added GMT to NEWGROUPS command. | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
139 | 
| 127 | 140 Mon 24 Jul 20:30:05 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 141 | |
| 142 * src/database.h,src/database.c,src/server.c: Redo XHDR and | |
| 143 XPAT to handle 'XHDR <msgid>' and 'XPAT <msgid>'. Common up | |
| 144 code shared by XHDR and XPAT. | |
| 145 * src/server.c,packages/redhat/noffle.spec: Remove pipe through | |
| 146 sort(1) in printGroups() and dependency on textutil(RedHat)/ | |
| 147 textutils(SuSE) packages in RPM. The RPM now works on RedHat | |
| 148 and derivatives and SuSE. | |
| 149 * src/server.c: Release lock while collecting POST article and while | |
| 150 reporting XOVER x-y results. | |
| 151 * src/server.c: Update group 'last accessed' timestamp when XOVER read. | |
| 152 This for smooth working with 'trn' and other newsreaders that only | |
| 153 read the XOVER unless an article read. I have newsgroups I want to scan | |
| 154 but only infrequently read an article - I don't want them getting | |
| 155 unsubscribed. | |
| 156 * src/server.c: Change server read timeout to 2 secs, release the lock | |
| 157 if we'v held it for 2 secs so we don't starve anybody else, and | |
| 158 if reading a command when we don't hold the lock don't use timeout. | |
| 159 * src/util.c: Fix Utl_newsDate and Utl_parseNewsDateto work properly | |
| 160 in all timezones. | |
| 161 * src/lock.h,src/lock.c,src/noffle.c: Add 'fetch' lock to main lock, | |
| 162 add Lock_gotLock() so we can test the main lock state (currently used | |
| 163 only in ASSERTs). Fetch lock can be obtained WAIT or NOWAIT - latter | |
| 164 fails immediately if lock not available. | |
| 165 * src/client.c,src/fetch.c,src/noffle.c: Change lock handling during a fetch. | |
| 166 Begin by obtaining 'fetch' lock - if busy, exit fetch immediately with | |
| 167 error message. Then during fetch release the lock except when processing | |
| 168 received data; in cases when incoming data is multi-line, collect all | |
| 169 data first and then process. The aim is to ensure the lock isn't held | |
| 170 with a network operation is in progress. I may carry on and extend this | |
| 171 to all server operations as well (so a slow client can't hog the lock). | |
| 
150
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
172 * docs/noffle.conf.5,src/configfile.h,src/configfile.c,src/post.c, | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
173 src/protocol.h,src/protocol.c: Add Path: header to newly posted | 
| 
 
1c7303c71f66
[svn]  * src/protocol.c: Fix bug in Prt_getLn if we should read a line
 
bears 
parents: 
145 
diff
changeset
 | 
174 articles. Provide default content - path-header in config overrides. | 
| 127 | 175 | 
| 
132
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
176 Sat Jul 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 127 | 177 | 
| 178 * doc/NOTES: Removed section about GNUS hanging. It was caused | |
| 179 by the "select" bug in Noffle. | |
| 180 | |
| 
132
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
181 Sat Jul 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
182 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
183 * src/server.c, src/protocol.c: Fixed a critical bug. "select" cannot | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
184 be used with buffered stdio. This caused Noffle to hang with some | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
185 readers (like tin). | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
186 | 
| 124 | 187 Sat Jul 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 188 | |
| 189 * request.c: Applied patch from M.Nalis: | |
| 190 Modify Req_add() to append to requested/news.serv.er file each MsgID (and | |
| 191 do not clean dirty flag, because otherwise writeRequestfile() would nuke us | |
| 192 when overwriting file!). | |
| 193 | |
| 122 | 194 Wed Jul 19 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 120 | 195 | 
| 
123
 
ec190bad201b
[svn] Applied patch from M.Nalis for fixing a small problem with
 
enz 
parents: 
122 
diff
changeset
 | 
196 * Applied patch from M.Nalis for fixing a small problem with | 
| 
 
ec190bad201b
[svn] Applied patch from M.Nalis for fixing a small problem with
 
enz 
parents: 
122 
diff
changeset
 | 
197 the printed counters while fetching articles. | 
| 
 
ec190bad201b
[svn] Applied patch from M.Nalis for fixing a small problem with
 
enz 
parents: 
122 
diff
changeset
 | 
198 | 
| 
 
ec190bad201b
[svn] Applied patch from M.Nalis for fixing a small problem with
 
enz 
parents: 
122 
diff
changeset
 | 
199 Wed Jul 19 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
ec190bad201b
[svn] Applied patch from M.Nalis for fixing a small problem with
 
enz 
parents: 
122 
diff
changeset
 | 
200 | 
| 127 | 201 * Do not acquire global lock for printing help | 
| 202 | |
| 203 Mon Jul 17 11:19:06 BST 2000 Jim Hague <jim.hague@acm.org> | |
| 204 | |
| 205 * src/client.h,src/client.c,src/noffle.c,docs/noffle.1: Remove | |
| 206 '--query times' option. Creation time should always be time of | |
| 207 creation on local server. | |
| 208 * src/group.h,src/group.c: Remove Grp_setCreated(). | |
| 209 | |
| 
132
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
210 Fri Jul 14 2000 Matija Nalis <mnalis-sf@voyager.hr> | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
211 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
212 * Added counter for --fetch so one can see how much it is until the | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
213 end of the transfer. | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
214 | 
| 127 | 215 Fri Jul 14 15:20:14 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 216 | |
| 217 * src/client.c,src/fetch.c,src/noffle.c: The groupinfo.lastupdate file | |
| 218 was being used to (a) indicate the time of the last addition to group | |
| 219 information, and (b) the last access to a server. With more than one | |
| 220 server specified, (a) meant the groupinfo.lastupdate file was updated | |
| 221 when new groups on the server (or a new fetch of the server group list) | |
| 222 were processed. When server 2 came to use the file for (b) (to determine | |
| 223 the time to specify when sending the NEWGROUPS command), the time was | |
| 224 already set by server 1 and so server 2 would not see new groups. Fix | |
| 225 this by creating lastupdate.<server> files for use (b). | |
| 226 * src/client.c,src/group.c: Set initial group creation time to the current | |
| 227 time. Previously it was set to 0, so new groups were not reported to a | |
| 228 NEWGROUPS request unless 'noffle --query times' was run - even then, | |
| 229 local groups would never be reported. Setting the creation time to the | |
| 230 creation time on the local server makes things work properly. NB - the | |
| 231 group creation time should always be reported as the creation time on | |
| 232 the server; must fix this and remove '--query times'. This change will | |
| 233 require 'noffle --query groups' to be re-run to create the server | |
| 234 lastupdate.<server> files. | |
| 120 | 235 | 
| 127 | 236 Mon Jul 03 12:05:50 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 237 | |
| 238 * src/database.h,src/database.c,src/server.c: Fix 'XHDR <msgId>' and | |
| 239 add 'XPAT <msgId>'. 'XHDR <msgId>' previously only worked if | |
| 240 msgId was a message in the current group. My brain was really | |
| 241 in neutral when I did that. | |
| 242 | |
| 
118
 
ac9c0492daca
[svn] src/server.c: Leave online mode, if the connection to a remote server
 
enz 
parents: 
117 
diff
changeset
 | 
243 Fri Jun 30 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
ac9c0492daca
[svn] src/server.c: Leave online mode, if the connection to a remote server
 
enz 
parents: 
117 
diff
changeset
 | 
244 | 
| 
 
ac9c0492daca
[svn] src/server.c: Leave online mode, if the connection to a remote server
 
enz 
parents: 
117 
diff
changeset
 | 
245 * src/server.c: Leave online mode, if the connection to a remote server | 
| 
 
ac9c0492daca
[svn] src/server.c: Leave online mode, if the connection to a remote server
 
enz 
parents: 
117 
diff
changeset
 | 
246 fails for avoiding a series of timeouts and holding the lock for | 
| 
 
ac9c0492daca
[svn] src/server.c: Leave online mode, if the connection to a remote server
 
enz 
parents: 
117 
diff
changeset
 | 
247 a long time. | 
| 
132
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
248 | 
| 117 | 249 Sun Jun 25 09:45:50 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 250 | |
| 251 * src/protocol.c: Another go at Prt_genMsgId. Yesterday I seeded the | |
| 252 random element of the generated message id from the time; but what | |
| 253 if two Noffle processes start in the same second? So switch to seeding | |
| 254 with tv_usec instead. | |
| 255 | |
| 
116
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
256 Sat Jun 24 21:21:47 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
257 | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
258 * packages/redhat/README, packages/redhat/noffle-expire, | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
259 packages/redhat/noffle.spec: Initial versions. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
260 * src/noffle.c, docs/noffle.1: Remove --post (local|all) | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
261 and replace with just --post. 'Approved:' header recognition | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
262 removes need for --post varieties. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
263 * src/post.c: 'Approved:' header recognition, post to all external | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
264 servers not just first, check all groups for post access before | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
265 posting to one. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
266 | 
| 117 | 267 Sat Jun 24 20:45:52 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 268 | |
| 269 * src/noffle.c: Set last accessed time on group when subscribed | |
| 270 from command line. | |
| 271 * src/post.c: Bugfix - Post_close on duplicate article post. | |
| 272 * src/protocol.c: Fix bug in Prt_genMsgId that caused duplicate | |
| 273 message IDs to be generated for posts in the same second. | |
| 274 | |
| 127 | 275 Sat Jun 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 276 | |
| 
132
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
277 * doc/NOTES: Removed section about GNUS hanging. It was caused | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
278 by the "select" bug in Noffle. | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
279 | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
280 Sat Jun 22 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 
 
a740dac296bc
[svn] Fix repeated auto-unsubscribe bug & sync to 1.0pre7
 
bears 
parents: 
131 
diff
changeset
 | 
281 | 
| 127 | 282 * src/server.c, src/protocol.c: Fixed a critical bug. "select" cannot | 
| 283 be used with buffered stdio. This caused Noffle to hang with some | |
| 284 readers (like tin). | |
| 285 | |
| 117 | 286 Mon Jun 19 22:43:38 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 287 | |
| 288 * src/util.c, src/database.c: Fix header line reading bug. | |
| 289 | |
| 
116
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
290 Tue Jun 13 21:31:32 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
291 | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
292 * src/noffle.c: Add include <sys/time.h> before sys/resource.h. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
293 Man page says you need it, FreeBSD won't compile without it. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
294 * src/client.c: Remove SA_INTERRUPT flag set from installSignalHandler. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
295 It is flagged as a no-op in the Linux headers, and does not exist | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
296 on FreeBSD or Solaris. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
297 * src/configfile.h, src/configfile.c, src/protocol.h, src/protocol.c, | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
298 src/post.c, docs/noffle.conf.5: Add 'path-header' and addition | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
299 of Path: header to posted articles if required. | 
| 
 
0a12fc56db30
[svn] path-header, Approved: header recognition, posting changes, remove SA_INTERRUPT, minor include updates.
 
bears 
parents: 
109 
diff
changeset
 | 
300 | 
| 108 | 301 Tue Jun 13 07:27:21 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 302 | |
| 303 * src/configfile.h, src/configfile.c, src/database.c: Redo config | |
| 304 expires routines to remove enumerator and replace with routine to | |
| 305 obtain expire time for specified group. | |
| 306 * src/configfile.h, src/configfile.c, src/server.c, noffle.conf.example, | |
| 307 docs/noffle.conf.5: Change 'auto-subscribe-mode' to | |
| 308 'default-auto-subscribe-mode' and add | |
| 309 'auto-subscribe-mode <grp pattern> <mode>'. For the moment, | |
| 310 spot old usage of 'auto-subscribe-mode' and interpret it as | |
| 311 'default-auto-subscribe-mode'. | |
| 312 * src/client.c: Rename variable to remove compiler warning. | |
| 313 | |
| 314 Sat Jun 11 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
| 315 | |
| 316 * Prepare for version 1.0pre6 | |
| 317 * configure.in: Removed warning options for warnings that are | |
| 318 unavoidable with libgdbm | |
| 319 | |
| 102 | 320 Mon Jun 5 09:46:30 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 321 | |
| 322 * src/client.c, src/fetch.c, src/group.c, src/group.h, src/noffle.c: | |
| 108 | 323 Don't track remote message number read unless subscribed to a group. | 
| 324 This stops 'Missing articles' pseudos being generated when you join | |
| 325 a group some time after doing the 'noffle --query groups' that first | |
| 326 found the group, or if you resubscribe a while after unsubscribing. | |
| 327 They will still be generated if articles are missed when a group is | |
| 328 subscribed, in which case the pseudo message is entirely applicable. | |
| 329 | |
| 330 Sat Jun 03 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
| 331 | |
| 332 * docs/NOTES: removed the whole section about the mail2news gateway. | |
| 333 It doesn't really work, because procmail forks for each mail and | |
| 334 changing the posting allowed status is not atomic. | |
| 335 | |
| 336 Thu Jun 01 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | |
| 337 | |
| 338 * docs/NOTES: Added section about "replace-messageid" option in | |
| 339 the Mail-News-Gateway chapter. | |
| 340 | |
| 341 Mon May 29 19:12:47 BST 2000 Jim Hague <jim.hague@acm.org> | |
| 342 | |
| 343 * src/client.c: Fix spelling mistake in comment. | |
| 344 * docs/noffle.1: Add a little bit more to the description of --online. | |
| 102 | 345 | 
| 
101
 
ce8191c38f44
[svn]  * configure, configure.in: Changed the --enable-debug option of configure.
 
uh1763 
parents: 
100 
diff
changeset
 | 
346 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
 | 
347 | 
| 
 
ce8191c38f44
[svn]  * configure, configure.in: Changed the --enable-debug option of configure.
 
uh1763 
parents: 
100 
diff
changeset
 | 
348 * 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
 | 
349 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
 | 
350 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
 | 
351 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
 | 
352 | 
| 
 
ce8191c38f44
[svn]  * configure, configure.in: Changed the --enable-debug option of configure.
 
uh1763 
parents: 
100 
diff
changeset
 | 
353 * NEWS: Update. | 
| 
 
ce8191c38f44
[svn]  * configure, configure.in: Changed the --enable-debug option of configure.
 
uh1763 
parents: 
100 
diff
changeset
 | 
354 | 
| 108 | 355 Fri May 26 11:38:27 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 356 | |
| 357 * docs/NOTES: Added notes on knode. | |
| 358 * src/client.c: Corrected comment. | |
| 359 | |
| 100 | 360 Thu May 25 22:03:56 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 361 | |
| 362 * src/post.c: Fixed stupid bug in article checking code where a | |
| 363 correctly formatted Date: line would have the "Date: " removed | |
| 364 before writing the outgoing file. Remote servers, not unnaturally, | |
| 365 get upset about this. Mea culpa :-( | |
| 366 | |
| 
99
 
651334f85995
[svn]  * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
 
uh1763 
parents: 
97 
diff
changeset
 | 
367 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
 | 
368 | 
| 
 
651334f85995
[svn]  * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
 
uh1763 
parents: 
97 
diff
changeset
 | 
369 * 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
 | 
370 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
 | 
371 | 
| 
 
651334f85995
[svn]  * docs/Makefile.am, docs/Makefile.in: Added INTERNALS to docs/Makefile.am, so
 
uh1763 
parents: 
97 
diff
changeset
 | 
372 * 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
 | 
373 | 
| 100 | 374 Sat May 20 11:46:54 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 375 | |
| 376 * src/client.c: Closer perusal of Son Of RFC1036 reveals that | |
| 377 Supersedes: can have multiple message IDs. Do this. | |
| 378 | |
| 108 | 379 Sat May 20 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 380 * src/noffle.c: always enable generation of core files. | |
| 381 | |
| 97 | 382 Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 383 | |
| 384 * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: | |
| 385 Redo Utl_rfc822Date to not use strftime - this was potentially | |
| 386 wrong as it would only generate a conformant date string in | |
| 387 English locales - and rename to Utl_newsDate because the date format | |
| 388 is actually a subset of RFC822 - see Son Of RFC1036. Also add | |
| 389 Utl_parseNewsDate, ensure the date on posted articles is conformant | |
| 390 and replace if not, and implement observance of Expires: headers. | |
| 391 * src/client.c: Observe Supersedes: headers on incoming articles. | |
| 392 * src/content.c: Ensure if last article(s) in group are cancelled that | |
| 393 article numbers aren't re-used. | |
| 394 * docs/INTERNALS: Move INTERNALS to docs/. | |
| 395 | |
| 396 Thu May 18 13:22:36 BST 2000 Jim Hague <jim.hague@acm.org> | |
| 397 | |
| 398 * Recognise explicit posting statuses of 'y', 'n' and 'the rest'. | |
| 399 The latest IETF draft says you can have other statuses apart from | |
| 400 'm' (moderated group), and these should probably be treated in the | |
| 401 same way as 'm', i.e. forwarded to the external server to worry | |
| 402 about. | |
| 403 | |
| 89 | 404 Wed May 17 21:19:19 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 405 | |
| 406 * src/configfile.h, src/configfile.c, src/post.h, src/post.c, | |
| 407 src/noffle.c, src/server.c, docs/noffle.1, docs/noffle.conf.5: | |
| 408 Moved all article posting code into post.[hc], removed | |
| 409 'remove-messageid' option, added '--post' to noffle command line. | |
| 410 Added 'post-locally' option. docs/NOTES still needs updating. | |
| 411 Needs more testing too. | |
| 412 | |
| 
84
 
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
 
enz 
parents: 
83 
diff
changeset
 | 
413 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
 | 
414 | 
| 
 
8c6dbce3b178
[svn] Merged in changes from release-1-0 up to release-1-0-merge-1.
 
enz 
parents: 
83 
diff
changeset
 | 
415 * 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
 | 
416 * 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
 | 
417 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
 | 
418 | 
| 89 | 419 Mon May 15 11:21:28 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 420 | |
| 421 * src/configfile.h, src/configfile.c, src/client.c, docs/noffle.conf.5: | |
| 422 Added getgroups and omitgroups options. | |
| 423 | |
| 83 | 424 Sun May 14 16:51:24 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 425 | |
| 426 * docs/NOTES: Added notes on trn, xrn and knews. | |
| 427 * src/configfile.h, src.configfile.c, src/server.c, docs/noffle.conf.5: | |
| 428 Increment the article number of the gen info article in groups that | |
| 429 are not auto-subscribed each time the gen info article is read. The gen | |
| 430 info article thus remains unread at the start of every newsreading | |
| 431 session. This behaviour can be disabled by setting new config | |
| 432 setting 'info-always-unread' to 'no'. Default is 'yes'. This (I hope) | |
| 433 restores Markus's preferred behaviour. | |
| 434 * INTERNALS: Added file with some rough jottings on the internals of Noffle. | |
| 435 A work in (probably sporadic) progress. | |
| 436 | |
| 78 | 437 Sun May 14 2000 Markus Enzenberger <markus.enzenberger@t-online.de> | 
| 438 | |
| 439 * src/fetch.c: Did some refactoring. | |
| 440 | |
| 76 | 441 Sat May 13 15:09:01 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 442 | |
| 443 * src/itemlist.c: Fixed stupid, Stupid, STUPID bug in Itl_next(). | |
| 83 | 444 Redid itemlist code slightly to remove need to keep separators | 
| 445 string, at the cost of making it impossible to use '\1' as a | |
| 446 separator. I don't think this will be a problem. | |
| 76 | 447 * src/log.h, src/log.c, src/over.h, src/over.c: Adjusted consting | 
| 448 in Log_init and new_Over to remove compiler warnings. | |
| 449 * src/portable.h, src/server.c, src/client.c: Introduced UNUSED(x) | |
| 450 macro to indicate deliberately unused function parameters and | |
| 451 remove warnings. | |
| 452 * src/content.c: Preserve gen info in Cont_write() provided it is | |
| 453 followed by an article with the next number. Stops gen info article | |
| 454 vanishing instantly on reading when auto-subscribe is on, which | |
| 455 was sort-of confusing for users (why can't I read that again?) | |
| 456 and caused xrn to complain the NNTP server was broken. | |
| 457 | |
| 
68
 
f76e8586fab6
[svn] src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.
 
enz 
parents: 
66 
diff
changeset
 | 
458 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
 | 
459 | 
| 
 
f76e8586fab6
[svn] src/client.c: Rewrote needsMark(): uses itemlist.h, more debugging output.
 
enz 
parents: 
66 
diff
changeset
 | 
460 * 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
 | 
461 * 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
 | 
462 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
 | 
463 for (time_t)-1. | 
| 
 
38c86048fe2e
[svn] src/server.c: Rewrote getTimesInSeconds(): arguments ar now int and
 
enz 
parents: 
68 
diff
changeset
 | 
464 | 
| 
66
 
40a7493238e8
[svn]  * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
 
uh1763 
parents: 
65 
diff
changeset
 | 
465 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
 | 
466 | 
| 
 
40a7493238e8
[svn]  * src/Makefile.am, src/Makefile.in: Added portable.h to the list of sources.
 
uh1763 
parents: 
65 
diff
changeset
 | 
467 * 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
 | 
468 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
 | 
469 | 
| 60 | 470 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
 | 
471 | 
| 
57
 
84e32c84666b
[svn] add some intermediate variables for easier debugging
 
enz 
parents: 
56 
diff
changeset
 | 
472 * src/client.c: add some intermediate variables for easier debugging | 
| 
 
84e32c84666b
[svn] add some intermediate variables for easier debugging
 
enz 
parents: 
56 
diff
changeset
 | 
473 in needsMark(). It seems that thread mode is sometimes not working. | 
| 60 | 474 * src/client.c, src/content.c, src/dynamicstring.h, src/dynamicstring.c, | 
| 475 src/util.h, src/util.c, src/protocol.c: | |
| 476 Changed some variable types and used some casts to avoid compiler | |
| 477 warnings about signedness. In general, int should be used for parameters | |
| 478 for allowing a signedness assertion in the function. | |
| 479 (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
 | 
480 * 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
 | 
481 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
 | 
482 src/server.h: | 
| 
 
adf0af5152f7
[svn] Renamed some variables and function names, because they caused compiler
 
enz 
parents: 
60 
diff
changeset
 | 
483 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
 | 
484 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
 | 
485 (index, stat, serv). | 
| 63 | 486 * src/fetchlist.c: | 
| 487 Avoid compiler warning because of cast from const to non-const. | |
| 65 | 488 * src/post.c, src/server.c: | 
| 489 Avoid compiler warnings about incomplete initializer blocks. | |
| 
57
 
84e32c84666b
[svn] add some intermediate variables for easier debugging
 
enz 
parents: 
56 
diff
changeset
 | 
490 | 
| 
56
 
688bd51704e0
[svn]  * configure, configure.in: Only add all those compiler-switches
 
uh1763 
parents: 
55 
diff
changeset
 | 
491 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
 | 
492 | 
| 
 
688bd51704e0
[svn]  * configure, configure.in: Only add all those compiler-switches
 
uh1763 
parents: 
55 
diff
changeset
 | 
493 * 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
 | 
494 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
 | 
495 to have those switches. | 
| 
 
688bd51704e0
[svn]  * configure, configure.in: Only add all those compiler-switches
 
uh1763 
parents: 
55 
diff
changeset
 | 
496 | 
| 
 
688bd51704e0
[svn]  * configure, configure.in: Only add all those compiler-switches
 
uh1763 
parents: 
55 
diff
changeset
 | 
497 | 
| 
54
 
125d79c9e586
[svn]  * src/client.c, src/configfile.c, src/content.c, src/control.c,
 
uh1763 
parents: 
49 
diff
changeset
 | 
498 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
 | 
499 | 
| 
 
125d79c9e586
[svn]  * src/client.c, src/configfile.c, src/content.c, src/control.c,
 
uh1763 
parents: 
49 
diff
changeset
 | 
500 * 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
 | 
501 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
 | 
502 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
 | 
503 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
 | 
504 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
 | 
505 Added portable.h #include. | 
| 
 
125d79c9e586
[svn]  * src/client.c, src/configfile.c, src/content.c, src/control.c,
 
uh1763 
parents: 
49 
diff
changeset
 | 
506 | 
| 
 
125d79c9e586
[svn]  * src/client.c, src/configfile.c, src/content.c, src/control.c,
 
uh1763 
parents: 
49 
diff
changeset
 | 
507 * 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
 | 
508 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
 | 
509 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
 | 
510 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
 | 
511 | 
| 
 
125d79c9e586
[svn]  * src/client.c, src/configfile.c, src/content.c, src/control.c,
 
uh1763 
parents: 
49 
diff
changeset
 | 
512 * 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
 | 
513 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
 | 
514 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
 | 
515 | 
| 55 | 516 * src/portable.h: Added file. This #defines some macros, so the code uses | 
| 517 __snprintf() and __vsnprintf if snprintf and vsnprintf aren't available. | |
| 518 This is the case on SunOS, for example. | |
| 519 | |
| 
43
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
520 | 
| 49 | 521 Sat May 6 12:25:39 BST 2000 Jim Hague <jim.hague@acm.org> | 
| 522 | |
| 523 * src/server.c: Changed XOVER with no arg. to return info for current | |
| 524 article, not error. | |
| 525 | |
| 526 * src/server.c, src/content.h, src/content.c: XHDR - added 'xref' to | |
| 527 headers recognised to keep trn happy, and recognise message ID argument. | |
| 528 | |
| 529 * src/server.c, src/content.c: Ensure first/last from LIST ACTIVE and | |
| 530 GROUP agree (trn uses former). Tricky with pseudo gen info articles | |
| 531 around. Presence of these now only recorded in content and not | |
| 532 reflected in group first/last until proper article posted after | |
| 533 pseudo. | |
| 534 | |
| 535 * src/client.c, NEWS: Reinstated starting article numbering from first | |
| 536 article number on server. Reasoning below is wrong except in exceptional | |
| 537 circumstances (e.g. join group, auto-subscribe, manual unsubscribe, | |
| 538 auto subscribe again, etc. to get > 2 Noffle info messages in group. | |
| 539 Bring reader up to date, remove & reinstall Noffle. Join group, | |
| 540 autosubscribe after more news arrives at server, reader thinks it has read | |
| 541 n articles it hasn't, where n is number of Noffle info messages in | |
| 542 group first time round - 2). Feature is generally useful, esp. in | |
| 543 development, so back in it goes. | |
| 544 | |
| 545 * src/group.c: Forget cached group info when group database closed. | |
| 546 | |
| 547 | |
| 
45
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
548 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
 | 
549 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
550 * 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
 | 
551 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
 | 
552 they're not found. | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
553 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
554 * 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
 | 
555 as the one in docs/NOTES. | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
556 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
557 * TODO: Removed 'expiring by groups' and | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
558 '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
 | 
559 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
560 * 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
 | 
561 './configure --enable-debug'. | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
562 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
563 * 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
 | 
564 to the AUTHORS section :-) | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
565 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
566 * 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
 | 
567 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
 | 
568 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
 | 
569 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
 | 
570 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
 | 
571 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
 | 
572 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
 | 
573 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
574 * 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
 | 
575 in the declaration of clearCont(). | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
576 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
577 * 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
 | 
578 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
 | 
579 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
580 * 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
 | 
581 enableCorefiles(). | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
582 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
583 * 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
 | 
584 includes. | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
585 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
586 * 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
 | 
587 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
588 * 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
 | 
589 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
590 * 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
 | 
591 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
592 * 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
 | 
593 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
 | 
594 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
 | 
595 | 
| 
 
32ba1198c6fa
[svn]  * Makefile.in, configure, configure.in, docs/Makefile.in, src/Makefile.in:
 
uh1763 
parents: 
43 
diff
changeset
 | 
596 | 
| 
43
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
597 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
 | 
598 | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
599 * 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
 | 
600 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
 | 
601 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
 | 
602 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
 | 
603 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
 | 
604 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
 | 
605 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
 | 
606 subdirectory src/ | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
607 | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
608 * 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
 | 
609 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
 | 
610 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
 | 
611 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
 | 
612 | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
613 * 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
 | 
614 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
 | 
615 | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
616 * 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
 | 
617 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
 | 
618 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
 | 
619 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
 | 
620 | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
621 * 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
 | 
622 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
 | 
623 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
 | 
624 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
 | 
625 being declared. | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
626 | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
627 * 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
 | 
628 | 
| 
 
2842f50feb55
[svn]  * client.c, client.h, common.h, config.c, config.h, content.c, content.h,
 
uh1763 
parents: 
42 
diff
changeset
 | 
629 | 
| 
42
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
630 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
 | 
631 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
632 * 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
 | 
633 NOTES.html, INSTALL.html: Removed files. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
634 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
635 * 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
 | 
636 Added files. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
637 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
638 * TODO.TXT: Renamed to TODO. Slightly changed formatting. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
639 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
640 * 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
 | 
641 the file INSTALL. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
642 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
643 * noffle.1, noffle.conf.5: Moved to docs/ | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
644 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
645 * 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
 | 
646 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
647 * 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
 | 
648 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
649 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
650 ------------------------------------------------------------------------------- | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
651 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
652 1.0pre6pre | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
653 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
654 * Forget cached group info when group database closed. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
655 * 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
 | 
656 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
 | 
657 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
 | 
658 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
 | 
659 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
 | 
660 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
 | 
661 '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
 | 
662 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
 | 
663 * 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
 | 
664 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
 | 
665 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
 | 
666 arrives. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
667 * 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
 | 
668 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
 | 
669 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
 | 
670 * 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
 | 
671 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
 | 
672 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
 | 
673 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
 | 
674 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
 | 
675 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
 | 
676 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
 | 
677 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
 | 
678 readers to miss new articles. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
679 * 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
 | 
680 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
 | 
681 posting status for local groups. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
682 * Added group deletion. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
683 * 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
 | 
684 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
 | 
685 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
 | 
686 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
 | 
687 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
 | 
688 * 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
 | 
689 exactly to spec. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
690 * Added group-specific expire times. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
691 * 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
 | 
692 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
 | 
693 * 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
 | 
694 line options --create and --cancel. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
695 * 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
 | 
696 so that tools like grepmail work. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
697 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
698 Version 1.0pre5 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
699 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
700 * 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
 | 
701 symbols are always in the executable. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
702 * Use GDBM_FAST flag for hash files. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
703 * 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
 | 
704 * Minor changes and improvements | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
705 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
706 Version 1.0pre4 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
707 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
708 * 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
 | 
709 * 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
 | 
710 * 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
 | 
711 response to HEAD or ARTICLE commands. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
712 * 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
 | 
713 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
 | 
714 * 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
 | 
715 directory) if compiled with -DDEBUG option | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
716 * Opening an article additionally marks all references as | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
717 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
 | 
718 article of a thread was opened. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
719 * New config option "connect-timeout" | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
720 * Minor improvements and bug-fixes | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
721 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
722 Version 1.0pre3 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
723 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
724 * 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
 | 
725 thread reconstruction work | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
726 * 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
 | 
727 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
 | 
728 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
 | 
729 slash. Added --requested option. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
730 * 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
 | 
731 commands at once, before parsing the server response. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
732 * Minor bug fixes and improvements. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
733 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
734 Version 1.0pre2 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
735 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
736 * 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
 | 
737 source packages) | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
738 * 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
 | 
739 and re-getting global lock | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
740 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
741 Version 1.0pre1 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
742 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
743 * needs complete re-installing, some formats have changed | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
744 * Support for multiple remote servers | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
745 * 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
 | 
746 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
 | 
747 commands are sent at once | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
748 * 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
 | 
749 passwords | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
750 * Other small bug fixes and improvements | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
751 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
752 Version 0.19 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
753 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
754 * Fix broken full mode | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
755 * Fix cutting of articles after line beginning with '.' | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
756 * Other bug fixes | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
757 * LIST commands can have pattern argument now | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
758 * 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
 | 
759 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
760 Version 0.18 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
761 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
762 * 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
 | 
763 * Group database uses gdbm, databases moved to | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
764 /var/spool/noffle/data | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
765 * 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
 | 
766 * New fetch mode "thread" added | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
767 * Different --fetch invocations replaced by single option | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
768 * Meaning of "--database" option changed, "--article" option added | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
769 * 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
 | 
770 * Expire uses last access time | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
771 * 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
 | 
772 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
 | 
773 * 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
 | 
774 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
 | 
775 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
 | 
776 * 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
 | 
777 * Y2K compliance of NEWGROUPS command | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
778 * 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
 | 
779 * Various changes for tuning and improvement | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
780 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
781 Version 0.17 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
782 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
783 * 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
 | 
784 open files on longer sessions. | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
785 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
786 Version 0.16 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
787 | 
| 
 
2467ff423c15
[svn]  * AUTHORS.html, CHANGELOG.html, COPYING.html, README.html, FAQ.html,
 
uh1763 
parents:  
diff
changeset
 | 
788 * 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
 | 
789 | 
