Share

deStats

File Release Notes and Changelog

Release Name: destats v1.3.2

Notes:


Changes: [v1.3.2] - (11/08/2002) -Fixed bug dealing with bogus number of MAXNICKS (You MUST define an appropriate MAXNICK if the # of nicknames in the file is greater than what you've defined, or isg will crash). This is a C dynamic array limitation, using #define, not a coding error. -If there are less than the defined TOPNICKS in the configuration file, in the logfile, it will curve the TOPNICKS and NOTOPNICKS identifiers to match proportionally. -Created "lang.h" with language definitions for each language. Later will be expanded to include multiple languages. This also means the program's been replaced with #define's for any "pre-defined strings" that there are. -Changed the "When?" column back to the "Lines:", old-school style; requested by DarkSypher. -Changed the log analyzer. Logfile is now analyzed BEFORE it's processed to make sure it's in good shape! -Added the PROGRESS METER (not "fully working" yet). A progress meter will display while running in normal (non-silent) mode in the console. Use --silent if you are running isg on crontab. -Added isg.err logfile, to keep track of any error output, rather than spitting out to the console/shell. Saves time especially if run on a big logfile with lots of errors over a dial-up connection to your shell. You can just read isg.err if you want details. It's timestamped (fixing some of these issues)! -Moved some code from isg.c to a new datetime.c file, to reduce isg.c's filesize.