------------------------------------------------------------------------
r8857 | josef | 2007-01-08 14:42:50 +0100 (Mo, 08 Jan 2007) | 5 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm

- do not ignore ggzcommgen anymore, so my SLOC grabber will attempt a magic test on the script and find out it's ruby

[commit from josef@nada]


------------------------------------------------------------------------
r8852 | josef | 2007-01-08 14:36:45 +0100 (Mo, 08 Jan 2007) | 9 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-games/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/txt-client/autogen.sh
   M /trunk/utils/autogen.sh

- do not assume that there's always a m4 directory available (in docs and python, there aren't)
- make it work for srcdir != builddir

For the latter, we could simplify the script a lot by changing into srcdir first.
But I'm sure we had a reason not to and I don't want to break it right now.

[commit from josef@nada]


------------------------------------------------------------------------
r8813 | jdorje | 2007-01-04 23:52:10 +0100 (Do, 04 Jan 2007) | 1 line
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/autogen.sh
   M /trunk/utils/m4
   D /trunk/utils/m4/ggz.m4
   D /trunk/utils/m4/system.m4

Use externals for common GGZ m4 files.
------------------------------------------------------------------------
r8802 | josef | 2007-01-04 13:41:51 +0100 (Do, 04 Jan 2007) | 7 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- take --with-ggz-dir into account when using AC_GGZ_VERSION
- prepare ggz.m4 for aclocal installation (a new automake 1.10 feature)
- in ggz-client-libs, remove all m4 files from EXTRA_DIST and use aclocal's -I feature instead

[commit from josef@nada]


------------------------------------------------------------------------
r8777 | josef | 2007-01-02 13:09:25 +0100 (Di, 02 Jan 2007) | 9 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- check if ggz-config ran correctly to avoid errors due to wrong LD_LIBRARY_PATH

Note that I had to forcefully remove libggzcore.so to make that happen as the
LD_LIBRARY_PATH setting is not needed on my system. So whoever came across it
shall now be happy again.

[commit from josef@nada]


------------------------------------------------------------------------
r8729 | josef | 2006-12-18 08:15:56 +0100 (Mo, 18 Dez 2006) | 5 lines
Geänderte Pfade:
   A /trunk/utils/ggzcomm/c++example/Makefile.qt4
   A /trunk/utils/ggzcomm/c++example/client4.cpp
   A /trunk/utils/ggzcomm/c++example/client4.h
   M /trunk/utils/ggzcomm/c++example/server.h
   A /trunk/utils/ggzcomm/c++example/server4.cpp
   A /trunk/utils/ggzcomm/c++example/server4.h
   M /trunk/utils/ggzcomm/connectx.protocol
   M /trunk/utils/ggzcomm/ggzcommgen
   M /trunk/utils/ggzcomm/protocol-format.txt

- support for Qt4 C++ code generation
- preparation for more safety checks: min/max value restrictions for all integer values
- handle loops and conditions up to two nesting levels correctly


------------------------------------------------------------------------
r8727 | josef | 2006-12-15 10:55:23 +0100 (Fr, 15 Dez 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/connectx.protocol
   M /trunk/utils/ggzcomm/ggzcommgen

- support for loops (but not for conditions yet) in C++ XML generator


------------------------------------------------------------------------
r8726 | josef | 2006-12-14 17:23:22 +0100 (Do, 14 Dez 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/c++example/Makefile
   M /trunk/utils/ggzcomm/c++example/client.cpp
   M /trunk/utils/ggzcomm/c++example/client.h
   M /trunk/utils/ggzcomm/c++example/server.cpp
   M /trunk/utils/ggzcomm/c++example/server.h
   M /trunk/utils/ggzcomm/ggzcommgen

- big chunk of implementation of XML generator for C++


------------------------------------------------------------------------
r8725 | josef | 2006-12-13 16:42:32 +0100 (Mi, 13 Dez 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- sync forced ggz-config usage


------------------------------------------------------------------------
r8723 | josef | 2006-12-13 15:58:04 +0100 (Mi, 13 Dez 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/Makefile.am

- makefile simplification


------------------------------------------------------------------------
r8722 | josef | 2006-12-13 15:31:44 +0100 (Mi, 13 Dez 2006) | 4 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/c++example/Makefile
   M /trunk/utils/ggzcomm/c++example/client.cpp
   A /trunk/utils/ggzcomm/c++example/client.h
   A /trunk/utils/ggzcomm/c++example/server.cpp
   A /trunk/utils/ggzcomm/c++example/server.h
   M /trunk/utils/ggzcomm/ggzcommgen

- test server and client for C++
- some Qt networking fixes (but no XML support for C++ generator yet)


------------------------------------------------------------------------
r8721 | josef | 2006-12-12 14:38:50 +0100 (Di, 12 Dez 2006) | 4 lines
Geänderte Pfade:
   A /trunk/utils/ggzcomm/c++example
   A /trunk/utils/ggzcomm/c++example/Makefile
   A /trunk/utils/ggzcomm/c++example/client.cpp
   M /trunk/utils/ggzcomm/connectx.protocol
   M /trunk/utils/ggzcomm/ggzcommgen

- improvements for the C++ code generator (also uses per-message namespace now)
- test case for C++ generator


------------------------------------------------------------------------
r8718 | josef | 2006-12-11 10:08:10 +0100 (Mo, 11 Dez 2006) | 11 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/README.ggzcomm
   M /trunk/utils/ggzcomm/connectx.protocol
   A /trunk/utils/ggzcomm/examples
   A /trunk/utils/ggzcomm/examples/Makefile
   A /trunk/utils/ggzcomm/examples/client.py
   A /trunk/utils/ggzcomm/examples/server.py
   M /trunk/utils/ggzcomm/ggzcommgen
   M /trunk/utils/ggzcomm/protocol-format.txt

- XML protocol output for python!
- more native usage: objects instead of global parameters for each event
- demo client-server application for both opcode and XML communication
- reserve namespace for ggzcomm
- make it possible to define the opcodetype to be char instead of int
- XML-corrected specification of the direction of message links
- python networking byte-order fixes as in ggzboard
- recognise *.protocol files if their full name is given
  (don't rely on filename stem anymore for anything but use protocol name)


------------------------------------------------------------------------
r8683 | josef | 2006-11-28 11:33:35 +0100 (Di, 28 Nov 2006) | 4 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen

- fix some C++ code generation
- beginnings of support for XML protocols, automatically derived from binary protocols (Qt backend only)


------------------------------------------------------------------------
r8651 | josef | 2006-11-09 07:47:54 +0100 (Do, 09 Nov 2006) | 8 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-client-libs/ggzcore/Makefile.am
   M /trunk/gnome-client/m4/system.m4
   M /trunk/gnome-client/motd-editor/Makefile.am
   M /trunk/gnome-client/src/Makefile.am
   M /trunk/grubby/games/guru-chess/Makefile.am
   M /trunk/grubby/grubby/src/Makefile.am
   M /trunk/grubby/m4/system.m4
   M /trunk/gtk-client/ggz-gtk/Makefile.am
   M /trunk/gtk-client/m4/system.m4
   M /trunk/gtk-client/src/Makefile.am
   M /trunk/gtk-games/m4/system.m4
   M /trunk/gtk-games/spades/Makefile.am
   M /trunk/kde-client/m4/system.m4
   M /trunk/kde-games/m4/system.m4
   M /trunk/sdl-games/m4/system.m4
   M /trunk/txt-client/ggz-txt/Makefile.am
   M /trunk/txt-client/m4/system.m4
   M /trunk/utils/m4/system.m4

- propagate the LIB_* changes in system.m4 to all modules
- always use LIB_GETTEXT if i18n functions are called

Now there are both INTLLIBS and LIB_GETTEXT in the gtk+ modules. This seems to be odd.

[commit from josef@armada]


------------------------------------------------------------------------
r8607 | jdorje | 2006-10-02 23:36:27 +0200 (Mo, 02 Okt 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Josef forgot to propogate the ggz.m4 changes.
------------------------------------------------------------------------
r8606 | josef | 2006-09-25 12:59:28 +0200 (Mo, 25 Sep 2006) | 5 lines
Geänderte Pfade:
   A /trunk/utils/m4/system.m4
   M /trunk/utils/metaserv/Makefile.am
   M /trunk/utils/telggz/net.c

- addition of system.m4
- room change API
- order of compilation for metaserv library


------------------------------------------------------------------------
r8587 | jdorje | 2006-09-20 04:15:08 +0200 (Mi, 20 Sep 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Add AC_GGZ_CHECK_SERVER macro.
------------------------------------------------------------------------
r8583 | jdorje | 2006-09-19 17:26:31 +0200 (Di, 19 Sep 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/ggz-config/Makefile.am
   M /trunk/ggz-client-libs/ggzcore/Makefile.am
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/grubby/src/Makefile.am
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/gaim-plugin/Makefile.am
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/ggz-txt/Makefile.am
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4
   M /trunk/utils/metaserv/metaserv/Makefile.am

Don't define PREFIX in config.h, as this makes it impossible to change
the prefix at compile time (as per GNU standards).

------------------------------------------------------------------------
r8567 | jdorje | 2006-09-03 07:35:12 +0200 (So, 03 Sep 2006) | 5 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/Makefile.am
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-client-libs/ggz-config/Makefile.am
   M /trunk/ggz-client-libs/ggz-config/ggz-config.c
   M /trunk/ggz-client-libs/ggzcore/Makefile.am
   M /trunk/ggz-client-libs/m4/ggz.m4
   A /trunk/ggz-client-libs/m4/system.m4
   M /trunk/ggzd/configure.ac
   M /trunk/ggzd/game_servers/chess/game.c
   M /trunk/ggzd/game_servers/dots/game.c
   M /trunk/ggzd/game_servers/keepalive/src/player.cpp
   M /trunk/ggzd/game_servers/keepalive/src/world.cpp
   M /trunk/ggzd/game_servers/tictactoe/game.c
   M /trunk/ggzd/ggzd/Makefile.am
   M /trunk/ggzd/ggzd/ggzduedit.c
   M /trunk/ggzd/ggzd/parse_opt.c
   M /trunk/ggzd/ggzdmod/ggzdmod.c
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/Makefile.am
   M /trunk/gtk-games/m4/ggz.m4
   A /trunk/gtk-games/m4/system.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Fix problems with substitution of prefixes.  This also resynchronizes the
ggz.m4 files and removes the obsolete AC_GGZ_UNQUOTEDPATH macro.  The new
code conforms to GNU standards as the prefix may be changed at compile time;
see the autoconf manual for details.

------------------------------------------------------------------------
r8452 | jdorje | 2006-08-01 21:53:36 +0200 (Di, 01 Aug 2006) | 2 lines
Geänderte Pfade:
   M /trunk/docs/games/ggz-games/Makefile.am
   M /trunk/docs/games/ggz-games/tictactoe/Makefile.am
   M /trunk/docs/spec/mainspec/Makefile.am
   M /trunk/ggz-client-libs/po/Makefile.am
   M /trunk/ggz-client-libs/po/ggzcore/Makefile.am
   M /trunk/ggzd/game_servers/chess/ai-gnuchess.c
   M /trunk/ggzd/game_servers/chess/ai-gnuchess.h
   M /trunk/ggzd/game_servers/tictactoe/ttt-ai.c
   M /trunk/ggzd/game_servers/tictactoe/ttt-ai.h
   M /trunk/ggzd/ggzd/meta/Makefile.am
   M /trunk/ggzd/ggzd/meta/meta.c
   M /trunk/ggzd/ggzd/meta/meta.h
   M /trunk/ggzd/ggzd/meta/minidom.c
   M /trunk/ggzd/ggzd/meta/minidom.h
   M /trunk/ggzd/ggzd/meta/uri.c
   M /trunk/ggzd/ggzd/meta/uri.h
   M /trunk/ggzd/ggzd/reconfiguration.h
   M /trunk/ggzd/ggzdmod++/Makefile.am
   M /trunk/ggzd/ggzdmod++/ggzgameserver.h
   M /trunk/ggzd/ggzdmod++/mnet.h
   M /trunk/ggzd/ggzdmod++/net.h
   M /trunk/gnome-client/man/Makefile.am
   M /trunk/gtk-client/ggz-gtk/ggz-embed.h
   M /trunk/gtk-client/ggz-gtk/ggz-gtk.h
   M /trunk/kde-games/lib/kggzmodule.h
   M /trunk/kde-games/lib/kggzseatsdialog.h
   M /trunk/libggz/src/ggz_dio.c
   M /trunk/libggz/src/ggz_dio.h
   M /trunk/libggz/src/security/base16.c
   M /trunk/libggz/src/security/base16.h
   M /trunk/playground/ggz-ruby/ai-ttt/ruttt-ai.c
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.c
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.h
   M /trunk/playground/server/async/gai_a.c
   M /trunk/playground/server/async/ggzresolver.c
   M /trunk/playground/server/coregen/proto.c
   M /trunk/utils/metaserv/libmeta/Makefile.am
   M /trunk/utils/metaserv/libmeta/meta.c
   M /trunk/utils/metaserv/libmeta/meta.h
   M /trunk/utils/metaserv/libmeta/minidom.c
   M /trunk/utils/metaserv/libmeta/minidom.h
   M /trunk/utils/metaserv/libmeta/uri.c
   M /trunk/utils/metaserv/libmeta/uri.h

Enable keyword substitution for all .c, .h, .ac, and .am files.

------------------------------------------------------------------------
r8416 | josef | 2006-07-29 13:23:46 +0200 (Sa, 29 Jul 2006) | 4 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen

- including support for Ruby code generation
- it features nested arrays, which needs to be added for the other languages as well now


------------------------------------------------------------------------
r8412 | jdorje | 2006-07-28 02:48:14 +0200 (Fr, 28 Jul 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Extensions to AC_GGZ_VERSION.
------------------------------------------------------------------------
r8390 | josef | 2006-07-22 12:24:08 +0200 (Sa, 22 Jul 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/connectx.protocol

- ooops stupid name clashes


------------------------------------------------------------------------
r8386 | josef | 2006-07-22 12:11:54 +0200 (Sa, 22 Jul 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/connectx.protocol

- complete protocol for ConnectX


------------------------------------------------------------------------
r8381 | josef | 2006-07-22 09:05:34 +0200 (Sa, 22 Jul 2006) | 4 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen

- introduction of debugging mode for C sources
- first lines for dio support (but needs some thinking first)


------------------------------------------------------------------------
r8371 | josef | 2006-07-19 13:39:47 +0200 (Mi, 19 Jul 2006) | 3 lines
Geänderte Pfade:
   A /trunk/utils/ggzcomm/connectx.protocol

- ConnectX must be ggzcomm'ified as well (client only for now)


------------------------------------------------------------------------
r8278 | josef | 2006-06-27 09:28:12 +0200 (Di, 27 Jun 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- sync all m4 files to get multiple-level unquoting of shell variables


------------------------------------------------------------------------
r8249 | josef | 2006-06-22 08:31:37 +0200 (Do, 22 Jun 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am

- libminidom is no more, it's part of libggzmeta now


------------------------------------------------------------------------
r8246 | josef | 2006-06-22 07:27:31 +0200 (Do, 22 Jun 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/man/Makefile.am

- it's ggzmetaserv after all


------------------------------------------------------------------------
r8096 | josef | 2006-06-01 12:04:26 +0200 (Do, 01 Jun 2006) | 3 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/libmeta/TODO

- here's the TODO file (we don't have enough of those yet!)


------------------------------------------------------------------------
r8095 | josef | 2006-06-01 12:03:21 +0200 (Do, 01 Jun 2006) | 4 lines
Geänderte Pfade:
   M /trunk/utils
   M /trunk/utils/ggzcomm/ggzcommgen

- ggzcommgen doesn't have the .rb suffix anymore
- ignore 'compile' file


------------------------------------------------------------------------
r8094 | josef | 2006-06-01 12:02:19 +0200 (Do, 01 Jun 2006) | 5 lines
Geänderte Pfade:
   M /trunk/utils/telggz/Makefile.am
   M /trunk/utils/telggz/main.c
   D /trunk/utils/telggz/meta.c
   D /trunk/utils/telggz/meta.h

- removing own metaserver code, use libggzmeta instead
- display of queried metaservers on startup
- correct implementation of self-synchronising metaserver network


------------------------------------------------------------------------
r8093 | josef | 2006-06-01 12:01:13 +0200 (Do, 01 Jun 2006) | 8 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/README.ggz-metaserver
   M /trunk/utils/metaserv/libmeta
   M /trunk/utils/metaserv/libmeta/Makefile.am
   M /trunk/utils/metaserv/libmeta/meta.c
   M /trunk/utils/metaserv/libmeta/meta.h
   A /trunk/utils/metaserv/libmeta/minidom.c
   A /trunk/utils/metaserv/libmeta/minidom.h
   M /trunk/utils/metaserv/libmeta/uri.c
   M /trunk/utils/metaserv/libmeta/uri.h
   M /trunk/utils/metaserv/minidom/Makefile.am
   D /trunk/utils/metaserv/minidom/minidom.c
   D /trunk/utils/metaserv/minidom/minidom.h

- the big move: fold minidom library into ggzmeta
- finish adaptation of ggzmeta to new ggzmeta:// protocol (makes sense, eh?)
- some convenience methods for lists of metaservers and GGZ server queries
- basic documentation for all methods

Planned addition to ggzmeta: asynchronous query mode (not easy to implement)


------------------------------------------------------------------------
r8081 | josef | 2006-05-30 14:59:51 +0200 (Di, 30 Mai 2006) | 8 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- prefix searching fix: always un-expand the default variables before using them

The core of the problem is that make resolves recursively defined variables just
fine, e.g. libdir=${exec_prefix}/lib with exec_prefix=${prefix}, whereas shell
code only substitutes once! Therefore, we trick with the evil eval command...
and --libdir=/usr/lib64 doesn't break the prefix search anymore.


------------------------------------------------------------------------
r8060 | josef | 2006-05-24 11:15:56 +0200 (Mi, 24 Mai 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/man/Makefile.am
   M /trunk/utils/man/ggz-cmd.1
   M /trunk/utils/man/ggzcommgen.1
   A /trunk/utils/man/ggzmetaserv.1 (von /trunk/utils/man/metaserv.1:7844)
   D /trunk/utils/man/metaserv.1
   M /trunk/utils/man/telggz.1

- greatly enhanced manpages, replacing the old dummy manuals


------------------------------------------------------------------------
r8049 | josef | 2006-05-22 08:55:12 +0200 (Mo, 22 Mai 2006) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- rename data directory from metaserv to ggzmetaserv, too
- addition of OpenLadders server to the list of permanent GGZ servers


------------------------------------------------------------------------
r8046 | josef | 2006-05-22 08:51:28 +0200 (Mo, 22 Mai 2006) | 7 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

[openSUSE]

- attempt to let GGZ take advantage of pure 64-bit systems: support (/usr)/lib64
- define a dummy GGZMODULECONFDIR even in the absence of ggz-config
- synchronisation of ggz.m4


------------------------------------------------------------------------
r8043 | josef | 2006-05-22 08:45:40 +0200 (Mo, 22 Mai 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/telggz/Makefile.am
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/xinetd.conf

- some cleanups


------------------------------------------------------------------------
r8022 | josef | 2006-05-02 09:17:18 +0200 (Di, 02 Mai 2006) | 4 lines
Geänderte Pfade:
   M /trunk/ggzd/configure.ac
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.ac

- build system updates to reflect new directories
- automake conditionals for ggz-utils


------------------------------------------------------------------------
r8020 | josef | 2006-05-02 09:14:36 +0200 (Di, 02 Mai 2006) | 3 lines
Geänderte Pfade:
   D /trunk/utils/metaserv/gui-custom
   D /trunk/utils/metaserv/gui-perl

- those have been moved to tools


------------------------------------------------------------------------
r8019 | josef | 2006-05-02 09:13:40 +0200 (Di, 02 Mai 2006) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/Makefile.am
   M /trunk/utils/metaserv/README.ggz-metaserver
   D /trunk/utils/metaserv/gui-custom/Information
   D /trunk/utils/metaserv/gui-custom/freeciv-index.php
   D /trunk/utils/metaserv/gui-perl/ggzserver-register.pl
   D /trunk/utils/metaserv/gui-perl/metaconf.pl
   D /trunk/utils/metaserv/gui-qt
   A /trunk/utils/metaserv/libmeta
   A /trunk/utils/metaserv/libmeta/Makefile.am
   A /trunk/utils/metaserv/libmeta/meta.c
   A /trunk/utils/metaserv/libmeta/meta.h
   A /trunk/utils/metaserv/libmeta/uri.c
   A /trunk/utils/metaserv/libmeta/uri.h
   A /trunk/utils/metaserv/tools
   A /trunk/utils/metaserv/tools/Information (von /trunk/utils/metaserv/gui-custom/Information:7844)
   A /trunk/utils/metaserv/tools/freeciv-index.php (von /trunk/utils/metaserv/gui-custom/freeciv-index.php:7844)
   A /trunk/utils/metaserv/tools/ggzserver-register.pl (von /trunk/utils/metaserv/gui-perl/ggzserver-register.pl:7844)
   A /trunk/utils/metaserv/tools/gui-qt (von /trunk/utils/metaserv/gui-qt:7844)
   A /trunk/utils/metaserv/tools/metaconf.pl (von /trunk/utils/metaserv/gui-perl/metaconf.pl:7844)

- reorganisation of the whole metaserver stuff
- new client library libggzmeta, which contains URI handlers and metaserver access functions


------------------------------------------------------------------------
r8018 | josef | 2006-05-02 09:12:44 +0200 (Di, 02 Mai 2006) | 9 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Configuration
   A /trunk/utils/metaserv/metaserv/Diagram
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/README.metaserv
   M /trunk/utils/metaserv/metaserv/Update-Protocol
   A /trunk/utils/metaserv/metaserv/fullconf.xml
   M /trunk/utils/metaserv/metaserv/helper.c
   M /trunk/utils/metaserv/metaserv/helper.h
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/metaservconf.xml
   M /trunk/utils/metaserv/metaserv/tests.txt
   A /trunk/utils/metaserv/metaserv/xinetd.conf

- massive "spring renovation" of the metaserver
- improved control over debugging output
- no more static variables for thread safety
- some protocol modifications (streamlined to be even more generic)
- more documentation on how everything works
- wildcard querying (<query class="*"/>)
- directory querying (<list/>)


------------------------------------------------------------------------
r8017 | josef | 2006-05-02 09:09:59 +0200 (Di, 02 Mai 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/Makefile.am
   M /trunk/utils/metaserv/minidom/minidom.c
   M /trunk/utils/metaserv/minidom/minidom.h

- removal of all static variables (thread safety first! don't drink and code!)


------------------------------------------------------------------------
r8003 | josef | 2006-04-24 09:21:05 +0200 (Mo, 24 Apr 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/telggz/chat.c
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/net.c

- remove all fflush()s and use setbuf() once to eliminate the buffering


------------------------------------------------------------------------
r7997 | josef | 2006-04-07 21:25:28 +0200 (Fr, 07 Apr 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/telggz/net.c

- fix handling of room events: wrong exclamation mark (I wonder if this ever worked?!)


------------------------------------------------------------------------
r7996 | josef | 2006-04-07 20:56:50 +0200 (Fr, 07 Apr 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/telggz/xinetd.conf

- improved xinetd.conf default file


------------------------------------------------------------------------
r7942 | josef | 2006-03-16 16:15:01 +0100 (Do, 16 Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/community/ChangeLog
   M /trunk/docs/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-games/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/txt-client/ChangeLog
   M /trunk/utils/ChangeLog

- global changelog updates for 0.0.13 (boy have we been lazy this time!)


------------------------------------------------------------------------
r7912 | josef | 2006-03-14 14:54:27 +0100 (Di, 14 Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/README
   M /trunk/gnome-client/README
   M /trunk/grubby/README
   M /trunk/gtk-client/README
   M /trunk/gtk-games/README
   M /trunk/kde-client/README
   M /trunk/kde-games/README
   M /trunk/python/README
   M /trunk/sdl-games/README
   M /trunk/utils/README

- version bumping in the README files


------------------------------------------------------------------------
r7911 | josef | 2006-03-14 14:53:58 +0100 (Di, 14 Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-games/QuickStart.GGZ
   M /trunk/gtk-games/autogen.sh
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/autogen.sh
   M /trunk/python/QuickStart.GGZ
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/autogen.sh
   M /trunk/txt-client/QuickStart.GGZ
   M /trunk/txt-client/autogen.sh
   M /trunk/utils/autogen.sh

- more synchronisation of common files (must be a boring day...)


------------------------------------------------------------------------
r7905 | josef | 2006-03-14 14:47:11 +0100 (Di, 14 Mär 2006) | 4 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   M /trunk/docs/README.GGZ
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/NEWS
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-games/AUTHORS
   M /trunk/gtk-games/NEWS
   M /trunk/gtk-games/README.GGZ
   A /trunk/java/AUTHORS
   A /trunk/java/NEWS
   A /trunk/java/README.GGZ
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/NEWS
   M /trunk/python/AUTHORS
   M /trunk/python/NEWS
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/README.GGZ
   M /trunk/txt-client/AUTHORS
   M /trunk/txt-client/NEWS
   M /trunk/txt-client/README.GGZ
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   M /trunk/utils/README.GGZ

- sync all common files from libggz (README.GGZ, AUTHORS)
- updated NEWS file for the upcoming 0.0.13 release


------------------------------------------------------------------------
r7903 | josef | 2006-03-14 14:45:48 +0100 (Di, 14 Mär 2006) | 3 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- bump all package numbers to 0.0.13 already


------------------------------------------------------------------------
r7813 | josef | 2006-01-23 11:50:39 +0100 (Mo, 23 Jan 2006) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/README.ggzcomm

- one more URL


------------------------------------------------------------------------
r7782 | jdorje | 2006-01-14 06:29:03 +0100 (Sa, 14 Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Fix AM_CONDITIONAL problem.
------------------------------------------------------------------------
r7762 | jdorje | 2006-01-11 08:00:16 +0100 (Mi, 11 Jan 2006) | 1 line
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

ggz-gtk support in ggz.m4.
------------------------------------------------------------------------
r7690 | josef | 2005-12-29 12:31:27 +0100 (Do, 29 Dez 2005) | 4 lines
Geänderte Pfade:
   M /trunk/docs/README.GGZ
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/i18n.mk
   M /trunk/ggzd/README.GGZ
   M /trunk/ggzd/autogen.sh
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/README.GGZ
   M /trunk/gnome-client/autogen.sh
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/gnome-client/m4/i18n.mk
   M /trunk/grubby/README.GGZ
   M /trunk/grubby/autogen.sh
   M /trunk/grubby/m4/ggz.m4
   M /trunk/grubby/m4/i18n.mk
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-client/m4/i18n.mk
   M /trunk/gtk-games/README.GGZ
   M /trunk/gtk-games/autogen.sh
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/gtk-games/m4/i18n.mk
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/README.GGZ
   M /trunk/kde-games/autogen.sh
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/README.GGZ
   M /trunk/libggz/autogen.sh
   M /trunk/libggz/m4/ggz.m4
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/README.GGZ
   M /trunk/sdl-games/autogen.sh
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/README.GGZ
   M /trunk/txt-client/autogen.sh
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/txt-client/m4/i18n.mk
   M /trunk/utils/README.GGZ
   M /trunk/utils/autogen.sh
   M /trunk/utils/m4/ggz.m4

- synchronisation of all globally used files
- in the future, README.GGZ should be even more generic!


------------------------------------------------------------------------
r7685 | josef | 2005-12-29 12:21:34 +0100 (Do, 29 Dez 2005) | 5 lines
Geänderte Pfade:
   A /trunk/utils/ggzcomm/README.ggzcomm
   A /trunk/utils/ggzcomm/bogaprot.protocol
   M /trunk/utils/ggzcomm/chess.protocol
   M /trunk/utils/ggzcomm/dots.protocol
   M /trunk/utils/ggzcomm/ggzcommgen
   M /trunk/utils/ggzcomm/hastings.protocol
   M /trunk/utils/ggzcomm/muehle.protocol
   M /trunk/utils/ggzcomm/protocol-format.txt
   M /trunk/utils/ggzcomm/tictactoe.protocol

- Updated version of GGZComm with better variable checking and python output
- XML protocol definition for Bogaprot (Board Game Protocol)
- updates to all others, including usage of new ggz:foo predefined values


------------------------------------------------------------------------
r7660 | josef | 2005-12-12 12:54:49 +0100 (Mo, 12 Dez 2005) | 5 lines
Geänderte Pfade:
   M /trunk/community/web/articles
   M /trunk/community/web/common
   M /trunk/community/web/map
   D /trunk/docs/.cvsignore
   D /trunk/docs/articles/.cvsignore
   D /trunk/docs/coreclients/.cvsignore
   D /trunk/docs/games/.cvsignore
   D /trunk/docs/games/external-games/.cvsignore
   D /trunk/docs/games/game-development/.cvsignore
   D /trunk/docs/games/ggzcards/.cvsignore
   D /trunk/docs/games/hastings/.cvsignore
   D /trunk/docs/games/modules/.cvsignore
   D /trunk/docs/ggz-project/.cvsignore
   D /trunk/docs/grubby/.cvsignore
   D /trunk/docs/overview/.cvsignore
   D /trunk/docs/overview/architecture/.cvsignore
   D /trunk/docs/server/.cvsignore
   D /trunk/docs/server/hosting/.cvsignore
   M /trunk/docs/spec
   D /trunk/docs/spec/.cvsignore
   D /trunk/docs/spec/clientspec/.cvsignore
   D /trunk/docs/spec/serverspec/.cvsignore
   M /trunk/ggz-client-libs
   D /trunk/ggz-client-libs/.cvsignore
   D /trunk/ggz-client-libs/desktop/.cvsignore
   D /trunk/ggz-client-libs/ggz-config/.cvsignore
   D /trunk/ggz-client-libs/ggz-wrapper/.cvsignore
   D /trunk/ggz-client-libs/ggzcore/.cvsignore
   D /trunk/ggz-client-libs/ggzmod/.cvsignore
   D /trunk/ggz-client-libs/ggzmod-ggz/.cvsignore
   D /trunk/ggz-client-libs/man/.cvsignore
   D /trunk/ggz-client-libs/po/.cvsignore
   D /trunk/ggz-client-libs/tests/.cvsignore
   M /trunk/ggzd
   D /trunk/ggzd/.cvsignore
   D /trunk/ggzd/doc/.cvsignore
   D /trunk/ggzd/game_servers/.cvsignore
   D /trunk/ggzd/game_servers/chess/.cvsignore
   M /trunk/ggzd/game_servers/chess/libcgc
   D /trunk/ggzd/game_servers/chess/libcgc/.cvsignore
   D /trunk/ggzd/game_servers/chinese-checkers/.cvsignore
   D /trunk/ggzd/game_servers/combat/.cvsignore
   D /trunk/ggzd/game_servers/connectx/.cvsignore
   D /trunk/ggzd/game_servers/dots/.cvsignore
   D /trunk/ggzd/game_servers/escape/.cvsignore
   D /trunk/ggzd/game_servers/geekgame/.cvsignore
   D /trunk/ggzd/game_servers/ggzcards/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/ai
   D /trunk/ggzd/game_servers/ggzcards/ai/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/client
   D /trunk/ggzd/game_servers/ggzcards/client/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/common
   D /trunk/ggzd/game_servers/ggzcards/common/.cvsignore
   D /trunk/ggzd/game_servers/ggzcards/config/.cvsignore
   M /trunk/ggzd/game_servers/ggzcards/games
   D /trunk/ggzd/game_servers/ggzcards/games/.cvsignore
   D /trunk/ggzd/game_servers/hastings/.cvsignore
   D /trunk/ggzd/game_servers/hastings/maps/.cvsignore
   D /trunk/ggzd/game_servers/keepalive/.cvsignore
   D /trunk/ggzd/game_servers/keepalive/ggzsh/.cvsignore
   D /trunk/ggzd/game_servers/keepalive/src/.cvsignore
   D /trunk/ggzd/game_servers/krosswater/.cvsignore
   D /trunk/ggzd/game_servers/krosswater/stackpath/.cvsignore
   D /trunk/ggzd/game_servers/krosswater/zoneserver/.cvsignore
   D /trunk/ggzd/game_servers/lapocha/.cvsignore
   D /trunk/ggzd/game_servers/muehle/.cvsignore
   D /trunk/ggzd/game_servers/muehle/qtserv/.cvsignore
   D /trunk/ggzd/game_servers/muehle/variants/.cvsignore
   D /trunk/ggzd/game_servers/reversi/.cvsignore
   D /trunk/ggzd/game_servers/spades/.cvsignore
   D /trunk/ggzd/game_servers/tuxman/.cvsignore
   D /trunk/ggzd/game_servers/widelands/.cvsignore
   D /trunk/ggzd/ggzd/.cvsignore
   D /trunk/ggzd/ggzd/database/.cvsignore
   D /trunk/ggzd/ggzdmod/.cvsignore
   M /trunk/ggzd/ggzdmod++
   D /trunk/ggzd/man/.cvsignore
   D /trunk/ggzd/tests/.cvsignore
   M /trunk/gnome-client
   D /trunk/gnome-client/.cvsignore
   A /trunk/gnome-client/INSTALL
   M /trunk/gnome-client/man
   D /trunk/gnome-client/motd-editor/.cvsignore
   D /trunk/gnome-client/pixmaps/.cvsignore
   D /trunk/gnome-client/po/.cvsignore
   D /trunk/gnome-client/src/.cvsignore
   D /trunk/gnome-client/src/.deps/.cvsignore
   D /trunk/grubby/.cvsignore
   D /trunk/grubby/games/.cvsignore
   D /trunk/grubby/games/guru-chess/.cvsignore
   D /trunk/grubby/games/guru-ttt/.cvsignore
   D /trunk/grubby/games/lib/.cvsignore
   D /trunk/grubby/grubby/.cvsignore
   D /trunk/grubby/grubby/data/.cvsignore
   D /trunk/grubby/grubby/modules/.cvsignore
   D /trunk/grubby/grubby/po/.cvsignore
   D /trunk/grubby/grubby/src/.cvsignore
   D /trunk/grubby/man/.cvsignore
   D /trunk/grubby/man/de/.cvsignore
   M /trunk/gtk-client
   D /trunk/gtk-client/.cvsignore
   D /trunk/gtk-client/doc/.cvsignore
   D /trunk/gtk-client/gaim-plugin/.cvsignore
   D /trunk/gtk-client/ggz-gtk/.cvsignore
   D /trunk/gtk-client/ggz-gtk/glade/.cvsignore
   D /trunk/gtk-client/man/.cvsignore
   D /trunk/gtk-client/po/.cvsignore
   M /trunk/gtk-games
   D /trunk/gtk-games/.cvsignore
   D /trunk/gtk-games/chess/.cvsignore
   D /trunk/gtk-games/chess/bitmaps/.cvsignore
   D /trunk/gtk-games/chess/glade/.cvsignore
   D /trunk/gtk-games/chess/libcgc/.cvsignore
   D /trunk/gtk-games/chinese-checkers/.cvsignore
   D /trunk/gtk-games/chinese-checkers/glade/.cvsignore
   D /trunk/gtk-games/chinese-checkers/pixmaps/.cvsignore
   D /trunk/gtk-games/combat/.cvsignore
   D /trunk/gtk-games/combat/glade/.cvsignore
   D /trunk/gtk-games/combat/maps/.cvsignore
   D /trunk/gtk-games/combat/pixmaps/.cvsignore
   D /trunk/gtk-games/combat/pixmaps/default/.cvsignore
   D /trunk/gtk-games/common/.cvsignore
   D /trunk/gtk-games/common/cardsets/.cvsignore
   D /trunk/gtk-games/dots/.cvsignore
   D /trunk/gtk-games/ggzcards/.cvsignore
   D /trunk/gtk-games/ggzcards/client/.cvsignore
   D /trunk/gtk-games/ggzcards/common/.cvsignore
   D /trunk/gtk-games/hastings/.cvsignore
   D /trunk/gtk-games/hastings/pixmaps/.cvsignore
   D /trunk/gtk-games/po/.cvsignore
   D /trunk/gtk-games/po/chess/.cvsignore
   D /trunk/gtk-games/po/chinese-checkers/.cvsignore
   D /trunk/gtk-games/po/combat/.cvsignore
   D /trunk/gtk-games/po/common/.cvsignore
   D /trunk/gtk-games/po/dots/.cvsignore
   D /trunk/gtk-games/po/ggzcards/.cvsignore
   D /trunk/gtk-games/po/hastings/.cvsignore
   D /trunk/gtk-games/po/reversi/.cvsignore
   D /trunk/gtk-games/po/spades/.cvsignore
   D /trunk/gtk-games/po/tictactoe/.cvsignore
   D /trunk/gtk-games/reversi/.cvsignore
   D /trunk/gtk-games/reversi/glade/.cvsignore
   D /trunk/gtk-games/spades/.cvsignore
   D /trunk/gtk-games/tictactoe/.cvsignore
   M /trunk/kde-client
   D /trunk/kde-client/.cvsignore
   D /trunk/kde-client/compcal/.cvsignore
   D /trunk/kde-client/compcal/data/.cvsignore
   D /trunk/kde-client/compcal/src/.cvsignore
   D /trunk/kde-client/compcal/src/lib/.cvsignore
   D /trunk/kde-client/ggz-kde/.cvsignore
   D /trunk/kde-client/ggz-kde/data/.cvsignore
   D /trunk/kde-client/ggz-kde/data/browser/.cvsignore
   D /trunk/kde-client/ggz-kde/data/icons/.cvsignore
   D /trunk/kde-client/ggz-kde/data/icons/games/.cvsignore
   D /trunk/kde-client/ggz-kde/data/icons/players/.cvsignore
   D /trunk/kde-client/ggz-kde/data/kde/.cvsignore
   D /trunk/kde-client/ggz-kde/data/splash/.cvsignore
   D /trunk/kde-client/ggz-kde/doc/.cvsignore
   D /trunk/kde-client/ggz-kde/doc/de/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/doc/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/doc/html/.cvsignore
   D /trunk/kde-client/ggz-kde/ggzcore++/src/.cvsignore
   D /trunk/kde-client/ggz-kde/po/.cvsignore
   D /trunk/kde-client/ggz-kde/src/.cvsignore
   D /trunk/kde-client/ggz-kde/src/abstract/.cvsignore
   D /trunk/kde-client/ggz-kde/src/widgets/.cvsignore
   M /trunk/kde-client/ggz-kde/src/widgets/more
   D /trunk/kde-client/ggz-kde/src/widgets/more/.cvsignore
   D /trunk/kde-client/ggzap/.cvsignore
   D /trunk/kde-client/kcm_ggz/.cvsignore
   D /trunk/kde-client/kcm_ggz/modules/.cvsignore
   D /trunk/kde-client/keepalivecontrol/.cvsignore
   D /trunk/kde-client/keepalivecontrol/data/.cvsignore
   D /trunk/kde-client/keepalivecontrol/src/.cvsignore
   D /trunk/kde-client/kgrubby/.cvsignore
   D /trunk/kde-client/kgrubby/data/.cvsignore
   D /trunk/kde-client/kgrubby/src/.cvsignore
   D /trunk/kde-client/kio_ggz/.cvsignore
   D /trunk/kde-client/kio_ggz/kioslave/.cvsignore
   D /trunk/kde-client/kio_ggzmeta/.cvsignore
   D /trunk/kde-client/kio_ggzmeta/kioslave/.cvsignore
   D /trunk/kde-client/man/.cvsignore
   D /trunk/kde-client/po/.cvsignore
   D /trunk/kde-client/po/compcal/.cvsignore
   D /trunk/kde-client/po/ggzap/.cvsignore
   D /trunk/kde-client/po/kcm_ggz/.cvsignore
   D /trunk/kde-client/po/kgrubby/.cvsignore
   D /trunk/kde-client/po/shadowbridge/.cvsignore
   D /trunk/kde-client/shadowbridge/.cvsignore
   D /trunk/kde-client/shadowbridge/pics/.cvsignore
   M /trunk/kde-games
   D /trunk/kde-games/.cvsignore
   D /trunk/kde-games/KReversi/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/blend/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/default/.cvsignore
   D /trunk/kde-games/KReversi/pixmaps/gtk-client/.cvsignore
   D /trunk/kde-games/fyrdman/.cvsignore
   D /trunk/kde-games/fyrdman/data/.cvsignore
   D /trunk/kde-games/kcc/.cvsignore
   D /trunk/kde-games/kcc/themes/.cvsignore
   D /trunk/kde-games/kcc/themes/default/.cvsignore
   D /trunk/kde-games/kdots/.cvsignore
   D /trunk/kde-games/kdots/Dot/.cvsignore
   D /trunk/kde-games/keepalive/.cvsignore
   D /trunk/kde-games/keepalive/pics/.cvsignore
   D /trunk/kde-games/keepalive/src/.cvsignore
   D /trunk/kde-games/koenig/.cvsignore
   D /trunk/kde-games/koenig/libcgc/.cvsignore
   D /trunk/kde-games/koenig/pics/.cvsignore
   D /trunk/kde-games/koenig/pieces/.cvsignore
   D /trunk/kde-games/krosswater/.cvsignore
   D /trunk/kde-games/krosswater/gfx/.cvsignore
   D /trunk/kde-games/krosswater/zoneclient/.cvsignore
   D /trunk/kde-games/ktictactux/.cvsignore
   D /trunk/kde-games/ktictactux/themes/.cvsignore
   D /trunk/kde-games/lib/.cvsignore
   D /trunk/kde-games/man/.cvsignore
   D /trunk/kde-games/muehle/.cvsignore
   D /trunk/kde-games/muehle/doc/.cvsignore
   D /trunk/kde-games/muehle/pics/.cvsignore
   D /trunk/kde-games/muehle/pics/alt/.cvsignore
   D /trunk/kde-games/muehle/pics/standard/.cvsignore
   D /trunk/kde-games/muehle/src/.cvsignore
   D /trunk/kde-games/muehle/src/ai/.cvsignore
   D /trunk/kde-games/muehle/src/ggzwrap/.cvsignore
   D /trunk/kde-games/muehle/variants/.cvsignore
   D /trunk/kde-games/po/.cvsignore
   D /trunk/kde-games/po/KReversi/.cvsignore
   D /trunk/kde-games/po/fyrdman/.cvsignore
   D /trunk/kde-games/po/kdots/.cvsignore
   D /trunk/kde-games/po/koenig/.cvsignore
   D /trunk/kde-games/po/krosswater/.cvsignore
   D /trunk/kde-games/po/ktictactux/.cvsignore
   D /trunk/kde-games/po/muehle/.cvsignore
   M /trunk/libggz
   D /trunk/libggz/.cvsignore
   D /trunk/libggz/man/.cvsignore
   M /trunk/libggz/src
   D /trunk/libggz/src/.cvsignore
   D /trunk/libggz/src/security/.cvsignore
   D /trunk/libggz/tests/.cvsignore
   M /trunk/playground/README
   D /trunk/playground/agrue/agrue/.cvsignore
   D /trunk/playground/colorsniff/.cvsignore
   D /trunk/playground/ggz-java/distributed-ggz/classes/.cvsignore
   D /trunk/playground/ggz-java/tictactoe/classes/.cvsignore
   D /trunk/playground/ggz-java/tictactoe/classes/GGZ/.cvsignore
   D /trunk/playground/ggz-java/tictactoeclient/.cvsignore
   M /trunk/playground/ggz-ruby/ai-ttt/ttt-ai.c
   D /trunk/playground/ggz-ruby/ruggzdmod/.cvsignore
   D /trunk/playground/kopete-ggz/.cvsignore
   D /trunk/playground/sdl-games/tuxman-server/.cvsignore
   D /trunk/playground/sdl-games/tuxman-server/lib/.cvsignore
   D /trunk/python/.cvsignore
   M /trunk/python/chess
   M /trunk/python/escape-sdl
   D /trunk/python/escape-sdl/.cvsignore
   M /trunk/python/ggzboard
   D /trunk/python/ggzboard/.cvsignore
   D /trunk/python/go/.cvsignore
   M /trunk/python/lib
   D /trunk/python/po/.cvsignore
   D /trunk/python/pyggzchess/.cvsignore
   D /trunk/python/pyggzcore/.cvsignore
   D /trunk/python/pyggzdmod/.cvsignore
   D /trunk/python/pyggzmod/.cvsignore
   D /trunk/python/pyrsvgsdl/.cvsignore
   M /trunk/python/xadrez-chines
   D /trunk/python/xadrez-chines/.cvsignore
   M /trunk/sdl-games
   D /trunk/sdl-games/.cvsignore
   D /trunk/sdl-games/geekgame/.cvsignore
   D /trunk/sdl-games/geekgame/graphics/.cvsignore
   D /trunk/sdl-games/ttt3d/.cvsignore
   M /trunk/txt-client
   D /trunk/txt-client/.cvsignore
   D /trunk/txt-client/ggz-txt/.cvsignore
   D /trunk/txt-client/man/.cvsignore
   D /trunk/txt-client/po/.cvsignore
   D /trunk/txt-client/tttxt/.cvsignore
   M /trunk/utils
   D /trunk/utils/.cvsignore
   D /trunk/utils/cmd-client/.cvsignore
   D /trunk/utils/ggzcomm/.cvsignore
   D /trunk/utils/man/.cvsignore
   D /trunk/utils/metaserv/.cvsignore
   D /trunk/utils/metaserv/gui-qt/.cvsignore
   D /trunk/utils/metaserv/metaserv/.cvsignore
   D /trunk/utils/metaserv/minidom/.cvsignore
   D /trunk/utils/telggz/.cvsignore
   D /trunk/www/docs/.cvsignore

This week's XXL commit!
- removal of all .cvsignore files
- addition of *.a, *.os, ... to svn:ignore


------------------------------------------------------------------------
r7601 | josef | 2005-09-28 01:37:04 +0200 (Mi, 28 Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/configure.ac
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/configure.ac
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/configure.ac
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/configure.ac
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/configure.ac
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/configure.ac
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/configure.ac
   M /trunk/utils/m4/ggz.m4

- move prefix sanitiser into AC_GGZ_INIT
- remove all assumptions over prefix being NONE


------------------------------------------------------------------------
r7594 | josef | 2005-09-25 21:21:53 +0200 (So, 25 Sep 2005) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- addition of metaserver entry for 0.0.12


------------------------------------------------------------------------
r7593 | josef | 2005-09-25 20:25:14 +0200 (So, 25 Sep 2005) | 3 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-games/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/txt-client/ChangeLog
   M /trunk/utils/ChangeLog

- big changelog update (2.3 MB... due to new formatting)


------------------------------------------------------------------------
r7551 | josef | 2005-09-25 12:11:25 +0200 (So, 25 Sep 2005) | 3 lines
Geänderte Pfade:
   M /trunk/community/Makefile
   M /trunk/community/web/common/htconf-dist
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- more version string changes in the build system


------------------------------------------------------------------------
r7550 | josef | 2005-09-25 11:54:30 +0200 (So, 25 Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/community/NEWS
   M /trunk/community/README.GGZ
   M /trunk/docs/NEWS
   M /trunk/docs/README.GGZ
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-games/NEWS
   M /trunk/gtk-games/README
   M /trunk/gtk-games/README.GGZ
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/NEWS
   M /trunk/libggz/README.GGZ
   M /trunk/python/NEWS
   M /trunk/python/README
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/txt-client/NEWS
   M /trunk/txt-client/README.GGZ
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ

- version updates in common files
- news and release-specific changes


------------------------------------------------------------------------
r7547 | josef | 2005-09-23 23:54:25 +0200 (Fr, 23 Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/community/COPYING
   M /trunk/ggz-client-libs/COPYING
   M /trunk/ggzd/COPYING
   A /trunk/gnome-client/COPYING
   M /trunk/grubby/COPYING
   M /trunk/gtk-client/COPYING
   M /trunk/gtk-games/COPYING
   M /trunk/kde-client/COPYING
   M /trunk/kde-games/COPYING
   M /trunk/libggz/COPYING
   M /trunk/playground/COPYING
   M /trunk/python/COPYING
   A /trunk/sdl-games/COPYING
   M /trunk/txt-client/COPYING
   M /trunk/utils/COPYING

- add copyright files for gnome-client and sdl-games to SVN
- update all copyright files with current version, including the new FSF address in Boston


------------------------------------------------------------------------
r7516 | josef | 2005-09-15 20:00:53 +0200 (Do, 15 Sep 2005) | 4 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/autogen.sh
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/autogen.sh
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/autogen.sh
   M /trunk/gtk-games/configure.ac
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/autogen.sh
   M /trunk/kde-games/configure.ac
   M /trunk/sdl-games/autogen.sh
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/autogen.sh
   M /trunk/txt-client/configure.ac
   M /trunk/utils/autogen.sh
   M /trunk/utils/configure.ac

- synchronisation of all autogen.sh files
- quick fixes in configure.ac's (but they really need a cleanup also)


------------------------------------------------------------------------
r7464 | josef | 2005-08-20 23:41:45 +0200 (Sa, 20 Aug 2005) | 4 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/gtk-games/Makefile.am
   M /trunk/gtk-games/configure.ac
   D /trunk/gtk-games/package.in
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/txt-client/configure.ac
   M /trunk/utils/configure.ac

- bump version to 0.0.12pre to not create *-0.0.11.tar.gz files
- remove the gtk-games override stuff


------------------------------------------------------------------------
r7434 | josef | 2005-08-15 11:57:30 +0200 (Mo, 15 Aug 2005) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/README.ggz-metaserver
   M /trunk/utils/metaserv/metaserv/README.metaserv

- homepage updates


------------------------------------------------------------------------
r7419 | josef | 2005-08-14 16:27:21 +0200 (So, 14 Aug 2005) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/Makefile.am

- add the script to EXTRA_DIST


------------------------------------------------------------------------
r7387 | josef | 2005-08-13 19:44:31 +0200 (Sa, 13 Aug 2005) | 3 lines
Geänderte Pfade:
   M /trunk/utils/configure.ac
   M /trunk/utils/m4/ggz.m4

- build system synchronisation


------------------------------------------------------------------------
r7367 | josef | 2005-08-06 10:32:26 +0200 (Sa, 06 Aug 2005) | 4 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/gtk-games/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/txt-client/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- global m4 file synchronisation (now that is fun with subversion)
- also a test for the changed commit script which crops at 20 kB diff size


------------------------------------------------------------------------
r7216 | josef | 2005-05-21 13:13:11 +0200 (Sa, 21 Mai 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/AUTHORS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/AUTHORS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/README
   M /trunk/python/AUTHORS
   M /trunk/python/NEWS
   M /trunk/python/QuickStart.GGZ
   M /trunk/python/README
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ

- common files synchronisation and README update for 0.0.11

------------------------------------------------------------------------
r7214 | josef | 2005-05-21 12:46:02 +0200 (Sa, 21 Mai 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/python/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/configure.ac

- LET version = 0.0.11

------------------------------------------------------------------------
r7211 | josef | 2005-05-21 12:32:40 +0200 (Sa, 21 Mai 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/telggz/main.c

- version bumped to 0.4 due to some small changes

------------------------------------------------------------------------
r7210 | josef | 2005-05-21 12:30:36 +0200 (Sa, 21 Mai 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/Makefile.am
   A /trunk/utils/ggzcomm/ggzcommgen
   D /trunk/utils/ggzcomm/ggzcommgen.rb

- drop .rb prefix from ggzcommgen

------------------------------------------------------------------------
r7182 | josef | 2005-05-06 23:19:56 +0200 (Fr, 06 Mai 2005) | 5 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- synchronization of ggz.m4 files
- fixes typo: use ggzdconfdir instead of ggzconfdir
- fixes compiler problems: use -isystem X instead of -isystemX
- fixes ggzcore linkage force in ggzmod problem

------------------------------------------------------------------------
r7151 | josef | 2005-04-24 16:43:14 +0200 (So, 24 Apr 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb
   M /trunk/utils/ggzcomm/tictactoe.protocol

- make it produce the exact same code as needed for TTT

------------------------------------------------------------------------
r7123 | josef | 2005-04-23 13:31:46 +0200 (Sa, 23 Apr 2005) | 4 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/login.c
   M /trunk/ggz/src/frontend/kde/ggzcore++/src/GGZCoreServer.cpp
   M /trunk/ggz/src/frontend/text/server.c
   M /trunk/ggz/src/ggzcore/ggzcore.h
   M /trunk/ggz/src/ggzcore/net.h
   M /trunk/ggz/src/ggzcore/netxml.c
   M /trunk/ggz/src/ggzcore/server.c
   M /trunk/ggz/src/ggzcore/server.h
   M /trunk/ggzd/ggzd/login.c
   M /trunk/ggzd/ggzd/login.h
   M /trunk/ggzd/ggzd/net.c
   M /trunk/gnome-client/src/login.c
   M /trunk/grubby/grubby/src/net.c
   M /trunk/python/pyggzcore/src/pyggzcoresimple_init.c
   M /trunk/utils/cmd-client/main.c
   M /trunk/utils/telggz/net.c

- protocol enhancement:
 * allow users to give initial password when registering
 * allow users to give email address

------------------------------------------------------------------------
r7116 | josef | 2005-04-21 17:29:23 +0200 (Do, 21 Apr 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/Makefile.am
   M /trunk/utils/ggzcomm/ggzcommgen.rb

- fix resulting compilation errors

------------------------------------------------------------------------
r7090 | josef | 2005-04-08 15:18:08 +0200 (Fr, 08 Apr 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/gtk/ggzclient.c
   M /trunk/gnome-client/src/ggzclient.c
   M /trunk/python/pyggzcore/src/pyggzcoresimple_init.c
   M /trunk/utils/telggz/net.c

- fix MOTD loading

------------------------------------------------------------------------
r7076 | josef | 2005-04-02 22:14:52 +0200 (Sa, 02 Apr 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- prepare next version on new live server

------------------------------------------------------------------------
r7003 | josef | 2005-03-13 23:56:30 +0100 (So, 13 Mär 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb

- basic support for C++ with Qt signals and slots

------------------------------------------------------------------------
r7002 | josef | 2005-03-13 22:27:22 +0100 (So, 13 Mär 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb

- dummy support for python/socket output

------------------------------------------------------------------------
r7001 | josef | 2005-03-13 21:47:13 +0100 (So, 13 Mär 2005) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb
   M /trunk/utils/ggzcomm/tictactoe.protocol

- allow for nested sequences
- make TTT example compile (needs a workaround but this is ok for now)

------------------------------------------------------------------------
r7000 | josef | 2005-03-13 18:47:42 +0100 (So, 13 Mär 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb

- support for comparison operators: = != < >

------------------------------------------------------------------------
r6999 | josef | 2005-03-13 18:43:35 +0100 (So, 13 Mär 2005) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/Makefile.am
   D /trunk/utils/ggzcomm/ggzcommgen.c
   D /trunk/utils/ggzcomm/ggzcommgen.h
   D /trunk/utils/ggzcomm/main.c

- install ggzcommgen.rb
- delete old C implementation

------------------------------------------------------------------------
r6998 | josef | 2005-03-13 18:16:09 +0100 (So, 13 Mär 2005) | 4 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb

- support for (simple) conditions

This should make the first games like TTT work!

------------------------------------------------------------------------
r6997 | josef | 2005-03-13 17:31:02 +0100 (So, 13 Mär 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb
   M /trunk/utils/ggzcomm/protocol-format.txt
   M /trunk/utils/ggzcomm/tictactoe.protocol

- support for sequences

------------------------------------------------------------------------
r6996 | josef | 2005-03-13 16:13:35 +0100 (So, 13 Mär 2005) | 7 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/DESIGN
   M /trunk/utils/ggzcomm/chess.protocol
   M /trunk/utils/ggzcomm/dots.protocol
   M /trunk/utils/ggzcomm/ggzcards.protocol
   M /trunk/utils/ggzcomm/ggzcommgen.rb
   M /trunk/utils/ggzcomm/hastings.protocol
   A /trunk/utils/ggzcomm/helloworld.protocol
   M /trunk/utils/ggzcomm/protocol-format.txt
   M /trunk/utils/ggzcomm/tictactoe.protocol

- fix all protocol definitions
- add new simple helloworld protocol
  * client sends greet request
  * server sends greeting
- fix ruby script to produce valid C code for use with libggz/easysock
  * the C sources are to be deprecated, they cannot be maintained

------------------------------------------------------------------------
r6992 | josef | 2005-03-11 22:18:01 +0100 (Fr, 11 Mär 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/telggz/meta.c

- do not crash on empty server list

------------------------------------------------------------------------
r6984 | jdorje | 2005-03-11 08:58:18 +0100 (Fr, 11 Mär 2005) | 4 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

Portability fixes:
1.  Add "#include <strings.h>" as needed for strcasecmp.
2.  Use ggz_strdup not strdup.

------------------------------------------------------------------------
r6918 | josef | 2005-02-04 16:59:43 +0100 (Fr, 04 Feb 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- synchronize

------------------------------------------------------------------------
r6870 | jdorje | 2005-01-24 04:23:21 +0100 (Mo, 24 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c
   M /trunk/utils/telggz/net.c
   M /trunk/utils/telggz/net.h

Make hook functions take const pointers.

------------------------------------------------------------------------
r6866 | jdorje | 2005-01-24 02:39:48 +0100 (Mo, 24 Jan 2005) | 7 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz/src/ggzcore/game.c
   A /trunk/ggz/src/ggzcore/ggzcore-ggz.h
   M /trunk/ggz/src/ggzcore/ggzcore.h
   M /trunk/ggz/src/ggzcore/server.c
   M /trunk/ggz-client-libs/ggzmod/Makefile.am
   M /trunk/ggz-client-libs/ggzmod/ggzmod-ggz.h
   M /trunk/ggz-client-libs/ggzmod/ggzmod.c
   M /trunk/ggz-client-libs/ggzmod/io.c
   M /trunk/ggz-client-libs/ggzmod/io.h
   M /trunk/ggz-client-libs/ggzmod/mod.h
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Change the way channels are created at the client side.  The GGZ client
does not create the channel.  Instead the channel connection data is sent
to the game which makes the connection itself.  This means ggzmod needs
to call the channel-creation function from within ggzcore, adding a new
library dependency.  This is solved by linking ggzcore in along with
ggzmod inside AC_GGZ_GGZMOD.

------------------------------------------------------------------------
r6856 | josef | 2005-01-23 22:23:07 +0100 (So, 23 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/AUTHORS
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/AUTHORS
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/AUTHORS
   M /trunk/libggz/ChangeLog
   M /trunk/python/AUTHORS
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/ChangeLog
   M /trunk/utils/AUTHORS
   M /trunk/utils/ChangeLog

- authors and changelog

------------------------------------------------------------------------
r6844 | josef | 2005-01-23 14:20:29 +0100 (So, 23 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/NEWS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggzd/NEWS
   M /trunk/gnome-client/NEWS
   M /trunk/grubby/NEWS
   M /trunk/gtk-client/NEWS
   M /trunk/kde-client/NEWS
   M /trunk/kde-games/NEWS
   M /trunk/libggz/NEWS
   M /trunk/python/NEWS
   M /trunk/sdl-games/NEWS
   M /trunk/utils/NEWS

- news update

------------------------------------------------------------------------
r6843 | josef | 2005-01-23 14:12:48 +0100 (So, 23 Jan 2005) | 2 lines
Geänderte Pfade:
   A /trunk/community/NEWS
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggzd/README.GGZ
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README.GGZ
   M /trunk/python/QuickStart.GGZ
   M /trunk/python/README
   M /trunk/python/README.GGZ
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/utils/README
   M /trunk/utils/README.GGZ

- updated common files

------------------------------------------------------------------------
r6824 | jdorje | 2005-01-22 20:22:53 +0100 (Sa, 22 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Search for .la files instead of .so.

------------------------------------------------------------------------
r6813 | josef | 2005-01-22 16:38:16 +0100 (Sa, 22 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-txt-client/man/ggz-txt.6
   M /trunk/ggzd/man/ggzd.6
   M /trunk/ggzd/man/ggzduedit.6
   M /trunk/grubby/man/grubby-config.1
   M /trunk/grubby/man/grubby.6
   M /trunk/gtk-client/man/ggz-gtk.6
   M /trunk/kde-client/man/ggzap.6
   M /trunk/kde-client/man/ggzmodsniff.6
   M /trunk/kde-client/man/kggz.6
   M /trunk/kde-client/man/shadowbridge.6
   M /trunk/kde-games/man/ggzwrap.1
   M /trunk/kde-games/man/muehle-ai.pl.6
   M /trunk/utils/man/ggz-cmd.1
   M /trunk/utils/man/metaserv.1
   M /trunk/utils/man/telggz.1

- updated version numbers

------------------------------------------------------------------------
r6812 | josef | 2005-01-22 16:28:57 +0100 (Sa, 22 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/docs/configure.ac
   M /trunk/docs/games/game-development/ggz-game-development-guide.texi
   M /trunk/docs/ggz-project/GGZ-contributions
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/configure.ac

- version number bump

------------------------------------------------------------------------
r6675 | jdorje | 2005-01-14 08:01:43 +0100 (Fr, 14 Jan 2005) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/Makefile.am
   M /trunk/ggz-client-libs/m4/ggz.m4
   A /trunk/ggz-client-libs/m4/iconv.m4
   M /trunk/ggz-txt-client/Makefile.am
   M /trunk/ggz-txt-client/m4/ggz.m4
   A /trunk/ggz-txt-client/m4/iconv.m4
   M /trunk/ggzd/Makefile.am
   M /trunk/ggzd/m4/ggz.m4
   A /trunk/ggzd/m4/iconv.m4
   M /trunk/gnome-client/Makefile.am
   M /trunk/gnome-client/m4/ggz.m4
   A /trunk/gnome-client/m4/iconv.m4
   M /trunk/grubby/Makefile.am
   M /trunk/grubby/m4/ggz.m4
   A /trunk/grubby/m4/iconv.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/Makefile.am
   M /trunk/kde-client/m4/ggz.m4
   A /trunk/kde-client/m4/iconv.m4
   M /trunk/kde-games/Makefile.am
   M /trunk/kde-games/m4/ggz.m4
   A /trunk/kde-games/m4/iconv.m4
   M /trunk/libggz/Makefile.am
   M /trunk/libggz/m4/ggz.m4
   A /trunk/libggz/m4/iconv.m4
   M /trunk/sdl-games/Makefile.am
   M /trunk/sdl-games/m4/ggz.m4
   A /trunk/sdl-games/m4/iconv.m4
   M /trunk/utils/Makefile.am
   M /trunk/utils/m4/ggz.m4
   A /trunk/utils/m4/iconv.m4

Add support for libintl and libiconv to AC_GGZ_INTL.  This is needed to
compile at all on non-glibc systems.

------------------------------------------------------------------------
r6650 | jdorje | 2005-01-13 19:35:43 +0100 (Do, 13 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/configure.ac

Greatly improve configure checks.

------------------------------------------------------------------------
r6649 | jdorje | 2005-01-13 19:35:01 +0100 (Do, 13 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

Check if headers are present before including them.

------------------------------------------------------------------------
r6648 | jdorje | 2005-01-13 19:34:04 +0100 (Do, 13 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

Include winsock if needed.

------------------------------------------------------------------------
r6643 | jdorje | 2005-01-13 03:23:59 +0100 (Do, 13 Jan 2005) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Fix a typo in checking for libintl.h and locale.h.

------------------------------------------------------------------------
r6641 | jdorje | 2005-01-13 02:45:15 +0100 (Do, 13 Jan 2005) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Define ENABLE_NLS if NLS is present.  This is standard, even though it's
not helpful for most packages since NLS is manditory.

------------------------------------------------------------------------
r6638 | jdorje | 2005-01-11 18:36:35 +0100 (Di, 11 Jan 2005) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

Make AC_GGZ_INTL fail if the gettext functions are not available.  It also
checks for the header files but doesn't fail if they're not present.

------------------------------------------------------------------------
r6258 | jdorje | 2004-11-05 00:00:59 +0100 (Fr, 05 Nov 2004) | 2 lines
Geänderte Pfade:
   M /trunk/ggzd/game_servers/chess/Makefile.am
   M /trunk/ggzd/game_servers/chinese-checkers/Makefile.am
   M /trunk/ggzd/game_servers/combat/Makefile.am
   M /trunk/ggzd/game_servers/connectx/Makefile.am
   M /trunk/ggzd/game_servers/dots/Makefile.am
   M /trunk/ggzd/game_servers/escape/Makefile.am
   M /trunk/ggzd/game_servers/geekgame/Makefile.am
   M /trunk/ggzd/game_servers/ggzcards/Makefile.am
   M /trunk/ggzd/game_servers/ggzcards/ai/Makefile.am
   M /trunk/ggzd/game_servers/ggzcards/client/Makefile.am
   M /trunk/ggzd/game_servers/ggzcards/common/Makefile.am
   M /trunk/ggzd/game_servers/ggzcards/games/Makefile.am
   M /trunk/ggzd/game_servers/hastings/Makefile.am
   M /trunk/ggzd/game_servers/keepalive/ggzsh/Makefile.am
   M /trunk/ggzd/game_servers/keepalive/src/Makefile.am
   M /trunk/ggzd/game_servers/krosswater/Makefile.am
   M /trunk/ggzd/game_servers/krosswater/zoneserver/Makefile.am
   M /trunk/ggzd/game_servers/muehle/Makefile.am
   M /trunk/ggzd/game_servers/muehle/ggz/Makefile.am
   M /trunk/ggzd/game_servers/reversi/Makefile.am
   M /trunk/ggzd/game_servers/spades/Makefile.am
   M /trunk/ggzd/game_servers/tictactoe/Makefile.am
   M /trunk/ggzd/game_servers/tuxman/Makefile.am
   M /trunk/ggzd/game_servers/tuxman/lib/Makefile.am
   M /trunk/ggzd/ggzd/Makefile.am
   M /trunk/ggzd/ggzd/database/Makefile.am
   M /trunk/ggzd/ggzdmod/Makefile.am
   M /trunk/ggzd/tests/Makefile.am
   M /trunk/utils/cmd-client/Makefile.am
   M /trunk/utils/ggzcomm/Makefile.am
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/telggz/Makefile.am

Change INCLUDES to AM_CPPFLAGS.

------------------------------------------------------------------------
r6153 | josef | 2004-07-18 02:37:08 +0200 (So, 18 Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/python/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/utils/ChangeLog

- changelog update

------------------------------------------------------------------------
r6135 | josef | 2004-07-17 05:59:30 +0200 (Sa, 17 Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/Makefile.am
   M /trunk/ggzd/Makefile.am
   M /trunk/grubby/Makefile.am
   M /trunk/kde-client/Makefile.am
   M /trunk/kde-games/Makefile.am
   M /trunk/libggz/Makefile.am
   M /trunk/utils/Makefile.am

- fix libtool.m4 inclusion

------------------------------------------------------------------------
r6121 | josef | 2004-07-17 02:39:32 +0200 (Sa, 17 Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- version update for the metaserver

------------------------------------------------------------------------
r6117 | josef | 2004-07-16 21:08:39 +0200 (Fr, 16 Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/docs/configure.ac
   M /trunk/ggz/game_clients/AUTHORS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/AUTHORS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/AUTHORS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/AUTHORS
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README.GGZ
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/AUTHORS
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/AUTHORS
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/AUTHORS
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/AUTHORS
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/AUTHORS
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/AUTHORS
   M /trunk/libggz/NEWS
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README.GGZ
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/AUTHORS
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ
   M /trunk/utils/configure.ac

- 0.0.9 updates propagation

------------------------------------------------------------------------
r6098 | josef | 2004-07-13 16:56:49 +0200 (Di, 13 Jul 2004) | 2 lines
Geänderte Pfade:
   D /trunk/ggz-client-libs/m4/libtool.m4
   D /trunk/ggzd/m4/libtool.m4
   D /trunk/grubby/m4/libtool.m4
   D /trunk/kde-client/m4/libtool.m4
   D /trunk/kde-games/m4/libtool.m4
   D /trunk/libggz/m4/libtool.m4
   D /trunk/utils/m4/libtool.m4

- remove libtool macros

------------------------------------------------------------------------
r6074 | jdorje | 2004-07-10 19:45:53 +0200 (Sa, 10 Jul 2004) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-client-libs/m4/libtool.m4
   M /trunk/ggzd/m4/libtool.m4
   M /trunk/grubby/m4/libtool.m4
   M /trunk/kde-client/m4/libtool.m4
   M /trunk/utils/m4/libtool.m4

Update libtool.m4.

------------------------------------------------------------------------
r6010 | josef | 2004-06-10 16:06:10 +0200 (Do, 10 Jun 2004) | 8 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- emergency fix for NULL attributes

I don't know yet what is causing these, but with a bit of luck it seems
to be the only source of the segfaults. At least it runs stable now for
more than 1500 operations.

Oh and the CVS server is now patched too :)

------------------------------------------------------------------------
r6004 | josef | 2004-05-17 16:31:39 +0200 (Mo, 17 Mai 2004) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- pthread fix: if thread cannot be created, close connection, don't hang

There's still one other grave bug in the source :(

------------------------------------------------------------------------
r6003 | josef | 2004-05-17 16:30:49 +0200 (Mo, 17 Mai 2004) | 2 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/gui-perl/ggzserver-register.pl

- add script to register GGZ server with the metaserver

------------------------------------------------------------------------
r5961 | jdorje | 2004-02-28 02:58:10 +0100 (Sa, 28 Feb 2004) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/Makefile.am
   A /trunk/ggz-client-libs/m4/libtool.m4
   M /trunk/ggzd/Makefile.am
   A /trunk/ggzd/m4/libtool.m4
   M /trunk/grubby/Makefile.am
   A /trunk/grubby/m4/libtool.m4
   M /trunk/kde-client/Makefile.am
   A /trunk/kde-client/m4/libtool.m4
   M /trunk/kde-games/Makefile.am
   A /trunk/kde-games/m4/libtool.m4
   M /trunk/utils/Makefile.am
   A /trunk/utils/m4/libtool.m4

Add libtool.m4 to CVS.

------------------------------------------------------------------------
r5956 | jdorje | 2004-02-21 09:51:32 +0100 (Sa, 21 Feb 2004) | 7 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/libggz/Makefile.am
   A /trunk/libggz/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- Copy ggz.m4 into libggz.
- Declare the libggz copy to be the master copy.
- Use AC_HELP_STRING inside AC_ARG_WITH.
- Replace the history section (which was getting really big) with a
  reference to CVS.
- Propogate the changes back into all modules.

------------------------------------------------------------------------
r5882 | josef | 2004-02-10 09:01:45 +0100 (Di, 10 Feb 2004) | 2 lines
Geänderte Pfade:
   D /trunk/utils/debian

- fourth round of removals of distribution files

------------------------------------------------------------------------
r5815 | josef | 2004-02-07 10:40:50 +0100 (Sa, 07 Feb 2004) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- version bump: 0.2 -> 0.3

------------------------------------------------------------------------
r5804 | josef | 2004-02-05 23:12:18 +0100 (Do, 05 Feb 2004) | 5 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/helper.c

- include header file to prototype functions

Does this fix it?
Otherwise I don't know.

------------------------------------------------------------------------
r5803 | josef | 2004-02-05 13:16:29 +0100 (Do, 05 Feb 2004) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- changed metaserver target URIs

------------------------------------------------------------------------
r5797 | josef | 2004-02-05 12:53:34 +0100 (Do, 05 Feb 2004) | 3 lines
Geänderte Pfade:
   M /trunk/utils/man/ggz-cmd.1
   M /trunk/utils/man/ggzcommgen.1
   M /trunk/utils/man/metaserv.1
   M /trunk/utils/man/telggz.1

- version updates
- mention Nagios in ggz-cmd manpage

------------------------------------------------------------------------
r5790 | josef | 2004-02-05 11:46:53 +0100 (Do, 05 Feb 2004) | 7 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz/src/frontend/kde/po/es.po
   M /trunk/ggz/src/frontend/kde/po/fr.po
   M /trunk/ggz/src/frontend/kde/po/pt_BR.po
   M /trunk/ggz/src/ggzcore/ggz-config.c
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/ChangeLog
   M /trunk/ggzd/NEWS
   M /trunk/ggzd/README
   M /trunk/ggzd/README.GGZ
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/ChangeLog
   M /trunk/gnome-client/NEWS
   M /trunk/gnome-client/QuickStart.GGZ
   M /trunk/gnome-client/README
   M /trunk/gnome-client/README.GGZ
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/ChangeLog
   M /trunk/grubby/NEWS
   M /trunk/grubby/README
   M /trunk/grubby/README.GGZ
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/ChangeLog
   M /trunk/gtk-client/NEWS
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README
   M /trunk/gtk-client/README.GGZ
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-client/NEWS
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/ChangeLog
   M /trunk/kde-games/NEWS
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README
   M /trunk/kde-games/README.GGZ
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/ChangeLog
   M /trunk/libggz/NEWS
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README
   M /trunk/libggz/README.GGZ
   M /trunk/libggz/configure.ac
   A /trunk/python/ChangeLog
   A /trunk/python/NEWS
   M /trunk/python/README
   A /trunk/python/README.GGZ
   M /trunk/python/configure.ac
   M /trunk/sdl-games/ChangeLog
   M /trunk/sdl-games/NEWS
   M /trunk/sdl-games/QuickStart.GGZ
   M /trunk/sdl-games/README
   M /trunk/sdl-games/README.GGZ
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/ChangeLog
   M /trunk/utils/NEWS
   M /trunk/utils/README
   M /trunk/utils/README.GGZ
   M /trunk/utils/configure.ac

- synchronized NEWS, README.GGZ and QuickStart.GGZ from docs
- updated README
  * new URLs for developers, bugs, website
  * no more per-package maintainer mention (it was never valid anyway)
- updated configure.ac to indicate final version 0.0.8
- ChangeLog updates

------------------------------------------------------------------------
r5770 | josef | 2004-01-31 11:54:44 +0100 (Sa, 31 Jan 2004) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/autogen.sh
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/autogen.sh
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh
   M /trunk/utils/m4/ggz.m4

- sync common files

------------------------------------------------------------------------
r5740 | dr_maux | 2004-01-17 19:46:28 +0100 (Sa, 17 Jan 2004) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- sync

------------------------------------------------------------------------
r5732 | dr_maux | 2004-01-02 18:44:17 +0100 (Fr, 02 Jan 2004) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- removals of entries

------------------------------------------------------------------------
r5727 | dr_maux | 2003-12-31 18:02:57 +0100 (Mi, 31 Dez 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/utils/configure.ac

- use new-style AC_INIT

------------------------------------------------------------------------
r5717 | dr_maux | 2003-12-16 15:58:05 +0100 (Di, 16 Dez 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- closing the socket once is enough: after accept() and fdopen(), close()
  suffices, the odd fclose() would prevent multi-query sessions anyway

------------------------------------------------------------------------
r5716 | dr_maux | 2003-12-16 10:09:13 +0100 (Di, 16 Dez 2003) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- don't leak file descriptors

That reminds me of ggzd again ;)

------------------------------------------------------------------------
r5714 | dr_maux | 2003-12-13 15:09:22 +0100 (Sa, 13 Dez 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- convert &s to &amp;s automatically when receiving data
- in verbose mode, set logfile to stdout if not set

------------------------------------------------------------------------
r5712 | dr_maux | 2003-12-09 15:11:35 +0100 (Di, 09 Dez 2003) | 11 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

- addition of a modified 'checkonline' command: 'checknagios'

This makes ggz-cmd compatible to plugins for Nagios (http://www.nagios.org).
People running Nagios (and many ISPs and companies do) can now seamlessly
integrate checks for running GGZ servers.

For the predecessor netsaint, it might look like:
command[check_ggz]=/usr/lib/netsaint/plugins/ggz_cmd $HOSTNAME guestuser pass

Josef

------------------------------------------------------------------------
r5648 | dr_maux | 2003-09-20 15:36:23 +0200 (Sa, 20 Sep 2003) | 2 lines
Geänderte Pfade:
   D /trunk/utils/motd-editor

- forgot to remove this beast

------------------------------------------------------------------------
r5641 | dr_maux | 2003-08-30 20:24:13 +0200 (Sa, 30 Aug 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/configure.ac

- don't include motd-editor in makefile creation list

------------------------------------------------------------------------
r5640 | dr_maux | 2003-08-30 20:21:03 +0200 (Sa, 30 Aug 2003) | 2 lines
Geänderte Pfade:
   D /trunk/utils/m4/gnome.m4
   D /trunk/utils/motd-editor/macros/Makefile.am
   D /trunk/utils/motd-editor/macros/aclocal-include.m4
   D /trunk/utils/motd-editor/macros/autogen.sh
   D /trunk/utils/motd-editor/macros/compiler-flags.m4
   D /trunk/utils/motd-editor/macros/curses.m4
   D /trunk/utils/motd-editor/macros/gnome-bonobo-check.m4
   D /trunk/utils/motd-editor/macros/gnome-common.m4
   D /trunk/utils/motd-editor/macros/gnome-fileutils.m4
   D /trunk/utils/motd-editor/macros/gnome-ghttp-check.m4
   D /trunk/utils/motd-editor/macros/gnome-gnorba-check.m4
   D /trunk/utils/motd-editor/macros/gnome-guile-checks.m4
   D /trunk/utils/motd-editor/macros/gnome-libgtop-check.m4
   D /trunk/utils/motd-editor/macros/gnome-objc-checks.m4
   D /trunk/utils/motd-editor/macros/gnome-orbit-check.m4
   D /trunk/utils/motd-editor/macros/gnome-print-check.m4
   D /trunk/utils/motd-editor/macros/gnome-pthread-check.m4
   D /trunk/utils/motd-editor/macros/gnome-support.m4
   D /trunk/utils/motd-editor/macros/gnome-undelfs.m4
   D /trunk/utils/motd-editor/macros/gnome-vfs.m4
   D /trunk/utils/motd-editor/macros/gnome-x-checks.m4
   D /trunk/utils/motd-editor/macros/gnome-xml-check.m4
   D /trunk/utils/motd-editor/macros/gnome.m4
   D /trunk/utils/motd-editor/macros/gperf-check.m4
   D /trunk/utils/motd-editor/macros/linger.m4
   D /trunk/utils/motd-editor/macros/need-declaration.m4

- remove obsolete gnome macros

------------------------------------------------------------------------
r5638 | dr_maux | 2003-08-28 03:42:59 +0200 (Do, 28 Aug 2003) | 2 lines
Geänderte Pfade:
   A /trunk/utils/ggzcomm/ccheckers.protocol

- preliminary protocol formalization for chinese checkers

------------------------------------------------------------------------
r5628 | dr_maux | 2003-07-26 09:49:19 +0200 (Sa, 26 Jul 2003) | 5 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- add 'ggzmeta:update'/'delta' to enable incremental update, which should
  reduce the traffic quite a lot
- also use 'ggzmeta:version' instead of version (implementation is backward
  compatible)

------------------------------------------------------------------------
r5627 | dr_maux | 2003-07-26 00:08:27 +0200 (Sa, 26 Jul 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- ignore sigpipe

------------------------------------------------------------------------
r5626 | dr_maux | 2003-07-25 22:27:07 +0200 (Fr, 25 Jul 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- use a mutex to avoid race conditions
- prohibit updates when not running in daemon mode

------------------------------------------------------------------------
r5625 | dr_maux | 2003-07-25 21:25:53 +0200 (Fr, 25 Jul 2003) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- new command line option -p to specify alternative port
- new command line option -V to log with high verbosity
- assign session ids and log them so usage can be traced

------------------------------------------------------------------------
r5624 | dr_maux | 2003-07-25 21:24:08 +0200 (Fr, 25 Jul 2003) | 5 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/minidom.c

- support for XML comments

Up until now, they had to be written as <!-- foo --/>.
Just 4 lines of C fixed that issue.

------------------------------------------------------------------------
r5619 | dr_maux | 2003-06-28 11:09:12 +0200 (Sa, 28 Jun 2003) | 2 lines
Geänderte Pfade:
   M /trunk/docs/ggz-project/release-procedure
   M /trunk/docs/server/hosting/ggz-hosting-guide.texi
   M /trunk/ggz/src/frontend/gtk/first.c
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- no more snafu

------------------------------------------------------------------------
r5616 | dr_maux | 2003-06-27 19:48:20 +0200 (Fr, 27 Jun 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- don't crash on SIGPIPE if fd has become invalid

------------------------------------------------------------------------
r5615 | dr_maux | 2003-06-26 21:34:59 +0200 (Do, 26 Jun 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/README.ggz-metaserver

- mention kderadiostation as a usage example

------------------------------------------------------------------------
r5614 | dr_maux | 2003-06-26 11:25:46 +0200 (Do, 26 Jun 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.ac
   M /trunk/utils/metaserv/metaserv/metaserv.c
   D /trunk/utils/motd-editor/.cvsignore
   D /trunk/utils/motd-editor/Makefile.am
   D /trunk/utils/motd-editor/callbacks.c
   D /trunk/utils/motd-editor/callbacks.h
   D /trunk/utils/motd-editor/interface.c
   D /trunk/utils/motd-editor/interface.h
   D /trunk/utils/motd-editor/main.c
   D /trunk/utils/motd-editor/motd-editor.glade
   D /trunk/utils/motd-editor/support.c
   D /trunk/utils/motd-editor/support.h

- move MOTD editor out of utils into gnome-client

------------------------------------------------------------------------
r5609 | dr_maux | 2003-05-29 19:33:39 +0200 (Do, 29 Mai 2003) | 5 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- don't crash if preference attribute is missing

It isn't missing in GGZ entries, but e.g. in metasound entries, which are to be
used for the KDE Radio Station program.

------------------------------------------------------------------------
r5588 | dr_maux | 2003-05-17 10:10:42 +0200 (Sa, 17 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gnome-client/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/sdl-games/ChangeLog
   M /trunk/utils/ChangeLog

- update changelog

------------------------------------------------------------------------
r5583 | dr_maux | 2003-05-16 20:34:45 +0200 (Fr, 16 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- apply autogen.sh changes from libggz

------------------------------------------------------------------------
r5571 | dr_maux | 2003-05-11 11:23:30 +0200 (So, 11 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- update the metaserver configuration to reflect the new server versions

------------------------------------------------------------------------
r5563 | dr_maux | 2003-05-11 01:54:28 +0200 (So, 11 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/configure.ac
   M /trunk/ggz-client-libs/configure.ac
   M /trunk/ggz-txt-client/configure.ac
   M /trunk/ggzd/configure.ac
   M /trunk/gnome-client/configure.ac
   M /trunk/grubby/configure.ac
   M /trunk/gtk-client/configure.ac
   M /trunk/kde-client/configure.ac
   M /trunk/kde-games/configure.ac
   M /trunk/libggz/configure.ac
   M /trunk/sdl-games/configure.ac
   M /trunk/utils/configure.ac

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

------------------------------------------------------------------------
r5561 | dr_maux | 2003-05-11 01:46:58 +0200 (So, 11 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz-client-libs/README
   M /trunk/grubby/README
   M /trunk/gtk-client/README
   M /trunk/kde-client/README
   M /trunk/utils/README

- version update

------------------------------------------------------------------------
r5555 | dr_maux | 2003-05-11 01:25:43 +0200 (So, 11 Mai 2003) | 4 lines
Geänderte Pfade:
   M /trunk/utils/man/ggz-cmd.1
   M /trunk/utils/man/metaserv.1
   M /trunk/utils/man/telggz.1

- (slight) manpage updates

Some are a bit out of date, this should be fixed for 0.0.8.

------------------------------------------------------------------------
r5550 | dr_maux | 2003-05-11 01:17:00 +0200 (So, 11 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/NEWS
   M /trunk/utils/README.GGZ
   M /trunk/utils/autogen.sh

- update common files for 0.0.7 in utils

------------------------------------------------------------------------
r5539 | dr_maux | 2003-05-10 16:38:57 +0200 (Sa, 10 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- sync autogen.sh

------------------------------------------------------------------------
r5533 | dr_maux | 2003-05-10 13:31:06 +0200 (Sa, 10 Mai 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/Makefile.am

- fix 'make distcheck'
- also, exclude gui-* from the distribution again

------------------------------------------------------------------------
r5522 | dr_maux | 2003-05-10 09:02:27 +0200 (Sa, 10 Mai 2003) | 4 lines
Geänderte Pfade:
   M /trunk/utils/telggz/chat.c
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/net.c

- setup room handlers only once
- announce if line is buffered
- version bump

------------------------------------------------------------------------
r5518 | dr_maux | 2003-05-10 08:31:44 +0200 (Sa, 10 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- remove odd square bracket

------------------------------------------------------------------------
r5516 | dr_maux | 2003-05-10 07:50:57 +0200 (Sa, 10 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/helper.c
   M /trunk/utils/metaserv/metaserv/helper.h
   M /trunk/utils/metaserv/metaserv/metaserv.c

- compiler warning fixes

------------------------------------------------------------------------
r5500 | dr_maux | 2003-05-05 15:03:41 +0200 (Mo, 05 Mai 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- add -fsigned-char

------------------------------------------------------------------------
r5489 | dr_maux | 2003-03-30 17:36:32 +0200 (So, 30 Mär 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/minidom.c

- strip leading and trailing whitespace in values, so input -> output chains
  should now be idempotent

------------------------------------------------------------------------
r5488 | dr_maux | 2003-03-30 17:11:23 +0200 (So, 30 Mär 2003) | 15 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/helper.c
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/minidom/minidom.c
   M /trunk/utils/metaserv/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

------------------------------------------------------------------------
r5482 | dr_maux | 2003-03-29 11:45:00 +0100 (Sa, 29 Mär 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/Makefile.am
   M /trunk/utils/metaserv/gui-qt/Makefile.gui-qt
   M /trunk/utils/metaserv/gui-qt/qmetagui.cpp

- update metaserver stuff
- include various GUIs in distribution tarballs

------------------------------------------------------------------------
r5476 | dr_maux | 2003-03-29 11:33:32 +0100 (Sa, 29 Mär 2003) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- apply improverished autogen globally

------------------------------------------------------------------------
r5475 | dr_maux | 2003-03-29 11:27:44 +0100 (Sa, 29 Mär 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/m4/ggz.m4
   M /trunk/ggz-client-libs/m4/ggz.m4
   M /trunk/ggz-txt-client/m4/ggz.m4
   M /trunk/ggzd/m4/ggz.m4
   M /trunk/gnome-client/m4/ggz.m4
   M /trunk/grubby/m4/ggz.m4
   M /trunk/gtk-client/m4/ggz.m4
   M /trunk/kde-client/m4/ggz.m4
   M /trunk/kde-games/m4/ggz.m4
   M /trunk/sdl-games/m4/ggz.m4
   M /trunk/utils/m4/ggz.m4

- update GGZ macro file

------------------------------------------------------------------------
r5432 | dr_maux | 2003-02-19 23:53:11 +0100 (Mi, 19 Feb 2003) | 10 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/README.metaserv
   A /trunk/utils/metaserv/metaserv/helper.c
   A /trunk/utils/metaserv/metaserv/helper.h
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/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

------------------------------------------------------------------------
r5428 | dr_maux | 2003-02-18 22:31:14 +0100 (Di, 18 Feb 2003) | 8 lines
Geänderte Pfade:
   M /trunk/utils/telggz/chat.c
   M /trunk/utils/telggz/chat.h
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/meta.c
   M /trunk/utils/telggz/meta.h
   M /trunk/utils/telggz/net.c
   M /trunk/utils/telggz/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

------------------------------------------------------------------------
r5427 | dr_maux | 2003-02-18 22:28:28 +0100 (Di, 18 Feb 2003) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/minidom.c

- fix for successive MD_query calls: reset result list

This is more like a dirty workaround, hopefully nothing will break.

------------------------------------------------------------------------
r5419 | dr_maux | 2003-02-16 16:14:16 +0100 (So, 16 Feb 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c
   M /trunk/utils/telggz/net.c

- don't use TLS for now

------------------------------------------------------------------------
r5418 | dr_maux | 2003-02-16 16:12:01 +0100 (So, 16 Feb 2003) | 11 lines
Geänderte Pfade:
   D /trunk/utils/acconfig.h
   M /trunk/utils/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.

------------------------------------------------------------------------
r5413 | dr_maux | 2003-02-16 14:02:09 +0100 (So, 16 Feb 2003) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/sdl-games/autogen.sh
   M /trunk/utils/autogen.sh

- new autogen.sh

------------------------------------------------------------------------
r5390 | jdorje | 2003-02-04 20:06:28 +0100 (Di, 04 Feb 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/configure.ac

Run autoupdate over configure.ac.

------------------------------------------------------------------------
r5389 | jdorje | 2003-02-04 20:04:48 +0100 (Di, 04 Feb 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/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.

------------------------------------------------------------------------
r5360 | jdorje | 2003-02-04 03:02:20 +0100 (Di, 04 Feb 2003) | 2 lines
Geänderte Pfade:
   M /trunk/utils/autogen.sh
   A /trunk/utils/configure.ac
   D /trunk/utils/configure.in

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

------------------------------------------------------------------------
r5338 | dr_maux | 2003-01-18 01:58:42 +0100 (Sa, 18 Jan 2003) | 3 lines
Geänderte Pfade:
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/meta.c

- terminate strings read from the network correctly
- for queries, use GGZ version number, not TelGGZ version

------------------------------------------------------------------------
r5316 | dr_maux | 2003-01-12 12:41:37 +0100 (So, 12 Jan 2003) | 4 lines
Geänderte Pfade:
   M /trunk/ggz/src/frontend/text/main.c
   M /trunk/kde-games/muehle/src/ggzwrap/ggzwrap.c
   M /trunk/utils/ggzcomm/main.c
   M /trunk/utils/metaserv/metaserv/metaserv.c

[powerpc]

- getopt returns int, not char

------------------------------------------------------------------------
r5305 | jdorje | 2002-12-20 05:59:26 +0100 (Fr, 20 Dez 2002) | 2 lines
Geänderte Pfade:
   M /trunk/kde-client/Makefile.am
   D /trunk/kde-client/acinclude.ggz
   D /trunk/kde-client/acinclude.kde
   M /trunk/kde-client/autogen.sh
   A /trunk/kde-client/m4
   A /trunk/kde-client/m4/ggz.m4
   A /trunk/kde-client/m4/kde.m4
   M /trunk/kde-games/Makefile.am
   D /trunk/kde-games/acinclude.ggz
   D /trunk/kde-games/acinclude.kde
   M /trunk/kde-games/autogen.sh
   A /trunk/kde-games/m4
   A /trunk/kde-games/m4/ggz.m4
   A /trunk/kde-games/m4/kde.m4
   M /trunk/utils/Makefile.am
   D /trunk/utils/acinclude.ggz
   D /trunk/utils/acinclude.gnome
   M /trunk/utils/autogen.sh
   A /trunk/utils/m4
   A /trunk/utils/m4/ggz.m4
   A /trunk/utils/m4/gnome.m4

Move acinclude.* to m4/*.m4.

------------------------------------------------------------------------
r5288 | dr_maux | 2002-12-15 13:04:23 +0100 (So, 15 Dez 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

- add batch processing feature, mostly to avoid sniffing passwords, but also to
  allow for saving common broadcast texts etc.

------------------------------------------------------------------------
r5278 | dr_maux | 2002-12-09 14:09:17 +0100 (Mo, 09 Dez 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

- include sys/time.h for old libc compatibility

------------------------------------------------------------------------
r5257 | dr_maux | 2002-11-23 19:16:16 +0100 (Sa, 23 Nov 2002) | 2 lines
Geänderte Pfade:
   M /trunk/kde-client/kcm_ggz
   M /trunk/kde-client/kcm_ggz/.cvsignore
   M /trunk/kde-games/ktictactux
   M /trunk/kde-games/ktictactux/.cvsignore
   M /trunk/utils
   M /trunk/utils/.cvsignore

- update cvsignore

------------------------------------------------------------------------
r5255 | dr_maux | 2002-11-20 23:34:25 +0100 (Mi, 20 Nov 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

- add 'checkonline' command to ggz-cmd

------------------------------------------------------------------------
r4929 | jdorje | 2002-10-16 02:07:30 +0200 (Mi, 16 Okt 2002) | 16 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggz-txt-client/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/gnome-client/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/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.

------------------------------------------------------------------------
r4830 | jdorje | 2002-10-10 01:37:11 +0200 (Do, 10 Okt 2002) | 4 lines
Geänderte Pfade:
   M /trunk/utils/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.

------------------------------------------------------------------------
r4806 | dr_maux | 2002-10-08 02:03:12 +0200 (Di, 08 Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/README

- s/0.0.5/0.0.6

------------------------------------------------------------------------
r4797 | dr_maux | 2002-10-08 00:06:59 +0200 (Di, 08 Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/Makefile.am
   M /trunk/utils/telggz/Makefile.am

- fix makefiles: include $(GGZCORE_LDFLAGS)

------------------------------------------------------------------------
r4795 | jdorje | 2002-10-07 23:28:18 +0200 (Mo, 07 Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/NEWS
   M /trunk/ggz/game_clients/NEWS
   M /trunk/ggz-client-libs/NEWS
   M /trunk/ggz-txt-client/NEWS
   M /trunk/ggzd/NEWS
   M /trunk/grubby/NEWS
   M /trunk/gtk-client/NEWS
   M /trunk/kde-client/NEWS
   M /trunk/kde-games/NEWS
   M /trunk/libggz/NEWS
   M /trunk/utils/NEWS

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

------------------------------------------------------------------------
r4794 | dr_maux | 2002-10-07 23:16:10 +0200 (Mo, 07 Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/ChangeLog
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/grubby/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/libggz/ChangeLog
   M /trunk/utils/ChangeLog

- update changelog for 0.0.6

------------------------------------------------------------------------
r4786 | jdorje | 2002-10-01 23:28:16 +0200 (Di, 01 Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/motd-editor/callbacks.c

#if 0...#endif to disable an unused function.

------------------------------------------------------------------------
r4783 | dr_maux | 2002-10-01 20:53:52 +0200 (Di, 01 Okt 2002) | 2 lines
Geänderte Pfade:
   M /trunk/gnome-client/configure.in
   M /trunk/gtk-client/configure.in
   M /trunk/kde-games/configure.in
   M /trunk/utils/configure.in

- use configure.in for AC_INIT

------------------------------------------------------------------------
r4770 | dr_maux | 2002-09-29 15:58:08 +0200 (So, 29 Sep 2002) | 4 lines
Geänderte Pfade:
   M /trunk/utils/configure.in

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

------------------------------------------------------------------------
r4769 | dr_maux | 2002-09-29 15:52:00 +0200 (So, 29 Sep 2002) | 6 lines
Geänderte Pfade:
   M /trunk/utils/acconfig.h
   M /trunk/utils/acinclude.gnome

[gentoo]
- acinclude.gnome updates
- predefine HAVE_LIBSM (needed for Gnome)

This comment written in nano. Ugh.

------------------------------------------------------------------------
r4762 | dr_maux | 2002-09-29 14:35:46 +0200 (So, 29 Sep 2002) | 3 lines
Geänderte Pfade:
   A /trunk/utils/acinclude.gnome
   M /trunk/utils/autogen.sh
   M /trunk/utils/configure.in
   M /trunk/utils/man/ggz-cmd.1
   M /trunk/utils/man/metaserv.1
   M /trunk/utils/man/telggz.1

- new: acinclude.gnome for GNOME configuration
- bump version numbers

------------------------------------------------------------------------
r4746 | dr_maux | 2002-09-27 10:58:31 +0200 (Fr, 27 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/autogen.sh
   M /trunk/ggz/game_clients/autogen.sh
   M /trunk/ggz-client-libs/autogen.sh
   M /trunk/ggz-txt-client/autogen.sh
   M /trunk/ggzd/autogen.sh
   M /trunk/gnome-client/autogen.sh
   M /trunk/grubby/autogen.sh
   M /trunk/gtk-client/autogen.sh
   M /trunk/kde-client/autogen.sh
   M /trunk/kde-games/autogen.sh
   M /trunk/libggz/autogen.sh
   M /trunk/utils/autogen.sh

- new autogen

------------------------------------------------------------------------
r4725 | dr_maux | 2002-09-26 13:28:14 +0200 (Do, 26 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/acinclude.ggz
   M /trunk/utils/configure.in

- deploy new acinclude.ggz

------------------------------------------------------------------------
r4679 | dr_maux | 2002-09-24 09:36:20 +0200 (Di, 24 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   D /trunk/grubby/QuickStart.GGZ
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README.GGZ
   M /trunk/libggz/QuickStart.GGZ
   M /trunk/libggz/README.GGZ
   D /trunk/utils/QuickStart.GGZ
   M /trunk/utils/README.GGZ

- update intro docs

------------------------------------------------------------------------
r4674 | jdorje | 2002-09-24 00:45:37 +0200 (Di, 24 Sep 2002) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggz-txt-client/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/gnome-client/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

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

------------------------------------------------------------------------
r4635 | dr_maux | 2002-09-19 18:41:53 +0200 (Do, 19 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/gui-qt/Makefile.gui-qt

- use qt-mt instead of qt

------------------------------------------------------------------------
r4631 | jdorje | 2002-09-19 18:18:33 +0200 (Do, 19 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/gnome-client/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

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

------------------------------------------------------------------------
r4601 | jdorje | 2002-09-17 05:37:40 +0200 (Di, 17 Sep 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in
   M /trunk/utils/motd-editor
   M /trunk/utils/motd-editor/.cvsignore
   D /trunk/utils/motd-editor/AUTHORS
   D /trunk/utils/motd-editor/COPYING
   D /trunk/utils/motd-editor/ChangeLog
   D /trunk/utils/motd-editor/INSTALL
   D /trunk/utils/motd-editor/Makefile
   M /trunk/utils/motd-editor/Makefile.am
   D /trunk/utils/motd-editor/NEWS
   D /trunk/utils/motd-editor/README
   D /trunk/utils/motd-editor/acconfig.h
   D /trunk/utils/motd-editor/autogen.sh
   A /trunk/utils/motd-editor/callbacks.c
   A /trunk/utils/motd-editor/callbacks.h
   D /trunk/utils/motd-editor/config.cache
   D /trunk/utils/motd-editor/config.h
   D /trunk/utils/motd-editor/configure.in
   A /trunk/utils/motd-editor/interface.c
   A /trunk/utils/motd-editor/interface.h
   D /trunk/utils/motd-editor/intl
   A /trunk/utils/motd-editor/main.c
   D /trunk/utils/motd-editor/po
   D /trunk/utils/motd-editor/src
   D /trunk/utils/motd-editor/stamp-h
   D /trunk/utils/motd-editor/stamp-h.in
   A /trunk/utils/motd-editor/support.c
   A /trunk/utils/motd-editor/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.

------------------------------------------------------------------------
r4593 | jdorje | 2002-09-17 02:44:14 +0200 (Di, 17 Sep 2002) | 4 lines
Geänderte Pfade:
   M /trunk/utils/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.

------------------------------------------------------------------------
r4592 | jdorje | 2002-09-17 02:15:20 +0200 (Di, 17 Sep 2002) | 6 lines
Geänderte Pfade:
   M /trunk/utils/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.

------------------------------------------------------------------------
r4591 | jdorje | 2002-09-17 01:59:31 +0200 (Di, 17 Sep 2002) | 4 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

- Replaced most stderr debugging output with ggz_debug.
- Enable ggz_debug types when DEBUG is defined.
- #include "config.h"

------------------------------------------------------------------------
r4565 | dr_maux | 2002-09-14 23:21:16 +0200 (Sa, 14 Sep 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/telggz/chat.c
   M /trunk/utils/telggz/chat.h
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/meta.c
   M /trunk/utils/telggz/meta.h
   M /trunk/utils/telggz/net.c
   M /trunk/utils/telggz/net.h

- source code cleanups
- support for room join/leave events

------------------------------------------------------------------------
r4496 | jdorje | 2002-09-09 07:54:08 +0200 (Mo, 09 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.c

Added missing #include "ggzcommgen.h".

------------------------------------------------------------------------
r4495 | jdorje | 2002-09-09 07:53:05 +0200 (Mo, 09 Sep 2002) | 8 lines
Geänderte Pfade:
   M /trunk/utils/telggz/chat.c
   M /trunk/utils/telggz/chat.h
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/meta.h
   M /trunk/utils/telggz/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.

------------------------------------------------------------------------
r4494 | jdorje | 2002-09-09 07:46:44 +0200 (Mo, 09 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

Marked some functions as static.

------------------------------------------------------------------------
r4493 | jdorje | 2002-09-09 07:43:00 +0200 (Mo, 09 Sep 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c
   M /trunk/utils/metaserv/minidom/minidom.c

Mark some functions as static.

------------------------------------------------------------------------
r4376 | jdorje | 2002-08-20 22:49:40 +0200 (Di, 20 Aug 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz/game_clients/configure.in
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggz-client-libs/configure.in
   M /trunk/ggzd/configure.in
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/gtk-client/configure.in
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Changed -I<directory> to -isystem<directory> to avoid warnings in gcc3.

------------------------------------------------------------------------
r4361 | dr_maux | 2002-08-12 20:01:19 +0200 (Mo, 12 Aug 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/tictactoe.protocol

- updated the TTT protocol description

------------------------------------------------------------------------
r4258 | dr_maux | 2002-06-16 14:26:45 +0200 (So, 16 Jun 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c
   M /trunk/utils/telggz/meta.c
   M /trunk/utils/telggz/net.c

- fix cmd-client and telggz: add ggzcore_server_read_data channel parameter
- fix segfault in TelGGZ's meta server handling

------------------------------------------------------------------------
r4232 | dr_maux | 2002-05-25 19:08:19 +0200 (Sa, 25 Mai 2002) | 8 lines
Geänderte Pfade:
   A /trunk/utils/ggzcomm/chess.protocol
   A /trunk/utils/ggzcomm/dots.protocol
   M /trunk/utils/ggzcomm/ggzcommgen.c
   A /trunk/utils/ggzcomm/hastings.protocol
   A /trunk/utils/ggzcomm/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.

------------------------------------------------------------------------
r4160 | jdorje | 2002-05-05 09:13:20 +0200 (So, 05 Mai 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

Added support for different server ports to cmd-client.

------------------------------------------------------------------------
r4129 | dr_maux | 2002-05-01 09:53:06 +0200 (Mi, 01 Mai 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm/ggzcommgen.rb
   M /trunk/utils/ggzcomm/tictactoe.protocol

- add GGZCommEvent class
- some more implementation done

------------------------------------------------------------------------
r4124 | dr_maux | 2002-05-01 00:09:17 +0200 (Mi, 01 Mai 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/ggzcomm
   M /trunk/utils/ggzcomm/.cvsignore
   M /trunk/utils/ggzcomm/Makefile.am
   A /trunk/utils/ggzcomm/ggzcards.protocol
   M /trunk/utils/ggzcomm/ggzcommgen.c
   A /trunk/utils/ggzcomm/ggzcommgen.rb
   A /trunk/utils/ggzcomm/protocol-format.txt
   M /trunk/utils/ggzcomm/tictactoe.protocol

- started alternative implementation for ggzcomm source generator

------------------------------------------------------------------------
r4088 | dr_maux | 2002-04-27 09:14:05 +0200 (Sa, 27 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- treat EOF correctly (disconnect)

------------------------------------------------------------------------
r4076 | dr_maux | 2002-04-24 17:15:34 +0200 (Mi, 24 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- build ggzcomm stuff correctly (depends on minidom for XML parsing)

------------------------------------------------------------------------
r4075 | dr_maux | 2002-04-24 17:15:11 +0200 (Mi, 24 Apr 2002) | 2 lines
Geänderte Pfade:
   A /trunk/utils/ggzcomm
   A /trunk/utils/ggzcomm/.cvsignore
   A /trunk/utils/ggzcomm/DESIGN
   A /trunk/utils/ggzcomm/Makefile.am
   A /trunk/utils/ggzcomm/ggzcommgen.c
   A /trunk/utils/ggzcomm/ggzcommgen.h
   A /trunk/utils/ggzcomm/main.c
   A /trunk/utils/ggzcomm/tictactoe.protocol
   M /trunk/utils/man/Makefile.am
   A /trunk/utils/man/ggzcommgen.1

- move the not yet complete ggzcommgen to the utils module

------------------------------------------------------------------------
r3979 | dr_maux | 2002-04-14 14:53:12 +0200 (So, 14 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/telggz/main.c

- use correct version (not 0.0.5pre hardcoded)

------------------------------------------------------------------------
r3970 | bmh | 2002-04-13 09:15:03 +0200 (Sa, 13 Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ChangeLog


- Updated for 0.0.5 release

------------------------------------------------------------------------
r3955 | dr_maux | 2002-04-13 06:44:49 +0200 (Sa, 13 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/configure.in

- bump version to 0.0.5

------------------------------------------------------------------------
r3949 | bmh | 2002-04-13 06:06:57 +0200 (Sa, 13 Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/docs/AUTHORS
   M /trunk/docs/NEWS
   A /trunk/docs/QuickStart.GGZ
   M /trunk/docs/README.GGZ
   M /trunk/utils/AUTHORS
   M /trunk/utils/NEWS
   A /trunk/utils/QuickStart.GGZ
   M /trunk/utils/README.GGZ


- Doc file updates

------------------------------------------------------------------------
r3929 | dr_maux | 2002-04-13 02:45:42 +0200 (Sa, 13 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggzd/Makefile.am
   M /trunk/grubby/Makefile.am
   M /trunk/kde-games/Makefile.am
   M /trunk/utils/Makefile.am

- remove local make clean rule again

------------------------------------------------------------------------
r3882 | dr_maux | 2002-04-10 16:01:02 +0200 (Mi, 10 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/telggz/Makefile.am

- fix telggz includes

------------------------------------------------------------------------
r3881 | dr_maux | 2002-04-10 15:59:31 +0200 (Mi, 10 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/Makefile.am

- fix cmd-client includes

------------------------------------------------------------------------
r3878 | dr_maux | 2002-04-10 15:22:43 +0200 (Mi, 10 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/acconfig.h
   M /trunk/utils/configure.in

- define PREFIX for use in C source files

------------------------------------------------------------------------
r3877 | dr_maux | 2002-04-10 15:22:18 +0200 (Mi, 10 Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- update metaserver configuration file to reflect all upcoming 0.0.5 servers
- don't log trailing line breaks

------------------------------------------------------------------------
r3863 | dr_maux | 2002-04-09 22:40:42 +0200 (Di, 09 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/debian/control
   M /trunk/utils/debian/rules

- finalize utils

------------------------------------------------------------------------
r3830 | dr_maux | 2002-04-07 12:59:18 +0200 (So, 07 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/debian
   M /trunk/utils/debian/.cvsignore

- update cvsignore file

------------------------------------------------------------------------
r3829 | dr_maux | 2002-04-07 12:58:35 +0200 (So, 07 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/debian/changelog
   M /trunk/utils/debian/control
   M /trunk/utils/debian/copyright
   M /trunk/utils/debian/rules

- debianize utilies package

------------------------------------------------------------------------
r3828 | dr_maux | 2002-04-07 12:53:24 +0200 (So, 07 Apr 2002) | 2 lines
Geänderte Pfade:
   A /trunk/utils/man/ggz-cmd.1

- forgot the new one :)

------------------------------------------------------------------------
r3827 | dr_maux | 2002-04-07 12:52:55 +0200 (So, 07 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/man/Makefile.am
   D /trunk/utils/man/cmd-client.1
   A /trunk/utils/man/metaserv.1
   A /trunk/utils/man/telggz.1

- add more manpages, and rename the one for the cmd-client

------------------------------------------------------------------------
r3826 | dr_maux | 2002-04-07 12:48:03 +0200 (So, 07 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am

- make clean rule

------------------------------------------------------------------------
r3825 | dr_maux | 2002-04-07 12:47:10 +0200 (So, 07 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/Makefile.am

- don't install minidom test program

------------------------------------------------------------------------
r3823 | dr_maux | 2002-04-07 12:38:51 +0200 (So, 07 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils
   M /trunk/utils/.cvsignore

- update cvsignore file

------------------------------------------------------------------------
r3778 | dr_maux | 2002-04-06 17:39:12 +0200 (Sa, 06 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/ggz-client-libs/acinclude.ggz
   M /trunk/ggzd/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

- sync acinclude.ggz

------------------------------------------------------------------------
r3769 | jdorje | 2002-04-06 10:02:03 +0200 (Sa, 06 Apr 2002) | 8 lines
Geänderte Pfade:
   M /trunk/utils/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.

------------------------------------------------------------------------
r3767 | jdorje | 2002-04-06 09:50:08 +0200 (Sa, 06 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/telggz/Makefile.am

Added *.h files to telggz_SOURCES.

------------------------------------------------------------------------
r3766 | jdorje | 2002-04-06 09:43:25 +0200 (Sa, 06 Apr 2002) | 5 lines
Geänderte Pfade:
   M /trunk/utils/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.

------------------------------------------------------------------------
r3764 | jdorje | 2002-04-06 09:35:54 +0200 (Sa, 06 Apr 2002) | 4 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/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.

------------------------------------------------------------------------
r3763 | jdorje | 2002-04-06 09:00:33 +0200 (Sa, 06 Apr 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/man/Makefile.am

Change "SUBDIRS =" to "SUBDIRS = ." so that "make dist" will work
properly.

------------------------------------------------------------------------
r3760 | dr_maux | 2002-04-06 00:23:41 +0200 (Sa, 06 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/README

- update package information

------------------------------------------------------------------------
r3758 | dr_maux | 2002-04-06 00:03:05 +0200 (Sa, 06 Apr 2002) | 2 lines
Geänderte Pfade:
   M /trunk/docs/README.GGZ
   M /trunk/ggz/game_clients/QuickStart.GGZ
   M /trunk/ggz/game_clients/README.GGZ
   M /trunk/ggz-client-libs/QuickStart.GGZ
   M /trunk/ggz-client-libs/README.GGZ
   M /trunk/ggz-txt-client/QuickStart.GGZ
   M /trunk/ggz-txt-client/README.GGZ
   M /trunk/ggzd/README.GGZ
   M /trunk/grubby/README.GGZ
   M /trunk/gtk-client/QuickStart.GGZ
   M /trunk/gtk-client/README.GGZ
   M /trunk/kde-client/QuickStart.GGZ
   M /trunk/kde-client/README.GGZ
   M /trunk/kde-games/QuickStart.GGZ
   M /trunk/kde-games/README.GGZ
   M /trunk/utils/README.GGZ

- update installation instructions and overview

------------------------------------------------------------------------
r3684 | dr_maux | 2002-03-25 21:19:07 +0100 (Mo, 25 Mär 2002) | 2 lines
Geänderte Pfade:
   D /trunk/utils/grubby

- another .cvsignore

------------------------------------------------------------------------
r3683 | dr_maux | 2002-03-25 21:18:24 +0100 (Mo, 25 Mär 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/man/Makefile.am
   A /trunk/utils/man/cmd-client.1

- add (alibi) man page for cmd-client

------------------------------------------------------------------------
r3681 | dr_maux | 2002-03-25 21:13:46 +0100 (Mo, 25 Mär 2002) | 2 lines
Geänderte Pfade:
   D /trunk/utils/gensecure

- forgot a .cvsignore file

------------------------------------------------------------------------
r3680 | dr_maux | 2002-03-25 21:11:22 +0100 (Mo, 25 Mär 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- don't build (re)moved projects

------------------------------------------------------------------------
r3679 | dr_maux | 2002-03-25 21:10:47 +0100 (Mo, 25 Mär 2002) | 2 lines
Geänderte Pfade:
   D /trunk/utils/gensecure/GGZ-TLS
   D /trunk/utils/gensecure/Makefile.am
   D /trunk/utils/gensecure/Preparation
   D /trunk/utils/gensecure/README.gensecure
   D /trunk/utils/gensecure/TODO
   D /trunk/utils/gensecure/example.cert
   D /trunk/utils/pyggzdmod

- some more stuff

------------------------------------------------------------------------
r3678 | dr_maux | 2002-03-25 21:08:27 +0100 (Mo, 25 Mär 2002) | 3 lines
Geänderte Pfade:
   D /trunk/utils/agrue
   D /trunk/utils/gensecure/io
   D /trunk/utils/gensecure/src
   D /trunk/utils/gnutls
   D /trunk/utils/grubby/Makefile.am
   D /trunk/utils/grubby/agrub.c
   D /trunk/utils/grubby/agrub_popt.h
   D /trunk/utils/grubby/chat.c
   D /trunk/utils/grubby/chat.h
   D /trunk/utils/grubby/commands.c
   D /trunk/utils/grubby/commands.h
   D /trunk/utils/grubby/datatypes.h
   D /trunk/utils/grubby/grubby-config.pl
   D /trunk/utils/grubby/init.c
   D /trunk/utils/grubby/init.h
   D /trunk/utils/grubby/log.c
   D /trunk/utils/grubby/log.h
   D /trunk/utils/grubby/loop.c
   D /trunk/utils/grubby/loop.h
   D /trunk/utils/grubby/messages.h
   D /trunk/utils/grubby/net.c
   D /trunk/utils/grubby/net.h
   D /trunk/utils/grubby/popt.c
   D /trunk/utils/grubby/protocols.h
   D /trunk/utils/grubby/support.c
   D /trunk/utils/grubby/support.h
   D /trunk/utils/man/agrub.6
   D /trunk/utils/man/agrue.6
   D /trunk/utils/man/grubby.6
   D /trunk/utils/patches
   D /trunk/utils/pygenclient
   D /trunk/utils/pyggzdmod/civil
   D /trunk/utils/pyggzdmod/src
   D /trunk/utils/pyggzdmod/tictactoe
   D /trunk/utils/ruggzdmod

- remove stuff which has been either moved to the Playground or has been
  deprecated

------------------------------------------------------------------------
r3580 | dr_maux | 2002-03-16 19:33:29 +0100 (Sa, 16 Mär 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/telggz/main.c

- someone forgot to adapt this to the latest ggzcore changes

------------------------------------------------------------------------
r3478 | jdorje | 2002-02-26 04:33:42 +0100 (Di, 26 Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/motd-editor/po
   M /trunk/utils/motd-editor/po/.cvsignore

Dammit!  One final file that I missed.

------------------------------------------------------------------------
r3477 | jdorje | 2002-02-26 04:29:39 +0100 (Di, 26 Feb 2002) | 7 lines
Geänderte Pfade:
   M /trunk/utils/motd-editor
   M /trunk/utils/motd-editor/.cvsignore
   D /trunk/utils/motd-editor/config.status
   A /trunk/utils/motd-editor/intl
   A /trunk/utils/motd-editor/intl/.cvsignore
   M /trunk/utils/motd-editor/macros
   M /trunk/utils/motd-editor/macros/.cvsignore
   D /trunk/utils/motd-editor/macros/Makefile
   M /trunk/utils/motd-editor/po
   A /trunk/utils/motd-editor/po/.cvsignore
   D /trunk/utils/motd-editor/po/ChangeLog
   D /trunk/utils/motd-editor/po/Makefile.in
   M /trunk/utils/motd-editor/src
   M /trunk/utils/motd-editor/src/.cvsignore
   D /trunk/utils/motd-editor/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.

------------------------------------------------------------------------
r3476 | jdorje | 2002-02-26 04:20:15 +0100 (Di, 26 Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/motd-editor
   M /trunk/utils/motd-editor/.cvsignore
   M /trunk/utils/motd-editor/Makefile
   D /trunk/utils/motd-editor/aclocal.m4
   D /trunk/utils/motd-editor/confdefs.h
   M /trunk/utils/motd-editor/config.h
   D /trunk/utils/motd-editor/config.h.in
   D /trunk/utils/motd-editor/config.log
   M /trunk/utils/motd-editor/config.status
   D /trunk/utils/motd-editor/configure

Removed additional automatically-generated files from the repository.

------------------------------------------------------------------------
r3475 | jdorje | 2002-02-26 04:07:02 +0100 (Di, 26 Feb 2002) | 7 lines
Geänderte Pfade:
   M /trunk/utils/motd-editor
   A /trunk/utils/motd-editor/.cvsignore
   D /trunk/utils/motd-editor/Makefile.in
   M /trunk/utils/motd-editor/macros
   A /trunk/utils/motd-editor/macros/.cvsignore
   D /trunk/utils/motd-editor/macros/Makefile.in
   M /trunk/utils/motd-editor/src
   A /trunk/utils/motd-editor/src/.cvsignore
   D /trunk/utils/motd-editor/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?

------------------------------------------------------------------------
r3473 | jdorje | 2002-02-26 03:57:27 +0100 (Di, 26 Feb 2002) | 3 lines
Geänderte Pfade:
   M /trunk/gtk-client/acconfig.h
   M /trunk/gtk-client/configure.in
   M /trunk/utils/acconfig.h
   M /trunk/utils/configure.in

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

------------------------------------------------------------------------
r3441 | dr_maux | 2002-02-23 03:31:02 +0100 (Sa, 23 Feb 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/patches/ggz-0.0.5pre-gensecure.ggz-client-libs.patch
   M /trunk/utils/patches/ggz-0.0.5pre-gensecure.ggzd.patch
   M /trunk/utils/patches/ggz-0.0.5pre-gensecure.libggz.patch

- new gensecure patches
- they work in theory but not in practice :(

------------------------------------------------------------------------
r3332 | dr_maux | 2002-02-11 16:58:44 +0100 (Mo, 11 Feb 2002) | 7 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom
   M /trunk/utils/metaserv/minidom/.cvsignore
   M /trunk/utils/metaserv/minidom/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.

------------------------------------------------------------------------
r3331 | dr_maux | 2002-02-11 15:50:15 +0100 (Mo, 11 Feb 2002) | 9 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/README.minidom
   M /trunk/utils/metaserv/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...

------------------------------------------------------------------------
r3327 | dr_maux | 2002-02-11 10:57:26 +0100 (Mo, 11 Feb 2002) | 5 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/gui-custom
   A /trunk/utils/metaserv/gui-custom/Information
   A /trunk/utils/metaserv/gui-custom/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.

------------------------------------------------------------------------
r3326 | dr_maux | 2002-02-11 10:52:55 +0100 (Mo, 11 Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- add freeciv dummy entry

------------------------------------------------------------------------
r3294 | rgade | 2002-02-10 06:31:35 +0100 (So, 10 Feb 2002) | 2 lines
Geänderte Pfade:
   A /trunk/utils/gnutls
   A /trunk/utils/gnutls/README
   A /trunk/utils/gnutls/ggz-client-libs.patch
   A /trunk/utils/gnutls/ggzd.patch
   A /trunk/utils/gnutls/libggz.patch
   A /trunk/utils/gnutls/tls.c

- Patch to support GnuTLS

------------------------------------------------------------------------
r3232 | jdorje | 2002-02-03 22:02:54 +0100 (So, 03 Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/agrue/Makefile.am

Oops: removed $(LIB_EASYSOCK) from LDADD.

------------------------------------------------------------------------
r3231 | jdorje | 2002-02-03 22:01:35 +0100 (So, 03 Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/acinclude.ggz

Updated acinclude.ggz from changes made in ggzd.

------------------------------------------------------------------------
r3230 | jdorje | 2002-02-03 22:01:03 +0100 (So, 03 Feb 2002) | 4 lines
Geänderte Pfade:
   M /trunk/utils/agrue/Makefile.am
   M /trunk/utils/agrue/agrue.c
   M /trunk/utils/configure.in

- Changed configure check for easysock to one for libggz.
- Make sure agrue is linked with libggz.
- Change all es_*** function calls to ggz_*** ones.

------------------------------------------------------------------------
r3229 | jdorje | 2002-02-03 21:58:59 +0100 (So, 03 Feb 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/net.c

Removed unneeded "#include <easysock.h>" directives.

------------------------------------------------------------------------
r3173 | dr_maux | 2002-01-20 13:36:43 +0100 (So, 20 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/patches/ggz-0.0.5pre-spectators.ggz-client-libs.patch
   M /trunk/utils/patches/ggz-0.0.5pre-spectators.ggzd.patch

- update spectator patches: they should now work, except for ggzdmod

------------------------------------------------------------------------
r3150 | dr_maux | 2002-01-19 20:36:00 +0100 (Sa, 19 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/telggz/net.c

- tell id on hook error

------------------------------------------------------------------------
r3121 | dr_maux | 2002-01-16 12:58:23 +0100 (Mi, 16 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am

- build only one binary

------------------------------------------------------------------------
r3120 | dr_maux | 2002-01-16 12:56:08 +0100 (Mi, 16 Jan 2002) | 2 lines
Geänderte Pfade:
   D /trunk/utils/metaserv/metaserv/configuration.h
   D /trunk/utils/metaserv/metaserv/gensocket.c
   D /trunk/utils/metaserv/metaserv/gensocket.h
   D /trunk/utils/metaserv/metaserv/server.c

- remove unneeded files (metaserv handles connections on its own)

------------------------------------------------------------------------
r3119 | dr_maux | 2002-01-16 12:53:40 +0100 (Mi, 16 Jan 2002) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaserv.c

- add getopt command line options
- add logging
- one step further now: peer notifications

------------------------------------------------------------------------
r3117 | dr_maux | 2002-01-14 19:36:20 +0100 (Mo, 14 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/patches/README
   A /trunk/utils/patches/ggz-0.0.5pre-spectators.ggz-client-libs.patch
   A /trunk/utils/patches/ggz-0.0.5pre-spectators.ggzd.patch
   A /trunk/utils/patches/ggz-0.0.5pre-spectators.libggz.patch

- Only the brave ones will try them... and they don't work yet :P

------------------------------------------------------------------------
r3087 | jdorje | 2002-01-12 11:13:19 +0100 (Sa, 12 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   A /trunk/ggz-client-libs/acinclude.ggz
   A /trunk/ggzd/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

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

------------------------------------------------------------------------
r3086 | jdorje | 2002-01-12 11:05:20 +0100 (Sa, 12 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   M /trunk/utils/acinclude.ggz

Added libggz support to acinclude.ggz.

------------------------------------------------------------------------
r3069 | dr_maux | 2002-01-11 23:25:30 +0100 (Fr, 11 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/pyggzdmod/tictactoe/ggzd.tictactoe

- fix example so far

------------------------------------------------------------------------
r3068 | dr_maux | 2002-01-11 22:57:57 +0100 (Fr, 11 Jan 2002) | 5 lines
Geänderte Pfade:
   M /trunk/utils/pyggzdmod/src/pyggzdmod_init.c
   M /trunk/utils/pyggzdmod/src/test.py

- make python wrapper for ggzdmod compile again
- this does not really work yet (same here: the Seat structure), but when
  starting from the command line it's the same experience as with plain C/C++
  :-)

------------------------------------------------------------------------
r3066 | dr_maux | 2002-01-11 22:02:57 +0100 (Fr, 11 Jan 2002) | 3 lines
Geänderte Pfade:
   M /trunk/utils/ruggzdmod
   M /trunk/utils/ruggzdmod/.cvsignore
   M /trunk/utils/ruggzdmod/README.ruggzdmod
   M /trunk/utils/ruggzdmod/ruggzdmod.c
   M /trunk/utils/ruggzdmod/testserver.rb

- make ruby wrapper compile again
- note: it doesn't work yet due to some problems on the ruby side of life

------------------------------------------------------------------------
r3014 | jdorje | 2002-01-08 12:13:26 +0100 (Di, 08 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/agrue/Makefile.am

Oops!  Add easysock lib to LDADD.

------------------------------------------------------------------------
r3013 | jdorje | 2002-01-08 11:04:17 +0100 (Di, 08 Jan 2002) | 2 lines
Geänderte Pfade:
   M /trunk/utils/cmd-client/main.c

Doh!  Updated dates to 2002 instead of 2001.

------------------------------------------------------------------------
r3012 | jdorje | 2002-01-08 11:03:00 +0100 (Di, 08 Jan 2002) | 7 lines
Geänderte Pfade:
   M /trunk/utils
   M /trunk/utils/.cvsignore
   M /trunk/utils/autogen.sh
   A /trunk/utils/cmd-client
   A /trunk/utils/cmd-client/.cvsignore
   A /trunk/utils/cmd-client/Makefile.am
   A /trunk/utils/cmd-client/main.c
   M /trunk/utils/configure.in

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.

------------------------------------------------------------------------
r3011 | jdorje | 2002-01-08 10:21:08 +0100 (Di, 08 Jan 2002) | 3 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/acinclude.ggz
   M /trunk/grubby/acinclude.ggz
   M /trunk/gtk-client/acinclude.ggz
   M /trunk/kde-client/acinclude.ggz
   M /trunk/kde-games/acinclude.ggz
   A /trunk/utils/acinclude.ggz

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

------------------------------------------------------------------------
r2982 | dr_maux | 2001-12-22 20:02:10 +0100 (Sa, 22 Dez 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/metaservconf.xml

- T.E.G. entry in the metaserver configuration file

------------------------------------------------------------------------
r2981 | dr_maux | 2001-12-22 18:23:44 +0100 (Sa, 22 Dez 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/telggz/README.telggz
   A /trunk/utils/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.

------------------------------------------------------------------------
r2980 | dr_maux | 2001-12-22 17:59:14 +0100 (Sa, 22 Dez 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/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

------------------------------------------------------------------------
r2978 | dr_maux | 2001-12-22 00:42:00 +0100 (Sa, 22 Dez 2001) | 5 lines
Geänderte Pfade:
   M /trunk/utils/telggz/Makefile.am
   M /trunk/utils/telggz/chat.c
   M /trunk/utils/telggz/chat.h
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/meta.c
   M /trunk/utils/telggz/meta.h
   M /trunk/utils/telggz/net.c
   M /trunk/utils/telggz/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

------------------------------------------------------------------------
r2911 | dr_maux | 2001-12-17 02:59:27 +0100 (Mo, 17 Dez 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am

- link to local libgensecure, not global one, until this has moved to libggz

------------------------------------------------------------------------
r2910 | dr_maux | 2001-12-17 02:58:46 +0100 (Mo, 17 Dez 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/net.c

- assume non-TLS enabled libggzcore as default
- include stdlib.h

------------------------------------------------------------------------
r2885 | dr_maux | 2001-12-12 15:39:47 +0100 (Mi, 12 Dez 2001) | 5 lines
Geänderte Pfade:
   M /trunk/utils/telggz/README.telggz
   M /trunk/utils/telggz/main.c
   M /trunk/utils/telggz/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

------------------------------------------------------------------------
r2884 | dr_maux | 2001-12-12 11:43:43 +0100 (Mi, 12 Dez 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- ensure metaserv/minidom is available before telggz is compiled
- this will be obsolete once minidom is is libggz (if we decide so)

------------------------------------------------------------------------
r2883 | dr_maux | 2001-12-12 11:40:02 +0100 (Mi, 12 Dez 2001) | 8 lines
Geänderte Pfade:
   M /trunk/utils/telggz/Makefile.am
   M /trunk/utils/telggz/chat.c
   M /trunk/utils/telggz/chat.h
   M /trunk/utils/telggz/main.c
   A /trunk/utils/telggz/meta.c
   A /trunk/utils/telggz/meta.h
   M /trunk/utils/telggz/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.

------------------------------------------------------------------------
r2831 | dr_maux | 2001-12-09 21:27:08 +0100 (So, 09 Dez 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv
   M /trunk/utils/metaserv/metaserv/.cvsignore
   A /trunk/utils/metaserv/metaserv/configuration.h
   A /trunk/utils/metaserv/metaserv/gensocket.c
   A /trunk/utils/metaserv/metaserv/gensocket.h
   A /trunk/utils/metaserv/metaserv/server.c

- prepare daemon mode, TLS and all that stuff

------------------------------------------------------------------------
r2830 | dr_maux | 2001-12-09 21:25:30 +0100 (So, 09 Dez 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/metaservconf.xml
   M /trunk/utils/metaserv/metaserv/tests.txt

- make meta server silent
- update configuration to contain one meta server entry

------------------------------------------------------------------------
r2829 | dr_maux | 2001-12-09 21:24:41 +0100 (So, 09 Dez 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/gui-qt/qmetagui.cpp
   M /trunk/utils/metaserv/gui-qt/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

------------------------------------------------------------------------
r2826 | dr_maux | 2001-12-09 18:18:10 +0100 (So, 09 Dez 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/gui-perl
   A /trunk/utils/metaserv/gui-perl/metaconf.pl

- perl script for the humble meta server operators
- note: it may currently incompatible with the latest changes

------------------------------------------------------------------------
r2825 | dr_maux | 2001-12-09 18:16:53 +0100 (So, 09 Dez 2001) | 8 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Update-Protocol
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/metaservconf.xml
   A /trunk/utils/metaserv/metaserv/tests.txt
   M /trunk/utils/metaserv/minidom/minidom.c
   M /trunk/utils/metaserv/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

------------------------------------------------------------------------
r2809 | dr_maux | 2001-12-09 01:26:26 +0100 (So, 09 Dez 2001) | 5 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/metaserv/Configuration
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/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...

------------------------------------------------------------------------
r2808 | dr_maux | 2001-12-09 00:42:49 +0100 (So, 09 Dez 2001) | 6 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/gui-qt/qmetagui.cpp
   M /trunk/utils/metaserv/gui-qt/qmetagui.h
   M /trunk/utils/metaserv/metaserv/README.metaserv
   A /trunk/utils/metaserv/metaserv/Update-Protocol
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/metaserv/metaservconf.xml
   M /trunk/utils/metaserv/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
  :)

------------------------------------------------------------------------
r2761 | dr_maux | 2001-11-23 23:01:25 +0100 (Fr, 23 Nov 2001) | 5 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/src/gensecure.h
   M /trunk/utils/gensecure/src/server.c
   M /trunk/utils/gensecure/src/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)

------------------------------------------------------------------------
r2688 | dr_maux | 2001-11-07 09:06:56 +0100 (Mi, 07 Nov 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/patches/ggz-0.0.5pre-gensecure.libggz.patch

- should be much easier now
- contains the AC_PATH_SSL macro in acinclude.m4
- now include gensecure in configure.in

------------------------------------------------------------------------
r2684 | dr_maux | 2001-11-07 08:27:38 +0100 (Mi, 07 Nov 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/patches/ggz-0.0.5pre-gensecure.ggz-client-libs.patch
   M /trunk/utils/patches/ggz-0.0.5pre-gensecure.ggzd.patch
   M /trunk/utils/patches/ggz-0.0.5pre-gensecure.libggz.patch

- patches against most recent version of GGZ
- does now contain ggzcore_server_get_encryption again

------------------------------------------------------------------------
r2681 | dr_maux | 2001-11-06 01:12:35 +0100 (Di, 06 Nov 2001) | 4 lines
Geänderte Pfade:
   A /trunk/utils/patches
   A /trunk/utils/patches/README
   A /trunk/utils/patches/ggz-0.0.5pre-gensecure.ggz-client-libs.patch
   A /trunk/utils/patches/ggz-0.0.5pre-gensecure.ggzd.patch
   A /trunk/utils/patches/ggz-0.0.5pre-gensecure.libggz.patch

- add patches for new libgensecure
- whether to use TLS or not is now determined by the presence of OpenSSL during
  compile time

------------------------------------------------------------------------
r2617 | dr_maux | 2001-10-26 21:32:28 +0200 (Fr, 26 Okt 2001) | 5 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/main.c
   M /trunk/utils/metaserv/minidom/minidom.c
   M /trunk/utils/metaserv/minidom/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

------------------------------------------------------------------------
r2616 | dr_maux | 2001-10-26 11:17:38 +0200 (Fr, 26 Okt 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/ruggzdmod
   A /trunk/utils/ruggzdmod/.cvsignore
   A /trunk/utils/ruggzdmod/README.ruggzdmod
   A /trunk/utils/ruggzdmod/extconf.rb
   A /trunk/utils/ruggzdmod/ruggzdmod.c
   A /trunk/utils/ruggzdmod/testserver.rb

- add yet another language wrapper: ruby bindings for ggzdmod
- note: it uses the deprecated API so currently it isn't of much use

------------------------------------------------------------------------
r2577 | dr_maux | 2001-10-17 22:00:19 +0200 (Mi, 17 Okt 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/pyggzdmod/civil/README.civil

- ooops, forgot the readme

------------------------------------------------------------------------
r2576 | dr_maux | 2001-10-17 21:59:45 +0200 (Mi, 17 Okt 2001) | 8 lines
Geänderte Pfade:
   A /trunk/utils/pyggzdmod
   A /trunk/utils/pyggzdmod/.cvsignore
   A /trunk/utils/pyggzdmod/README.pyggzdmod
   A /trunk/utils/pyggzdmod/civil
   A /trunk/utils/pyggzdmod/civil/civil.diff
   A /trunk/utils/pyggzdmod/civil/civil.dsc
   A /trunk/utils/pyggzdmod/civil/civil.room
   A /trunk/utils/pyggzdmod/civil/module.dsc
   A /trunk/utils/pyggzdmod/setup.py
   A /trunk/utils/pyggzdmod/src
   A /trunk/utils/pyggzdmod/src/pyggzdmod_init.c
   A /trunk/utils/pyggzdmod/src/test.py
   A /trunk/utils/pyggzdmod/tictactoe
   A /trunk/utils/pyggzdmod/tictactoe/ggzd.tictactoe

- add python wrapper to ggzdmod (nearly the same as in the tarball I published
  some time ago)
- should compile on both Linux and Windows (and other OS's too), but ggzdmod
  must be installed there first which might be the tricky part
- note: Civil 0.5 will be released tonight IMO, so there is some work needed
- note 2: we need a unified python build environment as makefiles aren't used
  by it

------------------------------------------------------------------------
r2567 | dr_maux | 2001-10-15 00:15:40 +0200 (Mo, 15 Okt 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/src/client.c
   M /trunk/utils/gensecure/src/server.c
   M /trunk/utils/gensecure/src/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

------------------------------------------------------------------------
r2566 | dr_maux | 2001-10-14 23:18:06 +0200 (So, 14 Okt 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/gensecure/src/list.c
   A /trunk/utils/gensecure/src/list.h

- double-linked list which stores TLS objects with their fd and state

------------------------------------------------------------------------
r2565 | dr_maux | 2001-10-14 23:16:54 +0200 (So, 14 Okt 2001) | 7 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/src/Makefile.am
   M /trunk/utils/gensecure/src/tls.c
   M /trunk/utils/gensecure/src/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)

------------------------------------------------------------------------
r2560 | dr_maux | 2001-10-14 02:11:33 +0200 (So, 14 Okt 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/src
   M /trunk/utils/gensecure/src/.cvsignore
   A /trunk/utils/gensecure/src/gensecure.h

- new global header file

------------------------------------------------------------------------
r2559 | dr_maux | 2001-10-14 02:10:46 +0200 (So, 14 Okt 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/src/Makefile.am
   M /trunk/utils/gensecure/src/client.c
   M /trunk/utils/gensecure/src/gensocket.c
   M /trunk/utils/gensecure/src/server.c
   M /trunk/utils/gensecure/src/tls.c
   M /trunk/utils/gensecure/src/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

------------------------------------------------------------------------
r2543 | dr_maux | 2001-10-07 20:02:19 +0200 (So, 07 Okt 2001) | 8 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/src/configuration.h
   M /trunk/utils/gensecure/src/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.

------------------------------------------------------------------------
r2531 | dr_maux | 2001-10-03 15:09:21 +0200 (Mi, 03 Okt 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/src/client.c
   M /trunk/utils/gensecure/src/server.c
   M /trunk/utils/gensecure/src/tls.c
   M /trunk/utils/gensecure/src/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

------------------------------------------------------------------------
r2375 | jzaun | 2001-09-05 20:46:06 +0200 (Mi, 05 Sep 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/configure.in


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

------------------------------------------------------------------------
r2355 | dr_maux | 2001-09-04 20:44:56 +0200 (Di, 04 Sep 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- now it should work: guru removal

------------------------------------------------------------------------
r2354 | dr_maux | 2001-09-04 20:41:01 +0200 (Di, 04 Sep 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/gensecure/io
   M /trunk/utils/gensecure/io/.cvsignore
   M /trunk/utils/gensecure/src
   M /trunk/utils/gensecure/src/.cvsignore

- remove guru from configure.in and Makefile.am
- put .libs in some .cvsignore files

------------------------------------------------------------------------
r2353 | dr_maux | 2001-09-04 20:25:34 +0200 (Di, 04 Sep 2001) | 2 lines
Geänderte Pfade:
   D /trunk/utils/guru

- these got not deleted last time

------------------------------------------------------------------------
r2339 | dr_maux | 2001-09-01 22:06:19 +0200 (Sa, 01 Sep 2001) | 2 lines
Geänderte Pfade:
   D /trunk/utils/guru/.cvsignore
   D /trunk/utils/guru/Makefile.am
   D /trunk/utils/guru/README.guru
   D /trunk/utils/guru/data
   D /trunk/utils/guru/doc
   D /trunk/utils/guru/modules/.cvsignore
   D /trunk/utils/guru/modules/Makefile.am
   D /trunk/utils/guru/modules/badword.c
   D /trunk/utils/guru/modules/people.c
   D /trunk/utils/guru/modules/player.c
   D /trunk/utils/guru/modules/programming.c
   D /trunk/utils/guru/modules/self.c
   D /trunk/utils/guru/modules/simplereturn.c
   D /trunk/utils/guru/src/.cvsignore
   D /trunk/utils/guru/src/Makefile.am
   D /trunk/utils/guru/src/guru.c
   D /trunk/utils/guru/src/guru.h
   D /trunk/utils/guru/src/gurumod.h
   D /trunk/utils/guru/src/i18n.c
   D /trunk/utils/guru/src/i18n.h
   D /trunk/utils/guru/src/main.c

- bye-bye old guru source directory

------------------------------------------------------------------------
r2335 | dr_maux | 2001-09-01 20:26:15 +0200 (Sa, 01 Sep 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/doc/Setup
   M /trunk/utils/guru/modules/people.c
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h
   M /trunk/utils/guru/src/net.c
   M /trunk/utils/guru/src/net.h

- handle seen/firstseen
- admin commands: goto <roomname> and logging (on | off)
- improved log format, syslog-like

------------------------------------------------------------------------
r2332 | dr_maux | 2001-09-01 17:32:26 +0200 (Sa, 01 Sep 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/guru/Makefile.am
   M /trunk/utils/guru/data/Makefile.am
   M /trunk/utils/guru/data/de.po
   M /trunk/utils/guru/data/dict.pl
   M /trunk/utils/guru/data/fr.po
   M /trunk/utils/guru/data/funky.pl
   M /trunk/utils/guru/data/guru.pot
   M /trunk/utils/guru/data/meeting.rb
   M /trunk/utils/guru/data/rdf.pl
   M /trunk/utils/guru/modules/exec.c
   M /trunk/utils/guru/modules/self.c
   M /trunk/utils/guru/src/Makefile.am
   M /trunk/utils/guru/src/i18n.c
   M /trunk/utils/guru/src/i18n.h
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h
   M /trunk/utils/guru/src/net.c

- implement translation stuff (for some parts)
- multi-line answers

------------------------------------------------------------------------
r2173 | dr_maux | 2001-08-19 15:54:40 +0200 (So, 19 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/guru/modules/people.c

- here it comes :-)

------------------------------------------------------------------------
r2172 | dr_maux | 2001-08-19 15:54:10 +0200 (So, 19 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/doc/Setup
   M /trunk/utils/guru/modules/Makefile.am
   A /trunk/utils/guru/modules/player.c
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h
   M /trunk/utils/guru/src/net.c
   M /trunk/utils/guru/src/net.h
   M /trunk/utils/guru/src/player.c
   M /trunk/utils/guru/src/player.h

- add player shadow file
- first player functionality: add realname and contact info
- query last seen status

------------------------------------------------------------------------
r2171 | dr_maux | 2001-08-19 14:36:36 +0200 (So, 19 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/README.guru
   M /trunk/utils/guru/doc/Migration
   M /trunk/utils/guru/doc/Setup
   A /trunk/utils/guru/doc/Tutorial
   M /trunk/utils/guru/modules/badword.c
   M /trunk/utils/guru/modules/exec.c
   M /trunk/utils/guru/modules/programming.c
   M /trunk/utils/guru/modules/self.c
   M /trunk/utils/guru/src/guru.c
   M /trunk/utils/guru/src/guru.h
   M /trunk/utils/guru/src/gurumod.h
   M /trunk/utils/guru/src/i18n.c
   M /trunk/utils/guru/src/i18n.h
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h
   M /trunk/utils/guru/src/net.c
   M /trunk/utils/guru/src/net.h
   M /trunk/utils/guru/src/player.c
   M /trunk/utils/guru/src/player.h

- added tutorial file
- include credits in copyrights
- let it appear as grubby rather than as guru on startup etc.

------------------------------------------------------------------------
r2170 | dr_maux | 2001-08-19 12:53:53 +0200 (So, 19 Aug 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/Makefile.am
   M /trunk/utils/guru/src/player.c
   M /trunk/utils/guru/src/player.h
   M /trunk/utils/guru/src/test_player.c

- update player database
- save into $HOME/.ggz/guru/playerdb

------------------------------------------------------------------------
r2169 | dr_maux | 2001-08-19 11:39:54 +0200 (So, 19 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/data
   M /trunk/utils/guru/data/.cvsignore

- update cvsignore

------------------------------------------------------------------------
r2168 | dr_maux | 2001-08-19 11:39:30 +0200 (So, 19 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/data/Makefile.am
   M /trunk/utils/guru/data/dict.pl
   M /trunk/utils/guru/data/meeting.rb
   M /trunk/utils/guru/data/rdf.pl
   M /trunk/utils/guru/modules/exec.c

- install scripts with executable-flags
- hopefully eliminate race condition
- reading from stdin is now essential for modexec

------------------------------------------------------------------------
r2166 | dr_maux | 2001-08-18 01:33:24 +0200 (Sa, 18 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h
   M /trunk/utils/guru/src/net.c
   M /trunk/utils/guru/src/net.h

- little fixes, but race condition still remains!

------------------------------------------------------------------------
r2165 | dr_maux | 2001-08-18 00:20:46 +0200 (Sa, 18 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/net.c

- log to /tmp/guruchatlog

------------------------------------------------------------------------
r2164 | dr_maux | 2001-08-18 00:10:33 +0200 (Sa, 18 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h

- read host from configuration

------------------------------------------------------------------------
r2163 | dr_maux | 2001-08-18 00:08:00 +0200 (Sa, 18 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/module.c

- fix little bug: allow empty module list

------------------------------------------------------------------------
r2162 | dr_maux | 2001-08-17 17:57:55 +0200 (Fr, 17 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/guru/doc/Setup

- added sample setup for guru

------------------------------------------------------------------------
r2161 | dr_maux | 2001-08-17 17:33:07 +0200 (Fr, 17 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h

- recognize owner
- recognize autojoin
- Linux sucks, Grubby rocks: implemented insmod and rmmod

------------------------------------------------------------------------
r2160 | dr_maux | 2001-08-17 14:42:48 +0200 (Fr, 17 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/modules/exec.c
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h
   M /trunk/utils/guru/src/net.c
   M /trunk/utils/guru/src/net.h

- let grubby recognize his name
- internal module listing
- fixed bug in exec.c, maybe there's still a race condition

------------------------------------------------------------------------
r2158 | dr_maux | 2001-08-16 21:52:00 +0200 (Do, 16 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/data
   A /trunk/utils/guru/data/.cvsignore
   A /trunk/utils/guru/data/Makefile.am

- install data files

------------------------------------------------------------------------
r2157 | dr_maux | 2001-08-16 21:50:41 +0200 (Do, 16 Aug 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/guru/modules/exec.c
   M /trunk/utils/guru/src/module.c

- fixed a few bugs
- introduced some new ones - proper child process handling needed

------------------------------------------------------------------------
r2156 | dr_maux | 2001-08-16 20:38:49 +0200 (Do, 16 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/Makefile.am
   M /trunk/utils/guru/src/guru.c
   M /trunk/utils/guru/src/guru.h
   M /trunk/utils/guru/src/main.c
   M /trunk/utils/guru/src/module.c
   M /trunk/utils/guru/src/module.h
   M /trunk/utils/guru/src/net.h
   M /trunk/utils/guru/src/player.c
   M /trunk/utils/guru/src/test_net.c

- start mergin of all sources
- the very basics work already
- still need to take care about memory issues

------------------------------------------------------------------------
r2155 | dr_maux | 2001-08-16 12:49:51 +0200 (Do, 16 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/src
   M /trunk/utils/guru/src/.cvsignore

- updated cvsignore

------------------------------------------------------------------------
r2154 | dr_maux | 2001-08-16 12:49:16 +0200 (Do, 16 Aug 2001) | 5 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/Makefile.am
   M /trunk/utils/guru/src/test_net.c

- changed net functions: now a library
- this allows to connect to BOTH 0.0.4 and 0.0.5 servers
- can be replaced later to support other chat protocols
- introduced concept of core and external modules

------------------------------------------------------------------------
r2153 | dr_maux | 2001-08-16 08:57:42 +0200 (Do, 16 Aug 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/net.c
   M /trunk/utils/guru/src/net.h
   M /trunk/utils/guru/src/test_net.c

- add basic chat queue
- add event for chat or player actions

------------------------------------------------------------------------
r2152 | dr_maux | 2001-08-15 21:29:08 +0200 (Mi, 15 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/src/module.c

- fixed one of these stupid malloc() bugs I never learn....

------------------------------------------------------------------------
r2151 | dr_maux | 2001-08-15 20:11:38 +0200 (Mi, 15 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/guru/src/test_net.c

- forgot test file

------------------------------------------------------------------------
r2150 | dr_maux | 2001-08-15 20:11:06 +0200 (Mi, 15 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/modules/Makefile.am
   A /trunk/utils/guru/modules/self.c
   M /trunk/utils/guru/src
   M /trunk/utils/guru/src/.cvsignore
   M /trunk/utils/guru/src/Makefile.am
   M /trunk/utils/guru/src/gurumod.h
   A /trunk/utils/guru/src/net.c
   A /trunk/utils/guru/src/net.h

- add "self" module (stub only)
- gathering ideas for multi-line answers
- add easy-to-use-but-rather-limited net functions

------------------------------------------------------------------------
r2149 | dr_maux | 2001-08-14 14:12:24 +0200 (Di, 14 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/src
   M /trunk/utils/guru/src/.cvsignore
   A /trunk/utils/guru/src/test_player.c

- add test program for the player interface

------------------------------------------------------------------------
r2148 | dr_maux | 2001-08-14 14:11:24 +0200 (Di, 14 Aug 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/guru/modules/Makefile.am
   A /trunk/utils/guru/modules/badword.c
   M /trunk/utils/guru/modules/exec.c
   M /trunk/utils/guru/src/Makefile.am
   M /trunk/utils/guru/src/module.c
   A /trunk/utils/guru/src/player.c
   A /trunk/utils/guru/src/player.h

- started badword module
- implemented common player interface

------------------------------------------------------------------------
r2147 | dr_maux | 2001-08-14 10:12:47 +0200 (Di, 14 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/guru/doc/Migration
   A /trunk/utils/guru/doc/players

- add plans and documentation of the new grubby structure

------------------------------------------------------------------------
r2145 | dr_maux | 2001-08-14 09:40:46 +0200 (Di, 14 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/guru/modules/exec.h

- forgot header file

------------------------------------------------------------------------
r2144 | dr_maux | 2001-08-14 09:39:49 +0200 (Di, 14 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/data/dict.pl
   M /trunk/utils/guru/data/meeting.rb
   M /trunk/utils/guru/data/rdf.pl

- simplify the usage of the grubby modules

------------------------------------------------------------------------
r2138 | dr_maux | 2001-08-12 18:06:31 +0200 (So, 12 Aug 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/README.ggz-metaserver
   M /trunk/utils/metaserv/gui-qt/main.cpp
   M /trunk/utils/metaserv/gui-qt/qmetagui.cpp
   M /trunk/utils/metaserv/gui-qt/qmetagui.h
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/minidom/main.c
   M /trunk/utils/metaserv/minidom/minidom.c
   M /trunk/utils/metaserv/minidom/minidom.h

- added Copyrights
- changed c++ comments to c comments

------------------------------------------------------------------------
r2137 | dr_maux | 2001-08-12 17:59:48 +0200 (So, 12 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/README.ggz-metaserver

- actually add the global readme file for metaserv

------------------------------------------------------------------------
r2136 | dr_maux | 2001-08-12 17:59:03 +0200 (So, 12 Aug 2001) | 4 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/gui-qt
   A /trunk/utils/metaserv/gui-qt/.cvsignore
   A /trunk/utils/metaserv/gui-qt/Makefile.gui-qt
   A /trunk/utils/metaserv/gui-qt/main.cpp
   A /trunk/utils/metaserv/gui-qt/qmetagui.cpp
   A /trunk/utils/metaserv/gui-qt/qmetagui.h
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/README.metaserv
   M /trunk/utils/metaserv/metaserv/metaserv.c
   M /trunk/utils/metaserv/minidom/minidom.c

- add non-blocking GUI for Qt (nice for debugging)
- fixed a little malloc bug
- ready for inetd use

------------------------------------------------------------------------
r2135 | dr_maux | 2001-08-12 15:43:08 +0200 (So, 12 Aug 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/metaserv/minidom/main.c

- minidom is now a library
- add convenience test program

------------------------------------------------------------------------
r2134 | dr_maux | 2001-08-12 15:42:23 +0200 (So, 12 Aug 2001) | 5 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/metaserv/Makefile.am
   M /trunk/utils/metaserv/metaserv/README.metaserv
   M /trunk/utils/metaserv/metaserv/metaserv.c
   A /trunk/utils/metaserv/metaserv/metaservconf.xml
   M /trunk/utils/metaserv/minidom
   M /trunk/utils/metaserv/minidom/.cvsignore
   M /trunk/utils/metaserv/minidom/Makefile.am
   M /trunk/utils/metaserv/minidom/minidom.c
   M /trunk/utils/metaserv/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

------------------------------------------------------------------------
r2133 | dr_maux | 2001-08-12 13:06:40 +0200 (So, 12 Aug 2001) | 6 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/README.minidom
   M /trunk/utils/metaserv/minidom/example.xml
   A /trunk/utils/metaserv/minidom/metasrv.xml
   M /trunk/utils/metaserv/minidom/minidom.c
   M /trunk/utils/metaserv/minidom/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

------------------------------------------------------------------------
r2132 | dr_maux | 2001-08-12 12:15:52 +0200 (So, 12 Aug 2001) | 6 lines
Geänderte Pfade:
   M /trunk/utils/metaserv/minidom/README.minidom
   M /trunk/utils/metaserv/minidom/example.xml
   M /trunk/utils/metaserv/minidom/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

------------------------------------------------------------------------
r2130 | dr_maux | 2001-08-10 19:45:38 +0200 (Fr, 10 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- update build so metaserv is includes

------------------------------------------------------------------------
r2129 | dr_maux | 2001-08-10 19:45:12 +0200 (Fr, 10 Aug 2001) | 5 lines
Geänderte Pfade:
   A /trunk/utils/metaserv
   A /trunk/utils/metaserv/.cvsignore
   A /trunk/utils/metaserv/Makefile.am
   A /trunk/utils/metaserv/metaserv
   A /trunk/utils/metaserv/metaserv/.cvsignore
   A /trunk/utils/metaserv/metaserv/Makefile.am
   A /trunk/utils/metaserv/metaserv/README.metaserv
   A /trunk/utils/metaserv/metaserv/metaserv.c
   A /trunk/utils/metaserv/minidom
   A /trunk/utils/metaserv/minidom/.cvsignore
   A /trunk/utils/metaserv/minidom/Makefile.am
   A /trunk/utils/metaserv/minidom/README.minidom
   A /trunk/utils/metaserv/minidom/example.xml
   A /trunk/utils/metaserv/minidom/minidom.c
   A /trunk/utils/metaserv/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

------------------------------------------------------------------------
r2128 | dr_maux | 2001-08-09 21:20:28 +0200 (Do, 09 Aug 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/guru/data/guru_setup.pl
   M /trunk/utils/guru/modules/Makefile.am
   M /trunk/utils/guru/modules/exec.c
   M /trunk/utils/guru/modules/programming.c
   M /trunk/utils/guru/modules/simplereturn.c
   M /trunk/utils/guru/src/module.c

- start with setup script (to be merged with grubby's)
- improve execution of external programs in modexec

------------------------------------------------------------------------
r2127 | dr_maux | 2001-08-09 19:56:40 +0200 (Do, 09 Aug 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/guru/data/meeting.rb

- Ruby rulez the world
- add meeting module

------------------------------------------------------------------------
r2126 | dr_maux | 2001-08-09 18:37:32 +0200 (Do, 09 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- update build system to include telggz

------------------------------------------------------------------------
r2125 | dr_maux | 2001-08-09 18:36:44 +0200 (Do, 09 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/telggz
   A /trunk/utils/telggz/.cvsignore
   A /trunk/utils/telggz/Makefile.am
   A /trunk/utils/telggz/README.telggz
   A /trunk/utils/telggz/chat.c
   A /trunk/utils/telggz/chat.h
   A /trunk/utils/telggz/main.c
   A /trunk/utils/telggz/net.c
   A /trunk/utils/telggz/net.h

- Add GGZ telnet wrapper: TelGGZ

------------------------------------------------------------------------
r2109 | dr_maux | 2001-08-04 19:41:20 +0200 (Sa, 04 Aug 2001) | 4 lines
Geänderte Pfade:
   M /trunk/utils/guru/data/dict.pl
   A /trunk/utils/guru/data/trans_convert.pl

- added converter for IDP (Internet Dictionary Project) data files
- allow short names like de for german
- support for spanish, portuguese and italian

------------------------------------------------------------------------
r2106 | dr_maux | 2001-08-04 14:26:06 +0200 (Sa, 04 Aug 2001) | 4 lines
Geänderte Pfade:
   A /trunk/utils/guru/data/dict.pl

- New grubby stuff: dictionary
- translation english/german and back is possible
- supports fuzzy search

------------------------------------------------------------------------
r2105 | dr_maux | 2001-08-04 05:03:01 +0200 (Sa, 04 Aug 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/guru/data/rdf.pl
   D /trunk/utils/guru/data/slashdot.rdf

- autodownload XML files off the web

------------------------------------------------------------------------
r2104 | dr_maux | 2001-08-04 02:13:21 +0200 (Sa, 04 Aug 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/guru/data/rdf.pl
   A /trunk/utils/guru/data/slashdot.rdf
   M /trunk/utils/guru/modules/Makefile.am
   M /trunk/utils/guru/modules/exec.c

- added new perl module: Get news from slashdot
- can be queried later by "Grubby news"

------------------------------------------------------------------------
r2103 | dr_maux | 2001-08-02 17:02:13 +0200 (Do, 02 Aug 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- version bump to 0.0.5
- include libtool in build system

------------------------------------------------------------------------
r2102 | dr_maux | 2001-08-02 16:57:16 +0200 (Do, 02 Aug 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/motd-editor/Makefile.in
   M /trunk/utils/motd-editor/config.h.in
   M /trunk/utils/motd-editor/configure
   M /trunk/utils/motd-editor/macros/Makefile.in
   M /trunk/utils/motd-editor/src/Makefile.in

- modified build system to include libtool
- version bump to 0.0.5pre

------------------------------------------------------------------------
r2101 | dr_maux | 2001-08-02 16:54:42 +0200 (Do, 02 Aug 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/guru
   A /trunk/utils/guru/.cvsignore
   A /trunk/utils/guru/Makefile.am
   A /trunk/utils/guru/README.guru
   A /trunk/utils/guru/data
   A /trunk/utils/guru/data/de.po
   A /trunk/utils/guru/data/fr.po
   A /trunk/utils/guru/data/funky.pl
   A /trunk/utils/guru/data/guru.pot
   A /trunk/utils/guru/doc
   A /trunk/utils/guru/doc/INTERFACE
   A /trunk/utils/guru/doc/SCORING_SYSTEM
   A /trunk/utils/guru/modules
   A /trunk/utils/guru/modules/.cvsignore
   A /trunk/utils/guru/modules/Makefile.am
   A /trunk/utils/guru/modules/exec.c
   A /trunk/utils/guru/modules/programming.c
   A /trunk/utils/guru/modules/simplereturn.c
   A /trunk/utils/guru/src
   A /trunk/utils/guru/src/.cvsignore
   A /trunk/utils/guru/src/Makefile.am
   A /trunk/utils/guru/src/guru.c
   A /trunk/utils/guru/src/guru.h
   A /trunk/utils/guru/src/gurumod.h
   A /trunk/utils/guru/src/i18n.c
   A /trunk/utils/guru/src/i18n.h
   A /trunk/utils/guru/src/main.c
   A /trunk/utils/guru/src/module.c
   A /trunk/utils/guru/src/module.h
   A /trunk/utils/guru/src/test_i18n.c

- imported Guru into the utils module

------------------------------------------------------------------------
r2023 | dr_maux | 2001-07-14 22:43:18 +0200 (Sa, 14 Jul 2001) | 2 lines
Geänderte Pfade:
   D /trunk/utils/motd-editor/intl

- those files are automatically created by Gnome

------------------------------------------------------------------------
r1822 | dr_maux | 2001-06-24 21:02:19 +0200 (So, 24 Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/configure.in

- updated configure.in to include gensecure

------------------------------------------------------------------------
r1821 | dr_maux | 2001-06-24 21:01:31 +0200 (So, 24 Jun 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/gensecure
   A /trunk/utils/gensecure/.cvsignore
   A /trunk/utils/gensecure/GGZ-TLS
   A /trunk/utils/gensecure/Makefile.am
   A /trunk/utils/gensecure/Preparation
   A /trunk/utils/gensecure/README.gensecure
   A /trunk/utils/gensecure/TODO
   A /trunk/utils/gensecure/example.cert
   A /trunk/utils/gensecure/io
   A /trunk/utils/gensecure/io/.cvsignore
   A /trunk/utils/gensecure/io/Makefile.am
   A /trunk/utils/gensecure/io/main.c
   A /trunk/utils/gensecure/src
   A /trunk/utils/gensecure/src/.cvsignore
   A /trunk/utils/gensecure/src/Makefile.am
   A /trunk/utils/gensecure/src/client.c
   A /trunk/utils/gensecure/src/configuration.h
   A /trunk/utils/gensecure/src/gensocket.c
   A /trunk/utils/gensecure/src/gensocket.h
   A /trunk/utils/gensecure/src/server.c
   A /trunk/utils/gensecure/src/tls.c
   A /trunk/utils/gensecure/src/tls.h

- add generic security server and client
- to be used for GGZ TLS encryption and authentication

------------------------------------------------------------------------
r1755 | riq | 2001-06-19 00:41:04 +0200 (Di, 19 Jun 2001) | 2 lines
Geänderte Pfade:
   D /trunk/utils/motd-editor/src/.deps

removed dependencies (oops)

------------------------------------------------------------------------
r1751 | riq | 2001-06-19 00:39:08 +0200 (Di, 19 Jun 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/motd-editor
   A /trunk/utils/motd-editor/AUTHORS
   A /trunk/utils/motd-editor/COPYING
   A /trunk/utils/motd-editor/ChangeLog
   A /trunk/utils/motd-editor/INSTALL
   A /trunk/utils/motd-editor/Makefile
   A /trunk/utils/motd-editor/Makefile.am
   A /trunk/utils/motd-editor/Makefile.in
   A /trunk/utils/motd-editor/NEWS
   A /trunk/utils/motd-editor/README
   A /trunk/utils/motd-editor/acconfig.h
   A /trunk/utils/motd-editor/aclocal.m4
   A /trunk/utils/motd-editor/autogen.sh
   A /trunk/utils/motd-editor/confdefs.h
   A /trunk/utils/motd-editor/config.cache
   A /trunk/utils/motd-editor/config.h
   A /trunk/utils/motd-editor/config.h.in
   A /trunk/utils/motd-editor/config.log
   A /trunk/utils/motd-editor/config.status
   A /trunk/utils/motd-editor/configure
   A /trunk/utils/motd-editor/configure.in
   A /trunk/utils/motd-editor/intl
   A /trunk/utils/motd-editor/intl/Makefile
   A /trunk/utils/motd-editor/intl/po2tbl.sed
   A /trunk/utils/motd-editor/macros
   A /trunk/utils/motd-editor/macros/Makefile
   A /trunk/utils/motd-editor/macros/Makefile.am
   A /trunk/utils/motd-editor/macros/Makefile.in
   A /trunk/utils/motd-editor/macros/aclocal-include.m4
   A /trunk/utils/motd-editor/macros/autogen.sh
   A /trunk/utils/motd-editor/macros/compiler-flags.m4
   A /trunk/utils/motd-editor/macros/curses.m4
   A /trunk/utils/motd-editor/macros/gnome-bonobo-check.m4
   A /trunk/utils/motd-editor/macros/gnome-common.m4
   A /trunk/utils/motd-editor/macros/gnome-fileutils.m4
   A /trunk/utils/motd-editor/macros/gnome-ghttp-check.m4
   A /trunk/utils/motd-editor/macros/gnome-gnorba-check.m4
   A /trunk/utils/motd-editor/macros/gnome-guile-checks.m4
   A /trunk/utils/motd-editor/macros/gnome-libgtop-check.m4
   A /trunk/utils/motd-editor/macros/gnome-objc-checks.m4
   A /trunk/utils/motd-editor/macros/gnome-orbit-check.m4
   A /trunk/utils/motd-editor/macros/gnome-print-check.m4
   A /trunk/utils/motd-editor/macros/gnome-pthread-check.m4
   A /trunk/utils/motd-editor/macros/gnome-support.m4
   A /trunk/utils/motd-editor/macros/gnome-undelfs.m4
   A /trunk/utils/motd-editor/macros/gnome-vfs.m4
   A /trunk/utils/motd-editor/macros/gnome-x-checks.m4
   A /trunk/utils/motd-editor/macros/gnome-xml-check.m4
   A /trunk/utils/motd-editor/macros/gnome.m4
   A /trunk/utils/motd-editor/macros/gperf-check.m4
   A /trunk/utils/motd-editor/macros/linger.m4
   A /trunk/utils/motd-editor/macros/need-declaration.m4
   A /trunk/utils/motd-editor/motd-editor.glade
   A /trunk/utils/motd-editor/po
   A /trunk/utils/motd-editor/po/ChangeLog
   A /trunk/utils/motd-editor/po/Makefile
   A /trunk/utils/motd-editor/po/Makefile.in
   A /trunk/utils/motd-editor/po/POTFILES
   A /trunk/utils/motd-editor/po/POTFILES.in
   A /trunk/utils/motd-editor/src
   A /trunk/utils/motd-editor/src/.deps
   A /trunk/utils/motd-editor/src/.deps/callbacks.P
   A /trunk/utils/motd-editor/src/.deps/interface.P
   A /trunk/utils/motd-editor/src/.deps/main.P
   A /trunk/utils/motd-editor/src/.deps/support.P
   A /trunk/utils/motd-editor/src/Makefile
   A /trunk/utils/motd-editor/src/Makefile.am
   A /trunk/utils/motd-editor/src/Makefile.in
   A /trunk/utils/motd-editor/src/callbacks.c
   A /trunk/utils/motd-editor/src/callbacks.h
   A /trunk/utils/motd-editor/src/interface.c
   A /trunk/utils/motd-editor/src/interface.h
   A /trunk/utils/motd-editor/src/main.c
   A /trunk/utils/motd-editor/src/support.c
   A /trunk/utils/motd-editor/src/support.h
   A /trunk/utils/motd-editor/stamp-h
   A /trunk/utils/motd-editor/stamp-h.in

Initial revision

------------------------------------------------------------------------
r1747 | riq | 2001-06-19 00:16:31 +0200 (Di, 19 Jun 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/motds
   A /trunk/utils/motds/Car1
   A /trunk/utils/motds/Castle
   A /trunk/utils/motds/City
   A /trunk/utils/motds/Design1
   A /trunk/utils/motds/Devel1
   A /trunk/utils/motds/Devel2
   A /trunk/utils/motds/Devel3
   A /trunk/utils/motds/Dog
   A /trunk/utils/motds/Dog2
   A /trunk/utils/motds/Dragon1
   A /trunk/utils/motds/Dragon2
   A /trunk/utils/motds/Dragon3
   A /trunk/utils/motds/Eagle
   A /trunk/utils/motds/Earth
   A /trunk/utils/motds/Flamingo
   A /trunk/utils/motds/Halloween
   A /trunk/utils/motds/Halloween2
   A /trunk/utils/motds/Halloween5
   A /trunk/utils/motds/Knight
   A /trunk/utils/motds/Knight2
   A /trunk/utils/motds/Knightmare
   A /trunk/utils/motds/Lady
   A /trunk/utils/motds/Outhouse
   A /trunk/utils/motds/Plane1
   A /trunk/utils/motds/Rip
   A /trunk/utils/motds/Skull
   A /trunk/utils/motds/Statue
   A /trunk/utils/motds/Stork
   A /trunk/utils/motds/Texas
   A /trunk/utils/motds/Troll

justin's motd collections

------------------------------------------------------------------------
r1738 | rgade | 2001-06-18 00:03:21 +0200 (Mo, 18 Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/agrue/Makefile.am
   M /trunk/utils/configure.in
   M /trunk/utils/grubby/Makefile.am
   M /trunk/utils/man/Makefile.am

- Last minute fixes to get distributed files correct

------------------------------------------------------------------------
r1733 | rgade | 2001-06-17 22:56:23 +0200 (So, 17 Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/ggz/game_clients/ChangeLog
   M /trunk/ggz-client-libs/ChangeLog
   M /trunk/ggz-txt-client/ChangeLog
   M /trunk/ggzd/ChangeLog
   M /trunk/gtk-client/ChangeLog
   M /trunk/kde-client/ChangeLog
   M /trunk/kde-games/ChangeLog
   M /trunk/utils/ChangeLog

- Updated ChangeLog

------------------------------------------------------------------------
r1688 | jzaun | 2001-06-09 01:08:35 +0200 (Sa, 09 Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c


- removed debug code

------------------------------------------------------------------------
r1687 | jzaun | 2001-06-09 01:06:55 +0200 (Sa, 09 Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/commands.c


- Fixed the : and , problem

------------------------------------------------------------------------
r1686 | dr_maux | 2001-06-09 00:28:30 +0200 (Sa, 09 Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils
   M /trunk/utils/.cvsignore

- add build-stamp here too

------------------------------------------------------------------------
r1685 | jzaun | 2001-06-09 00:24:56 +0200 (Sa, 09 Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/commands.c


- Fixed a segfault in the tell command

------------------------------------------------------------------------
r1680 | dr_maux | 2001-06-08 20:03:52 +0200 (Fr, 08 Jun 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/man/Makefile.am
   A /trunk/utils/man/agrub.6
   A /trunk/utils/man/agrue.6

- add aGRUE man page
- shadow grubby to agrub manpage

------------------------------------------------------------------------
r1677 | dr_maux | 2001-06-08 19:07:53 +0200 (Fr, 08 Jun 2001) | 2 lines
Geänderte Pfade:
   A /trunk/docs/README.GGZ
   A /trunk/ggzd/README.GGZ
   A /trunk/utils/README.GGZ

- actually add readme.ggz

------------------------------------------------------------------------
r1676 | dr_maux | 2001-06-08 19:01:42 +0200 (Fr, 08 Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/configure.in

- forgot man/ in configure.in

------------------------------------------------------------------------
r1675 | dr_maux | 2001-06-08 19:00:50 +0200 (Fr, 08 Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/Makefile.am
   M /trunk/utils/configure.in

- also build man page

------------------------------------------------------------------------
r1674 | dr_maux | 2001-06-08 19:00:28 +0200 (Fr, 08 Jun 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/man
   A /trunk/utils/man/.cvsignore
   A /trunk/utils/man/Makefile.am
   A /trunk/utils/man/grubby.6

- create simple man page for grubby

------------------------------------------------------------------------
r1668 | dr_maux | 2001-06-08 16:45:42 +0200 (Fr, 08 Jun 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/AUTHORS
   A /trunk/utils/ChangeLog
   A /trunk/utils/NEWS

- added standard files for finalizing this module

------------------------------------------------------------------------
r1663 | dr_maux | 2001-06-07 23:26:56 +0200 (Do, 07 Jun 2001) | 2 lines
Geänderte Pfade:
   M /trunk/utils/debian/docs

- adding project-wide readme file

------------------------------------------------------------------------
r1584 | dr_maux | 2001-05-30 15:34:42 +0200 (Mi, 30 Mai 2001) | 2 lines
Geänderte Pfade:
   A /trunk/utils/COPYING
   A /trunk/utils/INSTALL

- added standard files

------------------------------------------------------------------------
r1583 | dr_maux | 2001-05-30 15:34:08 +0200 (Mi, 30 Mai 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/debian
   A /trunk/utils/debian/.cvsignore
   A /trunk/utils/debian/README.Debian
   A /trunk/utils/debian/changelog
   A /trunk/utils/debian/control
   A /trunk/utils/debian/copyright
   A /trunk/utils/debian/docs
   A /trunk/utils/debian/postinst
   A /trunk/utils/debian/prerm
   A /trunk/utils/debian/rules

- debianized source tree
- added standard files

------------------------------------------------------------------------
r1556 | dr_maux | 2001-05-22 21:38:37 +0200 (Di, 22 Mai 2001) | 3 lines
Geänderte Pfade:
   A /trunk/utils/grubby
   A /trunk/utils/grubby/.cvsignore
   A /trunk/utils/grubby/Makefile.am
   A /trunk/utils/grubby/agrub.c
   A /trunk/utils/grubby/agrub_popt.h
   A /trunk/utils/grubby/chat.c
   A /trunk/utils/grubby/chat.h
   A /trunk/utils/grubby/commands.c
   A /trunk/utils/grubby/commands.h
   A /trunk/utils/grubby/datatypes.h
   A /trunk/utils/grubby/grubby-config.pl
   A /trunk/utils/grubby/init.c
   A /trunk/utils/grubby/init.h
   A /trunk/utils/grubby/log.c
   A /trunk/utils/grubby/log.h
   A /trunk/utils/grubby/loop.c
   A /trunk/utils/grubby/loop.h
   A /trunk/utils/grubby/messages.h
   A /trunk/utils/grubby/net.c
   A /trunk/utils/grubby/net.h
   A /trunk/utils/grubby/popt.c
   A /trunk/utils/grubby/protocols.h
   A /trunk/utils/grubby/support.c
   A /trunk/utils/grubby/support.h

- reintroduces grubby in the utils/ module
- ported him to the new ggzcore API

------------------------------------------------------------------------
r1476 | perdig | 2001-04-30 18:55:19 +0200 (Mo, 30 Apr 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/pygenclient/pygenclient.py


- Limited support for sending strings over the socket (just type a string and it should be sent)

------------------------------------------------------------------------
r1417 | perdig | 2001-04-15 18:33:24 +0200 (So, 15 Apr 2001) | 3 lines
Geänderte Pfade:
   M /trunk/utils/pygenclient/pygenclient.py


- Get the module name from the argument (ie: "pygenclient.py Chess" would connect to the Chess module)

------------------------------------------------------------------------
r1013 | perdig | 2001-01-10 17:28:52 +0100 (Mi, 10 Jan 2001) | 9 lines
Geänderte Pfade:
   M /trunk/utils/pygenclient/pygenclient.py


- Everything that you send will also show in the main screen, but in red color
- It now uses python's "eval" to evaluate expressions before sending them. So
  you can type (1<<24)+100 and it will send 16777316
- If you type anything bigger then 255, it will send it as a 4-byte integer, in
  network byte order
- You can also force it to send a small number using 4-bytes, appending a "i"
  to the end of the number (por example, "40i" sends 0, 0, 0, 40)

------------------------------------------------------------------------
r995 | perdig | 2001-01-06 19:19:56 +0100 (Sa, 06 Jan 2001) | 7 lines
Geänderte Pfade:
   M /trunk/utils/README
   A /trunk/utils/pygenclient
   A /trunk/utils/pygenclient/README
   A /trunk/utils/pygenclient/pygenclient.py


- 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

------------------------------------------------------------------------
r955 | jzaun | 2000-12-30 03:22:22 +0100 (Sa, 30 Dez 2000) | 3 lines
Geänderte Pfade:
   D /trunk/utils/grubby


- Removeing old out of date grubby files

------------------------------------------------------------------------
r716 | bugg | 2000-09-09 03:26:22 +0200 (Sa, 09 Sep 2000) | 2 lines
Geänderte Pfade:
   M /trunk/utils/grubby/loop.c

Include unistd.h for select().

------------------------------------------------------------------------
r715 | jzaun | 2000-09-08 00:55:02 +0200 (Fr, 08 Sep 2000) | 4 lines
Geänderte Pfade:
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/loop.c
   M /trunk/utils/grubby/support.c


- Added owner command goto <room number> so grubby can now change rooms
- Made help a little easier to read

------------------------------------------------------------------------
r714 | jzaun | 2000-09-08 00:21:33 +0200 (Fr, 08 Sep 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/loop.c
   M /trunk/utils/grubby/net.c


- Updated for protocol version 3

------------------------------------------------------------------------
r710 | rgade | 2000-09-07 23:18:24 +0200 (Do, 07 Sep 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/agrue/agrue.c
   M /trunk/utils/agrue/protocols.h

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

------------------------------------------------------------------------
r583 | jzaun | 2000-06-15 01:34:41 +0200 (Do, 15 Jun 2000) | 4 lines
Geänderte Pfade:
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/init.c


- Grubby saves on exit.
  I'm catching SIGINT, SIGQUIT, and SIGTERM

------------------------------------------------------------------------
r582 | jzaun | 2000-06-15 01:18:50 +0200 (Do, 15 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/Makefile.am
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/init.c
   A /trunk/utils/grubby/rc.c
   A /trunk/utils/grubby/rc.h


- Grubby now saves his memory between sessions. Everything is in rc.[ch].

------------------------------------------------------------------------
r563 | jzaun | 2000-06-11 21:46:27 +0200 (So, 11 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/datatypes.h
   M /trunk/utils/grubby/init.c
   M /trunk/utils/grubby/support.c


- Fixed a spelling mistake s/memmory/memory/

------------------------------------------------------------------------
r562 | jzaun | 2000-06-11 21:34:13 +0200 (So, 11 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/chat.h
   M /trunk/utils/grubby/commands.c


- Grubby now accepts commands give thew a personal message (/msg) as well.

------------------------------------------------------------------------
r559 | jzaun | 2000-06-11 19:03:33 +0200 (So, 11 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/datatypes.h
   M /trunk/utils/grubby/log.c


- Added the 'tell <username> <message>' command back in.

------------------------------------------------------------------------
r557 | jzaun | 2000-06-11 04:27:12 +0200 (So, 11 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/commands.h


- Added a bit more flexibility to the command recognition system

------------------------------------------------------------------------
r556 | jzaun | 2000-06-11 01:38:12 +0200 (So, 11 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/chat.h
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/messages.h
   M /trunk/utils/grubby/support.c


- Added the about command back in

------------------------------------------------------------------------
r555 | jzaun | 2000-06-11 00:40:10 +0200 (So, 11 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/chat.c
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/support.c


- Everything in Grubby is fully working, thanks in part to Jason.

------------------------------------------------------------------------
r554 | jzaun | 2000-06-11 00:06:43 +0200 (So, 11 Jun 2000) | 4 lines
Geänderte Pfade:
   M /trunk/utils/grubby/commands.c
   M /trunk/utils/grubby/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).

------------------------------------------------------------------------
r553 | jzaun | 2000-06-10 22:58:31 +0200 (Sa, 10 Jun 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/Makefile.am
   M /trunk/utils/grubby/agrub.c
   A /trunk/utils/grubby/agrub.old
   A /trunk/utils/grubby/agrub_popt.h
   A /trunk/utils/grubby/chat.c
   A /trunk/utils/grubby/chat.h
   A /trunk/utils/grubby/commands.c
   A /trunk/utils/grubby/commands.h
   A /trunk/utils/grubby/datatypes.h
   A /trunk/utils/grubby/init.c
   A /trunk/utils/grubby/init.h
   A /trunk/utils/grubby/log.c
   A /trunk/utils/grubby/log.h
   A /trunk/utils/grubby/loop.c
   A /trunk/utils/grubby/loop.h
   A /trunk/utils/grubby/messages.h
   A /trunk/utils/grubby/net.c
   A /trunk/utils/grubby/net.h
   A /trunk/utils/grubby/popt.c
   M /trunk/utils/grubby/protocols.h
   A /trunk/utils/grubby/support.c
   A /trunk/utils/grubby/support.h


- Big rewrite to grubby

------------------------------------------------------------------------
r502 | jzaun | 2000-05-09 02:18:50 +0200 (Di, 09 Mai 2000) | 4 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c
   M /trunk/utils/grubby/protocols.h


- Grubby now works with the new chat protocol
- Grubby can teke command by grubby: or /msg grubby

------------------------------------------------------------------------
r489 | rgade | 2000-05-06 06:16:49 +0200 (Sa, 06 Mai 2000) | 2 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c

- Don't free room_list strings until just before exit

------------------------------------------------------------------------
r485 | jzaun | 2000-05-05 03:46:45 +0200 (Fr, 05 Mai 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Fixed the random crashes caused by not freeing string in all cases

------------------------------------------------------------------------
r483 | jzaun | 2000-05-03 00:02:03 +0200 (Mi, 03 Mai 2000) | 4 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- stay here command actualy works now
- logging is in html format for posting to our web site. looks nicer too.

------------------------------------------------------------------------
r474 | bmh | 2000-04-28 20:34:16 +0200 (Fr, 28 Apr 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils
   A /trunk/utils/.cvsignore
   A /trunk/utils/Makefile.am
   A /trunk/utils/acconfig.h
   M /trunk/utils/agrue
   A /trunk/utils/agrue/.cvsignore
   D /trunk/utils/agrue/Makefile
   A /trunk/utils/agrue/Makefile.am
   A /trunk/utils/agrue/protocols.h
   A /trunk/utils/autogen.sh
   A /trunk/utils/configure.in
   M /trunk/utils/grubby
   A /trunk/utils/grubby/.cvsignore
   D /trunk/utils/grubby/Makefile
   A /trunk/utils/grubby/Makefile.am
   A /trunk/utils/grubby/protocols.h


- Make grie and grubby use autoconf/automake

------------------------------------------------------------------------
r464 | jzaun | 2000-04-27 00:30:46 +0200 (Do, 27 Apr 2000) | 4 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Upped the room change timeout
- addedd stay/move commands for owners only

------------------------------------------------------------------------
r437 | jzaun | 2000-04-20 00:01:42 +0200 (Do, 20 Apr 2000) | 4 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- s/memmory/memory
- added the ability to have random greatings.

------------------------------------------------------------------------
r436 | jzaun | 2000-04-19 19:23:16 +0200 (Mi, 19 Apr 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


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

------------------------------------------------------------------------
r434 | jzaun | 2000-04-18 23:55:38 +0200 (Di, 18 Apr 2000) | 7 lines
Geänderte Pfade:
   M /trunk/utils/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

------------------------------------------------------------------------
r432 | jzaun | 2000-04-18 03:39:21 +0200 (Di, 18 Apr 2000) | 5 lines
Geänderte Pfade:
   M /trunk/utils/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.

------------------------------------------------------------------------
r431 | jzaun | 2000-04-16 23:04:53 +0200 (So, 16 Apr 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Forgot to add the help item. (sorry)

------------------------------------------------------------------------
r430 | jzaun | 2000-04-16 23:00:31 +0200 (So, 16 Apr 2000) | 9 lines
Geänderte Pfade:
   M /trunk/utils/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...)

------------------------------------------------------------------------
r429 | jzaun | 2000-04-16 22:36:37 +0200 (So, 16 Apr 2000) | 5 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Updated Grubby's about text.

	I removed the 2 paragraph, as Grubby can now remember things from a past lifetime.

------------------------------------------------------------------------
r428 | rgade | 2000-04-16 20:16:26 +0200 (So, 16 Apr 2000) | 5 lines
Geänderte Pfade:
   M /trunk/utils/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

------------------------------------------------------------------------
r426 | jzaun | 2000-04-15 11:08:08 +0200 (Sa, 15 Apr 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Grubby now shows all known information entered when he recieves the whois command

------------------------------------------------------------------------
r425 | jzaun | 2000-04-15 10:50:32 +0200 (Sa, 15 Apr 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Storing of email, url and info

------------------------------------------------------------------------
r424 | jzaun | 2000-04-15 10:07:24 +0200 (Sa, 15 Apr 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Added a whois command

------------------------------------------------------------------------
r423 | jzaun | 2000-04-15 09:12:42 +0200 (Sa, 15 Apr 2000) | 3 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- Now load information back in at startup. This means that a grub can remember between sesions

------------------------------------------------------------------------
r422 | jzaun | 2000-04-15 08:10:03 +0200 (Sa, 15 Apr 2000) | 8 lines
Geänderte Pfade:
   M /trunk/utils/grubby/agrub.c


- now saves known information to ~/.agrub in the following structure

Version Number
Number Known
(repeated Number Known times)
the known struct

------------------------------------------------------------------------
r420 | rgade | 2000-04-15 06:58:49 +0200 (Sa, 15 Apr 2000) | 2 lines
Geänderte Pfade:
   A /trunk/utils/README

- Some notes for AGRUE and AGRUB

------------------------------------------------------------------------
r419 | rgade | 2000-04-15 06:48:40 +0200 (Sa, 15 Apr 2000) | 2 lines
Geänderte Pfade:
   A /trunk/utils
   A /trunk/utils/agrue
   A /trunk/utils/agrue/Makefile
   A /trunk/utils/agrue/agrue.c
   A /trunk/utils/agrue/launch_grues
   A /trunk/utils/grubby
   A /trunk/utils/grubby/Makefile
   A /trunk/utils/grubby/agrub.c

Initial checkins for AGRUE and AGRUB

------------------------------------------------------------------------
