summaryrefslogtreecommitdiff
path: root/src/account-server/accountclient.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-05-26Fixed login in case an account gets two pending tokens assignedHEADmasterThorbjørn Lindeijer1-1/+24
2013-11-28Include the list of characters in the login responseThorbjørn Lindeijer1-1/+2
2013-08-25Use std::unique_ptr for Account instance of AccountClientThorbjørn Lindeijer1-19/+1
2013-04-27Use nullptr instead of NULL everywhereErik Schilling1-2/+2
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-7/+6
2009-10-03Limit login attempt frequency based on IP addressThorbjørn Lindeijer1-6/+0
2009-01-12Added getting IP, and restricting time between loginsDavid Athay1-0/+6
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2007-08-31Tidied up account server.Guillaume Melquiond1-17/+1
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-11/+9
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 seri...Rogier Polak1-3/+5
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+63