diff options
127 files changed, 128 insertions, 128 deletions
@@ -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< |
