From 9cd3ccffd5372dfde3af478e3f832f18db4be3f1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 6 Apr 2013 13:14:41 +0200 Subject: tagging tags --- ychat-0.1/CHAT.cpp | 10 + ychat-0.1/CHAT.h | 26 + ychat-0.1/CONF.cpp | 10 + ychat-0.1/CONF.h | 26 + ychat-0.1/HTML.cpp | 10 + ychat-0.1/HTML.h | 26 + ychat-0.1/MUTX.cpp | 10 + ychat-0.1/MUTX.h | 26 + ychat-0.1/Makefile | 12 + ychat-0.1/README.txt | 169 +++ ychat-0.1/SOCK.cpp | 10 + ychat-0.1/SOCK.h | 26 + ychat-0.1/TOOL.cpp | 33 + ychat-0.1/TOOL.h | 15 + ychat-0.1/base.cpp | 125 ++ ychat-0.1/base.h | 28 + ychat-0.1/chat.cpp | 151 ++ ychat-0.1/chat.h | 40 + ychat-0.1/cmnd.cpp | 29 + ychat-0.1/cmnd.h | 18 + ychat-0.1/conf.cpp | 85 ++ ychat-0.1/conf.h | 24 + ychat-0.1/conf.txt | 46 + ychat-0.1/cont.cpp | 35 + ychat-0.1/cont.h | 25 + ychat-0.1/data.h | 62 + ychat-0.1/gfx/y_ani_black.gif | Bin 0 -> 61100 bytes ychat-0.1/gfx/y_ani_white.gif | Bin 0 -> 53536 bytes ychat-0.1/glob.h | 66 + ychat-0.1/html.cpp | 158 ++ ychat-0.1/html.h | 41 + ychat-0.1/html/blank.html | 4 + ychat-0.1/html/frameset.html | 20 + ychat-0.1/html/index.html | 31 + ychat-0.1/html/input.html | 32 + ychat-0.1/html/notfound.html | 10 + ychat-0.1/html/online.html | 6 + ychat-0.1/html/stream.html | 29 + ychat-0.1/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.1/incl.h | 17 + ychat-0.1/main.cpp | 88 ++ ychat-0.1/msgs.h | 39 + ychat-0.1/mutx.cpp | 28 + ychat-0.1/mutx.h | 21 + ychat-0.1/name.cpp | 54 + ychat-0.1/name.h | 28 + ychat-0.1/reqp.cpp | 165 +++ ychat-0.1/reqp.h | 38 + ychat-0.1/room.cpp | 29 + ychat-0.1/room.h | 34 + ychat-0.1/sock.cpp | 348 +++++ ychat-0.1/sock.h | 59 + ychat-0.1/thrd.cpp | 46 + ychat-0.1/thrd.h | 26 + ychat-0.1/todo.txt | 7 + ychat-0.1/user.cpp | 189 +++ ychat-0.1/user.h | 78 + ychat-0.2/CHAT.cpp | 10 + ychat-0.2/CHAT.h | 26 + ychat-0.2/CONF.cpp | 10 + ychat-0.2/CONF.h | 26 + ychat-0.2/HTML.cpp | 10 + ychat-0.2/HTML.h | 26 + ychat-0.2/MUTX.cpp | 10 + ychat-0.2/MUTX.h | 26 + ychat-0.2/Makefile | 12 + ychat-0.2/README.txt | 177 +++ ychat-0.2/SOCK.cpp | 10 + ychat-0.2/SOCK.h | 26 + ychat-0.2/TOOL.cpp | 33 + ychat-0.2/TOOL.h | 15 + ychat-0.2/base.cpp | 88 ++ ychat-0.2/base.h | 28 + ychat-0.2/chat.cpp | 121 ++ ychat-0.2/chat.h | 40 + ychat-0.2/cmnd.cpp | 19 + ychat-0.2/cmnd.h | 18 + ychat-0.2/conf.cpp | 75 + ychat-0.2/conf.h | 24 + ychat-0.2/conf.txt | 47 + ychat-0.2/cont.cpp | 24 + ychat-0.2/cont.h | 25 + ychat-0.2/data.h | 62 + ychat-0.2/gfx/CVS/Entries | 3 + ychat-0.2/gfx/CVS/Repository | 1 + ychat-0.2/gfx/CVS/Root | 1 + ychat-0.2/gfx/y_ani_black.gif | Bin 0 -> 61100 bytes ychat-0.2/gfx/y_ani_white.gif | Bin 0 -> 53536 bytes ychat-0.2/glob.h | 56 + ychat-0.2/html.cpp | 132 ++ ychat-0.2/html.h | 42 + ychat-0.2/html/CVS/Entries | 9 + ychat-0.2/html/CVS/Repository | 1 + ychat-0.2/html/CVS/Root | 1 + ychat-0.2/html/blank.html | 4 + ychat-0.2/html/frameset.html | 20 + ychat-0.2/html/index.html | 31 + ychat-0.2/html/input.html | 32 + ychat-0.2/html/notfound.html | 10 + ychat-0.2/html/online.html | 6 + ychat-0.2/html/stream.html | 29 + ychat-0.2/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.2/incl.h | 16 + ychat-0.2/main.cpp | 86 ++ ychat-0.2/msgs.h | 38 + ychat-0.2/mutx.cpp | 20 + ychat-0.2/mutx.h | 21 + ychat-0.2/name.cpp | 30 + ychat-0.2/name.h | 28 + ychat-0.2/pool.cpp | 214 +++ ychat-0.2/pool.h | 77 + ychat-0.2/reqp.cpp | 224 +++ ychat-0.2/reqp.h | 45 + ychat-0.2/room.cpp | 18 + ychat-0.2/room.h | 34 + ychat-0.2/sock.cpp | 218 +++ ychat-0.2/sock.h | 51 + ychat-0.2/thrd.cpp | 27 + ychat-0.2/thrd.h | 26 + ychat-0.2/todo.txt | 7 + ychat-0.2/user.cpp | 143 ++ ychat-0.2/user.h | 79 + ychat-0.3/COPYING | 339 +++++ ychat-0.3/CVS/Entries | 56 + ychat-0.3/CVS/Entries.Log | 3 + ychat-0.3/CVS/Repository | 1 + ychat-0.3/CVS/Root | 1 + ychat-0.3/Makefile | 13 + ychat-0.3/Makefile.in | 12 + ychat-0.3/README | 175 +++ ychat-0.3/base.cpp | 65 + ychat-0.3/base.h | 78 + ychat-0.3/chat.cpp | 146 ++ ychat-0.3/chat.h | 41 + ychat-0.3/cmnd.cpp | 19 + ychat-0.3/cmnd.h | 18 + ychat-0.3/cmnd/CVS/Entries | 1 + ychat-0.3/cmnd/CVS/Repository | 1 + ychat-0.3/cmnd/CVS/Root | 1 + ychat-0.3/conf.cpp | 75 + ychat-0.3/conf.h | 24 + ychat-0.3/conf.txt | 58 + ychat-0.3/configure | 1555 ++++++++++++++++++++ ychat-0.3/configure.in | 28 + ychat-0.3/cont.cpp | 24 + ychat-0.3/cont.h | 26 + ychat-0.3/gfx/CVS/Entries | 3 + ychat-0.3/gfx/CVS/Repository | 1 + ychat-0.3/gfx/CVS/Root | 1 + ychat-0.3/gfx/y_ani_black.gif | Bin 0 -> 61100 bytes ychat-0.3/gfx/y_ani_white.gif | Bin 0 -> 53536 bytes ychat-0.3/glob.h | 56 + ychat-0.3/hmap.cpp | 171 +++ ychat-0.3/hmap.h | 112 ++ ychat-0.3/html.cpp | 141 ++ ychat-0.3/html.h | 42 + ychat-0.3/html/CVS/Entries | 11 + ychat-0.3/html/CVS/Repository | 1 + ychat-0.3/html/CVS/Root | 1 + ychat-0.3/html/blank.html | 4 + ychat-0.3/html/frameset.html | 20 + ychat-0.3/html/index.html | 32 + ychat-0.3/html/input.html | 34 + ychat-0.3/html/notfound.html | 10 + ychat-0.3/html/online.html | 7 + ychat-0.3/html/stream.html | 30 + ychat-0.3/html/style.css | 11 + ychat-0.3/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.3/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.3/incl.h | 16 + ychat-0.3/main.cpp | 86 ++ ychat-0.3/msgs.h | 43 + ychat-0.3/mutx.cpp | 20 + ychat-0.3/mutx.h | 21 + ychat-0.3/name.cpp | 32 + ychat-0.3/name.h | 28 + ychat-0.3/pool.cpp | 214 +++ ychat-0.3/pool.h | 77 + ychat-0.3/reqp.cpp | 246 ++++ ychat-0.3/reqp.h | 46 + ychat-0.3/room.cpp | 18 + ychat-0.3/room.h | 34 + ychat-0.3/s_chat.cpp | 10 + ychat-0.3/s_chat.h | 26 + ychat-0.3/s_conf.cpp | 10 + ychat-0.3/s_conf.h | 26 + ychat-0.3/s_html.cpp | 10 + ychat-0.3/s_html.h | 26 + ychat-0.3/s_mutx.cpp | 10 + ychat-0.3/s_mutx.h | 26 + ychat-0.3/s_sock.cpp | 10 + ychat-0.3/s_sock.h | 26 + ychat-0.3/s_tool.cpp | 83 ++ ychat-0.3/s_tool.h | 18 + ychat-0.3/sock.cpp | 214 +++ ychat-0.3/sock.h | 53 + ychat-0.3/thrd.cpp | 28 + ychat-0.3/thrd.h | 26 + ychat-0.3/todo.txt | 11 + ychat-0.3/user.cpp | 149 ++ ychat-0.3/user.h | 83 ++ ychat-0.4/COPYING | 339 +++++ ychat-0.4/CVS/Entries | 70 + ychat-0.4/CVS/Entries.Log | 4 + ychat-0.4/CVS/Repository | 1 + ychat-0.4/CVS/Root | 1 + ychat-0.4/Makefile.in | 12 + ychat-0.4/README | 179 +++ ychat-0.4/base.cpp | 65 + ychat-0.4/base.h | 71 + ychat-0.4/chat.cpp | 147 ++ ychat-0.4/chat.h | 46 + ychat-0.4/cmnd.cpp | 19 + ychat-0.4/cmnd.h | 18 + ychat-0.4/cmnd/CVS/Entries | 3 + ychat-0.4/cmnd/CVS/Repository | 1 + ychat-0.4/cmnd/CVS/Root | 1 + ychat-0.4/cmnd/yc_q.cpp | 21 + ychat-0.4/cmnd/yc_test.cpp | 12 + ychat-0.4/conf.cpp | 75 + ychat-0.4/conf.h | 24 + ychat-0.4/conf.txt | 72 + ychat-0.4/configure | 1555 ++++++++++++++++++++ ychat-0.4/configure.in | 28 + ychat-0.4/cont.cpp | 24 + ychat-0.4/cont.h | 26 + ychat-0.4/gfx/CVS/Entries | 3 + ychat-0.4/gfx/CVS/Repository | 1 + ychat-0.4/gfx/CVS/Root | 1 + ychat-0.4/gfx/y_ani_black.gif | Bin 0 -> 61100 bytes ychat-0.4/gfx/y_ani_white.gif | Bin 0 -> 53536 bytes ychat-0.4/glob.h | 63 + ychat-0.4/hmap.cpp | 180 +++ ychat-0.4/hmap.h | 118 ++ ychat-0.4/html.cpp | 140 ++ ychat-0.4/html.h | 42 + ychat-0.4/html/CVS/Entries | 11 + ychat-0.4/html/CVS/Repository | 1 + ychat-0.4/html/CVS/Root | 1 + ychat-0.4/html/blank.html | 4 + ychat-0.4/html/frameset.html | 20 + ychat-0.4/html/index.html | 32 + ychat-0.4/html/input.html | 34 + ychat-0.4/html/notfound.html | 10 + ychat-0.4/html/online.html | 7 + ychat-0.4/html/stream.html | 30 + ychat-0.4/html/style.css | 11 + ychat-0.4/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.4/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.4/incl.h | 16 + ychat-0.4/lang.cpp | 78 + ychat-0.4/lang.h | 24 + ychat-0.4/lang/CVS/Entries | 3 + ychat-0.4/lang/CVS/Repository | 1 + ychat-0.4/lang/CVS/Root | 1 + ychat-0.4/lang/de | 3 + ychat-0.4/lang/en | 3 + ychat-0.4/logd.cpp | 65 + ychat-0.4/logd.h | 24 + ychat-0.4/main.cpp | 98 ++ ychat-0.4/modl.cpp | 98 ++ ychat-0.4/modl.h | 29 + ychat-0.4/msgs.h | 36 + ychat-0.4/mutx.cpp | 20 + ychat-0.4/mutx.h | 21 + ychat-0.4/name.cpp | 32 + ychat-0.4/name.h | 28 + ychat-0.4/pool.cpp | 214 +++ ychat-0.4/pool.h | 77 + ychat-0.4/reqp.cpp | 281 ++++ ychat-0.4/reqp.h | 47 + ychat-0.4/room.cpp | 18 + ychat-0.4/room.h | 34 + ychat-0.4/s_chat.cpp | 10 + ychat-0.4/s_chat.h | 26 + ychat-0.4/s_conf.cpp | 10 + ychat-0.4/s_conf.h | 26 + ychat-0.4/s_html.cpp | 10 + ychat-0.4/s_html.h | 26 + ychat-0.4/s_lang.cpp | 10 + ychat-0.4/s_lang.h | 26 + ychat-0.4/s_modl.cpp | 10 + ychat-0.4/s_modl.h | 26 + ychat-0.4/s_mutx.cpp | 10 + ychat-0.4/s_mutx.h | 26 + ychat-0.4/s_sman.cpp | 10 + ychat-0.4/s_sman.h | 26 + ychat-0.4/s_sock.cpp | 10 + ychat-0.4/s_sock.h | 26 + ychat-0.4/s_tool.cpp | 111 ++ ychat-0.4/s_tool.h | 19 + ychat-0.4/sess.cpp | 35 + ychat-0.4/sess.h | 28 + ychat-0.4/sman.cpp | 48 + ychat-0.4/sman.h | 32 + ychat-0.4/sock.cpp | 235 +++ ychat-0.4/sock.h | 53 + ychat-0.4/thrd.cpp | 28 + ychat-0.4/thrd.h | 26 + ychat-0.4/todo.txt | 11 + ychat-0.4/user.cpp | 170 +++ ychat-0.4/user.h | 84 ++ ychat-0.5.0/COPYING | 339 +++++ ychat-0.5.0/CVS/Entries | 70 + ychat-0.5.0/CVS/Entries.Log | 5 + ychat-0.5.0/CVS/Repository | 1 + ychat-0.5.0/CVS/Root | 1 + ychat-0.5.0/Makefile.in | 12 + ychat-0.5.0/README | 231 +++ ychat-0.5.0/base.cpp | 65 + ychat-0.5.0/base.h | 71 + ychat-0.5.0/chat.cpp | 147 ++ ychat-0.5.0/chat.h | 46 + ychat-0.5.0/cmnd.cpp | 19 + ychat-0.5.0/cmnd.h | 18 + ychat-0.5.0/cmnd/CVS/Entries | 5 + ychat-0.5.0/cmnd/CVS/Repository | 1 + ychat-0.5.0/cmnd/CVS/Root | 1 + ychat-0.5.0/cmnd/compile.sh | 9 + ychat-0.5.0/cmnd/yc_q.cpp | 21 + ychat-0.5.0/cmnd/yc_test.cpp | 12 + ychat-0.5.0/cmnd/yc_version.cpp | 20 + ychat-0.5.0/conf.cpp | 75 + ychat-0.5.0/conf.h | 24 + ychat-0.5.0/conf.txt | 63 + ychat-0.5.0/configure | 1555 ++++++++++++++++++++ ychat-0.5.0/configure.in | 28 + ychat-0.5.0/cont.cpp | 24 + ychat-0.5.0/cont.h | 26 + ychat-0.5.0/gfx/CVS/Entries | 1 + ychat-0.5.0/gfx/CVS/Repository | 1 + ychat-0.5.0/gfx/CVS/Root | 1 + ychat-0.5.0/glob.h | 68 + ychat-0.5.0/hmap.cpp | 180 +++ ychat-0.5.0/hmap.h | 118 ++ ychat-0.5.0/html.cpp | 140 ++ ychat-0.5.0/html.h | 42 + ychat-0.5.0/html/CVS/Entries | 12 + ychat-0.5.0/html/CVS/Repository | 1 + ychat-0.5.0/html/CVS/Root | 1 + ychat-0.5.0/html/blank.html | 4 + ychat-0.5.0/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.5.0/html/frameset.html | 20 + ychat-0.5.0/html/index.html | 32 + ychat-0.5.0/html/input.html | 34 + ychat-0.5.0/html/notfound.html | 10 + ychat-0.5.0/html/online.html | 7 + ychat-0.5.0/html/stream.html | 30 + ychat-0.5.0/html/style.css | 11 + ychat-0.5.0/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.5.0/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.5.0/incl.h | 16 + ychat-0.5.0/lang.cpp | 78 + ychat-0.5.0/lang.h | 24 + ychat-0.5.0/lang/CVS/Entries | 3 + ychat-0.5.0/lang/CVS/Repository | 1 + ychat-0.5.0/lang/CVS/Root | 1 + ychat-0.5.0/lang/de | 3 + ychat-0.5.0/lang/en | 3 + ychat-0.5.0/log/CVS/Entries | 1 + ychat-0.5.0/log/CVS/Repository | 1 + ychat-0.5.0/log/CVS/Root | 1 + ychat-0.5.0/logd.cpp | 65 + ychat-0.5.0/logd.h | 24 + ychat-0.5.0/main.cpp | 98 ++ ychat-0.5.0/modl.cpp | 98 ++ ychat-0.5.0/modl.h | 29 + ychat-0.5.0/msgs.h | 36 + ychat-0.5.0/mutx.cpp | 20 + ychat-0.5.0/mutx.h | 21 + ychat-0.5.0/name.cpp | 32 + ychat-0.5.0/name.h | 28 + ychat-0.5.0/pool.cpp | 214 +++ ychat-0.5.0/pool.h | 77 + ychat-0.5.0/reqp.cpp | 287 ++++ ychat-0.5.0/reqp.h | 47 + ychat-0.5.0/room.cpp | 18 + ychat-0.5.0/room.h | 34 + ychat-0.5.0/s_chat.cpp | 10 + ychat-0.5.0/s_chat.h | 26 + ychat-0.5.0/s_conf.cpp | 10 + ychat-0.5.0/s_conf.h | 26 + ychat-0.5.0/s_html.cpp | 10 + ychat-0.5.0/s_html.h | 26 + ychat-0.5.0/s_lang.cpp | 10 + ychat-0.5.0/s_lang.h | 26 + ychat-0.5.0/s_modl.cpp | 10 + ychat-0.5.0/s_modl.h | 26 + ychat-0.5.0/s_mutx.cpp | 10 + ychat-0.5.0/s_mutx.h | 26 + ychat-0.5.0/s_sman.cpp | 10 + ychat-0.5.0/s_sman.h | 26 + ychat-0.5.0/s_sock.cpp | 10 + ychat-0.5.0/s_sock.h | 26 + ychat-0.5.0/s_tool.cpp | 111 ++ ychat-0.5.0/s_tool.h | 19 + ychat-0.5.0/sess.cpp | 35 + ychat-0.5.0/sess.h | 28 + ychat-0.5.0/sman.cpp | 48 + ychat-0.5.0/sman.h | 32 + ychat-0.5.0/sock.cpp | 238 +++ ychat-0.5.0/sock.h | 53 + ychat-0.5.0/thrd.cpp | 28 + ychat-0.5.0/thrd.h | 26 + ychat-0.5.0/todo.txt | 11 + ychat-0.5.0/user.cpp | 170 +++ ychat-0.5.0/user.h | 84 ++ ychat-0.5.1/COPYING | 339 +++++ ychat-0.5.1/ChangeLog | 484 +++++++ ychat-0.5.1/Makefile.in | 12 + ychat-0.5.1/README | 256 ++++ ychat-0.5.1/base.cpp | 65 + ychat-0.5.1/base.h | 71 + ychat-0.5.1/chat.cpp | 147 ++ ychat-0.5.1/chat.h | 46 + ychat-0.5.1/cmnd.cpp | 19 + ychat-0.5.1/cmnd.h | 18 + ychat-0.5.1/cmnd/compile.sh | 9 + ychat-0.5.1/cmnd/yc_getrusage.cpp | 51 + ychat-0.5.1/cmnd/yc_q.cpp | 21 + ychat-0.5.1/cmnd/yc_test.cpp | 12 + ychat-0.5.1/cmnd/yc_version.cpp | 20 + ychat-0.5.1/conf.cpp | 75 + ychat-0.5.1/conf.h | 24 + ychat-0.5.1/conf.txt | 63 + ychat-0.5.1/configure | 1555 ++++++++++++++++++++ ychat-0.5.1/configure.in | 28 + ychat-0.5.1/cont.cpp | 24 + ychat-0.5.1/cont.h | 26 + ychat-0.5.1/glob.h | 68 + ychat-0.5.1/hmap.cpp | 180 +++ ychat-0.5.1/hmap.h | 118 ++ ychat-0.5.1/html.cpp | 140 ++ ychat-0.5.1/html.h | 42 + ychat-0.5.1/html/blank.html | 4 + ychat-0.5.1/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.5.1/html/frameset.html | 20 + ychat-0.5.1/html/index.html | 32 + ychat-0.5.1/html/input.html | 34 + ychat-0.5.1/html/notfound.html | 10 + ychat-0.5.1/html/online.html | 7 + ychat-0.5.1/html/stream.html | 30 + ychat-0.5.1/html/style.css | 11 + ychat-0.5.1/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.5.1/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.5.1/incl.h | 16 + ychat-0.5.1/lang.cpp | 78 + ychat-0.5.1/lang.h | 24 + ychat-0.5.1/lang/de | 3 + ychat-0.5.1/lang/en | 3 + ychat-0.5.1/logd.cpp | 65 + ychat-0.5.1/logd.h | 24 + ychat-0.5.1/main.cpp | 98 ++ ychat-0.5.1/modl.cpp | 98 ++ ychat-0.5.1/modl.h | 29 + ychat-0.5.1/msgs.h | 36 + ychat-0.5.1/mutx.cpp | 20 + ychat-0.5.1/mutx.h | 21 + ychat-0.5.1/name.cpp | 32 + ychat-0.5.1/name.h | 28 + ychat-0.5.1/pool.cpp | 214 +++ ychat-0.5.1/pool.h | 77 + ychat-0.5.1/reqp.cpp | 291 ++++ ychat-0.5.1/reqp.h | 47 + ychat-0.5.1/room.cpp | 18 + ychat-0.5.1/room.h | 34 + ychat-0.5.1/s_chat.cpp | 10 + ychat-0.5.1/s_chat.h | 26 + ychat-0.5.1/s_conf.cpp | 10 + ychat-0.5.1/s_conf.h | 26 + ychat-0.5.1/s_html.cpp | 10 + ychat-0.5.1/s_html.h | 26 + ychat-0.5.1/s_lang.cpp | 10 + ychat-0.5.1/s_lang.h | 26 + ychat-0.5.1/s_modl.cpp | 10 + ychat-0.5.1/s_modl.h | 26 + ychat-0.5.1/s_mutx.cpp | 10 + ychat-0.5.1/s_mutx.h | 26 + ychat-0.5.1/s_sman.cpp | 10 + ychat-0.5.1/s_sman.h | 26 + ychat-0.5.1/s_sock.cpp | 10 + ychat-0.5.1/s_sock.h | 26 + ychat-0.5.1/s_tool.cpp | 111 ++ ychat-0.5.1/s_tool.h | 19 + ychat-0.5.1/sess.cpp | 35 + ychat-0.5.1/sess.h | 28 + ychat-0.5.1/sman.cpp | 48 + ychat-0.5.1/sman.h | 32 + ychat-0.5.1/sock.cpp | 238 +++ ychat-0.5.1/sock.h | 53 + ychat-0.5.1/thrd.cpp | 28 + ychat-0.5.1/thrd.h | 26 + ychat-0.5.1/todo.txt | 11 + ychat-0.5.1/user.cpp | 170 +++ ychat-0.5.1/user.h | 84 ++ ychat-0.5.2/COPYING | 339 +++++ ychat-0.5.2/ChangeLog | 484 +++++++ ychat-0.5.2/Makefile | 13 + ychat-0.5.2/Makefile.in | 12 + ychat-0.5.2/README | 258 ++++ ychat-0.5.2/base.cpp | 69 + ychat-0.5.2/base.h | 71 + ychat-0.5.2/chat.cpp | 158 ++ ychat-0.5.2/chat.h | 46 + ychat-0.5.2/cmnd.cpp | 17 + ychat-0.5.2/cmnd.h | 18 + ychat-0.5.2/cmnd/compile.sh | 9 + ychat-0.5.2/cmnd/yc_getrusage.cpp | 52 + ychat-0.5.2/cmnd/yc_q.cpp | 22 + ychat-0.5.2/cmnd/yc_test.cpp | 13 + ychat-0.5.2/cmnd/yc_version.cpp | 21 + ychat-0.5.2/conf.cpp | 76 + ychat-0.5.2/conf.h | 24 + ychat-0.5.2/conf.txt | 63 + ychat-0.5.2/config.cache | 30 + ychat-0.5.2/config.log | 71 + ychat-0.5.2/config.status | 151 ++ ychat-0.5.2/configure | 1555 ++++++++++++++++++++ ychat-0.5.2/configure.in | 28 + ychat-0.5.2/cont.cpp | 24 + ychat-0.5.2/cont.h | 29 + ychat-0.5.2/glob.h | 68 + ychat-0.5.2/hmap.cpp | 183 +++ ychat-0.5.2/hmap.h | 123 ++ ychat-0.5.2/html.cpp | 147 ++ ychat-0.5.2/html.h | 42 + ychat-0.5.2/html/blank.html | 4 + ychat-0.5.2/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.5.2/html/frameset.html | 20 + ychat-0.5.2/html/index.html | 32 + ychat-0.5.2/html/input.html | 34 + ychat-0.5.2/html/notfound.html | 10 + ychat-0.5.2/html/online.html | 7 + ychat-0.5.2/html/stream.html | 30 + ychat-0.5.2/html/style.css | 11 + ychat-0.5.2/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.5.2/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.5.2/incl.h | 16 + ychat-0.5.2/lang.cpp | 79 + ychat-0.5.2/lang.h | 24 + ychat-0.5.2/lang/de | 3 + ychat-0.5.2/lang/en | 3 + ychat-0.5.2/logd.cpp | 66 + ychat-0.5.2/logd.h | 25 + ychat-0.5.2/main.cpp | 101 ++ ychat-0.5.2/modl.cpp | 104 ++ ychat-0.5.2/modl.h | 29 + ychat-0.5.2/msgs.h | 39 + ychat-0.5.2/mutx.cpp | 20 + ychat-0.5.2/mutx.h | 21 + ychat-0.5.2/name.cpp | 31 + ychat-0.5.2/name.h | 30 + ychat-0.5.2/pool.cpp | 180 +++ ychat-0.5.2/pool.h | 52 + ychat-0.5.2/reqp.cpp | 308 ++++ ychat-0.5.2/reqp.h | 47 + ychat-0.5.2/room.cpp | 16 + ychat-0.5.2/room.h | 34 + ychat-0.5.2/s_chat.cpp | 10 + ychat-0.5.2/s_chat.h | 27 + ychat-0.5.2/s_conf.cpp | 10 + ychat-0.5.2/s_conf.h | 27 + ychat-0.5.2/s_html.cpp | 10 + ychat-0.5.2/s_html.h | 27 + ychat-0.5.2/s_lang.cpp | 10 + ychat-0.5.2/s_lang.h | 28 + ychat-0.5.2/s_modl.cpp | 10 + ychat-0.5.2/s_modl.h | 27 + ychat-0.5.2/s_mutx.cpp | 10 + ychat-0.5.2/s_mutx.h | 27 + ychat-0.5.2/s_sman.cpp | 10 + ychat-0.5.2/s_sman.h | 27 + ychat-0.5.2/s_sock.cpp | 10 + ychat-0.5.2/s_sock.h | 27 + ychat-0.5.2/s_tool.cpp | 122 ++ ychat-0.5.2/s_tool.h | 20 + ychat-0.5.2/scripts/astyle.sh | 15 + ychat-0.5.2/sess.cpp | 39 + ychat-0.5.2/sess.h | 28 + ychat-0.5.2/sman.cpp | 49 + ychat-0.5.2/sman.h | 36 + ychat-0.5.2/sock.cpp | 245 ++++ ychat-0.5.2/sock.h | 59 + ychat-0.5.2/thrd.cpp | 29 + ychat-0.5.2/thrd.h | 29 + ychat-0.5.2/todo.txt | 11 + ychat-0.5.2/user.cpp | 173 +++ ychat-0.5.2/user.h | 105 ++ ychat-0.5.2/ychat | Bin 0 -> 246945 bytes ychat-0.5.3/CHANGES | 11 + ychat-0.5.3/COPYING | 339 +++++ ychat-0.5.3/Makefile | 23 + ychat-0.5.3/README | 260 ++++ ychat-0.5.3/conf.txt | 63 + ychat-0.5.3/configure | 5 + ychat-0.5.3/html/blank.html | 4 + ychat-0.5.3/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.5.3/html/frameset.html | 20 + ychat-0.5.3/html/index.html | 32 + ychat-0.5.3/html/input.html | 34 + ychat-0.5.3/html/notfound.html | 10 + ychat-0.5.3/html/online.html | 7 + ychat-0.5.3/html/stream.html | 30 + ychat-0.5.3/html/style.css | 11 + ychat-0.5.3/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.5.3/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.5.3/lang/de | 3 + ychat-0.5.3/lang/en | 3 + ychat-0.5.3/scripts/astyle.sh | 15 + ychat-0.5.3/scripts/modules/file.pm | 28 + ychat-0.5.3/scripts/stats.pl | 95 ++ ychat-0.5.3/src/Makefile.in | 15 + ychat-0.5.3/src/base.cpp | 69 + ychat-0.5.3/src/base.h | 71 + ychat-0.5.3/src/chat.cpp | 158 ++ ychat-0.5.3/src/chat.h | 46 + ychat-0.5.3/src/cmnd.cpp | 17 + ychat-0.5.3/src/cmnd.h | 18 + ychat-0.5.3/src/conf.cpp | 76 + ychat-0.5.3/src/conf.h | 24 + ychat-0.5.3/src/configure | 1555 ++++++++++++++++++++ ychat-0.5.3/src/cont.cpp | 24 + ychat-0.5.3/src/cont.h | 29 + ychat-0.5.3/src/glob.h | 68 + ychat-0.5.3/src/hmap.cpp | 183 +++ ychat-0.5.3/src/hmap.h | 123 ++ ychat-0.5.3/src/html.cpp | 147 ++ ychat-0.5.3/src/html.h | 42 + ychat-0.5.3/src/incl.h | 16 + ychat-0.5.3/src/lang.cpp | 79 + ychat-0.5.3/src/lang.h | 24 + ychat-0.5.3/src/logd.cpp | 66 + ychat-0.5.3/src/logd.h | 25 + ychat-0.5.3/src/main.cpp | 101 ++ ychat-0.5.3/src/modl.cpp | 104 ++ ychat-0.5.3/src/modl.h | 29 + ychat-0.5.3/src/msgs.h | 39 + ychat-0.5.3/src/mutx.cpp | 20 + ychat-0.5.3/src/mutx.h | 21 + ychat-0.5.3/src/name.cpp | 31 + ychat-0.5.3/src/name.h | 30 + ychat-0.5.3/src/pool.cpp | 180 +++ ychat-0.5.3/src/pool.h | 52 + ychat-0.5.3/src/reqp.cpp | 308 ++++ ychat-0.5.3/src/reqp.h | 47 + ychat-0.5.3/src/room.cpp | 16 + ychat-0.5.3/src/room.h | 34 + ychat-0.5.3/src/s_chat.cpp | 10 + ychat-0.5.3/src/s_chat.h | 27 + ychat-0.5.3/src/s_conf.cpp | 10 + ychat-0.5.3/src/s_conf.h | 27 + ychat-0.5.3/src/s_html.cpp | 10 + ychat-0.5.3/src/s_html.h | 27 + ychat-0.5.3/src/s_lang.cpp | 10 + ychat-0.5.3/src/s_lang.h | 28 + ychat-0.5.3/src/s_modl.cpp | 10 + ychat-0.5.3/src/s_modl.h | 27 + ychat-0.5.3/src/s_mutx.cpp | 10 + ychat-0.5.3/src/s_mutx.h | 27 + ychat-0.5.3/src/s_sman.cpp | 10 + ychat-0.5.3/src/s_sman.h | 27 + ychat-0.5.3/src/s_sock.cpp | 10 + ychat-0.5.3/src/s_sock.h | 27 + ychat-0.5.3/src/s_tool.cpp | 122 ++ ychat-0.5.3/src/s_tool.h | 20 + ychat-0.5.3/src/sess.cpp | 39 + ychat-0.5.3/src/sess.h | 28 + ychat-0.5.3/src/sman.cpp | 49 + ychat-0.5.3/src/sman.h | 36 + ychat-0.5.3/src/sock.cpp | 245 ++++ ychat-0.5.3/src/sock.h | 59 + ychat-0.5.3/src/thrd.cpp | 29 + ychat-0.5.3/src/thrd.h | 29 + ychat-0.5.3/src/user.cpp | 173 +++ ychat-0.5.3/src/user.h | 105 ++ ychat-0.5.4/CHANGES | 15 + ychat-0.5.4/COPYING | 339 +++++ ychat-0.5.4/Makefile | 23 + ychat-0.5.4/README | 260 ++++ ychat-0.5.4/conf.txt | 63 + ychat-0.5.4/configure | 5 + ychat-0.5.4/html/blank.html | 4 + ychat-0.5.4/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.5.4/html/frameset.html | 20 + ychat-0.5.4/html/index.html | 32 + ychat-0.5.4/html/input.html | 34 + ychat-0.5.4/html/notfound.html | 10 + ychat-0.5.4/html/online.html | 7 + ychat-0.5.4/html/stream.html | 30 + ychat-0.5.4/html/style.css | 11 + ychat-0.5.4/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.5.4/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.5.4/lang/de | 3 + ychat-0.5.4/lang/en | 3 + ychat-0.5.4/scripts/astyle.sh | 15 + ychat-0.5.4/scripts/modules/file.pm | 28 + ychat-0.5.4/scripts/stats.pl | 95 ++ ychat-0.5.4/src/Makefile.in | 17 + ychat-0.5.4/src/base.cpp | 69 + ychat-0.5.4/src/base.h | 71 + ychat-0.5.4/src/chat.cpp | 156 ++ ychat-0.5.4/src/chat.h | 46 + ychat-0.5.4/src/conf.cpp | 76 + ychat-0.5.4/src/conf.h | 24 + ychat-0.5.4/src/configure | 1555 ++++++++++++++++++++ ychat-0.5.4/src/cont.cpp | 24 + ychat-0.5.4/src/cont.h | 29 + ychat-0.5.4/src/glob.h | 68 + ychat-0.5.4/src/hmap.cpp | 183 +++ ychat-0.5.4/src/hmap.h | 123 ++ ychat-0.5.4/src/html.cpp | 147 ++ ychat-0.5.4/src/html.h | 42 + ychat-0.5.4/src/incl.h | 16 + ychat-0.5.4/src/lang.cpp | 79 + ychat-0.5.4/src/lang.h | 24 + ychat-0.5.4/src/main.cpp | 97 ++ ychat-0.5.4/src/msgs.h | 39 + ychat-0.5.4/src/mutx.cpp | 20 + ychat-0.5.4/src/mutx.h | 21 + ychat-0.5.4/src/name.cpp | 31 + ychat-0.5.4/src/name.h | 30 + ychat-0.5.4/src/pool.cpp | 180 +++ ychat-0.5.4/src/pool.h | 52 + ychat-0.5.4/src/reqp.cpp | 443 ++++++ ychat-0.5.4/src/reqp.h | 49 + ychat-0.5.4/src/room.cpp | 16 + ychat-0.5.4/src/room.h | 34 + ychat-0.5.4/src/s_chat.cpp | 10 + ychat-0.5.4/src/s_chat.h | 27 + ychat-0.5.4/src/s_conf.cpp | 10 + ychat-0.5.4/src/s_conf.h | 27 + ychat-0.5.4/src/s_html.cpp | 10 + ychat-0.5.4/src/s_html.h | 27 + ychat-0.5.4/src/s_lang.cpp | 10 + ychat-0.5.4/src/s_lang.h | 28 + ychat-0.5.4/src/s_mutx.cpp | 10 + ychat-0.5.4/src/s_mutx.h | 27 + ychat-0.5.4/src/s_sman.cpp | 10 + ychat-0.5.4/src/s_sman.h | 27 + ychat-0.5.4/src/s_sock.cpp | 10 + ychat-0.5.4/src/s_sock.h | 27 + ychat-0.5.4/src/s_tool.cpp | 139 ++ ychat-0.5.4/src/s_tool.h | 21 + ychat-0.5.4/src/sess.cpp | 39 + ychat-0.5.4/src/sess.h | 28 + ychat-0.5.4/src/sman.cpp | 49 + ychat-0.5.4/src/sman.h | 36 + ychat-0.5.4/src/sock.cpp | 240 +++ ychat-0.5.4/src/sock.h | 57 + ychat-0.5.4/src/thrd.cpp | 29 + ychat-0.5.4/src/thrd.h | 29 + ychat-0.5.4/src/user.cpp | 144 ++ ychat-0.5.4/src/user.h | 102 ++ ychat-0.5.5/CHANGES | 20 + ychat-0.5.5/COPYING | 339 +++++ ychat-0.5.5/Makefile | 24 + ychat-0.5.5/README | 260 ++++ ychat-0.5.5/conf.txt | 63 + ychat-0.5.5/configure | 5 + ychat-0.5.5/html/blank.html | 4 + ychat-0.5.5/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.5.5/html/frameset.html | 20 + ychat-0.5.5/html/index.html | 32 + ychat-0.5.5/html/input.html | 34 + ychat-0.5.5/html/notfound.html | 10 + ychat-0.5.5/html/online.html | 7 + ychat-0.5.5/html/stream.html | 30 + ychat-0.5.5/html/style.css | 11 + ychat-0.5.5/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.5.5/lang/de | 3 + ychat-0.5.5/lang/en | 3 + ychat-0.5.5/scripts/astyle.sh | 15 + ychat-0.5.5/scripts/modules/file.pm | 28 + ychat-0.5.5/scripts/stats.pl | 95 ++ ychat-0.5.5/scripts/version.sh | 6 + ychat-0.5.5/src/Makefile | 18 + ychat-0.5.5/src/Makefile.in | 17 + ychat-0.5.5/src/base.cpp | 69 + ychat-0.5.5/src/base.h | 71 + ychat-0.5.5/src/chat.cpp | 156 ++ ychat-0.5.5/src/chat.h | 46 + ychat-0.5.5/src/conf.cpp | 76 + ychat-0.5.5/src/conf.h | 24 + ychat-0.5.5/src/config.cache | 30 + ychat-0.5.5/src/config.log | 71 + ychat-0.5.5/src/config.status | 151 ++ ychat-0.5.5/src/configure | 1555 ++++++++++++++++++++ ychat-0.5.5/src/cont.cpp | 24 + ychat-0.5.5/src/cont.h | 29 + ychat-0.5.5/src/glob.h | 68 + ychat-0.5.5/src/hmap.cpp | 183 +++ ychat-0.5.5/src/hmap.h | 123 ++ ychat-0.5.5/src/html.cpp | 147 ++ ychat-0.5.5/src/html.h | 42 + ychat-0.5.5/src/incl.h | 16 + ychat-0.5.5/src/lang.cpp | 79 + ychat-0.5.5/src/lang.h | 24 + ychat-0.5.5/src/main.cpp | 97 ++ ychat-0.5.5/src/msgs.h | 39 + ychat-0.5.5/src/mutx.cpp | 20 + ychat-0.5.5/src/mutx.h | 21 + ychat-0.5.5/src/name.cpp | 31 + ychat-0.5.5/src/name.h | 30 + ychat-0.5.5/src/pool.cpp | 180 +++ ychat-0.5.5/src/pool.h | 52 + ychat-0.5.5/src/reqp.cpp | 443 ++++++ ychat-0.5.5/src/reqp.h | 49 + ychat-0.5.5/src/room.cpp | 16 + ychat-0.5.5/src/room.h | 34 + ychat-0.5.5/src/s_chat.cpp | 10 + ychat-0.5.5/src/s_chat.h | 27 + ychat-0.5.5/src/s_conf.cpp | 10 + ychat-0.5.5/src/s_conf.h | 27 + ychat-0.5.5/src/s_html.cpp | 10 + ychat-0.5.5/src/s_html.h | 27 + ychat-0.5.5/src/s_lang.cpp | 10 + ychat-0.5.5/src/s_lang.h | 28 + ychat-0.5.5/src/s_mutx.cpp | 10 + ychat-0.5.5/src/s_mutx.h | 27 + ychat-0.5.5/src/s_sman.cpp | 10 + ychat-0.5.5/src/s_sman.h | 27 + ychat-0.5.5/src/s_sock.cpp | 10 + ychat-0.5.5/src/s_sock.h | 27 + ychat-0.5.5/src/s_tool.cpp | 139 ++ ychat-0.5.5/src/s_tool.h | 21 + ychat-0.5.5/src/sess.cpp | 39 + ychat-0.5.5/src/sess.h | 28 + ychat-0.5.5/src/sman.cpp | 57 + ychat-0.5.5/src/sman.h | 36 + ychat-0.5.5/src/sock.cpp | 240 +++ ychat-0.5.5/src/sock.h | 57 + ychat-0.5.5/src/thrd.cpp | 29 + ychat-0.5.5/src/thrd.h | 29 + ychat-0.5.5/src/user.cpp | 144 ++ ychat-0.5.5/src/user.h | 102 ++ ychat-0.6/COPYING | 339 +++++ ychat-0.6/Makefile.in | 12 + ychat-0.6/README | 270 ++++ ychat-0.6/aclocal.m4 | 20 + ychat-0.6/base.cpp | 59 + ychat-0.6/base.h | 71 + ychat-0.6/chat.cpp | 162 +++ ychat-0.6/chat.h | 46 + ychat-0.6/conf.cpp | 87 ++ ychat-0.6/conf.h | 24 + ychat-0.6/conf.txt | 90 ++ ychat-0.6/configure | 1694 ++++++++++++++++++++++ ychat-0.6/configure.in | 25 + ychat-0.6/cont.cpp | 24 + ychat-0.6/cont.h | 29 + ychat-0.6/dir.cpp | 58 + ychat-0.6/dir.h | 32 + ychat-0.6/glob.h | 103 ++ ychat-0.6/hmap.cpp | 195 +++ ychat-0.6/hmap.h | 125 ++ ychat-0.6/html.cpp | 170 +++ ychat-0.6/html.h | 42 + ychat-0.6/html/blank.html | 4 + ychat-0.6/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.6/html/frameset.html | 20 + ychat-0.6/html/help.html | 23 + ychat-0.6/html/index.html | 32 + ychat-0.6/html/input.html | 45 + ychat-0.6/html/notfound.html | 10 + ychat-0.6/html/online.html | 7 + ychat-0.6/html/stream.html | 30 + ychat-0.6/html/style.css | 11 + ychat-0.6/html/y_ani.gif | Bin 0 -> 35107 bytes ychat-0.6/html/y_black.gif | Bin 0 -> 61100 bytes ychat-0.6/incl.h | 18 + ychat-0.6/lang.cpp | 79 + ychat-0.6/lang.h | 24 + ychat-0.6/lang/de | 11 + ychat-0.6/lang/en | 10 + ychat-0.6/logd.cpp | 82 ++ ychat-0.6/logd.h | 25 + ychat-0.6/main.cpp | 124 ++ ychat-0.6/mcon.cpp | 40 + ychat-0.6/mcon.h | 24 + ychat-0.6/menu.cpp | 115 ++ ychat-0.6/menu.h | 30 + ychat-0.6/mman.cpp | 190 +++ ychat-0.6/mman.h | 38 + ychat-0.6/modl.cpp | 178 +++ ychat-0.6/modl.h | 32 + ychat-0.6/mods/commands/yc_col.cpp | 84 ++ ychat-0.6/mods/commands/yc_m.cpp | 38 + ychat-0.6/mods/commands/yc_me.cpp | 38 + ychat-0.6/mods/commands/yc_q.cpp | 25 + ychat-0.6/mods/commands/yc_template.cpp | 29 + ychat-0.6/mods/commands/yc_test.cpp | 12 + ychat-0.6/mods/commands/yc_version.cpp | 22 + ychat-0.6/mods/compile.sh | 9 + ychat-0.6/mods/html/yc_help.cpp | 45 + ychat-0.6/msgs.h | 49 + ychat-0.6/mutx.cpp | 20 + ychat-0.6/mutx.h | 21 + ychat-0.6/name.cpp | 31 + ychat-0.6/name.h | 30 + ychat-0.6/ncur.cpp | 159 ++ ychat-0.6/ncur.h | 43 + ychat-0.6/pool.cpp | 261 ++++ ychat-0.6/pool.h | 77 + ychat-0.6/quickstart.sh | 34 + ychat-0.6/reqp.cpp | 326 +++++ ychat-0.6/reqp.h | 48 + ychat-0.6/room.cpp | 16 + ychat-0.6/room.h | 34 + ychat-0.6/s_chat.cpp | 10 + ychat-0.6/s_chat.h | 27 + ychat-0.6/s_conf.cpp | 10 + ychat-0.6/s_conf.h | 27 + ychat-0.6/s_html.cpp | 10 + ychat-0.6/s_html.h | 27 + ychat-0.6/s_lang.cpp | 10 + ychat-0.6/s_lang.h | 28 + ychat-0.6/s_mman.cpp | 10 + ychat-0.6/s_mman.h | 38 + ychat-0.6/s_modl.cpp | 10 + ychat-0.6/s_modl.h | 27 + ychat-0.6/s_mutx.cpp | 10 + ychat-0.6/s_mutx.h | 27 + ychat-0.6/s_ncur.cpp | 10 + ychat-0.6/s_ncur.h | 26 + ychat-0.6/s_sman.cpp | 10 + ychat-0.6/s_sman.h | 27 + ychat-0.6/s_sock.cpp | 10 + ychat-0.6/s_sock.h | 27 + ychat-0.6/s_tool.cpp | 131 ++ ychat-0.6/s_tool.h | 21 + ychat-0.6/sess.cpp | 39 + ychat-0.6/sess.h | 28 + ychat-0.6/sman.cpp | 93 ++ ychat-0.6/sman.h | 45 + ychat-0.6/sock.cpp | 394 +++++ ychat-0.6/sock.h | 74 + ychat-0.6/thrd.cpp | 29 + ychat-0.6/thrd.h | 29 + ychat-0.6/todo.txt | 39 + ychat-0.6/user.cpp | 312 ++++ ychat-0.6/user.h | 92 ++ ychat-0.7.0/CHANGES | 26 + ychat-0.7.0/COPYING | 339 +++++ ychat-0.7.0/INSTALL | 1 + ychat-0.7.0/Makefile | 88 ++ ychat-0.7.0/NEWS | 42 + ychat-0.7.0/README | 448 ++++++ ychat-0.7.0/TODO | 31 + ychat-0.7.0/configure | 51 + ychat-0.7.0/docs/mysql_ychat.txt | 16 + ychat-0.7.0/etc/ychat.conf | 623 ++++++++ ychat-0.7.0/html/admin.html | 33 + ychat-0.7.0/html/blank.html | 4 + ychat-0.7.0/html/colors.html | 416 ++++++ ychat-0.7.0/html/demo.html | 27 + ychat-0.7.0/html/favicon.ico | Bin 0 -> 2238 bytes ychat-0.7.0/html/frameset.html | 22 + ychat-0.7.0/html/help.html | 28 + ychat-0.7.0/html/images/away.gif | Bin 0 -> 141 bytes ychat-0.7.0/html/images/blank.gif | Bin 0 -> 43 bytes ychat-0.7.0/html/images/guest.png | Bin 0 -> 260 bytes ychat-0.7.0/html/images/ircuser.png | Bin 0 -> 282 bytes ychat-0.7.0/html/images/rang0.png | Bin 0 -> 390 bytes ychat-0.7.0/html/images/rang1.png | Bin 0 -> 261 bytes ychat-0.7.0/html/images/rang2.png | Bin 0 -> 282 bytes ychat-0.7.0/html/images/y_black.png | Bin 0 -> 10663 bytes ychat-0.7.0/html/index.html | 51 + ychat-0.7.0/html/input.html | 60 + ychat-0.7.0/html/notfound.html | 12 + ychat-0.7.0/html/online.html | 24 + ychat-0.7.0/html/options.html | 50 + ychat-0.7.0/html/register.html | 50 + ychat-0.7.0/html/robots.txt | 2 + ychat-0.7.0/html/stream.html | 39 + ychat-0.7.0/html/style.css | 11 + ychat-0.7.0/html/test.cgi | 9 + ychat-0.7.0/log/.keepme | 0 ychat-0.7.0/log/rooms/.keepme | 0 ychat-0.7.0/scripts/README | 6 + ychat-0.7.0/scripts/buildnr.pl | 26 + ychat-0.7.0/scripts/config.sh | 152 ++ ychat-0.7.0/scripts/makeyhttpd.pl | 133 ++ ychat-0.7.0/scripts/mergeconf.pl | 104 ++ ychat-0.7.0/scripts/modules/file.pm | 28 + ychat-0.7.0/scripts/screen.sh | 3 + ychat-0.7.0/scripts/setglobvals.pl | 32 + ychat-0.7.0/scripts/stats.pl | 97 ++ ychat-0.7.0/src/Makefile.in | 21 + ychat-0.7.0/src/chat/base.h | 91 ++ ychat-0.7.0/src/chat/base.tmpl | 33 + ychat-0.7.0/src/chat/chat.cpp | 315 ++++ ychat-0.7.0/src/chat/chat.h | 61 + ychat-0.7.0/src/chat/gcol.cpp | 174 +++ ychat-0.7.0/src/chat/gcol.h | 42 + ychat-0.7.0/src/chat/perm.cpp | 80 + ychat-0.7.0/src/chat/perm.h | 41 + ychat-0.7.0/src/chat/room.cpp | 84 ++ ychat-0.7.0/src/chat/room.h | 75 + ychat-0.7.0/src/chat/sess.cpp | 29 + ychat-0.7.0/src/chat/sess.h | 26 + ychat-0.7.0/src/chat/sman.cpp | 114 ++ ychat-0.7.0/src/chat/sman.h | 38 + ychat-0.7.0/src/chat/user.cpp | 579 ++++++++ ychat-0.7.0/src/chat/user.h | 134 ++ ychat-0.7.0/src/cli/cli.cpp | 265 ++++ ychat-0.7.0/src/cli/cli.h | 54 + ychat-0.7.0/src/conf/conf.cpp | 155 ++ ychat-0.7.0/src/conf/conf.h | 27 + ychat-0.7.0/src/conf/lang.cpp | 67 + ychat-0.7.0/src/conf/lang.h | 23 + ychat-0.7.0/src/configure | 250 ++++ ychat-0.7.0/src/contrib/README | 5 + ychat-0.7.0/src/contrib/crypt/how | 1 + ychat-0.7.0/src/contrib/crypt/md5.cpp | 261 ++++ ychat-0.7.0/src/contrib/crypt/md5.h | 31 + ychat-0.7.0/src/contrib/crypt/md5crypt.cpp | 147 ++ ychat-0.7.0/src/contrib/xml/README | 504 +++++++ ychat-0.7.0/src/contrib/xml/tinyxml.cpp | 1427 ++++++++++++++++++ ychat-0.7.0/src/contrib/xml/tinyxml.h | 1368 +++++++++++++++++ ychat-0.7.0/src/contrib/xml/tinyxmlerror.cpp | 51 + ychat-0.7.0/src/contrib/xml/tinyxmlparser.cpp | 1493 +++++++++++++++++++ ychat-0.7.0/src/data/README | 4 + ychat-0.7.0/src/data/con.cpp | 44 + ychat-0.7.0/src/data/con.h | 22 + ychat-0.7.0/src/data/con_base.cpp | 20 + ychat-0.7.0/src/data/con_base.h | 19 + ychat-0.7.0/src/data/data.cpp | 201 +++ ychat-0.7.0/src/data/data.h | 29 + ychat-0.7.0/src/data/data_base.cpp | 221 +++ ychat-0.7.0/src/data/data_base.h | 45 + ychat-0.7.0/src/glob.h | 204 +++ ychat-0.7.0/src/html.cpp | 145 ++ ychat-0.7.0/src/html.h | 41 + ychat-0.7.0/src/incl.h | 9 + ychat-0.7.0/src/logd.cpp | 157 ++ ychat-0.7.0/src/logd.h | 36 + ychat-0.7.0/src/main.cpp | 182 +++ ychat-0.7.0/src/maps/hmap.h | 100 ++ ychat-0.7.0/src/maps/hmap.tmpl | 282 ++++ ychat-0.7.0/src/maps/mtools.h | 15 + ychat-0.7.0/src/maps/mtools.tmpl | 11 + ychat-0.7.0/src/maps/nmap.h | 25 + ychat-0.7.0/src/maps/nmap.tmpl | 31 + ychat-0.7.0/src/maps/smap.h | 56 + ychat-0.7.0/src/maps/smap.tmpl | 211 +++ ychat-0.7.0/src/modl.cpp | 161 ++ ychat-0.7.0/src/modl.h | 37 + ychat-0.7.0/src/mods/Makefile | 8 + ychat-0.7.0/src/mods/commands/Makefile.in | 18 + ychat-0.7.0/src/mods/commands/yc_away.cpp | 58 + ychat-0.7.0/src/mods/commands/yc_col.cpp | 83 ++ ychat-0.7.0/src/mods/commands/yc_exec.cpp | 64 + ychat-0.7.0/src/mods/commands/yc_fake.cpp | 27 + ychat-0.7.0/src/mods/commands/yc_getroom.cpp | 51 + ychat-0.7.0/src/mods/commands/yc_getrusage.cpp | 54 + ychat-0.7.0/src/mods/commands/yc_getstatus.cpp | 57 + ychat-0.7.0/src/mods/commands/yc_help.cpp | 49 + ychat-0.7.0/src/mods/commands/yc_invisible.cpp | 28 + ychat-0.7.0/src/mods/commands/yc_j.cpp | 103 ++ ychat-0.7.0/src/mods/commands/yc_ko.cpp | 70 + ychat-0.7.0/src/mods/commands/yc_m.cpp | 42 + ychat-0.7.0/src/mods/commands/yc_md5.cpp | 52 + ychat-0.7.0/src/mods/commands/yc_me.cpp | 42 + ychat-0.7.0/src/mods/commands/yc_msg.cpp | 73 + ychat-0.7.0/src/mods/commands/yc_q.cpp | 27 + ychat-0.7.0/src/mods/commands/yc_reload.cpp | 22 + ychat-0.7.0/src/mods/commands/yc_ren.cpp | 72 + ychat-0.7.0/src/mods/commands/yc_s.cpp | 42 + ychat-0.7.0/src/mods/commands/yc_set.cpp | 99 ++ ychat-0.7.0/src/mods/commands/yc_template.cpp | 22 + ychat-0.7.0/src/mods/commands/yc_time.cpp | 19 + ychat-0.7.0/src/mods/commands/yc_topic.cpp | 74 + ychat-0.7.0/src/mods/commands/yc_uptime.cpp | 19 + ychat-0.7.0/src/mods/commands/yc_version.cpp | 20 + ychat-0.7.0/src/mods/configure | 26 + ychat-0.7.0/src/mods/html/Makefile.in | 18 + ychat-0.7.0/src/mods/html/yc_admin.cpp | 67 + ychat-0.7.0/src/mods/html/yc_colors.cpp | 33 + ychat-0.7.0/src/mods/html/yc_help.cpp | 46 + ychat-0.7.0/src/mods/html/yc_options.cpp | 53 + ychat-0.7.0/src/mods/html/yc_register.cpp | 91 ++ ychat-0.7.0/src/msgs.h |