summaryrefslogtreecommitdiffstats
path: root/src/account-server/account.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed Character -> CharacterData in the accountserverErik Schilling2013-04-111-1/+1
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-091-2/+2
* General cleanups and code style fixesThorbjørn Lindeijer2011-03-201-7/+3
* Made the server handle properly the characters slots.Yohann Ferreira2010-12-291-4/+25
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-1/+1
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* Limit login attempt frequency based on IP addressThorbjørn Lindeijer2009-10-031-13/+1
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Fixed some compile warnings.Bjørn Lindeijer2008-10-211-2/+2
* * Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel2008-09-101-0/+10
* Tidied up account server.Guillaume Melquiond2007-08-311-15/+2
* Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond2007-08-301-42/+8
* Fixed handling of account levels.Guillaume Melquiond2007-08-291-20/+4
* Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond2007-08-271-92/+2
* Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak2007-03-051-11/+13
* Added graceful server shutdown, chose some more sane variables names for SQLBjørn Lindeijer2007-02-011-1/+1
* Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond2006-12-291-0/+218