Mercurial > noffle
comparison ChangeLog @ 259:b660fadc1814 noffle
[svn] * src/server.c,src/util.c,src/util.h: Recognise GMT/UTC on NNTP NEWGROUPS.
Do small reorg of some of the timezone sensitive code, and introduce
use of timegm(). An implementation is provided for systems without
timegm().
author | bears |
---|---|
date | Wed, 26 Jun 2002 14:30:26 +0100 |
parents | 52f467c7213b |
children | 1daefc6533eb |
comparison
equal
deleted
inserted
replaced
258:ebd9c98bbc7f | 259:b660fadc1814 |
---|---|
1 Wed Jun 26 2002 Jim Hague <jim.hague@acm.org> | |
2 | |
3 * Makefile.in,docs/Makefile.in,packages/Makefile.in, | |
4 packages/redhat/Makefile.in,src/Makefile.in: automake upgrade. | |
5 * src/database.c: DB_compact() now does nothing. It was calling | |
6 gdbm_reorganize() which did rebuild on the database, copying it | |
7 to a new database and renaming. This now has an explicit function, | |
8 Db_rebuild(), and you don't want to chew disc space like this during | |
9 a routine expire. | |
10 * config.h.in,configure,configure.in: Check for timegm(). | |
11 * src/server.c,src/util.c,src/util.h: Recognise GMT/UTC on NNTP NEWGROUPS. | |
12 | |
1 Wed Jun 26 2002 Jim Hague <jim.hague@acm.org> | 13 Wed Jun 26 2002 Jim Hague <jim.hague@acm.org> |
2 | 14 |
3 * aclocal.m4: New aclocal version. | 15 * aclocal.m4: New aclocal version. |
4 * Makefile.in,docs/Makefile.in: Update to reflect last changes to | 16 * Makefile.in,docs/Makefile.in: Update to reflect last changes to |
5 Makefile.am(s). Oops. | 17 Makefile.am(s). Oops. |
12 database) and add separate command to rebuild article database | 24 database) and add separate command to rebuild article database |
13 from articles listed in overviews. This may help if the article | 25 from articles listed in overviews. This may help if the article |
14 database gets corrupted. | 26 database gets corrupted. |
15 * src/protocol.c: Change strcpy to Utl_strcpy and replace ascii check | 27 * src/protocol.c: Change strcpy to Utl_strcpy and replace ascii check |
16 with isascii(). | 28 with isascii(). |
17 | 29 |
18 Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de> | 30 Wed Jun 5 2002 Mirko Liß <mirko.liss@web.de> |
19 | 31 |
20 * src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname | 32 * src/group.c,src/client.c,src/noffle.c: rename Grp_isValidGroupname |
21 to Grp_isValidName; create Grp_isForbiddenName(); delete | 33 to Grp_isValidName; create Grp_isForbiddenName(); delete |
22 client.c:isForbiddenGroupName(). I should be have done it | 34 client.c:isForbiddenGroupName(). I should be have done it |