2003-10-05 10:13  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.c: Minor fix

2003-10-05 09:41  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Clean example config

2003-10-05 09:40  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, th_config.h: Minor adjustments into debug
	code

2003-10-05 03:33  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, th_config.c, th_config.h, userlist.c: Fixed
	several, although not really meaningful, memoryleaks

2003-09-29 08:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, th_args.c, th_args.h, th_util.c, th_util.h:
	Minor changes and fixes.

2003-09-29 08:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Updated and improved example configuration.

2003-09-27 04:31  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: Debug commented out

2003-09-27 04:26  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, userlist.c: Fixed a long-standing bug in userlist
	handling, linked list delete was flawed :(

2003-09-27 02:25  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Removed autoalias.

2003-09-27 02:24  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h: Removed nick autoalias, it was mostly
	useless, didn't work and is now replaced by autofollow+friends.

2003-09-27 01:11  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i, userlist.c: Minor improvements
	and cleanups.

2003-09-27 01:10  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/SUGGESTIONS.txt: New stuff in TODO...

2003-06-22 00:36  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* unix/irssi-multichan.sh: Only try to read channel-specific
	configuration file, if it exists.

2003-06-03 18:54  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: Added option and function headers.

2003-06-03 18:54  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Added support for nick-change detection and optional
	"following" of nicks and VERY experimental simple heuristics to the
	nick following.

2003-06-03 18:53  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/userlist.c: Added some userlist-management functions.

2003-06-03 15:02  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, in_formats.h, userlist.c: Several features
	and bug-fixes in state of flux

2003-06-01 06:24  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: version 0.3.6

2003-06-01 05:59  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Fixed the filename of c64.css in example
	configuration.

2003-06-01 05:57  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/strmatch.c: Return failed returncode if some tests did not
	pass.

2003-06-01 05:56  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.c: Greatly optimized the patternmatcher functions
	th_str*match()

2003-05-30 16:55  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/in_formats.h: Re-added "irssi-th" input-format.

2003-05-30 16:55  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed a signed/unsigned comparision.

2003-05-30 16:54  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: Makefile, Makefile.w32: Added -W option

2003-05-28 15:52  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/Makefile: Added linkflag -lm

2003-05-28 15:52  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: v0.3.5

2003-05-28 15:32  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/Makefile: Added -ansi -pedantic

2003-05-28 15:30  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Changed illegal //-comments to /* */

2003-05-28 15:15  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed some bugs in the parser.

2003-05-28 01:40  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Some additional fixes and optimizations in parser

2003-05-28 01:17  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed some bugs in the new parser-engine.

2003-05-28 01:16  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.h: Added scandinavian characters in some
	th_is*()-macros and a th_isspecial() that checks for some special
	characters used in IRC.

2003-05-27 22:12  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Improved example configuration.

2003-05-27 19:47  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Fixed path to images.

2003-05-27 19:38  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Typofix

2003-05-27 19:37  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Updated example config for picture-support

2003-05-27 19:36  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.h, out_xhtml.i: Finally added support for user
	pictures and option to enable them.

2003-05-27 19:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Removed debug

2003-05-27 18:12  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i: Added new option to use only
	top-list users for funny-stats.

2003-05-27 18:11  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/: SUGGESTIONS.txt, TODO: Updated TODO due to implemented
	features.

2003-05-27 18:11  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* README: Updated documentation.

2003-05-27 18:10  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg: Added new configuration option to compute
	funny-stats only from top-list users.

2003-05-27 16:09  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_util.c: Minor optimizations in patternmatcher

2003-05-27 15:58  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: Makefile.gen, strmatch.c: Minor changes in self-test

2003-05-27 15:05  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* FAQ, README: Updated documentation

2003-05-27 14:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: Version 0.3.4

2003-05-27 14:22  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* users.cfg: Example userfile updated to match recent improvements

2003-05-25 09:13  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: out_xhtml.i, th_util.c: Few new funstats

2003-05-25 09:12  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/in_formats.h: Updated format definitions for new parser
	engine

2003-05-25 08:55  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h: New parser-engine

2003-05-25 02:45  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Added small helper functions

2003-05-22 00:34  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, th_config.c, th_util.c, th_util.h, userlist.c:
	Minor fixes for potential signedness problems. Added th_* wrapper
	macros for is*() and to*() functions.

2003-05-21 07:43  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Removed unnecessary assert()

2003-05-21 07:40  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/th_config.c: Improved error resiliency in configuration
	handling.

2003-05-21 07:28  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/in_formats.h: Added preliminal support for mIRC log-format

2003-05-21 06:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Fixed verbosity level

2003-05-13 12:19  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, th_config.c, th_util.c: Fixes for SunOS/Solaris
	compilation warnings

2003-05-13 10:04  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Added link to http://www.tnsp.org/fisg.php in
	generated pages

2003-05-11 04:49  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* .addlog-email: Removed addlog-files

2003-05-11 04:28  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* FAQ, users.cfg: Updated examples and FAQ

2003-05-11 04:28  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* ChangeLog: Removed ChangeLog (will be autogenerated from CVS now
	on)

2003-05-11 04:27  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.h: version 0.3.2

2003-05-06 06:09  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Added new smilies to the detection.

2003-05-06 05:56  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/fisg.c: Changed the happiness-computation again :P

2003-05-05 21:50  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i: Improved computation of "most
	caps"-user and happiness-level

2003-05-05 20:56  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: Fixed happiness-calculation

2003-05-05 13:48  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: [no log message]

2003-05-05 12:25  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.c, out_xhtml.i, out_xhtmls.c:
	Changed computation of "happiness"-indicator

2003-05-05 10:53  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.h, in_formats.h: v0.3.1

2003-05-05 09:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/out_xhtml.i: [no log message]

2003-05-05 08:33  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* data/: blue-h.png, blue-v.png, green-h.png, green-v.png,
	red-h.png, red-v.png, yellow-h.png, yellow-v.png, plain/blue-h.png,
	plain/blue-v.png, plain/green-h.png, plain/green-v.png,
	plain/red-h.png, plain/red-v.png, plain/yellow-h.png,
	plain/yellow-v.png: Added more datafiles

2003-05-05 08:32  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* data/: c64.css, grayblue.css, happy1.gif, happy2.gif, happy3.gif,
	happy4.gif, happy5.gif, happy6.gif, pisg.css, simple.css,
	c64/happy1.gif, c64/happy2.gif, c64/happy3.gif, c64/happy4.gif,
	c64/happy5.gif, c64/happy6.gif: Added datafiles

2003-05-05 08:24  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* data/: style-c64.css, style-pisg.css: Removed obsolete files

2003-05-05 08:23  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* ChangeLog: Added ChangeLog

2003-05-05 08:22  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* example.cfg, users.cfg: Updated example configurations

2003-05-05 08:05  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/: TODO, fisgtest.html: Removed unnecessary bugreport file

2003-05-05 07:39  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, fisg.h, out_xhtml.i: Made "happiness" and "random
	comment" in output optional

2003-05-05 05:51  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* FAQ, example.cfg: Example configuration updated

2003-05-05 05:46  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.h, out_xhtml.i: Added support for optional sections

2003-05-05 05:33  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, out_formats.c, out_formats.h: Minor re-structuring

2003-05-04 03:10  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: fisg.c, th_util.c, th_util.h: Fixed erratically accepting
	nicks with whitespaces in end.	Added case-sensitive strmatch().

2003-03-27 14:01  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* .addlog-email: paskaa

2003-03-27 13:59  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* src/: Makefile, fisg.c, fisg.h, out_xhtml.i: FISG 0.3.x-haara

2003-03-27 13:59  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* TODO/: SUGGESTIONS.txt, TODO, fisgtest.html: uusi TODO

2003-03-27 13:58  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* users.cfg: joo

2003-03-27 13:48  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* COPYING, FAQ, INSTALL, README, example.cfg, users.cfg,
	data/style-c64.css, data/style-pisg.css, src/Makefile,
	src/Makefile.gen, src/Makefile.w32, src/fisg.c, src/fisg.h,
	src/in_formats.h, src/out_formats.c, src/out_formats.h,
	src/out_xhtml.c, src/out_xhtml.i, src/out_xhtmls.c, src/strmatch.c,
	src/th_args.c, src/th_args.h, src/th_config.c, src/th_config.h,
	src/th_util.c, src/th_util.h, src/userlist.c,
	unix/irssi-multichan.sh: Initial import

2003-03-27 13:48  Matti Hmlinen (ccr/TNSP) <ccr@tnsp.org>

	* COPYING, FAQ, INSTALL, README, example.cfg, users.cfg,
	data/style-c64.css, data/style-pisg.css, src/Makefile,
	src/Makefile.gen, src/Makefile.w32, src/fisg.c, src/fisg.h,
	src/in_formats.h, src/out_formats.c, src/out_formats.h,
	src/out_xhtml.c, src/out_xhtml.i, src/out_xhtmls.c, src/strmatch.c,
	src/th_args.c, src/th_args.h, src/th_config.c, src/th_config.h,
	src/th_util.c, src/th_util.h, src/userlist.c,
	unix/irssi-multichan.sh: Initial revision

