Mercurial > noffle
comparison src/noffle.c @ 249:0340b9c17edc noffle
[svn] *** empty log message ***
| author | mirkol |
|---|---|
| date | Tue, 14 May 2002 15:25:45 +0100 |
| parents | f8a91e2b4060 |
| children | 93d5d8b098da |
comparison
equal
deleted
inserted
replaced
| 248:cd022deb8390 | 249:0340b9c17edc |
|---|---|
| 8 not as server. If noffle runs as server, locking is performed while | 8 not as server. If noffle runs as server, locking is performed while |
| 9 executing NNTP commands, but temporarily released if no new command is | 9 executing NNTP commands, but temporarily released if no new command is |
| 10 received for some seconds (to allow multiple clients connect at the same | 10 received for some seconds (to allow multiple clients connect at the same |
| 11 time). | 11 time). |
| 12 | 12 |
| 13 $Id: noffle.c 368 2002-02-14 17:14:34Z bears $ | 13 $Id: noffle.c 381 2002-05-14 14:25:45Z mirkol $ |
| 14 */ | 14 */ |
| 15 | 15 |
| 16 #if HAVE_CONFIG_H | 16 #if HAVE_CONFIG_H |
| 17 #include <config.h> | 17 #include <config.h> |
| 18 #endif | 18 #endif |
| 30 #include "control.h" | 30 #include "control.h" |
| 31 #include "configfile.h" | 31 #include "configfile.h" |
| 32 #include "database.h" | 32 #include "database.h" |
| 33 #include "fetch.h" | 33 #include "fetch.h" |
| 34 #include "fetchlist.h" | 34 #include "fetchlist.h" |
| 35 #include "filter.h" | |
| 35 #include "group.h" | 36 #include "group.h" |
| 36 #include "itemlist.h" | 37 #include "itemlist.h" |
| 37 #include "log.h" | 38 #include "log.h" |
| 38 #include "online.h" | 39 #include "online.h" |
| 39 #include "outgoing.h" | 40 #include "outgoing.h" |
| 167 if ( Fetch_init( serv ) ) | 168 if ( Fetch_init( serv ) ) |
| 168 { | 169 { |
| 169 Bool connOK; | 170 Bool connOK; |
| 170 | 171 |
| 171 connOK = Fetch_postArts(); | 172 connOK = Fetch_postArts(); |
| 173 | |
| 174 Flt_init( serv ); /* get filter data before processGrps() calls Utl_stamp(). */ | |
| 172 | 175 |
| 173 connOK = connOK && Fetch_getNewGrps(); | 176 connOK = connOK && Fetch_getNewGrps(); |
| 174 | 177 |
| 175 /* Get overviews of new articles and store IDs of new articles | 178 /* Get overviews of new articles and store IDs of new articles |
| 176 that are to be fetched becase of FULL or THREAD mode in the | 179 that are to be fetched becase of FULL or THREAD mode in the |
