diff options
| -rw-r--r-- | ChangeLog | 484 | ||||
| -rw-r--r-- | Makefile.in | 12 | ||||
| -rw-r--r-- | base.cpp | 65 | ||||
| -rw-r--r-- | base.h | 71 | ||||
| -rw-r--r-- | chat.cpp | 147 | ||||
| -rw-r--r-- | chat.h | 46 | ||||
| -rw-r--r-- | cmnd.cpp | 19 | ||||
| -rw-r--r-- | cmnd.h | 18 | ||||
| -rw-r--r-- | conf.cpp | 75 | ||||
| -rw-r--r-- | conf.h | 24 | ||||
| -rw-r--r-- | conf.txt | 63 | ||||
| -rw-r--r-- | configure.in | 28 | ||||
| -rw-r--r-- | cont.cpp | 24 | ||||
| -rw-r--r-- | cont.h | 26 | ||||
| -rw-r--r-- | glob.h | 68 | ||||
| -rw-r--r-- | hmap.cpp | 180 | ||||
| -rw-r--r-- | hmap.h | 118 | ||||
| -rw-r--r-- | html.cpp | 140 | ||||
| -rw-r--r-- | html.h | 42 | ||||
| -rw-r--r-- | html/y_ani.gif | bin | 0 -> 35107 bytes | |||
| -rw-r--r-- | html/y_black.gif | bin | 0 -> 61101 bytes | |||
| -rw-r--r-- | incl.h | 16 | ||||
| -rw-r--r-- | lang.cpp | 78 | ||||
| -rw-r--r-- | lang.h | 24 | ||||
| -rw-r--r-- | lang/de | 3 | ||||
| -rw-r--r-- | lang/en | 3 | ||||
| -rw-r--r-- | logd.cpp | 65 | ||||
| -rw-r--r-- | logd.h | 24 | ||||
| -rw-r--r-- | main.cpp | 98 | ||||
| -rw-r--r-- | modl.cpp | 98 | ||||
| -rw-r--r-- | modl.h | 29 | ||||
| -rw-r--r-- | msgs.h | 36 | ||||
| -rw-r--r-- | mutx.cpp | 20 | ||||
| -rw-r--r-- | mutx.h | 21 | ||||
| -rw-r--r-- | name.cpp | 32 | ||||
| -rw-r--r-- | name.h | 28 | ||||
| -rw-r--r-- | pool.cpp | 214 | ||||
| -rw-r--r-- | pool.h | 77 | ||||
| -rw-r--r-- | reqp.cpp | 291 | ||||
| -rw-r--r-- | reqp.h | 47 | ||||
| -rw-r--r-- | room.cpp | 18 | ||||
| -rw-r--r-- | room.h | 34 | ||||
| -rw-r--r-- | s_chat.cpp | 10 | ||||
| -rw-r--r-- | s_chat.h | 26 | ||||
| -rw-r--r-- | s_conf.cpp | 10 | ||||
| -rw-r--r-- | s_conf.h | 26 | ||||
| -rw-r--r-- | s_html.cpp | 10 | ||||
| -rw-r--r-- | s_html.h | 26 | ||||
| -rw-r--r-- | s_lang.cpp | 10 | ||||
| -rw-r--r-- | s_lang.h | 26 | ||||
| -rw-r--r-- | s_modl.cpp | 10 | ||||
| -rw-r--r-- | s_modl.h | 26 | ||||
| -rw-r--r-- | s_mutx.cpp | 10 | ||||
| -rw-r--r-- | s_mutx.h | 26 | ||||
| -rw-r--r-- | s_sman.cpp | 10 | ||||
| -rw-r--r-- | s_sman.h | 26 | ||||
| -rw-r--r-- | s_sock.cpp | 10 | ||||
| -rw-r--r-- | s_sock.h | 26 | ||||
| -rw-r--r-- | s_tool.cpp | 111 | ||||
| -rw-r--r-- | s_tool.h | 19 | ||||
| -rw-r--r-- | sess.cpp | 35 | ||||
| -rw-r--r-- | sess.h | 28 | ||||
| -rw-r--r-- | sman.cpp | 48 | ||||
| -rw-r--r-- | sman.h | 32 | ||||
| -rw-r--r-- | sock.cpp | 238 | ||||
| -rw-r--r-- | sock.h | 53 | ||||
| -rw-r--r-- | src/base.cpp | 92 | ||||
| -rw-r--r-- | src/base.h | 94 | ||||
| -rw-r--r-- | src/chat.cpp | 179 | ||||
| -rw-r--r-- | src/chat.h | 69 | ||||
| -rw-r--r-- | src/conf.cpp | 99 | ||||
| -rw-r--r-- | src/conf.h | 47 | ||||
| -rw-r--r-- | src/cont.cpp | 47 | ||||
| -rw-r--r-- | src/cont.h | 52 | ||||
| -rw-r--r-- | src/hmap.cpp | 206 | ||||
| -rw-r--r-- | src/hmap.h | 146 | ||||
| -rw-r--r-- | src/lang.cpp | 102 | ||||
| -rw-r--r-- | src/lang.h | 47 | ||||
| -rw-r--r-- | src/mutx.cpp | 43 | ||||
| -rw-r--r-- | src/mutx.h | 44 | ||||
| -rw-r--r-- | src/pool.cpp | 203 | ||||
| -rw-r--r-- | src/pool.h | 75 | ||||
| -rw-r--r-- | src/room.cpp | 39 | ||||
| -rw-r--r-- | src/room.h | 57 | ||||
| -rw-r--r-- | src/s_chat.cpp | 33 | ||||
| -rw-r--r-- | src/s_chat.h | 50 | ||||
| -rw-r--r-- | src/s_conf.cpp | 33 | ||||
| -rw-r--r-- | src/s_conf.h | 50 | ||||
| -rw-r--r-- | src/s_html.cpp | 33 | ||||
| -rw-r--r-- | src/s_html.h | 50 | ||||
| -rw-r--r-- | src/s_lang.cpp | 33 | ||||
| -rw-r--r-- | src/s_lang.h | 51 | ||||
| -rw-r--r-- | src/s_mutx.cpp | 33 | ||||
| -rw-r--r-- | src/s_mutx.h | 50 | ||||
| -rw-r--r-- | src/s_sman.cpp | 33 | ||||
| -rw-r--r-- | src/s_sman.h | 50 | ||||
| -rw-r--r-- | src/s_sock.cpp | 33 | ||||
| -rw-r--r-- | src/s_sock.h | 50 | ||||
| -rw-r--r-- | src/s_tool.cpp | 162 | ||||
| -rw-r--r-- | src/s_tool.h | 44 | ||||
| -rw-r--r-- | src/sess.cpp | 62 | ||||
| -rw-r--r-- | src/sess.h | 51 | ||||
| -rw-r--r-- | src/sman.cpp | 80 | ||||
| -rw-r--r-- | src/sman.h | 59 | ||||
| -rw-r--r-- | src/sock.cpp | 263 | ||||
| -rw-r--r-- | src/sock.h | 80 | ||||
| -rw-r--r-- | src/thrd.cpp | 52 | ||||
| -rw-r--r-- | src/thrd.h | 52 | ||||
| -rw-r--r-- | src/user.cpp | 167 | ||||
| -rw-r--r-- | src/user.h | 125 | ||||
| -rw-r--r-- | thrd.cpp | 28 | ||||
| -rw-r--r-- | thrd.h | 26 | ||||
| -rw-r--r-- | todo.txt | 11 | ||||
| -rw-r--r-- | user.cpp | 170 | ||||
| -rw-r--r-- | user.h | 84 | ||||
| -rw-r--r-- | ychat/CHANGES | 215 | ||||
| -rw-r--r-- | ychat/COPYING | 339 | ||||
| -rw-r--r-- | ychat/INSTALL | 1 | ||||
| -rw-r--r-- | ychat/Makefile | 111 | ||||
| -rw-r--r-- | ychat/Makefile.in | 111 | ||||
| -rw-r--r-- | ychat/README | 667 | ||||
| -rw-r--r-- | ychat/RELEASES | 43 | ||||
| -rw-r--r-- | ychat/TODO | 39 | ||||
| -rwxr-xr-x | ychat/configure | 11 | ||||
| -rw-r--r-- | ychat/docs/header.txt | 22 | ||||
| -rw-r--r-- | ychat/docs/yhttpd.txt | 3 | ||||
| -rw-r--r-- | ychat/etc/ychat.conf | 770 | ||||
| -rw-r--r-- | ychat/html/admin.html | 22 | ||||
| -rw-r--r-- | ychat/html/blank.html | 4 | ||||
| -rw-r--r-- | ychat/html/colors.html | 413 | ||||
| -rw-r--r-- | ychat/html/demo.html | 19 | ||||
| -rw-r--r-- | ychat/html/favicon.ico | bin | 0 -> 2238 bytes | |||
| -rw-r--r-- | ychat/html/frameset.html | 20 | ||||
| -rw-r--r-- | ychat/html/help.html | 20 | ||||
| -rw-r--r-- | ychat/html/images/away.gif | bin | 0 -> 141 bytes | |||
| -rw-r--r-- | ychat/html/images/blank.gif | bin | 0 -> 43 bytes | |||
| -rw-r--r-- | ychat/html/images/guest.png | bin | 0 -> 260 bytes | |||
| -rw-r--r-- | ychat/html/images/ircuser.png | bin | 0 -> 282 bytes | |||
| -rw-r--r-- | ychat/html/images/rang0.png | bin | 0 -> 390 bytes | |||
| -rw-r--r-- | ychat/html/images/rang1.png | bin | 0 -> 261 bytes | |||
| -rw-r--r-- | ychat/html/images/rang2.png | bin | 0 -> 282 bytes | |||
| -rw-r--r-- | ychat/html/index.html | 38 | ||||
| -rw-r--r-- | ychat/html/input.html | 58 | ||||
| -rw-r--r-- | ychat/html/loggedin.html | 18 | ||||
| -rw-r--r-- | ychat/html/notfound.html | 15 | ||||
| -rw-r--r-- | ychat/html/online.html | 20 | ||||
| -rw-r--r-- | ychat/html/options.html | 43 | ||||
| -rw-r--r-- | ychat/html/register.html | 41 | ||||
| -rw-r--r-- | ychat/html/robots.txt | 2 | ||||
| -rw-r--r-- | ychat/html/stream.html | 34 | ||||
| -rw-r--r-- | ychat/html/style.css | 44 | ||||
| -rw-r--r-- | ychat/html/test.cgi | 9 | ||||
| -rw-r--r-- | ychat/html/urlredirect.html | 8 | ||||
| -rw-r--r-- | ychat/scripts/README | 17 | ||||
| -rwxr-xr-x | ychat/scripts/astyle.sh | 14 | ||||
| -rwxr-xr-x | ychat/scripts/buildnr.pl | 26 | ||||
| -rwxr-xr-x | ychat/scripts/checkperl.sh | 13 | ||||
| -rwxr-xr-x | ychat/scripts/config.pl | 133 | ||||
| -rwxr-xr-x | ychat/scripts/makedist.sh | 27 | ||||
| -rwxr-xr-x | ychat/scripts/makeyhttpd.pl | 198 |
