summaryrefslogtreecommitdiff
path: root/src/connectionhandler.h
AgeCommit message (Collapse)AuthorFilesLines
2005-06-12Some cleanups mostly in account class formatting.Bjørn Lindeijer1-0/+18
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer1-0/+12
data in a crude way and cleans up connection on client disconnect.
2005-03-23Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer1-2/+0
with a distributed approach.
2005-03-23added the account handler and a definition file to keep track of structures ↵Kiyoshi Kyokai1-0/+2
and such. I need some more information about how exactly the message handler interfaces are intended to work with the connection handler, as well as what things users will each have to themselves, and which things they will all share as far as message processing goes.
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-0/+1
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful)
2005-03-21Some header fixes, formatting conventions and moved DevCpp project file.Bjørn Lindeijer1-0/+1
2005-03-19Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer1-0/+5
and loop.
2005-03-18Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer1-0/+9
for Packet, MessageIn and MessageOut.
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+61
and MessageHandler.