Mercurial > noffle
comparison ChangeLog @ 97:694c264a1b15 noffle
[svn] Latest changes
author | bears |
---|---|
date | Fri, 19 May 2000 16:18:46 +0100 |
parents | f17eb481c126 |
children | 651334f85995 |
comparison
equal
deleted
inserted
replaced
96:988cacc01470 | 97:694c264a1b15 |
---|---|
1 ------------------------------------------------------------------------------- | 1 ------------------------------------------------------------------------------- |
2 NOFFLE ChangeLog | 2 NOFFLE ChangeLog |
3 ------------------------------------------------------------------------------- | 3 ------------------------------------------------------------------------------- |
4 | 4 |
5 Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> | |
6 | |
7 * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: | |
8 Redo Utl_rfc822Date to not use strftime - this was potentially | |
9 wrong as it would only generate a conformant date string in | |
10 English locales - and rename to Utl_newsDate because the date format | |
11 is actually a subset of RFC822 - see Son Of RFC1036. Also add | |
12 Utl_parseNewsDate, ensure the date on posted articles is conformant | |
13 and replace if not, and implement observance of Expires: headers. | |
14 * src/client.c: Observe Supersedes: headers on incoming articles. | |
15 * src/content.c: Ensure if last article(s) in group are cancelled that | |
16 article numbers aren't re-used. | |
17 * docs/INTERNALS: Move INTERNALS to docs/. | |
18 | |
19 Thu May 18 13:22:36 BST 2000 Jim Hague <jim.hague@acm.org> | |
20 | |
21 * Recognise explicit posting statuses of 'y', 'n' and 'the rest'. | |
22 The latest IETF draft says you can have other statuses apart from | |
23 'm' (moderated group), and these should probably be treated in the | |
24 same way as 'm', i.e. forwarded to the external server to worry | |
25 about. | |
26 | |
5 Wed May 17 21:19:19 BST 2000 Jim Hague <jim.hague@acm.org> | 27 Wed May 17 21:19:19 BST 2000 Jim Hague <jim.hague@acm.org> |
6 | 28 |
7 * src/configfile.h, src/configfile.c, src/post.h, src/post.c, | 29 * src/configfile.h, src/configfile.c, src/post.h, src/post.c, |
8 src/noffle.c, src/server.c, docs/noffle.1, docs/noffle.conf.5: | 30 src/noffle.c, src/server.c, docs/noffle.1, docs/noffle.conf.5: |
9 Moved all article posting code into post.[hc], removed | 31 Moved all article posting code into post.[hc], removed |