summaryrefslogtreecommitdiff
path: root/src/account-server/account.hpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-09-10* Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel1-9/+38
2008-04-23Fixed docs not to mention encryption, since all we do is hashing. Also, sinceBjørn Lindeijer1-27/+22
2008-04-21Added password and email encryption server-side using SHA256.Yohann Ferreira1-2/+2
2007-08-31Tidied up account server.Guillaume Melquiond1-4/+3
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-30/+7
2007-08-29Fixed handling of account levels.Guillaume Melquiond1-14/+1
2007-08-27Added support for user commands. Implemented "warp" and "item".Guillaume Melquiond1-21/+28
2007-03-05Added an abstrart base class for characterdata, in order to use the same seri...Rogier Polak1-20/+8
2007-01-04Started serializing character possessions. Reduced their memory footprint.Guillaume Melquiond1-0/+12
2007-01-03Split persistent player data from game server data. Enabled inventory code back.Guillaume Melquiond1-1/+2
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+232