comparison ChangeLog @ 180:09ca6eb5c7ff noffle

[svn] * TODO,src/client.c,src/client.h,src/fetch.c,src/fetch.h,src/noffle.c: Improve error checking during fetches. A fetch is now aborted immediately if the connection times out or if an unexpected response arrives. This should fix problems with articles appearing in the wrong group, and possibly other mysterious happenings.
author bears
date Wed, 09 May 2001 12:33:43 +0100
parents f973675760dc
children e196de757ecd
comparison
equal deleted inserted replaced
179:f973675760dc 180:09ca6eb5c7ff
1 Wed May 9 2001 Jim Hague <jim.hague@acm.org>
2
3 * TODO,src/client.c,src/client.h,src/fetch.c,src/fetch.h,src/noffle.c:
4 Improve error checking during fetches. A fetch is now aborted immediately
5 if the connection times out or if an unexpected response arrives.
6 This should fix problems with articles appearing in the wrong group,
7 and possibly other mysterious happenings.
8
1 Tue May 8 2001 Jim Hague <jim.hague@acm.org> 9 Tue May 8 2001 Jim Hague <jim.hague@acm.org>
2 10
3 * src/post.c: If post-locally is set, only do immediate local posting 11 * src/post.c: If post-locally is set, only do immediate local posting
4 on groups with status 'y'. We don't want to post locally articles 12 on groups with status 'y'. We don't want to post locally articles
5 destined for the moderator of a moderated group. 13 destined for the moderator of a moderated group.