Mercurial > noffle
diff 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 | 
line wrap: on
 line diff
--- a/ChangeLog Thu May 10 17:00:12 2001 +0100 +++ b/ChangeLog Thu May 10 17:07:46 2001 +0100 @@ -1,5 +1,10 @@ Thu May 10 2001 Jim Hageu <jim.hague@acm.org> + * 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. * src/server.c: Correct error code given when article requested by message ID is not found. Previously the code given (423) was the same as for when an article requested by its number in a group was not
