summaryrefslogtreecommitdiff
path: root/src/account-server/accountclient.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-08-31Tidied up account server.Guillaume Melquiond1-17/+1
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime ↵Guillaume Melquiond1-11/+9
of accounts and characters in server memory. Cleaned some code.
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-2/+2
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-1/+2
2007-03-05Added an abstrart base class for characterdata, in order to use the same ↵Rogier Polak1-3/+5
serialize and deserialize functions on both the accountserver and the gameserver.
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+63
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories.