2003-05-16 20:34  Josef Spillner <dr_maux@users.sourceforge.net>

	* autogen.sh: - apply autogen.sh changes from libggz

2003-05-11 11:23  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/metaservconf.xml: - update the metaserver
	configuration to reflect the new server versions

2003-05-11 01:52  Josef Spillner <dr_maux@users.sourceforge.net>

	* configure.ac: - set the package version number (via configure.ac)
	to 0.0.7

2003-05-11 01:42  Josef Spillner <dr_maux@users.sourceforge.net>

	* README: - version update

2003-05-11 01:25  Josef Spillner <dr_maux@users.sourceforge.net>

	* man/: ggz-cmd.1, metaserv.1, telggz.1: - (slight) manpage updates
	
	Some are a bit out of date, this should be fixed for 0.0.8.

2003-05-11 01:17  Josef Spillner <dr_maux@users.sourceforge.net>

	* NEWS, README.GGZ, autogen.sh: - update common files for 0.0.7 in
	utils

2003-05-10 16:38  Josef Spillner <dr_maux@users.sourceforge.net>

	* autogen.sh: - sync autogen.sh

2003-05-10 13:31  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: Makefile.am, metaserv/Makefile.am: - fix 'make
	distcheck' - also, exclude gui-* from the distribution again

2003-05-10 09:02  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: chat.c, main.c, net.c: - setup room handlers only once -
	announce if line is buffered - version bump

2003-05-10 08:31  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/metaserv.c: - remove odd square bracket

2003-05-10 07:50  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/: helper.c, helper.h, metaserv.c: - compiler
	warning fixes

2003-05-05 15:03  Josef Spillner <dr_maux@users.sourceforge.net>

	* m4/ggz.m4: - add -fsigned-char

2003-03-30 17:36  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/minidom.c: - strip leading and trailing
	whitespace in values, so input -> output chains   should now be
	idempotent

2003-03-30 17:11  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: metaserv/Makefile.am, metaserv/helper.c,
	metaserv/metaserv.c, minidom/minidom.c, minidom/minidom.h: - more
	flexible dump function for minidom so the DOM tree can now be
	dumped to   a file, too - add daemon mode (-d) to the metaserver -
	add cache file support (-C) to the metaserver
	
	Running as follows:  metaserv -c /etc/metaservconf.xml -C
	/var/cache/metaserv/cache.xml -d will now allow for permanent
	updates of the configuration.  This is the first step towards
	real-time updates, with a few bugs removed it should already be
	possible to export server stats etc. to it.
	
	There will eventually be two main modes: - as daemon with XML cache
	file - as non-daemon (via xinetd and friends) with a database
	backend

2003-03-29 11:44  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: Makefile.am, gui-qt/Makefile.gui-qt,
	gui-qt/qmetagui.cpp: - update metaserver stuff - include various
	GUIs in distribution tarballs

2003-03-29 11:33  Josef Spillner <dr_maux@users.sourceforge.net>

	* autogen.sh: - apply improverished autogen globally

2003-03-29 11:27  Josef Spillner <dr_maux@users.sourceforge.net>

	* m4/ggz.m4: - update GGZ macro file

2003-02-19 23:53  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/: Makefile.am, README.metaserv, helper.c,
	helper.h, metaserv.c, metaservconf.xml: - add --configuration
	option to specify an alternative configuration file - more clever
	balancing of entries according to their priority (so entries with  
	low priority appear seldomly, but do not starve) - in a result,
	return all attributes found, possibly including server location  
	and speed - new class: help to get some basic help in plain text
	format	  help:// (in URI notation)    <help/> (in XML notation) -
	update examples

2003-02-18 22:31  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: chat.c, chat.h, main.c, meta.c, meta.h, net.c, net.h: -
	don't crash if user enters number larger than number of entries in
	the server   list - don't hardcode port number, use retrieved value
	instead - show MOTD upon login - use location and speed parameters,
	once the metaserver transmits them - obvious bugfix: use
	ggzcore_server_get_fd() instead of _channel() - print correct error
	messages, not just their numbers

2003-02-18 22:28  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/minidom.c: - fix for successive MD_query calls:
	reset result list
	
	This is more like a dirty workaround, hopefully nothing will break.

2003-02-16 16:13  Josef Spillner <dr_maux@users.sourceforge.net>

	* cmd-client/main.c, telggz/net.c: - don't use TLS for now

2003-02-16 16:12  Josef Spillner <dr_maux@users.sourceforge.net>

	* acconfig.h, configure.ac: - remove obsolete acconfig.h, modify
	configure.ac accordingly - check for ggzcore if only telggz is
	selected - remove check for popt because it was only used by grubby
	once upon a time
	
	There is a problem left: If only GNOME 2.x is installed, the macro
	INSIDE_GNOME_COMMON is not defined, which will always abort the
	configuration (no matter whether motd-editor is included).  My
	guess is that motd-editor should be ported to GNOME 2.x so we can
	drop 1.x support entirely, and have less problems.

2003-02-16 14:00  Josef Spillner <dr_maux@users.sourceforge.net>

	* autogen.sh: - new autogen.sh

2003-02-04 20:06  Jason Short <jdorje@users.sourceforge.net>

	* configure.ac: Run autoupdate over configure.ac.

2003-02-04 20:04  Jason Short <jdorje@users.sourceforge.net>

	* m4/gnome.m4: I couldn't find an autoconf2.5x-compatible gnome
	macro file (!), so I just made a quick change to the existing one.

2003-02-04 03:02  Jason Short <jdorje@users.sourceforge.net>

	* autogen.sh, configure.ac, configure.in: Step 1 of
	autoconf2.5x-only support: rename configure.in as configure.ac.

2003-01-18 01:58  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: main.c, meta.c: - terminate strings read from the
	network correctly - for queries, use GGZ version number, not TelGGZ
	version

2003-01-12 12:40  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/metaserv.c, ggzcomm/main.c: [powerpc]
	
	- getopt returns int, not char

2002-12-20 05:59  Jason Short <jdorje@users.sourceforge.net>

	* Makefile.am, acinclude.ggz, acinclude.gnome, autogen.sh,
	m4/ggz.m4, m4/gnome.m4: Move acinclude.* to m4/*.m4.

2002-12-15 13:04  Josef Spillner <dr_maux@users.sourceforge.net>

	* cmd-client/main.c: - add batch processing feature, mostly to
	avoid sniffing passwords, but also to	allow for saving common
	broadcast texts etc.

2002-12-09 14:09  Josef Spillner <dr_maux@users.sourceforge.net>

	* cmd-client/main.c: - include sys/time.h for old libc
	compatibility

2002-11-23 19:16  Josef Spillner <dr_maux@users.sourceforge.net>

	* .cvsignore: - update cvsignore

2002-11-20 23:34  Josef Spillner <dr_maux@users.sourceforge.net>

	* cmd-client/main.c: - add 'checkonline' command to ggz-cmd

2002-10-16 02:07  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Improvement (hopefully :-) to acinclude.ggz.  Now
	each GGZ check takes two optional parameters.  For instance:
	
	  AC_GGZ_LIBGGZ(action-if-found, action-if-not-found)
	
	'action-if-found' will be evaluated if the specified module was
	found.	'action-if-not-found' will be evaluated if the module is
	not found.  This is consistent with other autoconf macros.  If
	'action-is-not-found' is empty, then an error will be emitted if
	the module isn't found.  If 'action-if-not-found' is "ignore", then
	the module will simply be ignored if it's not found.
	
	This is not entirely backwards-compatible, since "ignore" used to
	be the first parameter to the macro.  But this way is more
	consistent, in my opinion.

2002-10-10 01:37  Jason Short <jdorje@users.sourceforge.net>

	* telggz/net.c: Modify telggz to use the new ggzcore interface. 
	This is rather straightforward and likely to work, but it has not
	been tested since telggz doesn't work right now.

2002-10-08 02:03  Josef Spillner <dr_maux@users.sourceforge.net>

	* README: - s/0.0.5/0.0.6

2002-10-08 00:06  Josef Spillner <dr_maux@users.sourceforge.net>

	* cmd-client/Makefile.am, telggz/Makefile.am: - fix makefiles:
	include $(GGZCORE_LDFLAGS)

2002-10-07 23:28  Jason Short <jdorje@users.sourceforge.net>

	* NEWS: Rewrote NEWS for 0.0.6, and propogated it to all modules.

2002-10-07 23:16  Josef Spillner <dr_maux@users.sourceforge.net>

	* ChangeLog: - update changelog for 0.0.6

2002-10-01 23:28  Jason Short <jdorje@users.sourceforge.net>

	* motd-editor/callbacks.c: #if 0...#endif to disable an unused
	function.

2002-10-01 20:52  Josef Spillner <dr_maux@users.sourceforge.net>

	* configure.in: - use configure.in for AC_INIT

2002-09-29 15:58  Josef Spillner <dr_maux@users.sourceforge.net>

	* configure.in: [gentoo] - fix brackets for configure.in checks
	(this was not yet synced)

2002-09-29 15:52  Josef Spillner <dr_maux@users.sourceforge.net>

	* acconfig.h, acinclude.gnome: [gentoo] - acinclude.gnome updates -
	predefine HAVE_LIBSM (needed for Gnome)
	
	This comment written in nano. Ugh.

2002-09-29 14:35  Josef Spillner <dr_maux@users.sourceforge.net>

	* man/ggz-cmd.1, man/metaserv.1, man/telggz.1, acinclude.gnome,
	autogen.sh, configure.in: - new: acinclude.gnome for GNOME
	configuration - bump version numbers

2002-09-27 10:58  Josef Spillner <dr_maux@users.sourceforge.net>

	* autogen.sh: - new autogen

2002-09-26 13:28  Josef Spillner <dr_maux@users.sourceforge.net>

	* acinclude.ggz, configure.in: - deploy new acinclude.ggz

2002-09-24 09:33  Josef Spillner <dr_maux@users.sourceforge.net>

	* QuickStart.GGZ, README.GGZ: - update intro docs

2002-09-24 00:45  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Update acinclude.ggz in the txt-client, and label
	acinclude.ggz as being included in txt-client.

2002-09-19 18:41  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/gui-qt/Makefile.gui-qt: - use qt-mt instead of qt

2002-09-19 18:17  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Include gnome-client on the list of modules that
	use acinclude.ggz.

2002-09-17 05:37  Jason Short <jdorje@users.sourceforge.net>

	* Makefile.am, configure.in, motd-editor/.cvsignore,
	motd-editor/AUTHORS, motd-editor/COPYING, motd-editor/ChangeLog,
	motd-editor/INSTALL, motd-editor/Makefile, motd-editor/Makefile.am,
	motd-editor/NEWS, motd-editor/README, motd-editor/acconfig.h,
	motd-editor/autogen.sh, motd-editor/callbacks.c,
	motd-editor/callbacks.h, motd-editor/config.cache,
	motd-editor/config.h, motd-editor/configure.in,
	motd-editor/interface.c, motd-editor/interface.h,
	motd-editor/main.c, motd-editor/stamp-h, motd-editor/stamp-h.in,
	motd-editor/support.c, motd-editor/support.h,
	motd-editor/intl/.cvsignore, motd-editor/po/.cvsignore,
	motd-editor/po/Makefile, motd-editor/po/POTFILES,
	motd-editor/po/POTFILES.in, motd-editor/src/.cvsignore,
	motd-editor/src/Makefile.am, motd-editor/src/callbacks.c,
	motd-editor/src/callbacks.h, motd-editor/src/interface.c,
	motd-editor/src/interface.h, motd-editor/src/main.c,
	motd-editor/src/support.c, motd-editor/src/support.h: Remove
	configure.in and associated stuff from the motd-editor directory. 
	Change configure.in and Makefile.am so that the motd-editor is
	compile.

2002-09-17 02:44  Jason Short <jdorje@users.sourceforge.net>

	* cmd-client/main.c: One final fix: use the server FD we track
	instead of ggzcore_server_get_channel (which means something
	different now) as the GGZCore server FD.

2002-09-17 02:15  Jason Short <jdorje@users.sourceforge.net>

	* cmd-client/main.c: - Put a 10-second timeout on the connection to
	the server.  - Make sure the server reads data from the correct FD.
	 A change to   ggzcore made the old code pass an invalid FD, thus
	totally breaking the   program.  - Removing trailing \n from
	ggz_debug lines.

2002-09-17 01:59  Jason Short <jdorje@users.sourceforge.net>

	* cmd-client/main.c: - Replaced most stderr debugging output with
	ggz_debug.  - Enable ggz_debug types when DEBUG is defined.  -
	#include "config.h"

2002-09-14 23:21  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: chat.c, chat.h, main.c, meta.c, meta.h, net.c, net.h: -
	source code cleanups - support for room join/leave events

2002-09-09 07:54  Jason Short <jdorje@users.sourceforge.net>

	* ggzcomm/ggzcommgen.c: Added missing #include "ggzcommgen.h".

2002-09-09 07:53  Jason Short <jdorje@users.sourceforge.net>

	* telggz/: chat.c, chat.h, main.c, meta.h, net.h: - Added missing
	#include "chat.h" to chat.c.  - Marked some functions as static.  -
	Mark function parameter lists as "void" in prototypes to avoid a  
	compiler warning, and enable stricter parameter checking by the  
	compiler.  - Rename VERSION macro as TELGGZ_VERSION, to avoid
	conflict with the   VERSION that's #defined in config.h.

2002-09-09 07:46  Jason Short <jdorje@users.sourceforge.net>

	* metaserv/metaserv/metaserv.c: Marked some functions as static.

2002-09-09 07:41  Jason Short <jdorje@users.sourceforge.net>

	* cmd-client/main.c, metaserv/minidom/minidom.c: Mark some
	functions as static.

2002-08-20 22:45  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Changed -I<directory> to -isystem<directory> to
	avoid warnings in gcc3.

2002-08-12 20:01  Josef Spillner <dr_maux@users.sourceforge.net>

	* ggzcomm/tictactoe.protocol: - updated the TTT protocol
	description

2002-06-16 14:26  Josef Spillner <dr_maux@users.sourceforge.net>

	* cmd-client/main.c, telggz/meta.c, telggz/net.c: - fix cmd-client
	and telggz: add ggzcore_server_read_data channel parameter - fix
	segfault in TelGGZ's meta server handling

2002-05-25 19:08  Josef Spillner <dr_maux@users.sourceforge.net>

	* ggzcomm/: chess.protocol, dots.protocol, ggzcommgen.c,
	hastings.protocol, muehle.protocol: - fix: generate missing bracket
	for opcode read statement - add 4 more protocol description files
	
	It seems that none of our games has a static protocol.	A
	reconsideration of the 'eval' statement would however make some of
	them usable, so I'm going to think over it again.  Of special
	interest is chess, which evaluates a non-protocol variable.

2002-05-05 09:13  Jason Short <jdorje@users.sourceforge.net>

	* cmd-client/main.c: Added support for different server ports to
	cmd-client.

2002-05-01 09:53  Josef Spillner <dr_maux@users.sourceforge.net>

	* ggzcomm/: ggzcommgen.rb, tictactoe.protocol: - add GGZCommEvent
	class - some more implementation done

2002-05-01 00:09  Josef Spillner <dr_maux@users.sourceforge.net>

	* ggzcomm/: .cvsignore, Makefile.am, ggzcards.protocol,
	ggzcommgen.c, ggzcommgen.rb, protocol-format.txt,
	tictactoe.protocol: - started alternative implementation for
	ggzcomm source generator

2002-04-27 09:14  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/metaserv.c: - treat EOF correctly (disconnect)

2002-04-24 17:15  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - build ggzcomm stuff correctly
	(depends on minidom for XML parsing)

2002-04-24 17:15  Josef Spillner <dr_maux@users.sourceforge.net>

	* ggzcomm/.cvsignore, ggzcomm/DESIGN, ggzcomm/Makefile.am,
	ggzcomm/ggzcommgen.c, ggzcomm/ggzcommgen.h, ggzcomm/main.c,
	ggzcomm/tictactoe.protocol, man/Makefile.am, man/ggzcommgen.1: -
	move the not yet complete ggzcommgen to the utils module

2002-04-14 14:53  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/main.c: - use correct version (not 0.0.5pre hardcoded)

2002-04-13 09:15  Brent Hendricks <bmh@users.sourceforge.net>

	* ChangeLog: 
	- Updated for 0.0.5 release

2002-04-13 06:44  Josef Spillner <dr_maux@users.sourceforge.net>

	* configure.in: - bump version to 0.0.5

2002-04-13 06:06  Brent Hendricks <bmh@users.sourceforge.net>

	* AUTHORS, NEWS, QuickStart.GGZ, README.GGZ: 
	- Doc file updates

2002-04-13 02:45  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am: - remove local make clean rule again

2002-04-12 23:06  Brent Hendricks <bmh@users.sourceforge.net>

	* AUTHORS, NEWS, QuickStart.GGZ, README.GGZ: 
	- Doc file updates

2002-04-12 19:45  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am: - remove local make clean rule again

2002-04-10 09:01  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/Makefile.am: - fix telggz includes

2002-04-10 08:59  Josef Spillner <dr_maux@users.sourceforge.net>

	* cmd-client/Makefile.am: - fix cmd-client includes

2002-04-10 08:22  Josef Spillner <dr_maux@users.sourceforge.net>

	* acconfig.h, configure.in: - define PREFIX for use in C source
	files

2002-04-10 08:22  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/: metaserv.c, metaservconf.xml: - update
	metaserver configuration file to reflect all upcoming 0.0.5 servers
	- don't log trailing line breaks

2002-04-09 15:40  Josef Spillner <dr_maux@users.sourceforge.net>

	* debian/: control, rules: - finalize utils

2002-04-07 05:59  Josef Spillner <dr_maux@users.sourceforge.net>

	* debian/.cvsignore: - update cvsignore file

2002-04-07 05:58  Josef Spillner <dr_maux@users.sourceforge.net>

	* debian/: changelog, control, copyright, rules: - debianize
	utilies package

2002-04-07 05:53  Josef Spillner <dr_maux@users.sourceforge.net>

	* man/ggz-cmd.1: - forgot the new one :)

2002-04-07 05:52  Josef Spillner <dr_maux@users.sourceforge.net>

	* man/: Makefile.am, cmd-client.1, metaserv.1, telggz.1: - add more
	manpages, and rename the one for the cmd-client

2002-04-07 05:48  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am: - make clean rule

2002-04-07 05:47  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/Makefile.am: - don't install minidom test
	program

2002-04-07 05:38  Josef Spillner <dr_maux@users.sourceforge.net>

	* .cvsignore: - update cvsignore file

2002-04-06 09:39  Josef Spillner <dr_maux@users.sourceforge.net>

	* acinclude.ggz: - sync acinclude.ggz

2002-04-06 02:02  Jason Short <jdorje@users.sourceforge.net>

	* telggz/Makefile.am: Change telggz_LDADD:   - Remove
	-L/usr/local/lib   - Add $(LDADD)   - Change -lggzcore to
	$(LIB_GGZCORE)	 - Change $(top_srcdir)/... to $(top_builddir)/... 
	With these changes (specifically the last one), a "make distcheck"
	should now succeed for the utils module.

2002-04-06 01:50  Jason Short <jdorje@users.sourceforge.net>

	* telggz/Makefile.am: Added *.h files to telggz_SOURCES.

2002-04-06 01:43  Jason Short <jdorje@users.sourceforge.net>

	* metaserv/minidom/Makefile.am: - Added minidom.h to
	libminidom_a_SOURCES, so that it's distrbiuted with   "make dist". 
	- Just for good measure, added README.minidom and metasrv.xml to  
	EXTRA_DIST.

2002-04-06 01:35  Jason Short <jdorje@users.sourceforge.net>

	* Makefile.am, configure.in: - Added cmd-client to DIST_SUBDIRS in
	Makefile.am.  - Added some explanatory comments to Makefile.am.  -
	Changed the ending output of configure slightly.

2002-04-06 01:00  Jason Short <jdorje@users.sourceforge.net>

	* man/Makefile.am: Change "SUBDIRS =" to "SUBDIRS = ." so that
	"make dist" will work properly.

2002-04-05 16:23  Josef Spillner <dr_maux@users.sourceforge.net>

	* README: - update package information

2002-04-05 16:03  Josef Spillner <dr_maux@users.sourceforge.net>

	* README.GGZ: - update installation instructions and overview

2002-03-25 14:19  Josef Spillner <dr_maux@users.sourceforge.net>

	* grubby/.cvsignore: - another .cvsignore

2002-03-25 14:18  Josef Spillner <dr_maux@users.sourceforge.net>

	* man/: Makefile.am, cmd-client.1: - add (alibi) man page for
	cmd-client

2002-03-25 14:13  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/.cvsignore: - forgot a .cvsignore file

2002-03-25 14:11  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - don't build (re)moved projects

2002-03-25 14:10  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/: GGZ-TLS, Makefile.am, Preparation, README.gensecure,
	TODO, example.cert: - some more stuff

2002-03-25 14:08  Josef Spillner <dr_maux@users.sourceforge.net>

	* agrue/.cvsignore, agrue/Makefile.am, agrue/agrue.c,
	agrue/launch_grues, agrue/protocols.h, gensecure/io/.cvsignore,
	gensecure/io/Makefile.am, gensecure/io/main.c,
	gensecure/src/.cvsignore, gensecure/src/Makefile.am,
	gensecure/src/client.c, gensecure/src/configuration.h,
	gensecure/src/gensecure.h, gensecure/src/gensocket.c,
	gensecure/src/gensocket.h, gensecure/src/list.c,
	gensecure/src/list.h, gensecure/src/server.c, gensecure/src/tls.c,
	gensecure/src/tls.h, grubby/Makefile.am, grubby/agrub.c,
	grubby/agrub_popt.h, grubby/chat.c, grubby/chat.h,
	grubby/commands.c, grubby/commands.h, grubby/datatypes.h,
	grubby/grubby-config.pl, grubby/init.c, grubby/init.h,
	grubby/log.c, grubby/log.h, grubby/loop.c, grubby/loop.h,
	grubby/messages.h, grubby/net.c, grubby/net.h, grubby/popt.c,
	grubby/protocols.h, grubby/support.c, grubby/support.h,
	man/agrub.6, man/agrue.6, man/grubby.6: - remove stuff which has
	been either moved to the Playground or has been   deprecated

2002-03-16 12:33  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/main.c: - someone forgot to adapt this to the latest
	ggzcore changes

2002-02-25 21:33  Jason Short <jdorje@users.sourceforge.net>

	* motd-editor/po/.cvsignore: Dammit!  One final file that I missed.

2002-02-25 21:29  Jason Short <jdorje@users.sourceforge.net>

	* motd-editor/: .cvsignore, config.status, intl/.cvsignore,
	macros/.cvsignore, macros/Makefile, po/.cvsignore, po/ChangeLog,
	po/Makefile.in, src/.cvsignore, src/Makefile: Remove still more
	files from the repoitory (including some I'd missed before...with
	such a long list of files it's hard to catch them all), and added
	extra auto-generated files to the .cvsignore files.
	
	I'm still doubtful that this is actually useful, but I'm really
	tired of seeing several pages of ignored or modified files on every
	update.

2002-02-25 21:20  Jason Short <jdorje@users.sourceforge.net>

	* motd-editor/: .cvsignore, Makefile, aclocal.m4, confdefs.h,
	config.h, config.h.in, config.log, config.status, configure:
	Removed additional automatically-generated files from the
	repository.

2002-02-25 21:07  Jason Short <jdorje@users.sourceforge.net>

	* motd-editor/: .cvsignore, Makefile.in, macros/.cvsignore,
	macros/Makefile.in, src/.cvsignore, src/Makefile.in: Removed
	Makefile.in files from CVS repository.
	
	I'm not quite sure what's up with the motd-editor directory.  It's
	a subdir of the utils module, but seems to be its own separate
	unit, complete with autogen.sh and all other autoconf files.  Is
	this code still relevant?

2002-02-25 20:56  Jason Short <jdorje@users.sourceforge.net>

	* acconfig.h, configure.in: Change autoconf system so that if DEBUG
	is not defined (--enable-debug, currently on by default) we'll get
	NDEBUG defined instead.

2002-02-11 09:58  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/: .cvsignore, minidom.c: - fix gcc3 + -Wall on
	libminidom - don't commit the scheduler, rather put it in
	.cvsignore
	
	If anybody is really interested in this iPaq stuff I can take it
	in, but it's not developed in our CVS, and not very functional yet.
	 I wish I actually had a handheld.... but Linux + FBdev work quite
	well.

2002-02-11 08:50  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/: README.minidom, minidom.c: - fix
	!DOCTYPE-related dangling pointer bug
	
	I never intended to support those advanced tags, but the possible
	use on an iPaq makes me fix bugs right away :)
	http://desk.crynwr.com/scap/toipaq.cgi?fn=port.25096.png
	
	I don't understand why Qt/embedded doesn't include their QDom
	classes, but anyway...

2002-02-11 03:57  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/gui-custom/: Information, freeciv-index.php: - Let's
	break freeciv's monopoly on freeciv metaserver entry pages :)
	
	Once both querying and updating works, we should be able to support
	all kind of meta entries, because freeciv's already require a bit
	of flexibility.

2002-02-11 03:52  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/metaservconf.xml: - add freeciv dummy entry

2002-02-03 15:02  Jason Short <jdorje@users.sourceforge.net>

	* agrue/Makefile.am: Oops: removed $(LIB_EASYSOCK) from LDADD.

2002-02-03 15:01  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Updated acinclude.ggz from changes made in ggzd.

2002-02-03 15:01  Jason Short <jdorje@users.sourceforge.net>

	* configure.in, agrue/Makefile.am, agrue/agrue.c: - Changed
	configure check for easysock to one for libggz.  - Make sure agrue
	is linked with libggz.	- Change all es_*** function calls to
	ggz_*** ones.

2002-02-03 14:58  Jason Short <jdorje@users.sourceforge.net>

	* grubby/: chat.c, net.c: Removed unneeded "#include <easysock.h>"
	directives.

2002-01-19 13:36  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/net.c: - tell id on hook error

2002-01-16 05:58  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/Makefile.am: - build only one binary

2002-01-16 05:56  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/: configuration.h, gensocket.c, gensocket.h,
	server.c: - remove unneeded files (metaserv handles connections on
	its own)

2002-01-16 05:53  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/metaserv.c: - add getopt command line options -
	add logging - one step further now: peer notifications

2002-01-12 04:13  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Added acinclude.ggz to ggzd and ggz-client-libs.

2002-01-12 04:05  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Added libggz support to acinclude.ggz.

2002-01-08 05:13  Jason Short <jdorje@users.sourceforge.net>

	* agrue/Makefile.am: Oops!  Add easysock lib to LDADD.

2002-01-08 04:04  Jason Short <jdorje@users.sourceforge.net>

	* cmd-client/main.c: Doh!  Updated dates to 2002 instead of 2001.

2002-01-08 04:03  Jason Short <jdorje@users.sourceforge.net>

	* .cvsignore, autogen.sh, configure.in, cmd-client/.cvsignore,
	cmd-client/Makefile.am, cmd-client/main.c: Added cmd-client
	command-line GGZ client-like program.	 - Updated configure.in,
	autogen.sh, and acinclude.m4 to use	 acinclude.ggz.    - Added
	the configure and build process for ggz-cmd: we check for     
	ggzcore, etc.	 - Added the ggz-cmd sources.

2002-01-08 03:21  Jason Short <jdorje@users.sourceforge.net>

	* acinclude.ggz: Added acinclude to utils/ module, and updated the
	years on the copyright notice.

2001-12-22 13:02  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/metaservconf.xml: - T.E.G. entry in the
	metaserver configuration file

2001-12-22 11:23  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: README.telggz, xinetd.conf: - Replace inetd with xinetd,
	and provide configuration file for that.  - This works perfectly :)
	  The TelGGZ on mindx.dyndns.org will now be installed permanently
	again. Logging into jzaun.com works too again, maybe the server
	just hung yesterday.

2001-12-22 10:59  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/meta.c: - stupid me: fixed segfault in meta_sync in case
	cache file is not present - the underlying problem is a more nasty
	one: either one can run inetd as normal user, or someone codes a
	substitute, or there already exists a substitute

2001-12-21 17:42  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: Makefile.am, chat.c, chat.h, main.c, meta.c, meta.h,
	net.c, net.h: - make TelGGZ usable again - it does now work on
	localhost, but it won't connect to jzaun.com although I don't have
	problems using a normal client there :( - new commands: /list
	(shows room list) and /who (shows player list) - inetd support is
	somewhat broken, I don't know why

2001-12-16 19:59  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/Makefile.am: - link to local libgensecure, not
	global one, until this has moved to libggz

2001-12-16 19:58  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: main.c, net.c: - assume non-TLS enabled libggzcore as
	default - include stdlib.h

2001-12-12 08:39  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: README.telggz, main.c, meta.c: - Implement meta server
	URI cache (aka 'the dynamic connection database') - Using file
	$HOME/.ggz/metaserver.cache (intended to be used by other  
	components as well) - Sync cache contents before any queries so the
	list is always up to date

2001-12-12 04:43  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - ensure metaserv/minidom is available
	before telggz is compiled - this will be obsolete once minidom is
	is libggz (if we decide so)

2001-12-12 04:40  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: Makefile.am, chat.c, chat.h, main.c, meta.c, meta.h,
	net.c: - add meta server interface to TelGGZ - actually select
	0.0.5pre entries now - note: somehow I broke something, it doesn't
	want to connect right now. Must   be a bad day today...  - note 2:
	TelGGZ does now require libminidom as XML parser, so I must place  
	that before telggz in makefile.am and configure.in as SUBDIRS is
	created   automatically.

2001-12-09 14:27  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/: .cvsignore, configuration.h, gensocket.c,
	gensocket.h, server.c: - prepare daemon mode, TLS and all that
	stuff

2001-12-09 14:25  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/: Makefile.am, metaserv.c, metaservconf.xml,
	tests.txt: - make meta server silent - update configuration to
	contain one meta server entry

2001-12-09 14:24  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/gui-qt/: qmetagui.cpp, qmetagui.h: - XML template for
	updates... just change username and password - note: all read-only
	functionality here will be wiped soon as it's in kcm_ggz   now

2001-12-09 11:18  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/gui-perl/metaconf.pl: - perl script for the humble meta
	server operators - note: it may currently incompatible with the
	latest changes

2001-12-09 11:16  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: metaserv/Update-Protocol, metaserv/metaserv.c,
	metaserv/metaservconf.xml, metaserv/tests.txt, minidom/minidom.c,
	minidom/minidom.h: - introduce 'realms', a.k.a. simple Access
	Control Lists to avoid that e.g.    someone who is allowed to
	update Atlantik entries updates GGZ as well  - improve format of
	configuration file and update protocol - include some test cases -
	split code into 'optimized' and 'non-optimized' code, separated by
	an #ifdef.    If speed will not be an issue, optimization should
	stay at 1, for better code    however clearing it is recommended

2001-12-08 18:26  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/metaserv/: Configuration, metaserv.c, metaservconf.xml:
	- added detailed configuration manual for the meta server -
	prepared notification of peer servers
	
	... and from this day on, the GGZ Gaming Zone could span multiple
	hosts...

2001-12-08 17:42  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: gui-qt/qmetagui.cpp, gui-qt/qmetagui.h,
	metaserv/README.metaserv, metaserv/Update-Protocol,
	metaserv/metaserv.c, metaserv/metaservconf.xml, minidom/minidom.c:
	- fix a memory bug in libminidom - make our meta server dynamic: it
	does now accept updates from other meta   servers or individuals -
	enhance GUI a bit, but it's still only a preparation for tomorrow's
	commits   :)

2001-11-23 16:01  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: gensecure.h, server.c, tls.c: Remove 3 bugs: -
	don't fail when linked into C++ applications - recognize read and
	write errors - when no TLS is in use, say so (-1 wasn't interpreted
	as 0)

2001-10-26 14:32  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/: main.c, minidom.c, minidom.h: - merging back
	the changes from Copenhagen's CVS module  
	(MindX/copenhagen/server/minidom) - does now allow spaces in
	attributes - some more minor fixes

2001-10-14 17:15  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: client.c, server.c, tls.c: - when encryption is
	not present, always fall back to normal read(2)/write(2)  
	operation without issuing an error - this obsoletes the old macros
	and the gensockwrap.h file

2001-10-14 16:18  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: list.c, list.h: - double-linked list which stores
	TLS objects with their fd and state

2001-10-14 16:16  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: Makefile.am, tls.c, tls.h: - separate context
	object from connection object - gensecure is now able to handle
	more than one connection
	
	Note: the example programs are broken now, but the ggzd/ggzcore
	patches still work the same as before (i.e. only until the login
	message)

2001-10-13 19:11  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: .cvsignore, gensecure.h: - new global header file

2001-10-13 19:10  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: Makefile.am, client.c, gensocket.c, server.c,
	tls.c, tls.h: - add better interface which can quickly be placed
	into clients and servers - handle errors etc. better - just fake
	for now: thread-safety by referencing _tls on filedescriptor basis

2001-10-07 13:02  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: configuration.h, tls.c: - improve gensecure
	functions - gensecure is nearly finished for its first use, however
	the code needs a   cleanup before any usage - OPENSSLCHECK() macro
	introduced for not so common features which may not be	 present in
	older OpenSSL versions - personal note: I learned about GNU-TLS
	today, as an alternative for OpenSSL,	we should keep an eye on
	that.

2001-10-03 08:09  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/src/: client.c, server.c, tls.c, tls.h: - verify
	certificate, but verification is currently always true - show all
	available crypto ciphers - on error try to show internal TLS errors
	as well

2001-09-05 13:46  Justin Zaun <jzaun@users.sourceforge.net>

	* configure.in: 
	- check for openssl/ssl.h, if its not there don't try to build
	GenSecure - output what is going to be built

2001-09-04 13:44  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - now it should work: guru removal

2001-09-04 13:41  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/: io/.cvsignore, src/.cvsignore: - remove guru from
	configure.in and Makefile.am - put .libs in some .cvsignore files

2001-08-12 11:06  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: README.ggz-metaserver, gui-qt/main.cpp,
	gui-qt/qmetagui.cpp, gui-qt/qmetagui.h, metaserv/metaserv.c,
	minidom/main.c, minidom/minidom.c, minidom/minidom.h: - added
	Copyrights - changed c++ comments to c comments

2001-08-12 10:59  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/README.ggz-metaserver: - actually add the global readme
	file for metaserv

2001-08-12 10:59  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: gui-qt/.cvsignore, gui-qt/Makefile.gui-qt,
	gui-qt/main.cpp, gui-qt/qmetagui.cpp, gui-qt/qmetagui.h,
	metaserv/Makefile.am, metaserv/README.metaserv,
	metaserv/metaserv.c, minidom/minidom.c: - add non-blocking GUI for
	Qt (nice for debugging) - fixed a little malloc bug - ready for
	inetd use

2001-08-12 08:43  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/main.c: - minidom is now a library - add
	convenience test program

2001-08-12 08:42  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: metaserv/Makefile.am, metaserv/README.metaserv,
	metaserv/metaserv.c, metaserv/metaservconf.xml, minidom/.cvsignore,
	minidom/Makefile.am, minidom/minidom.c, minidom/minidom.h: - add
	configuration file - replace ggzcore_confio functions with minidom
	XML configuration - handle both query types correctly - on
	URI-based queries, select by priority

2001-08-12 06:06  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/: README.minidom, example.xml, metasrv.xml,
	minidom.c, minidom.h: - add meta server example file - find out
	another limitation - much prettier dump output: now in XML format
	for reuse - fix a null-terminated string bug on attribute
	assignment - simple query/querylist function

2001-08-12 05:15  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/minidom/: README.minidom, example.xml, minidom.c: -
	handle line breaks in values correctly (transform to spaces) -
	handle self-closing tags like <foo/> - accept file name on command
	line (optional) - exclude quotation marks from values - don't throw
	away spaces in values

2001-08-10 12:45  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - update build so metaserv is includes

2001-08-10 12:45  Josef Spillner <dr_maux@users.sourceforge.net>

	* metaserv/: .cvsignore, Makefile.am, metaserv/.cvsignore,
	metaserv/Makefile.am, metaserv/README.metaserv,
	metaserv/metaserv.c, minidom/.cvsignore, minidom/Makefile.am,
	minidom/README.minidom, minidom/example.xml, minidom/minidom.c,
	minidom/minidom.h: - Add first sources for the meta-server - this
	is meant as a stand-alone server until the merging - support for
	URI's and XML information files - includes own DOM implementation

2001-08-09 11:37  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - update build system to include
	telggz

2001-08-09 11:36  Josef Spillner <dr_maux@users.sourceforge.net>

	* telggz/: .cvsignore, Makefile.am, README.telggz, chat.c, chat.h,
	main.c, net.c, net.h: - Add GGZ telnet wrapper: TelGGZ

2001-08-02 10:02  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - version bump to 0.0.5 - include
	libtool in build system

2001-08-02 09:57  Josef Spillner <dr_maux@users.sourceforge.net>

	* motd-editor/: Makefile.in, config.h.in, configure,
	macros/Makefile.in, src/Makefile.in: - modified build system to
	include libtool - version bump to 0.0.5pre

2001-07-14 15:43  Josef Spillner <dr_maux@users.sourceforge.net>

	* motd-editor/intl/: Makefile, po2tbl.sed: - those files are
	automatically created by Gnome

2001-06-24 14:02  Josef Spillner <dr_maux@users.sourceforge.net>

	* configure.in: - updated configure.in to include gensecure

2001-06-24 14:01  Josef Spillner <dr_maux@users.sourceforge.net>

	* gensecure/: .cvsignore, GGZ-TLS, Makefile.am, Preparation,
	README.gensecure, TODO, example.cert, io/.cvsignore,
	io/Makefile.am, io/main.c, src/.cvsignore, src/Makefile.am,
	src/client.c, src/configuration.h, src/gensocket.c,
	src/gensocket.h, src/server.c, src/tls.c, src/tls.h: - add generic
	security server and client - to be used for GGZ TLS encryption and
	authentication

2001-06-18 17:39  Ricardo Quesada <riq@users.sourceforge.net>

	* motd-editor/: AUTHORS, ChangeLog, Makefile.am, NEWS, README,
	acconfig.h, autogen.sh, configure.in, motd-editor.glade,
	stamp-h.in, COPYING, INSTALL, Makefile.in, aclocal.m4, config.h.in,
	config.cache, config.h, config.log, configure, Makefile,
	confdefs.h, config.status, stamp-h, src/Makefile, src/Makefile.am,
	src/Makefile.in, src/callbacks.h, src/interface.c, src/interface.h,
	src/main.c, src/support.c, src/support.h, macros/Makefile.am,
	macros/aclocal-include.m4, macros/autogen.sh,
	macros/compiler-flags.m4, macros/curses.m4, src/callbacks.c,
	intl/Makefile, intl/po2tbl.sed, macros/Makefile,
	macros/Makefile.in, macros/gnome-bonobo-check.m4,
	macros/gnome-common.m4, macros/gnome-fileutils.m4,
	macros/gnome-ghttp-check.m4, macros/gnome-gnorba-check.m4,
	macros/gnome-guile-checks.m4, macros/gnome-libgtop-check.m4,
	macros/gnome-objc-checks.m4, macros/gnome-orbit-check.m4,
	macros/gnome-print-check.m4, macros/gnome-pthread-check.m4,
	macros/gnome-support.m4, macros/gnome-undelfs.m4,
	macros/gnome-vfs.m4, macros/gnome-x-checks.m4,
	macros/gnome-xml-check.m4, macros/gnome.m4, macros/gperf-check.m4,
	macros/linger.m4, macros/need-declaration.m4, po/ChangeLog,
	po/Makefile, po/Makefile.in, po/POTFILES, po/POTFILES.in: Initial
	revision

2001-06-18 17:39  Ricardo Quesada <riq@users.sourceforge.net>

	* motd-editor/: AUTHORS, ChangeLog, Makefile.am, NEWS, README,
	acconfig.h, autogen.sh, configure.in, motd-editor.glade,
	stamp-h.in, COPYING, INSTALL, Makefile.in, aclocal.m4, config.h.in,
	config.cache, config.h, config.log, configure, Makefile,
	confdefs.h, config.status, stamp-h, src/Makefile, src/Makefile.am,
	src/Makefile.in, src/callbacks.h, src/interface.c, src/interface.h,
	src/main.c, src/support.c, src/support.h, macros/Makefile.am,
	macros/aclocal-include.m4, macros/autogen.sh,
	macros/compiler-flags.m4, macros/curses.m4, src/callbacks.c,
	intl/Makefile, intl/po2tbl.sed, macros/Makefile,
	macros/Makefile.in, macros/gnome-bonobo-check.m4,
	macros/gnome-common.m4, macros/gnome-fileutils.m4,
	macros/gnome-ghttp-check.m4, macros/gnome-gnorba-check.m4,
	macros/gnome-guile-checks.m4, macros/gnome-libgtop-check.m4,
	macros/gnome-objc-checks.m4, macros/gnome-orbit-check.m4,
	macros/gnome-print-check.m4, macros/gnome-pthread-check.m4,
	macros/gnome-support.m4, macros/gnome-undelfs.m4,
	macros/gnome-vfs.m4, macros/gnome-x-checks.m4,
	macros/gnome-xml-check.m4, macros/gnome.m4, macros/gperf-check.m4,
	macros/linger.m4, macros/need-declaration.m4, po/ChangeLog,
	po/Makefile, po/Makefile.in, po/POTFILES, po/POTFILES.in: justin's
	MOTD editor

2001-06-18 17:16  Ricardo Quesada <riq@users.sourceforge.net>

	* motds/: Car1, Castle, City, Design1, Devel1, Devel2, Devel3, Dog,
	Dog2, Dragon1, Dragon2, Dragon3, Eagle, Earth, Flamingo, Halloween,
	Halloween2, Halloween5, Knight, Knight2, Knightmare, Lady,
	Outhouse, Plane1, Rip, Skull, Statue, Stork, Texas, Troll: justin's
	motd collections

2001-06-17 17:03  Rich Gade <rgade@users.sourceforge.net>

	* configure.in, agrue/Makefile.am, grubby/Makefile.am,
	man/Makefile.am: - Last minute fixes to get distributed files
	correct

2001-06-17 15:56  Rich Gade <rgade@users.sourceforge.net>

	* ChangeLog: - Updated ChangeLog

2001-06-08 18:08  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/chat.c: 
	- removed debug code

2001-06-08 18:06  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: chat.c, commands.c: 
	- Fixed the : and , problem

2001-06-08 17:28  Josef Spillner <dr_maux@users.sourceforge.net>

	* .cvsignore: - add build-stamp here too

2001-06-08 17:24  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/commands.c: 
	- Fixed a segfault in the tell command

2001-06-08 13:03  Josef Spillner <dr_maux@users.sourceforge.net>

	* man/: Makefile.am, agrub.6, agrue.6: - add aGRUE man page -
	shadow grubby to agrub manpage

2001-06-08 12:07  Josef Spillner <dr_maux@users.sourceforge.net>

	* README.GGZ: - actually add readme.ggz

2001-06-08 12:01  Josef Spillner <dr_maux@users.sourceforge.net>

	* configure.in: - forgot man/ in configure.in

2001-06-08 12:00  Josef Spillner <dr_maux@users.sourceforge.net>

	* Makefile.am, configure.in: - also build man page

2001-06-08 12:00  Josef Spillner <dr_maux@users.sourceforge.net>

	* man/: .cvsignore, Makefile.am, grubby.6: - create simple man page
	for grubby

2001-06-08 09:45  Josef Spillner <dr_maux@users.sourceforge.net>

	* AUTHORS, ChangeLog, NEWS: - added standard files for finalizing
	this module

2001-06-07 16:26  Josef Spillner <dr_maux@users.sourceforge.net>

	* debian/docs: - adding project-wide readme file

2001-05-30 08:34  Josef Spillner <dr_maux@users.sourceforge.net>

	* COPYING, INSTALL: - added standard files

2001-05-30 08:34  Josef Spillner <dr_maux@users.sourceforge.net>

	* debian/: .cvsignore, README.Debian, changelog, control,
	copyright, docs, postinst, prerm, rules: - debianized source tree -
	added standard files

2001-05-22 14:38  Josef Spillner <dr_maux@users.sourceforge.net>

	* grubby/: .cvsignore, Makefile.am, agrub.c, agrub_popt.h, chat.c,
	chat.h, commands.c, commands.h, datatypes.h, grubby-config.pl,
	init.c, init.h, log.c, log.h, loop.c, loop.h, messages.h, net.c,
	net.h, popt.c, protocols.h, support.c, support.h: - reintroduces
	grubby in the utils/ module - ported him to the new ggzcore API

2001-01-06 12:19  Ismael Orenstein <perdig@users.sourceforge.net>

	* README: 
	- Added the Python generic client, some little utility to
	communicate with   the game server without any hassle (ie, just
	like a regular game client).	I found it really useful to test
	the chess server, but maybe anyone may	  find another use for
	it... :)  - Instructions of use are in the pygenclient/README file

2000-12-29 20:22  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: .cvsignore, Makefile.am, agrub.c, agrub.old,
	agrub_popt.h, chat.c, chat.h, commands.c, commands.h, datatypes.h,
	init.c, init.h, log.c, log.h, loop.c, loop.h, messages.h, net.c,
	net.h, popt.c, protocols.h, rc.c, rc.h, support.c, support.h: 
	- Removeing old out of date grubby files

2000-09-08 20:26  bugg

	* grubby/loop.c: Include unistd.h for select().

2000-09-07 17:55  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: commands.c, loop.c, support.c: 
	- Added owner command goto <room number> so grubby can now change
	rooms - Made help a little easier to read

2000-09-07 17:21  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: loop.c, net.c: 
	- Updated for protocol version 3

2000-09-07 16:18  Rich Gade <rgade@users.sourceforge.net>

	* agrue/: agrue.c, protocols.h: - Updated agrue.c to work with ggz
	protocol 3 - GRUEs are less random now, doing one thing every five
	seconds always

2000-06-14 18:34  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: commands.c, init.c: 
	- Grubby saves on exit.    I'm catching SIGINT, SIGQUIT, and
	SIGTERM

2000-06-14 18:18  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: Makefile.am, chat.c, commands.c, init.c, rc.c, rc.h: 
	- Grubby now saves his memory between sessions. Everything is in
	rc.[ch].

2000-06-11 14:46  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: chat.c, commands.c, datatypes.h, init.c, support.c: 
	- Fixed a spelling mistake s/memmory/memory/

2000-06-11 14:34  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: chat.c, chat.h, commands.c: 
	- Grubby now accepts commands give thew a personal message (/msg)
	as well.

2000-06-11 12:03  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: chat.c, commands.c, datatypes.h, log.c: 
	- Added the 'tell <username> <message>' command back in.

2000-06-10 21:27  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: chat.c, commands.c, commands.h: 
	- Added a bit more flexibility to the command recognition system

2000-06-10 18:38  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: chat.c, chat.h, commands.c, messages.h, support.c: 
	- Added the about command back in

2000-06-10 17:40  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: chat.c, commands.c, support.c: 
	- Everything in Grubby is fully working, thanks in part to Jason.

2000-06-10 17:06  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: commands.c, log.c: 
	- the command 'my name is <real name>' now works correctly thank to
	Jason - Also fixed in one of the log functions (had not happed yet,
	but could of).

2000-06-10 15:58  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: Makefile.am, agrub.c, agrub.old, agrub_popt.h, chat.c,
	chat.h, commands.c, commands.h, datatypes.h, init.c, init.h, log.c,
	log.h, loop.c, loop.h, messages.h, net.c, net.h, popt.c,
	protocols.h, support.c, support.h: 
	- Big rewrite to grubby

2000-05-08 19:18  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/: agrub.c, protocols.h: 
	- Grubby now works with the new chat protocol - Grubby can teke
	command by grubby: or /msg grubby

2000-05-05 23:16  Rich Gade <rgade@users.sourceforge.net>

	* grubby/agrub.c: - Don't free room_list strings until just before
	exit

2000-05-04 20:46  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Fixed the random crashes caused by not freeing string in all
	cases

2000-05-02 17:02  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- stay here command actualy works now - logging is in html format
	for posting to our web site. looks nicer too.

2000-04-28 13:34  Brent Hendricks <bmh@users.sourceforge.net>

	* .cvsignore, Makefile.am, acconfig.h, autogen.sh, configure.in,
	agrue/.cvsignore, agrue/Makefile, agrue/Makefile.am,
	agrue/protocols.h, grubby/.cvsignore, grubby/Makefile,
	grubby/Makefile.am, grubby/protocols.h: 
	- Make grie and grubby use autoconf/automake

2000-04-26 17:30  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Upped the room change timeout - addedd stay/move commands for
	owners only

2000-04-19 17:01  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- s/memmory/memory - added the ability to have random greatings.

2000-04-19 12:23  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Added command 'save memmory' as a owner only wich forces a update
	of ~/.agrub

2000-04-18 16:55  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Grubby can now log a room.  - grubby: log on <FULL PATH> -
	grubby: log off
	
	You _must_ be owner for the command to work

2000-04-17 20:39  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Grubby can now rember an arbatrary number of messages to tell a
	person.    the default is set to 4 in a #define. This REALY break
	the data file format	you should remove your old one before
	trying this out.

2000-04-16 16:04  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Forgot to add the help item. (sorry)

2000-04-16 16:00  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- ok I've added the ability to story your bday.    this has changed
	the file format a bit,but don't worrie, it    auto-updates for you.
	The bday won't be displayed anywhere yet,    and not sure if it
	should, I'm planing of Grubby saying 'Happy Brithday' to    you on
	your brithday.
	
	- I've made the unknown user message a little bigger, and my human
	like (I hope...)

2000-04-16 15:36  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Updated Grubby's about text.
	
		I removed the 2 paragraph, as Grubby can now remember
	things from a past lifetime.

2000-04-16 13:16  Rich Gade <rgade@users.sourceforge.net>

	* grubby/agrub.c: Various enhancements to Grubby:   - Now dumps his
	information database if he is killed by a signal   - Reports time
	since having last seen a user in a sensible format   - Correctly
	tests for url and info values when reporting whois

2000-04-15 04:08  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Grubby now shows all known information entered when he recieves
	the whois command

2000-04-15 03:50  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Storing of email, url and info

2000-04-15 03:07  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Added a whois command

2000-04-15 02:12  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- Now load information back in at startup. This means that a grub
	can remember between sesions

2000-04-15 01:10  Justin Zaun <jzaun@users.sourceforge.net>

	* grubby/agrub.c: 
	- now saves known information to ~/.agrub in the following
	structure
	
	Version Number Number Known (repeated Number Known times) the known
	struct

2000-04-14 23:58  Rich Gade <rgade@users.sourceforge.net>

	* README: - Some notes for AGRUE and AGRUB

2000-04-14 23:48  Rich Gade <rgade@users.sourceforge.net>

	* agrue/Makefile, agrue/agrue.c, agrue/launch_grues,
	grubby/Makefile, grubby/agrub.c: Initial checkins for AGRUE and
	AGRUB

