comparison ChangeLog @ 182:a43a528cfbe7 noffle

[svn] * src/client.c: Only return failure getting NEWGROUPS if the connection failed. If the server doesn't implement NEWGROUPS correctly (step forward elderly versions of NNTPcache) it isn't fatal to the fetch process. You can still do a 'noffle --query groups' to update your newsgroup list.
author bears
date Thu, 10 May 2001 17:07:46 +0100
parents e196de757ecd
children c912e8288164
comparison
equal deleted inserted replaced
181:e196de757ecd 182:a43a528cfbe7
1 Thu May 10 2001 Jim Hageu <jim.hague@acm.org> 1 Thu May 10 2001 Jim Hageu <jim.hague@acm.org>
2 2
3 * src/client.c: Only return failure getting NEWGROUPS if the connection
4 failed. If the server doesn't implement NEWGROUPS correctly (step
5 forward elderly versions of NNTPcache) it isn't fatal to the
6 fetch process. You can still do a 'noffle --query groups' to update
7 your newsgroup list.
3 * src/server.c: Correct error code given when article requested by 8 * src/server.c: Correct error code given when article requested by
4 message ID is not found. Previously the code given (423) was the same 9 message ID is not found. Previously the code given (423) was the same
5 as for when an article requested by its number in a group was not 10 as for when an article requested by its number in a group was not
6 found. The docs (and various NNTP servers) say 430 should be returned. 11 found. The docs (and various NNTP servers) say 430 should be returned.
7 Thanks to Alberto Mardegan <amardegan@iol.it> for spotting that. 12 Thanks to Alberto Mardegan <amardegan@iol.it> for spotting that.