summaryrefslogtreecommitdiff
path: root/src/netcomputer.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer1-0/+11
data in a crude way and cleans up connection on client disconnect.
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+25
and MessageHandler.