summaryrefslogtreecommitdiff
path: root/src/debug.h
AgeCommit message (Collapse)AuthorFilesLines
2005-03-23Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer1-0/+1
with a distributed approach.
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer1-1/+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-6/+11
2005-03-21I've added the shell for the login and message handler functions, as well as ↵Kiyoshi Kyokai1-0/+43
debug support for logging in. Noticed we still need an account class to store the account data. Perhaps I'll work on that tommorrow.