summaryrefslogtreecommitdiff
path: root/src/connectionhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-12Fixed problem with PostgreSQL support (variable was undefined).Aaron Marks1-0/+84
Added client/server message type enumerations. Enabled message handling in ConnectionHandler.
2005-06-19Actually using the new Logger now.Huynh Tran1-40/+31
2005-06-12Some cleanups mostly in account class formatting.Bjørn Lindeijer1-0/+7
2005-05-21Updated Makefile.amAaron Marks1-1/+1
2005-05-08Added logger use in some files that could tell things already.Yohann Ferreira1-9/+11
2005-04-19Added basic object definition for reviewal.Aaron Marks1-0/+7
Added basic scripting interface & Squirrel (squirrel.sf.net).
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer1-0/+107
data in a crude way and cleans up connection on client disconnect.
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-1/+5
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful)
2005-03-18Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer1-0/+5
for Packet, MessageIn and MessageOut.
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+25
and MessageHandler.