Mercurial > noffle
changeset 97:694c264a1b15 noffle
[svn] Latest changes
author | bears |
---|---|
date | Fri, 19 May 2000 16:18:46 +0100 |
parents | 988cacc01470 |
children | 0428aed4f9d0 |
files | ChangeLog NEWS |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri May 19 16:18:05 2000 +0100 +++ b/ChangeLog Fri May 19 16:18:46 2000 +0100 @@ -2,6 +2,28 @@ NOFFLE ChangeLog ------------------------------------------------------------------------------- +Fri May 19 14:02:44 BST 2000 Jim Hague <jim.hague@acm.org> + + * src/util.h, src/util.c, src/database.c, src/pseudo.c, src/post.c: + Redo Utl_rfc822Date to not use strftime - this was potentially + wrong as it would only generate a conformant date string in + English locales - and rename to Utl_newsDate because the date format + is actually a subset of RFC822 - see Son Of RFC1036. Also add + Utl_parseNewsDate, ensure the date on posted articles is conformant + and replace if not, and implement observance of Expires: headers. + * src/client.c: Observe Supersedes: headers on incoming articles. + * src/content.c: Ensure if last article(s) in group are cancelled that + article numbers aren't re-used. + * docs/INTERNALS: Move INTERNALS to docs/. + +Thu May 18 13:22:36 BST 2000 Jim Hague <jim.hague@acm.org> + + * Recognise explicit posting statuses of 'y', 'n' and 'the rest'. + The latest IETF draft says you can have other statuses apart from + 'm' (moderated group), and these should probably be treated in the + same way as 'm', i.e. forwarded to the external server to worry + about. + Wed May 17 21:19:19 BST 2000 Jim Hague <jim.hague@acm.org> * src/configfile.h, src/configfile.c, src/post.h, src/post.c,