index
:
ychat
0.5
0.5-basic
0.7
0.7@21
0.8
0.8@21
master
packages
ychat-0.5
ychat-0.5-basic
ychat-0.7
ychat-0.8
A chat server written in C++
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
CHANGES
204
-rw-r--r--
INSTALL
1
-rw-r--r--
Makefile
85
-rw-r--r--
README
542
-rw-r--r--
SHORTDESC
4
-rwxr-xr-x
configure
76
-rw-r--r--
docs/header.txt
5
-rw-r--r--
docs/yhttpd.txt
3
-rw-r--r--
etc/ychat.conf
690
-rw-r--r--
html/admin.html
33
-rw-r--r--
html/colors.html
416
-rw-r--r--
html/demo.html
27
-rw-r--r--
html/favicon.ico
bin
2239 -> 2238 bytes
-rw-r--r--
html/frameset.html
12
-rw-r--r--
html/help.html
28
-rw-r--r--
html/images/away.gif
bin
0 -> 141 bytes
-rw-r--r--
html/images/blank.gif
bin
0 -> 43 bytes
-rw-r--r--
html/images/guest.png
bin
0 -> 260 bytes
-rw-r--r--
html/images/ircuser.png
bin
0 -> 282 bytes
-rw-r--r--
html/images/rang0.png
bin
0 -> 390 bytes
-rw-r--r--
html/images/rang1.png
bin
0 -> 261 bytes
-rw-r--r--
html/images/rang2.png
bin
0 -> 282 bytes
-rw-r--r--
html/index.html
46
-rw-r--r--
html/input.html
52
-rw-r--r--
html/loggedin.html
27
-rw-r--r--
html/notfound.html
4
-rw-r--r--
html/online.html
21
-rw-r--r--
html/options.html
50
-rw-r--r--
html/register.html
53
-rw-r--r--
html/robots.txt
2
-rw-r--r--
html/stream.html
42
-rw-r--r--
html/style.css
45
-rw-r--r--
html/test.cgi
9
-rw-r--r--
html/urlredirect.html
9
-rw-r--r--
log/.keepme
0
-rw-r--r--
log/rooms/.keepme
0
-rw-r--r--
scripts/README
6
-rwxr-xr-x
scripts/astyle.sh
3
-rwxr-xr-x
scripts/buildnr.pl
26
-rwxr-xr-x
scripts/checkperl.sh
13
-rwxr-xr-x
scripts/config.pl
144
-rwxr-xr-x
scripts/makedist.sh
27
-rwxr-xr-x
scripts/makeyhttpd.pl
198
-rwxr-xr-x
scripts/screen.sh
3
-rwxr-xr-x
scripts/setglobvals.pl
32
-rwxr-xr-x
scripts/version.sh
9
-rw-r--r--
src/Makefile.in
34
-rw-r--r--
src/chat/base.h
119
-rw-r--r--
src/chat/base.tmpl
85
-rw-r--r--
src/chat/chat.cpp
394
-rw-r--r--
src/chat/chat.h
87
-rw-r--r--
src/chat/gcol.cpp
209
-rw-r--r--
src/chat/gcol.h
67
-rw-r--r--
src/chat/perm.cpp
107
-rw-r--r--
src/chat/perm.h
66
-rw-r--r--
src/chat/room.cpp
138
-rw-r--r--
src/chat/room.h
117
-rw-r--r--
src/chat/sess.cpp
80
-rw-r--r--
src/chat/sess.h
55
-rw-r--r--
src/chat/sman.cpp
153
-rw-r--r--
src/chat/sman.h
66
-rw-r--r--
src/chat/user.cpp
619
-rw-r--r--
src/chat/user.h
163
-rw-r--r--
src/cli/cli.cpp
376
-rw-r--r--
src/cli/cli.h
85
-rw-r--r--
src/conf/conf.cpp
204
-rw-r--r--
src/conf/conf.h
53
-rwxr-xr-x
src/configure
1875
-rw-r--r--
src/contrib/README
5
-rw-r--r--
src/contrib/crypt/how
1
-rw-r--r--
src/contrib/crypt/md5.cpp
294
-rw-r--r--
src/contrib/crypt/md5.h
58
-rw-r--r--
src/contrib/crypt/md5crypt.cpp
186
-rw-r--r--
src/contrib/xml/README
504
-rw-r--r--
src/contrib/xml/tinyxml.cpp
1452
-rw-r--r--
src/contrib/xml/tinyxml.h
1654
-rw-r--r--
src/contrib/xml/tinyxmlerror.cpp
75
-rw-r--r--
src/contrib/xml/tinyxmlparser.cpp
1577
-rw-r--r--
src/data/README
4
-rw-r--r--
src/data/con.cpp
68
-rw-r--r--
src/data/con.h
46
-rw-r--r--
src/data/con_base.cpp
43
-rw-r--r--
src/data/con_base.h
43
-rw-r--r--
src/data/data.cpp
227
-rw-r--r--
src/data/data.h
53
-rw-r--r--
src/data/data_base.cpp
251
-rw-r--r--
src/data/data_base.h
72
-rw-r--r--
src/glob.h
236
-rw-r--r--
src/html.cpp
191
-rw-r--r--
src/html.h
57
-rw-r--r--
src/incl.h
24
-rw-r--r--
src/logd.cpp
199
-rw-r--r--
src/logd.h
61
-rw-r--r--
src/main.cpp
146
-rw-r--r--
src/maps/hashmap.h
77
-rw-r--r--
src/maps/hashmap.tmpl
150
-rw-r--r--
src/maps/mtools.h
35
-rw-r--r--
src/maps/mtools.tmpl
36
-rw-r--r--
src/maps/nhashmap.h
45
-rw-r--r--
src/maps/nhashmap.tmpl
35
-rw-r--r--
src/maps/shashmap.h
73
-rw-r--r--
src/maps/shashmap.tmpl
179
-rw-r--r--
src/modl.cpp
195
-rw-r--r--
src/modl.h
63
-rw-r--r--
src/mods/Makefile
9
-rw-r--r--
src/mods/commands/Makefile.in
18
-rw-r--r--
src/mods/commands/yc_about.cpp
83
-rw-r--r--
src/mods/commands/yc_all.cpp
73
-rw-r--r--
src/mods/commands/yc_away.cpp
96
-rw-r--r--
src/mods/commands/yc_col.cpp
112
-rw-r--r--
src/mods/commands/yc_compopt.cpp
47
-rw-r--r--
src/mods/commands/yc_exec.cpp
90
-rw-r--r--
src/mods/commands/yc_fake.cpp
54
-rw-r--r--
src/mods/commands/yc_getroom.cpp
77
-rw-r--r--
src/mods/commands/yc_getrusage.cpp
81
-rw-r--r--
src/mods/commands/yc_help.cpp
76
-rw-r--r--
src/mods/commands/yc_invisible.cpp
55
-rw-r--r--
src/mods/commands/yc_j.cpp
128
-rw-r--r--
src/mods/commands/yc_ko.cpp
96
-rw-r--r--
src/mods/commands/yc_m.cpp
68
-rw-r--r--
src/mods/commands/yc_md5.cpp
78
-rw-r--r--
src/mods/commands/yc_me.cpp
69
-rw-r--r--
src/mods/commands/yc_morph.cpp
76
-rw-r--r--
src/mods/commands/yc_msg.cpp
92
-rw-r--r--
src/mods/commands/yc_q.cpp
54
-rw-r--r--
src/mods/commands/yc_reload.cpp
49
-rw-r--r--
src/mods/commands/yc_ren.cpp
98
-rw-r--r--
src/mods/commands/yc_s.cpp
72
-rw-r--r--
src/mods/commands/yc_set.cpp
124
-rw-r--r--
src/mods/commands/yc_template.cpp
49
-rw-r--r--
src/mods/commands/yc_time.cpp
46
-rw-r--r--
src/mods/commands/yc_topic.cpp
102
-rw-r--r--
src/mods/commands/yc_uptime.cpp
46
-rw-r--r--
src/mods/commands/yc_users.cpp
52
-rw-r--r--
src/mods/commands/yc_version.cpp
47
-rwxr-xr-x
src/mods/configure
26
-rw-r--r--
src/mods/html/Makefile.in
18
-rw-r--r--
src/mods/html/yc_admin.cpp
96
-rw-r--r--
src/mods/html/yc_colors.cpp
61
-rw-r--r--
src/mods/html/yc_help.cpp
74
-rw-r--r--
src/mods/html/yc_loggedin.cpp
53
-rw-r--r--
src/mods/html/yc_options.cpp
80
-rw-r--r--
src/mods/html/yc_register.cpp
120
-rw-r--r--
src/monitor/dump.cpp
141
-rw-r--r--
src/monitor/dump.h
75
-rw-r--r--
src/monitor/stats.cpp
174
-rw-r--r--
src/monitor/stats.h
73
-rw-r--r--
src/msgs.h
163
-rw-r--r--
src/name.cpp
43
-rw-r--r--
src/name.h
29
-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/reqp.cpp
604
-rw-r--r--
src/reqp.h
64
-rw-r--r--
src/sign.cpp
92
-rw-r--r--
src/sign.h
45
-rw-r--r--
src/sock/sock.cpp
544
-rw-r--r--
src/sock/sock.h
112
-rw-r--r--
src/thrd/pool.cpp
181
-rw-r--r--
src/thrd/pool.h
79
-rw-r--r--
src/thrd/thro.cpp
67
-rw-r--r--
src/thrd/thro.h
54
-rw-r--r--
src/time/timo.cpp
62
-rw-r--r--
src/time/timo.h
46
-rw-r--r--
src/time/timr.cpp
218
-rw-r--r--
src/time/timr.h
88
-rw-r--r--
src/tool/dir.cpp
90
-rw-r--r--
src/tool/dir.h
59
-rw-r--r--
src/tool/tool.cpp
264
-rw-r--r--
src/tool/tool.h
53
-rw-r--r--
src/wrap.cpp
169