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
215
-rw-r--r--
COPYING
339
-rw-r--r--
INSTALL
1
-rw-r--r--
Makefile
111
-rw-r--r--
Makefile.in
111
-rw-r--r--
README
668
-rw-r--r--
RELEASES
43
-rw-r--r--
TODO
39
-rwxr-xr-x
configure
11
-rw-r--r--
docs/header.txt
22
-rw-r--r--
docs/yhttpd.txt
3
-rw-r--r--
etc/ychat.conf
770
-rw-r--r--
html/admin.html
22
-rw-r--r--
html/blank.html
4
-rw-r--r--
html/colors.html
413
-rw-r--r--
html/demo.html
19
-rw-r--r--
html/favicon.ico
bin
0 -> 2238 bytes
-rw-r--r--
html/frameset.html
20
-rw-r--r--
html/help.html
20
-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
38
-rw-r--r--
html/input.html
58
-rw-r--r--
html/loggedin.html
18
-rw-r--r--
html/notfound.html
15
-rw-r--r--
html/online.html
20
-rw-r--r--
html/options.html
43
-rw-r--r--
html/register.html
41
-rw-r--r--
html/robots.txt
2
-rw-r--r--
html/stream.html
34
-rw-r--r--
html/style.css
44
-rw-r--r--
html/test.cgi
9
-rw-r--r--
html/urlredirect.html
8
-rw-r--r--
scripts/README
17
-rwxr-xr-x
scripts/astyle.sh
14
-rwxr-xr-x
scripts/buildnr.pl
26
-rwxr-xr-x
scripts/checkperl.sh
13
-rwxr-xr-x
scripts/config.pl
133
-rwxr-xr-x
scripts/makedist.sh
27
-rwxr-xr-x
scripts/makeyhttpd.pl
198
-rw-r--r--
scripts/modules/file.pm
28
-rwxr-xr-x
scripts/screen.sh
3
-rwxr-xr-x
scripts/setglobvals.pl
32
-rwxr-xr-x
scripts/stats.pl
95
-rwxr-xr-x
scripts/version.sh
11
-rw-r--r--
src/.Makefile
1
-rw-r--r--
src/Makefile
72
-rw-r--r--
src/Makefile.in
34
-rw-r--r--
src/autom4te.cache/output.0
6918
-rw-r--r--
src/autom4te.cache/requests
63
-rw-r--r--
src/autom4te.cache/traces.0
331
-rw-r--r--
src/build.h
35
-rw-r--r--
src/chat/base.h
120
-rw-r--r--
src/chat/base.tmpl
89
-rw-r--r--
src/chat/chat.cpp
438
-rw-r--r--
src/chat/chat.h
94
-rw-r--r--
src/chat/gcol.cpp
146
-rw-r--r--
src/chat/gcol.h
62
-rw-r--r--
src/chat/perm.cpp
108
-rw-r--r--
src/chat/perm.h
67
-rw-r--r--
src/chat/room.cpp
133
-rw-r--r--
src/chat/room.h
116
-rw-r--r--
src/chat/sess.cpp
91
-rw-r--r--
src/chat/sess.h
56
-rw-r--r--
src/chat/sman.cpp
133
-rw-r--r--
src/chat/sman.h
60
-rw-r--r--
src/chat/user.cpp
650
-rw-r--r--
src/chat/user.h
166
-rw-r--r--
src/cli/cli.cpp
454
-rw-r--r--
src/cli/cli.h
71
-rw-r--r--
src/conf/conf.cpp
228
-rw-r--r--
src/conf/conf.h
56
-rw-r--r--
src/config.h
110
-rw-r--r--
src/config.h.in
82
-rw-r--r--
src/config.log
479
-rwxr-xr-x
src/config.status
918
-rwxr-xr-x
src/configure
6918
-rw-r--r--
src/configure.ac
100
-rw-r--r--
src/contrib/README
5
-rw-r--r--
src/contrib/crypt/how
1
-rw-r--r--
src/contrib/crypt/md5.cpp
295
-rw-r--r--
src/contrib/crypt/md5.h
59
-rw-r--r--
src/contrib/crypt/md5crypt.cpp
187
-rw-r--r--
src/contrib/xml/README
504
-rw-r--r--
src/contrib/xml/tinyxml.cpp
1453
-rw-r--r--
src/contrib/xml/tinyxml.h
1655
-rw-r--r--
src/contrib/xml/tinyxmlerror.cpp
76
-rw-r--r--
src/contrib/xml/tinyxmlparser.cpp
1581
-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
203
-rw-r--r--
src/data/data_base.h
66
-rw-r--r--
src/glob.h
113
-rw-r--r--
src/html.cpp
158
-rw-r--r--
src/html.h
60
-rw-r--r--
src/incl.h
33
-rw-r--r--
src/logd.cpp
190
-rw-r--r--
src/logd.h
61
-rw-r--r--
src/main.cpp
131
-rw-r--r--
src/maps/hashmap.h
78
-rw-r--r--
src/maps/hashmap.tmpl
151
-rw-r--r--
src/maps/mtools.h
36
-rw-r--r--
src/maps/mtools.tmpl
37
-rw-r--r--
src/maps/nhashmap.h
46
-rw-r--r--
src/maps/nhashmap.tmpl
36
-rw-r--r--
src/maps/shashmap.h
72
-rw-r--r--
src/maps/shashmap.tmpl
154
-rw-r--r--
src/memb/memb.h
94
-rw-r--r--
src/memb/memb.tmpl
105
-rw-r--r--
src/memb/tupel.h
52
-rw-r--r--
src/memb/tupel.tmpl
53
-rw-r--r--
src/modl.cpp
170
-rw-r--r--
src/modl.h
59
-rw-r--r--
src/mods/Makefile
15
-rw-r--r--
src/mods/Makefile.mods.in
19
-rw-r--r--
src/mods/commands/Makefile
53
-rw-r--r--
src/mods/commands/yc_about.cpp
84
-rw-r--r--
src/mods/commands/yc_all.cpp
74
-rw-r--r--
src/mods/commands/yc_away.cpp
97
-rw-r--r--
src/mods/commands/yc_ban.cpp
109
-rw-r--r--
src/mods/commands/yc_banned.cpp
69
-rw-r--r--
src/mods/commands/yc_col.cpp
113
-rw-r--r--
src/mods/commands/yc_compopt.cpp
48
-rw-r--r--
src/mods/commands/yc_debug.cpp
68
-rw-r--r--
src/mods/commands/yc_exec.cpp
91
-rw-r--r--
src/mods/commands/yc_fake.cpp
55
-rw-r--r--
src/mods/commands/yc_gag.cpp
93
-rw-r--r--
src/mods/commands/yc_getroom.cpp
78
-rw-r--r--
src/mods/commands/yc_getrusage.cpp
82
-rw-r--r--
src/mods/commands/yc_help.cpp
78
-rw-r--r--
src/mods/commands/yc_invisible.cpp
56
-rw-r--r--
src/mods/commands/yc_j.cpp
129
-rw-r--r--
src/mods/commands/yc_ko.cpp
97
-rw-r--r--
src/mods/commands/yc_m.cpp
69
-rw-r--r--
src/mods/commands/yc_md5.cpp
79
-rw-r--r--
src/mods/commands/yc_me.cpp
70
-rw-r--r--
src/mods/commands/yc_morph.cpp
77
-rw-r--r--
src/mods/commands/yc_msg.cpp
93
-rw-r--r--
src/mods/commands/yc_q.cpp
55
-rw-r--r--
src/mods/commands/yc_reload.cpp
50
-rw-r--r--
src/mods/commands/yc_ren.cpp
99
-rw-r--r--
src/mods/commands/yc_s.cpp
73
-rw-r--r--
src/mods/commands/yc_set.cpp
125
-rw-r--r--
src/mods/commands/yc_time.cpp
47
-rw-r--r--
src/mods/commands/yc_topic.cpp
103
-rw-r--r--
src/mods/commands/yc_unban.cpp
75
-rw-r--r--
src/mods/commands/yc_ungag.cpp
93
-rw-r--r--
src/mods/commands/yc_uptime.cpp
47