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