repo.or.cz
/
brdnet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Chat, message send overrides message currently in flight. Fix callback calling after...
[brdnet.git]
/
brodnetd.pas
blob
6b8f84c841208cb77b26840ca4f742e3cb15af7d
1
PROGRAM
brodnetd
;
2
3
{ Poll loop. Read message, get handler, exec handler. }
4
uses
ServerLoop
5
,
TestWatch
6
,
TestTC
7
,
TestChat
8
,
AsyncProcess
9
,
upmgr
10
,
TestFS
11
,
Download
12
;
13
14
BEGIN
15
ServerLoop
.
Main
;
16
END
.