comparison ChangeLog @ 464:d9035d08fe51 noffle

[svn] * src/fetch.c: Log failed posting that we can't mail back to the sender or where sending fails to <Noffle spool>/failed.posting.
author bears
date Wed, 23 Jul 2003 10:32:25 +0100
parents b540ecb6f218
children b8065ab36244
comparison
equal deleted inserted replaced
463:95697d7c97a1 464:d9035d08fe51
1 Wed Jun 23 2003 Jim Hague <jim.hague@acm.org> 1 Wed Jun 23 2003 Jim Hague <jim.hague@acm.org>
2 2
3 * src/itemlist.c: Add define so test code builds again. 3 * src/itemlist.c: Add define so test code builds again.
4 * src/noffle.c: Fix SF bug 756585 in command handling and beef up 4 * src/noffle.c: Fix SF bug 756585 in command handling and beef up
5 returning an appropriate exit value. 5 returning an appropriate exit value.
6 * src/log.c: Rename log structure to logSettings to remove warning about
7 hiding built-in from GCC 3.3.1.
8 * src/outgoing.c,src/util.h,src/util.c: Create Utl_createDir() and
9 Utl_writeFile() and rework outgoing.c to use them.
10 * src/fetch.c: Log failed posting that we can't mail back to the sender
11 or where sending fails to <Noffle spool>/failed.posting.
6 12
7 Wed Jun 25 2003 Jim Hague <jim.hague@acm.org> 13 Wed Jun 25 2003 Jim Hague <jim.hague@acm.org>
8 14
9 * src/protocol.c: Reading of long lines broken in Prt_getLn(). Fix and 15 * src/protocol.c: Reading of long lines broken in Prt_getLn(). Fix and
10 change to split long lines rather than truncate. Also change 16 change to split long lines rather than truncate. Also change