summaryrefslogtreecommitdiff
path: root/src/messagehandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-30/+0
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-1/+1
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-1/+1
2005-12-20Adding command line argument parsing and log verbosity level handling.Yohann Ferreira1-1/+1
2005-11-14Added intial SWIG bindings.Aaron Marks1-15/+3
2005-03-23added the account handler and a definition file to keep track of structures a...Kiyoshi Kyokai1-20/+1
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-29/+16
2005-03-21Some header fixes, formatting conventions and moved DevCpp project file.Bjørn Lindeijer1-13/+1
2005-03-21I've added the shell for the login and message handler functions, as well as ...Kiyoshi Kyokai1-0/+61
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer1-0/+25