summaryrefslogtreecommitdiff
path: root/src/account-server/account.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-15Manage CharacterData using std::unique_ptrThorbjørn Lindeijer1-11/+11
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-3/+2
2022-08-19Apply C++11 fixitsThorbjørn Lindeijer1-4/+4
2013-04-11Renamed Character -> CharacterData in the accountserverErik Schilling1-1/+1
2013-01-09Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer1-2/+2
2011-03-20General cleanups and code style fixesThorbjørn Lindeijer1-7/+3
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira1-4/+25
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-1/+1
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer1-13/+13
2009-10-03Limit login attempt frequency based on IP addressThorbjørn Lindeijer1-13/+1
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-21Fixed some compile warnings.Bjørn Lindeijer1-2/+2
2008-09-10* Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel1-0/+10
2007-08-31Tidied up account server.Guillaume Melquiond1-15/+2
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-42/+8
2007-08-29Fixed handling of account levels.Guillaume Melquiond1-20/+4
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-92/+2
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-11/+13
2007-02-01Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer1-1/+1
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+218