# # $Id: ChangeLog,v 1.2 2002/06/06 14:21:06 conrads Exp $ # 05/31/02 - Changed read_config() to obtain the home directory of the user running suck via getpwuid(), rather than relying on a shell ENVIRONMENT variable. 05/30/02 - Cleaned up constant definitions in suck.h. 05/29/02 - Changed config file parser to handle server definitions. 05/28/02 - Changed read_active() routine to get the list of local active groups via NNTP instead of reading the active file. Changed type of ACTIVE_INFO from struct to a simple char array, as we're no longer concerned with local article numbering. 05/28/02 - Fixed small bug introduced by last set of changes (failed to initialize a server's group count on reading the newsrc). 05/27/02 - Restructured main.c and suck_server.c, changed getting info on groups to suck from reading the local active file to using server-specific newsrc files