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--
ychat-0.1/CHAT.cpp
10
-rw-r--r--
ychat-0.1/CHAT.h
26
-rw-r--r--
ychat-0.1/CONF.cpp
10
-rw-r--r--
ychat-0.1/CONF.h
26
-rw-r--r--
ychat-0.1/HTML.cpp
10
-rw-r--r--
ychat-0.1/HTML.h
26
-rw-r--r--
ychat-0.1/MUTX.cpp
10
-rw-r--r--
ychat-0.1/MUTX.h
26
-rw-r--r--
ychat-0.1/Makefile
12
-rw-r--r--
ychat-0.1/README.txt
169
-rw-r--r--
ychat-0.1/SOCK.cpp
10
-rw-r--r--
ychat-0.1/SOCK.h
26
-rw-r--r--
ychat-0.1/TOOL.cpp
33
-rw-r--r--
ychat-0.1/TOOL.h
15
-rw-r--r--
ychat-0.1/base.cpp
125
-rw-r--r--
ychat-0.1/base.h
28
-rw-r--r--
ychat-0.1/chat.cpp
151
-rw-r--r--
ychat-0.1/chat.h
40
-rw-r--r--
ychat-0.1/cmnd.cpp
29
-rw-r--r--
ychat-0.1/cmnd.h
18
-rw-r--r--
ychat-0.1/conf.cpp
85
-rw-r--r--
ychat-0.1/conf.h
24
-rw-r--r--
ychat-0.1/conf.txt
46
-rw-r--r--
ychat-0.1/cont.cpp
35
-rw-r--r--
ychat-0.1/cont.h
25
-rw-r--r--
ychat-0.1/data.h
62
-rw-r--r--
ychat-0.1/gfx/y_ani_black.gif
bin
0 -> 61100 bytes
-rw-r--r--
ychat-0.1/gfx/y_ani_white.gif
bin
0 -> 53536 bytes
-rw-r--r--
ychat-0.1/glob.h
66
-rw-r--r--
ychat-0.1/html.cpp
158
-rw-r--r--
ychat-0.1/html.h
41
-rw-r--r--
ychat-0.1/html/blank.html
4
-rw-r--r--
ychat-0.1/html/frameset.html
20
-rw-r--r--
ychat-0.1/html/index.html
31
-rw-r--r--
ychat-0.1/html/input.html
32
-rw-r--r--
ychat-0.1/html/notfound.html
10
-rw-r--r--
ychat-0.1/html/online.html
6
-rw-r--r--
ychat-0.1/html/stream.html
29
-rw-r--r--
ychat-0.1/html/y_ani.gif
bin
0 -> 35107 bytes
-rw-r--r--
ychat-0.1/incl.h
17
-rw-r--r--
ychat-0.1/main.cpp
88
-rw-r--r--
ychat-0.1/msgs.h
39
-rw-r--r--
ychat-0.1/mutx.cpp
28
-rw-r--r--
ychat-0.1/mutx.h
21
-rw-r--r--
ychat-0.1/name.cpp
54
-rw-r--r--
ychat-0.1/name.h
28
-rw-r--r--
ychat-0.1/reqp.cpp
165
-rw-r--r--
ychat-0.1/reqp.h
38
-rw-r--r--
ychat-0.1/room.cpp
29
-rw-r--r--
ychat-0.1/room.h
34
-rw-r--r--
ychat-0.1/sock.cpp
348
-rw-r--r--
ychat-0.1/sock.h
59
-rw-r--r--
ychat-0.1/thrd.cpp
46
-rw-r--r--
ychat-0.1/thrd.h
26
-rw-r--r--
ychat-0.1/todo.txt
7
-rw-r--r--
ychat-0.1/user.cpp
189
-rw-r--r--
ychat-0.1/user.h
78
-rwxr-xr-x
ychat-0.2/CHAT.cpp
10
-rwxr-xr-x
ychat-0.2/CHAT.h
26
-rwxr-xr-x
ychat-0.2/CONF.cpp
10
-rwxr-xr-x
ychat-0.2/CONF.h
26
-rwxr-xr-x
ychat-0.2/HTML.cpp
10
-rwxr-xr-x
ychat-0.2/HTML.h
26
-rwxr-xr-x
ychat-0.2/MUTX.cpp
10
-rwxr-xr-x
ychat-0.2/MUTX.h
26
-rwxr-xr-x
ychat-0.2/Makefile
12
-rwxr-xr-x
ychat-0.2/README.txt
177
-rwxr-xr-x
ychat-0.2/SOCK.cpp
10
-rwxr-xr-x
ychat-0.2/SOCK.h
26
-rwxr-xr-x
ychat-0.2/TOOL.cpp
33
-rwxr-xr-x
ychat-0.2/TOOL.h
15
-rwxr-xr-x
ychat-0.2/base.cpp
88
-rwxr-xr-x
ychat-0.2/base.h
28
-rwxr-xr-x
ychat-0.2/chat.cpp
121
-rwxr-xr-x
ychat-0.2/chat.h
40
-rwxr-xr-x
ychat-0.2/cmnd.cpp
19
-rwxr-xr-x
ychat-0.2/cmnd.h
18
-rwxr-xr-x
ychat-0.2/conf.cpp
75
-rwxr-xr-x
ychat-0.2/conf.h
24
-rwxr-xr-x
ychat-0.2/conf.txt
47
-rwxr-xr-x
ychat-0.2/cont.cpp
24
-rwxr-xr-x
ychat-0.2/cont.h
25
-rwxr-xr-x
ychat-0.2/data.h
62
-rw-r--r--
ychat-0.2/gfx/CVS/Entries
3
-rw-r--r--
ychat-0.2/gfx/CVS/Repository
1
-rw-r--r--
ychat-0.2/gfx/CVS/Root
1
-rwxr-xr-x
ychat-0.2/gfx/y_ani_black.gif
bin
0 -> 61100 bytes
-rwxr-xr-x
ychat-0.2/gfx/y_ani_white.gif
bin
0 -> 53536 bytes
-rwxr-xr-x
ychat-0.2/glob.h
56
-rwxr-xr-x
ychat-0.2/html.cpp
132
-rwxr-xr-x
ychat-0.2/html.h
42
-rw-r--r--
ychat-0.2/html/CVS/Entries
9
-rw-r--r--
ychat-0.2/html/CVS/Repository
1
-rw-r--r--
ychat-0.2/html/CVS/Root
1
-rwxr-xr-x
ychat-0.2/html/blank.html
4
-rwxr-xr-x
ychat-0.2/html/frameset.html
20
-rwxr-xr-x
ychat-0.2/html/index.html
31
-rwxr-xr-x
ychat-0.2/html/input.html
32
-rwxr-xr-x
ychat-0.2/html/notfound.html
10
-rwxr-xr-x
ychat-0.2/html/online.html
6
-rwxr-xr-x
ychat-0.2/html/stream.html
29
-rwxr-xr-x
ychat-0.2/html/y_ani.gif
bin
0 -> 35107 bytes
-rwxr-xr-x
ychat-0.2/incl.h
16
-rwxr-xr-x
ychat-0.2/main.cpp
86
-rwxr-xr-x
ychat-0.2/msgs.h
38
-rwxr-xr-x
ychat-0.2/mutx.cpp
20
-rwxr-xr-x
ychat-0.2/mutx.h
21
-rwxr-xr-x
ychat-0.2/name.cpp
30
-rwxr-xr-x
ychat-0.2/name.h
28
-rwxr-xr-x
ychat-0.2/pool.cpp
214
-rwxr-xr-x
ychat-0.2/pool.h
77
-rwxr-xr-x
ychat-0.2/reqp.cpp
224
-rwxr-xr-x
ychat-0.2/reqp.h
45
-rwxr-xr-x
ychat-0.2/room.cpp
18
-rwxr-xr-x
ychat-0.2/room.h
34
-rwxr-xr-x
ychat-0.2/sock.cpp
218
-rwxr-xr-x
ychat-0.2/sock.h
51
-rwxr-xr-x
ychat-0.2/thrd.cpp
27
-rwxr-xr-x
ychat-0.2/thrd.h
26
-rwxr-xr-x
ychat-0.2/todo.txt
7
-rwxr-xr-x
ychat-0.2/user.cpp
143
-rwxr-xr-x
ychat-0.2/user.h
79
-rw-r--r--
ychat-0.3/COPYING
339
-rw-r--r--
ychat-0.3/CVS/Entries
56
-rw-r--r--
ychat-0.3/CVS/Entries.Log
3
-rw-r--r--
ychat-0.3/CVS/Repository
1
-rw-r--r--
ychat-0.3/CVS/Root
1
-rw-r--r--
ychat-0.3/Makefile
13
-rwxr-xr-x
ychat-0.3/Makefile.in
12
-rwxr-xr-x
ychat-0.3/README
175
-rwxr-xr-x
ychat-0.3/base.cpp
65
-rwxr-xr-x
ychat-0.3/base.h
78
-rwxr-xr-x
ychat-0.3/chat.cpp
146
-rwxr-xr-x
ychat-0.3/chat.h
41
-rwxr-xr-x
ychat-0.3/cmnd.cpp
19
-rwxr-xr-x
ychat-0.3/cmnd.h
18
-rw-r--r--
ychat-0.3/cmnd/CVS/Entries
1
-rw-r--r--
ychat-0.3/cmnd/CVS/Repository
1
-rw-r--r--
ychat-0.3/cmnd/CVS/Root
1
-rwxr-xr-x
ychat-0.3/conf.cpp
75
-rwxr-xr-x
ychat-0.3/conf.h
24
-rwxr-xr-x
ychat-0.3/conf.txt
58
-rwxr-xr-x
ychat-0.3/configure
1555
-rw-r--r--
ychat-0.3/configure.in
28
-rwxr-xr-x
ychat-0.3/cont.cpp
24
-rwxr-xr-x
ychat-0.3/cont.h
26
-rw-r--r--
ychat-0.3/gfx/CVS/Entries
3
-rw-r--r--
ychat-0.3/gfx/CVS/Repository
1
-rw-r--r--
ychat-0.3/gfx/CVS/Root
1
-rwxr-xr-x
ychat-0.3/gfx/y_ani_black.gif
bin
0 -> 61100 bytes
-rwxr-xr-x
ychat-0.3/gfx/y_ani_white.gif
bin
0 -> 53536 bytes
-rwxr-xr-x
ychat-0.3/glob.h
56
-rw-r--r--
ychat-0.3/hmap.cpp
171
-rw-r--r--
ychat-0.3/hmap.h
112
-rwxr-xr-x
ychat-0.3/html.cpp
141
-rwxr-xr-x
ychat-0.3/html.h
42
-rw-r--r--
ychat-0.3/html/CVS/Entries
11
-rw-r--r--
ychat-0.3/html/CVS/Repository
1