diff options
| -rw-r--r-- | CHANGES | 9 | ||||
| -rw-r--r-- | ChangeLog | 484 | ||||
| -rw-r--r-- | Makefile | 98 | ||||
| -rw-r--r-- | Makefile.in | 123 | ||||
| -rw-r--r-- | README | 363 | ||||
| -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 | ||||
| -rwxr-xr-x | configure | 82 | ||||
| -rw-r--r-- | configure.in | 28 | ||||
| -rw-r--r-- | cont.cpp | 24 | ||||
| -rw-r--r-- | cont.h | 26 | ||||
| -rw-r--r-- | etc/ychat.conf | 96 | ||||
| -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 | ||||
| -rwxr-xr-x | scripts/config.pl | 75 | ||||
| -rwxr-xr-x | scripts/makeyhttpd.pl | 2 | ||||
| -rwxr-xr-x | scripts/version.sh | 6 | ||||
| -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/chat/base.tmpl | 4 | ||||
| -rw-r--r-- | src/chat/chat.cpp | 4 | ||||
| -rw-r--r-- | src/chat/chat.h | 18 | ||||
| -rw-r--r-- | src/chat/gcol.cpp | 9 | ||||
| -rw-r--r-- | src/chat/gcol.h | 5 | ||||
| -rw-r--r-- | src/chat/room.h | 4 | ||||
| -rw-r--r-- | src/chat/sess.cpp | 14 | ||||
| -rw-r--r-- | src/chat/sess.h | 2 | ||||
| -rw-r--r-- | src/chat/sman.cpp | 25 | ||||
| -rw-r--r-- | src/chat/sman.h | 6 | ||||
| -rw-r--r-- | src/chat/user.cpp | 24 | ||||
| -rw-r--r-- | src/chat/user.h | 15 | ||||
| -rw-r--r-- | src/cli/cli.cpp | 27 | ||||
| -rw-r--r-- | src/cli/cli.h | 21 | ||||
| -rw-r--r-- | src/conf.cpp | 99 | ||||
| -rw-r--r-- | src/conf.h | 47 | ||||
| -rw-r--r-- | src/conf/conf.cpp | 6 | ||||
| -rw-r--r-- | src/conf/conf.h | 2 | ||||
| -rwxr-xr-x | src/configure | 254 | ||||
| -rw-r--r-- | src/cont.cpp | 47 | ||||
| -rw-r--r-- | src/cont.h | 52 | ||||
| -rw-r--r-- | src/data/data_base.cpp | 18 | ||||
| -rw-r--r-- | src/data/data_base.h | 5 | ||||
| -rw-r--r-- | src/glob.h | 72 | ||||
| -rw-r--r-- | src/hmap.cpp | 206 | ||||
| -rw-r--r-- | src/hmap.h | 146 | ||||
| -rw-r--r-- | src/html.cpp | 18 | ||||
| -rw-r--r-- | src/html.h | 5 | ||||
| -rw-r--r-- | src/incl.h | 4 | ||||
| -rw-r--r-- | src/lang.cpp | 102 | ||||
| -rw-r--r-- | src/lang.h | 47 | ||||
| -rw-r--r-- | src/logd.cpp | 2 | ||||
| -rw-r--r-- | src/main.cpp | 6 | ||||
| -rw-r--r-- | src/maps/hashmap.h | 14 | ||||
| -rw-r--r-- | src/maps/nhashmap.h | 8 | ||||
| -rw-r--r-- | src/maps/shashmap.h | 12 | ||||
| -rw-r--r-- | src/modl.cpp | 26 | ||||
| -rw-r--r-- | src/modl.h | 5 | ||||
| -rw-r--r-- | src/mods/Makefile | 12 | ||||
| -rw-r--r-- | src/mods/commands/Makefile.in | 18 | ||||
| -rw-r--r-- | src/mods/commands/yc_help.cpp | 1 | ||||
| -rw-r--r-- | src/mods/commands/yc_q.cpp | 2 | ||||
| -rw-r--r-- | src/mods/commands/yc_ren.cpp | 2 | ||||
| -rw-r--r-- | src/mods/commands/yc_template.cpp | 49 | ||||
| -rwxr-xr-x | src/mods/configure | 40 | ||||
| -rw-r--r-- | src/mods/html/Makefile.in | 18 | ||||
| -rw-r--r-- | src/monitor/dump.cpp | 24 | ||||
| -rw-r--r-- | src/monitor/dump.h | 8 | ||||
| -rw-r--r-- | src/monitor/stats.cpp | 11 | ||||
| -rw-r--r-- | src/monitor/stats.h | 6 | ||||
| -rw-r--r-- | src/msgs.h | 25 | ||||
| -rw-r--r-- | src/mutx.cpp | 43 | ||||
| -rw-r--r-- | src/mutx.h | 44 | ||||
| -rw-r--r-- | src/ncur/menu.cpp | 141 | ||||
| -rw-r--r-- | src/ncur/menu.h | 63 | ||||
| -rw-r--r-- | src/ncur/ncur.cpp | 314 | ||||
| -rw-r--r-- | src/ncur/ncur.h | 75 | ||||
| -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 |
