From 323b993bde8a5c044a8382ebdcdde6feb92b91c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 8 Jul 2026 01:11:04 +0300 Subject: Bump version to 0.9.2 for ychat, yhttpd, ycurses Post-0.9.1 release; the chat color-picker / POST body parsing fix (deacb3f) is now in and verified live on f3s. --- README.md | 2 +- ychat/src/build.h | 4 ++-- ychat/src/chat/base.h | 2 +- ychat/src/chat/base.tmpl | 2 +- ychat/src/chat/chat.cpp | 2 +- ychat/src/chat/chat.h | 2 +- ychat/src/chat/gcol.cpp | 2 +- ychat/src/chat/gcol.h | 2 +- ychat/src/chat/perm.cpp | 2 +- ychat/src/chat/perm.h | 2 +- ychat/src/chat/room.cpp | 2 +- ychat/src/chat/room.h | 2 +- ychat/src/chat/sess.cpp | 2 +- ychat/src/chat/sess.h | 2 +- ychat/src/chat/sman.cpp | 2 +- ychat/src/chat/sman.h | 2 +- ychat/src/chat/user.cpp | 2 +- ychat/src/chat/user.h | 2 +- ychat/src/cli/cli.cpp | 2 +- ychat/src/cli/cli.h | 2 +- ychat/src/conf/conf.cpp | 2 +- ychat/src/conf/conf.h | 2 +- ychat/src/contrib/crypt/md5.cpp | 2 +- ychat/src/contrib/crypt/md5.h | 2 +- ychat/src/contrib/crypt/md5crypt.cpp | 2 +- ychat/src/contrib/xml/tinyxml.cpp | 2 +- ychat/src/contrib/xml/tinyxml.h | 2 +- ychat/src/contrib/xml/tinyxmlerror.cpp | 2 +- ychat/src/contrib/xml/tinyxmlparser.cpp | 2 +- ychat/src/data/con.cpp | 2 +- ychat/src/data/con.h | 2 +- ychat/src/data/con_base.cpp | 2 +- ychat/src/data/con_base.h | 2 +- ychat/src/data/data.cpp | 2 +- ychat/src/data/data.h | 2 +- ychat/src/data/data_base.cpp | 2 +- ychat/src/data/data_base.h | 2 +- ychat/src/glob.h | 2 +- ychat/src/html.cpp | 2 +- ychat/src/html.h | 2 +- ychat/src/incl.h | 2 +- ychat/src/logd.cpp | 2 +- ychat/src/logd.h | 2 +- ychat/src/main.cpp | 2 +- ychat/src/maps/hashmap.h | 2 +- ychat/src/maps/hashmap.tmpl | 2 +- ychat/src/maps/mtools.h | 2 +- ychat/src/maps/mtools.tmpl | 2 +- ychat/src/maps/nhashmap.h | 2 +- ychat/src/maps/nhashmap.tmpl | 2 +- ychat/src/maps/shashmap.h | 2 +- ychat/src/maps/shashmap.tmpl | 2 +- ychat/src/memb/memb.h | 2 +- ychat/src/memb/memb.tmpl | 2 +- ychat/src/memb/tupel.h | 2 +- ychat/src/memb/tupel.tmpl | 2 +- ychat/src/modl.cpp | 2 +- ychat/src/modl.h | 2 +- ychat/src/mods/commands/yc_about.cpp | 2 +- ychat/src/mods/commands/yc_all.cpp | 2 +- ychat/src/mods/commands/yc_away.cpp | 2 +- ychat/src/mods/commands/yc_ban.cpp | 2 +- ychat/src/mods/commands/yc_banned.cpp | 2 +- ychat/src/mods/commands/yc_col.cpp | 2 +- ychat/src/mods/commands/yc_compopt.cpp | 2 +- ychat/src/mods/commands/yc_debug.cpp | 2 +- ychat/src/mods/commands/yc_exec.cpp | 2 +- ychat/src/mods/commands/yc_fake.cpp | 2 +- ychat/src/mods/commands/yc_gag.cpp | 2 +- ychat/src/mods/commands/yc_getroom.cpp | 2 +- ychat/src/mods/commands/yc_getrusage.cpp | 2 +- ychat/src/mods/commands/yc_help.cpp | 2 +- ychat/src/mods/commands/yc_invisible.cpp | 2 +- ychat/src/mods/commands/yc_j.cpp | 2 +- ychat/src/mods/commands/yc_ko.cpp | 2 +- ychat/src/mods/commands/yc_m.cpp | 2 +- ychat/src/mods/commands/yc_md5.cpp | 2 +- ychat/src/mods/commands/yc_me.cpp | 2 +- ychat/src/mods/commands/yc_morph.cpp | 2 +- ychat/src/mods/commands/yc_msg.cpp | 2 +- ychat/src/mods/commands/yc_q.cpp | 2 +- ychat/src/mods/commands/yc_reload.cpp | 2 +- ychat/src/mods/commands/yc_ren.cpp | 2 +- ychat/src/mods/commands/yc_s.cpp | 2 +- ychat/src/mods/commands/yc_set.cpp | 2 +- ychat/src/mods/commands/yc_time.cpp | 2 +- ychat/src/mods/commands/yc_topic.cpp | 2 +- ychat/src/mods/commands/yc_unban.cpp | 2 +- ychat/src/mods/commands/yc_ungag.cpp | 2 +- ychat/src/mods/commands/yc_uptime.cpp | 2 +- ychat/src/mods/commands/yc_users.cpp | 2 +- ychat/src/mods/commands/yc_version.cpp | 2 +- ychat/src/mods/html/yc_admin.cpp | 2 +- ychat/src/mods/html/yc_colors.cpp | 2 +- ychat/src/mods/html/yc_help.cpp | 2 +- ychat/src/mods/html/yc_loggedin.cpp | 2 +- ychat/src/mods/html/yc_options.cpp | 2 +- ychat/src/mods/html/yc_register.cpp | 2 +- ychat/src/monitor/dump.cpp | 2 +- ychat/src/monitor/dump.h | 2 +- ychat/src/monitor/stats.cpp | 2 +- ychat/src/monitor/stats.h | 2 +- ychat/src/msgs.h | 2 +- ychat/src/name.cpp | 2 +- ychat/src/name.h | 2 +- ychat/src/reqp.cpp | 2 +- ychat/src/reqp.h | 2 +- ychat/src/sign.cpp | 2 +- ychat/src/sign.h | 2 +- ychat/src/sock/context.cpp | 2 +- ychat/src/sock/context.h | 2 +- ychat/src/sock/sock.cpp | 2 +- ychat/src/sock/sock.h | 2 +- ychat/src/sock/sslsock.cpp | 2 +- ychat/src/sock/sslsock.h | 2 +- ychat/src/time/timo.cpp | 2 +- ychat/src/time/timo.h | 2 +- ychat/src/time/timr.cpp | 2 +- ychat/src/time/timr.h | 2 +- ychat/src/tool/dir.cpp | 2 +- ychat/src/tool/dir.h | 2 +- ychat/src/tool/tool.cpp | 2 +- ychat/src/tool/tool.h | 2 +- ychat/src/wrap.cpp | 2 +- ychat/src/wrap.h | 2 +- ycurses/src/msgs.h | 2 +- yhttpd/src/msgs.h | 2 +- 127 files changed, 128 insertions(+), 128 deletions(-) diff --git a/README.md b/README.md index b486b96..bf6754d 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ podman run --rm -p 2000:2000 --name ychat -v /tmp/ychat-data:/app/data:Z ychat:d The server logs to stdout. You should see something like: ``` -yChat 0.9.1-CURRENT Build ... +yChat 0.9.2-CURRENT Build ... Sock: Created socket on localhost:2000 Sock: Server socket is ready Initializing sock events (1) diff --git a/ychat/src/build.h b/ychat/src/build.h index 31cac1b..61e660f 100644 --- a/ychat/src/build.h +++ b/ychat/src/build.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/build.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow @@ -26,7 +26,7 @@ #ifndef BUILD_H #define BUILD_H -#define VERSION "0.9.1" +#define VERSION "0.9.2" #define BRANCH "CURRENT" #define BUILDNR 4325 #define UNAME "Undefined" diff --git a/ychat/src/chat/base.h b/ychat/src/chat/base.h index 7062fa0..614b51c 100644 --- a/ychat/src/chat/base.h +++ b/ychat/src/chat/base.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/base.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/base.tmpl b/ychat/src/chat/base.tmpl index ad45817..d190310 100644 --- a/ychat/src/chat/base.tmpl +++ b/ychat/src/chat/base.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/base.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/chat.cpp b/ychat/src/chat/chat.cpp index 5f34647..a60630e 100644 --- a/ychat/src/chat/chat.cpp +++ b/ychat/src/chat/chat.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/chat.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/chat.h b/ychat/src/chat/chat.h index 9b3e474..bcab74e 100644 --- a/ychat/src/chat/chat.h +++ b/ychat/src/chat/chat.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/chat.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/gcol.cpp b/ychat/src/chat/gcol.cpp index 3ad03da..f121203 100644 --- a/ychat/src/chat/gcol.cpp +++ b/ychat/src/chat/gcol.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/gcol.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/gcol.h b/ychat/src/chat/gcol.h index c85fcc2..5f8fbe5 100644 --- a/ychat/src/chat/gcol.h +++ b/ychat/src/chat/gcol.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/gcol.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/perm.cpp b/ychat/src/chat/perm.cpp index aecabbf..46ed5d6 100644 --- a/ychat/src/chat/perm.cpp +++ b/ychat/src/chat/perm.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/perm.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/perm.h b/ychat/src/chat/perm.h index d69622b..dad17cf 100644 --- a/ychat/src/chat/perm.h +++ b/ychat/src/chat/perm.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/perm.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/room.cpp b/ychat/src/chat/room.cpp index bb30460..eaf4333 100644 --- a/ychat/src/chat/room.cpp +++ b/ychat/src/chat/room.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/room.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/room.h b/ychat/src/chat/room.h index 7dbc8f0..4c5d1a1 100644 --- a/ychat/src/chat/room.h +++ b/ychat/src/chat/room.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/room.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/sess.cpp b/ychat/src/chat/sess.cpp index b840b22..9ef634e 100644 --- a/ychat/src/chat/sess.cpp +++ b/ychat/src/chat/sess.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/sess.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/sess.h b/ychat/src/chat/sess.h index db588bd..af89c73 100644 --- a/ychat/src/chat/sess.h +++ b/ychat/src/chat/sess.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/sess.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/sman.cpp b/ychat/src/chat/sman.cpp index 72f0d50..a22556b 100644 --- a/ychat/src/chat/sman.cpp +++ b/ychat/src/chat/sman.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/sman.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/sman.h b/ychat/src/chat/sman.h index ea669e2..096c0d4 100644 --- a/ychat/src/chat/sman.h +++ b/ychat/src/chat/sman.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/sman.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/user.cpp b/ychat/src/chat/user.cpp index fd8011f..c20a3b8 100644 --- a/ychat/src/chat/user.cpp +++ b/ychat/src/chat/user.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/user.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/chat/user.h b/ychat/src/chat/user.h index 732d902..03b5c2b 100644 --- a/ychat/src/chat/user.h +++ b/ychat/src/chat/user.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/chat/user.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/cli/cli.cpp b/ychat/src/cli/cli.cpp index f7aba43..cf90e7a 100644 --- a/ychat/src/cli/cli.cpp +++ b/ychat/src/cli/cli.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/cli/cli.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/cli/cli.h b/ychat/src/cli/cli.h index 2fde5d6..010e5db 100644 --- a/ychat/src/cli/cli.h +++ b/ychat/src/cli/cli.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/cli/cli.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/conf/conf.cpp b/ychat/src/conf/conf.cpp index 3f6a090..71ed75e 100644 --- a/ychat/src/conf/conf.cpp +++ b/ychat/src/conf/conf.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/conf/conf.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/conf/conf.h b/ychat/src/conf/conf.h index ea1a288..145bfc9 100644 --- a/ychat/src/conf/conf.h +++ b/ychat/src/conf/conf.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/conf/conf.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/contrib/crypt/md5.cpp b/ychat/src/contrib/crypt/md5.cpp index a6da2eb..12f19f0 100644 --- a/ychat/src/contrib/crypt/md5.cpp +++ b/ychat/src/contrib/crypt/md5.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/contrib/crypt/md5.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/contrib/crypt/md5.h b/ychat/src/contrib/crypt/md5.h index 62ee24c..72bf1cc 100644 --- a/ychat/src/contrib/crypt/md5.h +++ b/ychat/src/contrib/crypt/md5.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/contrib/crypt/md5.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/contrib/crypt/md5crypt.cpp b/ychat/src/contrib/crypt/md5crypt.cpp index d017a2e..bb4c208 100644 --- a/ychat/src/contrib/crypt/md5crypt.cpp +++ b/ychat/src/contrib/crypt/md5crypt.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/contrib/crypt/md5crypt.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/contrib/xml/tinyxml.cpp b/ychat/src/contrib/xml/tinyxml.cpp index 157f71f..c43a526 100644 --- a/ychat/src/contrib/xml/tinyxml.cpp +++ b/ychat/src/contrib/xml/tinyxml.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/contrib/xml/tinyxml.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/contrib/xml/tinyxml.h b/ychat/src/contrib/xml/tinyxml.h index a2ae560..4ca2985 100644 --- a/ychat/src/contrib/xml/tinyxml.h +++ b/ychat/src/contrib/xml/tinyxml.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/contrib/xml/tinyxml.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/contrib/xml/tinyxmlerror.cpp b/ychat/src/contrib/xml/tinyxmlerror.cpp index ca15aed..7f89b0d 100644 --- a/ychat/src/contrib/xml/tinyxmlerror.cpp +++ b/ychat/src/contrib/xml/tinyxmlerror.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/contrib/xml/tinyxmlerror.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/contrib/xml/tinyxmlparser.cpp b/ychat/src/contrib/xml/tinyxmlparser.cpp index 27533f8..49efcff 100644 --- a/ychat/src/contrib/xml/tinyxmlparser.cpp +++ b/ychat/src/contrib/xml/tinyxmlparser.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/contrib/xml/tinyxmlparser.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/con.cpp b/ychat/src/data/con.cpp index 501ffbb..666072e 100644 --- a/ychat/src/data/con.cpp +++ b/ychat/src/data/con.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/con.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/con.h b/ychat/src/data/con.h index 69e2e02..d5df0a3 100644 --- a/ychat/src/data/con.h +++ b/ychat/src/data/con.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/con.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/con_base.cpp b/ychat/src/data/con_base.cpp index 9e82164..7af0bbf 100644 --- a/ychat/src/data/con_base.cpp +++ b/ychat/src/data/con_base.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/con_base.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/con_base.h b/ychat/src/data/con_base.h index 719f911..9ca26b4 100644 --- a/ychat/src/data/con_base.h +++ b/ychat/src/data/con_base.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/con_base.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/data.cpp b/ychat/src/data/data.cpp index db82c20..4bfef18 100644 --- a/ychat/src/data/data.cpp +++ b/ychat/src/data/data.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/data.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/data.h b/ychat/src/data/data.h index acda23e..1993168 100644 --- a/ychat/src/data/data.h +++ b/ychat/src/data/data.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/data.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/data_base.cpp b/ychat/src/data/data_base.cpp index b92b445..4d56c8c 100644 --- a/ychat/src/data/data_base.cpp +++ b/ychat/src/data/data_base.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/data_base.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/data/data_base.h b/ychat/src/data/data_base.h index 799f912..a63216e 100644 --- a/ychat/src/data/data_base.h +++ b/ychat/src/data/data_base.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/data/data_base.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/glob.h b/ychat/src/glob.h index a728c51..2af5641 100644 --- a/ychat/src/glob.h +++ b/ychat/src/glob.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/glob.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/html.cpp b/ychat/src/html.cpp index cab8f7c..8e4bf4c 100644 --- a/ychat/src/html.cpp +++ b/ychat/src/html.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/html.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/html.h b/ychat/src/html.h index 8b781b8..fa45d1c 100644 --- a/ychat/src/html.h +++ b/ychat/src/html.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/html.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/incl.h b/ychat/src/incl.h index dec4d40..be3b68b 100644 --- a/ychat/src/incl.h +++ b/ychat/src/incl.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/incl.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/logd.cpp b/ychat/src/logd.cpp index 7dfd6f2..fe17e06 100644 --- a/ychat/src/logd.cpp +++ b/ychat/src/logd.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/logd.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/logd.h b/ychat/src/logd.h index bec0ca8..7931ad2 100644 --- a/ychat/src/logd.h +++ b/ychat/src/logd.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/logd.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/main.cpp b/ychat/src/main.cpp index e324e8a..d25b930 100644 --- a/ychat/src/main.cpp +++ b/ychat/src/main.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/main.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/hashmap.h b/ychat/src/maps/hashmap.h index f94a447..1bafc7f 100644 --- a/ychat/src/maps/hashmap.h +++ b/ychat/src/maps/hashmap.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/hashmap.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/hashmap.tmpl b/ychat/src/maps/hashmap.tmpl index ed0d663..1e470ff 100644 --- a/ychat/src/maps/hashmap.tmpl +++ b/ychat/src/maps/hashmap.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/hashmap.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/mtools.h b/ychat/src/maps/mtools.h index c98464d..7868090 100644 --- a/ychat/src/maps/mtools.h +++ b/ychat/src/maps/mtools.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/mtools.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/mtools.tmpl b/ychat/src/maps/mtools.tmpl index c987beb..b6a0881 100644 --- a/ychat/src/maps/mtools.tmpl +++ b/ychat/src/maps/mtools.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/mtools.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/nhashmap.h b/ychat/src/maps/nhashmap.h index 2323eeb..c125f11 100644 --- a/ychat/src/maps/nhashmap.h +++ b/ychat/src/maps/nhashmap.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/nhashmap.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/nhashmap.tmpl b/ychat/src/maps/nhashmap.tmpl index 5b281e6..77d2d14 100644 --- a/ychat/src/maps/nhashmap.tmpl +++ b/ychat/src/maps/nhashmap.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/nhashmap.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/shashmap.h b/ychat/src/maps/shashmap.h index ef15aec..23a18bf 100644 --- a/ychat/src/maps/shashmap.h +++ b/ychat/src/maps/shashmap.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/shashmap.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/maps/shashmap.tmpl b/ychat/src/maps/shashmap.tmpl index 48db882..89a8e55 100644 --- a/ychat/src/maps/shashmap.tmpl +++ b/ychat/src/maps/shashmap.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/maps/shashmap.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/memb/memb.h b/ychat/src/memb/memb.h index 88b571d..6378e69 100644 --- a/ychat/src/memb/memb.h +++ b/ychat/src/memb/memb.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/memb/memb.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/memb/memb.tmpl b/ychat/src/memb/memb.tmpl index 03513dd..eef13e6 100644 --- a/ychat/src/memb/memb.tmpl +++ b/ychat/src/memb/memb.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/memb/memb.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/memb/tupel.h b/ychat/src/memb/tupel.h index 869df1b..d8780b7 100644 --- a/ychat/src/memb/tupel.h +++ b/ychat/src/memb/tupel.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/memb/tupel.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/memb/tupel.tmpl b/ychat/src/memb/tupel.tmpl index 6a185c9..de3179b 100644 --- a/ychat/src/memb/tupel.tmpl +++ b/ychat/src/memb/tupel.tmpl @@ -1,7 +1,7 @@ /*:* *: File: ./src/memb/tupel.tmpl *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/modl.cpp b/ychat/src/modl.cpp index 8775de1..a17013a 100644 --- a/ychat/src/modl.cpp +++ b/ychat/src/modl.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/modl.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/modl.h b/ychat/src/modl.h index b44a37c..b53ab9b 100644 --- a/ychat/src/modl.h +++ b/ychat/src/modl.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/modl.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_about.cpp b/ychat/src/mods/commands/yc_about.cpp index 9b78bd1..a170483 100644 --- a/ychat/src/mods/commands/yc_about.cpp +++ b/ychat/src/mods/commands/yc_about.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_about.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_all.cpp b/ychat/src/mods/commands/yc_all.cpp index 08fb260..073b30e 100644 --- a/ychat/src/mods/commands/yc_all.cpp +++ b/ychat/src/mods/commands/yc_all.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_all.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_away.cpp b/ychat/src/mods/commands/yc_away.cpp index c062f1b..999b283 100644 --- a/ychat/src/mods/commands/yc_away.cpp +++ b/ychat/src/mods/commands/yc_away.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_away.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_ban.cpp b/ychat/src/mods/commands/yc_ban.cpp index 8c2124e..60e3c41 100644 --- a/ychat/src/mods/commands/yc_ban.cpp +++ b/ychat/src/mods/commands/yc_ban.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_ban.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_banned.cpp b/ychat/src/mods/commands/yc_banned.cpp index 4799042..8851288 100644 --- a/ychat/src/mods/commands/yc_banned.cpp +++ b/ychat/src/mods/commands/yc_banned.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_banned.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_col.cpp b/ychat/src/mods/commands/yc_col.cpp index 3292009..5b81bba 100644 --- a/ychat/src/mods/commands/yc_col.cpp +++ b/ychat/src/mods/commands/yc_col.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_col.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_compopt.cpp b/ychat/src/mods/commands/yc_compopt.cpp index 28fe2c6..bdf73f9 100644 --- a/ychat/src/mods/commands/yc_compopt.cpp +++ b/ychat/src/mods/commands/yc_compopt.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_compopt.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_debug.cpp b/ychat/src/mods/commands/yc_debug.cpp index cee3618..4c33c48 100644 --- a/ychat/src/mods/commands/yc_debug.cpp +++ b/ychat/src/mods/commands/yc_debug.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_debug.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_exec.cpp b/ychat/src/mods/commands/yc_exec.cpp index 691cb7a..290ff0e 100644 --- a/ychat/src/mods/commands/yc_exec.cpp +++ b/ychat/src/mods/commands/yc_exec.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_exec.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_fake.cpp b/ychat/src/mods/commands/yc_fake.cpp index 87c01ff..2e6557b 100644 --- a/ychat/src/mods/commands/yc_fake.cpp +++ b/ychat/src/mods/commands/yc_fake.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_fake.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_gag.cpp b/ychat/src/mods/commands/yc_gag.cpp index dd9d2fb..6d83183 100644 --- a/ychat/src/mods/commands/yc_gag.cpp +++ b/ychat/src/mods/commands/yc_gag.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_gag.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_getroom.cpp b/ychat/src/mods/commands/yc_getroom.cpp index 8cea18c..e3645d6 100644 --- a/ychat/src/mods/commands/yc_getroom.cpp +++ b/ychat/src/mods/commands/yc_getroom.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_getroom.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_getrusage.cpp b/ychat/src/mods/commands/yc_getrusage.cpp index ec3b2d3..03cf170 100644 --- a/ychat/src/mods/commands/yc_getrusage.cpp +++ b/ychat/src/mods/commands/yc_getrusage.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_getrusage.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_help.cpp b/ychat/src/mods/commands/yc_help.cpp index 6660f2f..ffebe5d 100644 --- a/ychat/src/mods/commands/yc_help.cpp +++ b/ychat/src/mods/commands/yc_help.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_help.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_invisible.cpp b/ychat/src/mods/commands/yc_invisible.cpp index e10b3f2..85cffbb 100644 --- a/ychat/src/mods/commands/yc_invisible.cpp +++ b/ychat/src/mods/commands/yc_invisible.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_invisible.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_j.cpp b/ychat/src/mods/commands/yc_j.cpp index 4194dab..a1968c3 100644 --- a/ychat/src/mods/commands/yc_j.cpp +++ b/ychat/src/mods/commands/yc_j.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_j.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_ko.cpp b/ychat/src/mods/commands/yc_ko.cpp index 8e6dc16..5205304 100644 --- a/ychat/src/mods/commands/yc_ko.cpp +++ b/ychat/src/mods/commands/yc_ko.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_ko.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_m.cpp b/ychat/src/mods/commands/yc_m.cpp index c337840..a54bb06 100644 --- a/ychat/src/mods/commands/yc_m.cpp +++ b/ychat/src/mods/commands/yc_m.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_m.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_md5.cpp b/ychat/src/mods/commands/yc_md5.cpp index b812f87..f737732 100644 --- a/ychat/src/mods/commands/yc_md5.cpp +++ b/ychat/src/mods/commands/yc_md5.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_md5.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_me.cpp b/ychat/src/mods/commands/yc_me.cpp index 22435cf..e06a1cd 100644 --- a/ychat/src/mods/commands/yc_me.cpp +++ b/ychat/src/mods/commands/yc_me.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_me.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_morph.cpp b/ychat/src/mods/commands/yc_morph.cpp index 39284d6..2bf556f 100644 --- a/ychat/src/mods/commands/yc_morph.cpp +++ b/ychat/src/mods/commands/yc_morph.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_morph.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_msg.cpp b/ychat/src/mods/commands/yc_msg.cpp index 8003ae2..c81e890 100644 --- a/ychat/src/mods/commands/yc_msg.cpp +++ b/ychat/src/mods/commands/yc_msg.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_msg.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_q.cpp b/ychat/src/mods/commands/yc_q.cpp index a912bf3..920d81b 100644 --- a/ychat/src/mods/commands/yc_q.cpp +++ b/ychat/src/mods/commands/yc_q.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_q.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_reload.cpp b/ychat/src/mods/commands/yc_reload.cpp index 23ee369..07beeff 100644 --- a/ychat/src/mods/commands/yc_reload.cpp +++ b/ychat/src/mods/commands/yc_reload.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_reload.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_ren.cpp b/ychat/src/mods/commands/yc_ren.cpp index d974957..1c88680 100644 --- a/ychat/src/mods/commands/yc_ren.cpp +++ b/ychat/src/mods/commands/yc_ren.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_ren.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_s.cpp b/ychat/src/mods/commands/yc_s.cpp index 57cbb32..3a926a3 100644 --- a/ychat/src/mods/commands/yc_s.cpp +++ b/ychat/src/mods/commands/yc_s.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_s.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_set.cpp b/ychat/src/mods/commands/yc_set.cpp index d3d7d35..a1d0645 100644 --- a/ychat/src/mods/commands/yc_set.cpp +++ b/ychat/src/mods/commands/yc_set.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_set.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_time.cpp b/ychat/src/mods/commands/yc_time.cpp index 947cb4a..6c06b0a 100644 --- a/ychat/src/mods/commands/yc_time.cpp +++ b/ychat/src/mods/commands/yc_time.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_time.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_topic.cpp b/ychat/src/mods/commands/yc_topic.cpp index c9abac2..bc31865 100644 --- a/ychat/src/mods/commands/yc_topic.cpp +++ b/ychat/src/mods/commands/yc_topic.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_topic.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_unban.cpp b/ychat/src/mods/commands/yc_unban.cpp index 0fe91c9..fbfb313 100644 --- a/ychat/src/mods/commands/yc_unban.cpp +++ b/ychat/src/mods/commands/yc_unban.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_unban.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_ungag.cpp b/ychat/src/mods/commands/yc_ungag.cpp index 316b2d5..d0d80f3 100644 --- a/ychat/src/mods/commands/yc_ungag.cpp +++ b/ychat/src/mods/commands/yc_ungag.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_ungag.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_uptime.cpp b/ychat/src/mods/commands/yc_uptime.cpp index 4adcab7..7ab198f 100644 --- a/ychat/src/mods/commands/yc_uptime.cpp +++ b/ychat/src/mods/commands/yc_uptime.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_uptime.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_users.cpp b/ychat/src/mods/commands/yc_users.cpp index 1acc12b..57383b4 100644 --- a/ychat/src/mods/commands/yc_users.cpp +++ b/ychat/src/mods/commands/yc_users.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_users.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/commands/yc_version.cpp b/ychat/src/mods/commands/yc_version.cpp index c79b416..4f69d9b 100644 --- a/ychat/src/mods/commands/yc_version.cpp +++ b/ychat/src/mods/commands/yc_version.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/commands/yc_version.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/html/yc_admin.cpp b/ychat/src/mods/html/yc_admin.cpp index 450c6b2..0895b5a 100644 --- a/ychat/src/mods/html/yc_admin.cpp +++ b/ychat/src/mods/html/yc_admin.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/html/yc_admin.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/html/yc_colors.cpp b/ychat/src/mods/html/yc_colors.cpp index f11b200..a456419 100644 --- a/ychat/src/mods/html/yc_colors.cpp +++ b/ychat/src/mods/html/yc_colors.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/html/yc_colors.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/html/yc_help.cpp b/ychat/src/mods/html/yc_help.cpp index 1c43ae5..0457b85 100644 --- a/ychat/src/mods/html/yc_help.cpp +++ b/ychat/src/mods/html/yc_help.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/html/yc_help.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/html/yc_loggedin.cpp b/ychat/src/mods/html/yc_loggedin.cpp index da16a87..8b9c3cb 100644 --- a/ychat/src/mods/html/yc_loggedin.cpp +++ b/ychat/src/mods/html/yc_loggedin.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/html/yc_loggedin.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/html/yc_options.cpp b/ychat/src/mods/html/yc_options.cpp index 3415165..02ce18a 100644 --- a/ychat/src/mods/html/yc_options.cpp +++ b/ychat/src/mods/html/yc_options.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/html/yc_options.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/mods/html/yc_register.cpp b/ychat/src/mods/html/yc_register.cpp index 82254e1..2823b03 100644 --- a/ychat/src/mods/html/yc_register.cpp +++ b/ychat/src/mods/html/yc_register.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/mods/html/yc_register.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/monitor/dump.cpp b/ychat/src/monitor/dump.cpp index 2978109..596e842 100644 --- a/ychat/src/monitor/dump.cpp +++ b/ychat/src/monitor/dump.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/monitor/dump.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/monitor/dump.h b/ychat/src/monitor/dump.h index 03f4f7c..c7d3a0f 100644 --- a/ychat/src/monitor/dump.h +++ b/ychat/src/monitor/dump.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/monitor/dump.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/monitor/stats.cpp b/ychat/src/monitor/stats.cpp index e29c83a..84811b7 100644 --- a/ychat/src/monitor/stats.cpp +++ b/ychat/src/monitor/stats.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/monitor/stats.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/monitor/stats.h b/ychat/src/monitor/stats.h index a980ab2..fd0d3b7 100644 --- a/ychat/src/monitor/stats.h +++ b/ychat/src/monitor/stats.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/monitor/stats.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/msgs.h b/ychat/src/msgs.h index db8a0d8..0f8bfd2 100644 --- a/ychat/src/msgs.h +++ b/ychat/src/msgs.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/msgs.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/name.cpp b/ychat/src/name.cpp index dd21c95..9875c65 100644 --- a/ychat/src/name.cpp +++ b/ychat/src/name.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/name.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/name.h b/ychat/src/name.h index 941130c..3981dcb 100644 --- a/ychat/src/name.h +++ b/ychat/src/name.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/name.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/reqp.cpp b/ychat/src/reqp.cpp index a96fef2..87f797c 100644 --- a/ychat/src/reqp.cpp +++ b/ychat/src/reqp.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/reqp.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/reqp.h b/ychat/src/reqp.h index 68763a8..b1c95ab 100644 --- a/ychat/src/reqp.h +++ b/ychat/src/reqp.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/reqp.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sign.cpp b/ychat/src/sign.cpp index 8b22ece..1697474 100644 --- a/ychat/src/sign.cpp +++ b/ychat/src/sign.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/sign.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sign.h b/ychat/src/sign.h index 74585db..106f47a 100644 --- a/ychat/src/sign.h +++ b/ychat/src/sign.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/sign.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sock/context.cpp b/ychat/src/sock/context.cpp index 7249315..5ba703f 100644 --- a/ychat/src/sock/context.cpp +++ b/ychat/src/sock/context.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/sock/context.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sock/context.h b/ychat/src/sock/context.h index 5319728..54460e6 100644 --- a/ychat/src/sock/context.h +++ b/ychat/src/sock/context.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/sock/context.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sock/sock.cpp b/ychat/src/sock/sock.cpp index 7f30f04..52fa814 100644 --- a/ychat/src/sock/sock.cpp +++ b/ychat/src/sock/sock.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/sock/sock.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sock/sock.h b/ychat/src/sock/sock.h index 29b4b4d..df25811 100644 --- a/ychat/src/sock/sock.h +++ b/ychat/src/sock/sock.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/sock/sock.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sock/sslsock.cpp b/ychat/src/sock/sslsock.cpp index 0d9efe1..56fde5d 100644 --- a/ychat/src/sock/sslsock.cpp +++ b/ychat/src/sock/sslsock.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/sock/sslsock.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/sock/sslsock.h b/ychat/src/sock/sslsock.h index c894e24..af18322 100644 --- a/ychat/src/sock/sslsock.h +++ b/ychat/src/sock/sslsock.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/sock/sslsock.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/time/timo.cpp b/ychat/src/time/timo.cpp index 876570b..e3f9695 100644 --- a/ychat/src/time/timo.cpp +++ b/ychat/src/time/timo.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/time/timo.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/time/timo.h b/ychat/src/time/timo.h index 875cea2..fdc7982 100644 --- a/ychat/src/time/timo.h +++ b/ychat/src/time/timo.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/time/timo.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/time/timr.cpp b/ychat/src/time/timr.cpp index 42de71b..48fa222 100644 --- a/ychat/src/time/timr.cpp +++ b/ychat/src/time/timr.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/time/timr.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/time/timr.h b/ychat/src/time/timr.h index 4f619af..0fe2cdd 100644 --- a/ychat/src/time/timr.h +++ b/ychat/src/time/timr.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/time/timr.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/tool/dir.cpp b/ychat/src/tool/dir.cpp index 3ad6943..7e32e8c 100644 --- a/ychat/src/tool/dir.cpp +++ b/ychat/src/tool/dir.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/tool/dir.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/tool/dir.h b/ychat/src/tool/dir.h index c1bd71f..0f3a338 100644 --- a/ychat/src/tool/dir.h +++ b/ychat/src/tool/dir.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/tool/dir.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/tool/tool.cpp b/ychat/src/tool/tool.cpp index 3f00e74..7533af2 100644 --- a/ychat/src/tool/tool.cpp +++ b/ychat/src/tool/tool.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/tool/tool.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/tool/tool.h b/ychat/src/tool/tool.h index c54b66e..e97087b 100644 --- a/ychat/src/tool/tool.h +++ b/ychat/src/tool/tool.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/tool/tool.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/wrap.cpp b/ychat/src/wrap.cpp index 6fc9d25..2aca877 100644 --- a/ychat/src/wrap.cpp +++ b/ychat/src/wrap.cpp @@ -1,7 +1,7 @@ /*:* *: File: ./src/wrap.cpp *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ychat/src/wrap.h b/ychat/src/wrap.h index 2cc0e5b..63dfaef 100644 --- a/ychat/src/wrap.h +++ b/ychat/src/wrap.h @@ -1,7 +1,7 @@ /*:* *: File: ./src/wrap.h *: - *: yChat; Homepage: ychat.buetow.org; Version 0.9.1-CURRENT + *: yChat; Homepage: ychat.buetow.org; Version 0.9.2-CURRENT *: *: Copyright (C) 2003 Paul C. Buetow, Volker Richter *: Copyright (C) 2004 Paul C. Buetow diff --git a/ycurses/src/msgs.h b/ycurses/src/msgs.h index 9adf0bd..e2e2945 100644 --- a/ycurses/src/msgs.h +++ b/ycurses/src/msgs.h @@ -2,7 +2,7 @@ #define MSGS_H #define APPNAME "curses" -#define VERSION "0.9.1" +#define VERSION "0.9.2" #define BRANCH "CURRENT" #define BUILDNR 1661 #define UNAME "FreeBSD 5.3-RELEASE-p15 i386" diff --git a/yhttpd/src/msgs.h b/yhttpd/src/msgs.h index e6cb453..2f9a994 100644 --- a/yhttpd/src/msgs.h +++ b/yhttpd/src/msgs.h @@ -123,7 +123,7 @@ #define XMLREAD "XML: Reading " #define XMLERR "XML Error: " #define XMLER1 "XML Error: Unable to load file " -#define VERSION "0.9.1" +#define VERSION "0.9.2" #define BRANCH "CURRENT" #define BUILDNR 4027 #define UNAME "Linux 7.0.11-200.fc44.x86_64 x86_64" -- cgit v1.2.3