summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-03-23added the account handler and a definition file to keep track of structures ↵Kiyoshi Kyokai8-37/+250
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 Lindeijer14-58/+146
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 Lindeijer12-52/+55
2005-03-21I've added the shell for the login and message handler functions, as well as ↵Kiyoshi Kyokai5-0/+394
debug support for logging in. Noticed we still need an account class to store the account data. Perhaps I'll work on that tommorrow.
2005-03-19Adding autogen.sh file.Bjørn Lindeijer1-0/+13
2005-03-19Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer9-0/+633
now.
2005-03-19Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer5-4/+183
and loop.
2005-03-18Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer9-1/+268
for Packet, MessageIn and MessageOut.
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer8-0/+348
and MessageHandler.
2005-03-06Adding documentation related to server project here.Bjørn Lindeijer4-0/+519