summaryrefslogtreecommitdiff
path: root/src/account-server/storage.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-2/+3
2010-12-29Made the server handle properly the characters slots.Yohann Ferreira1-24/+106
2010-12-27Transaction logging of various command, new transaction codes and style fix.Philipp Sehmisch1-1/+1
2010-12-17Fixed a compiler warning.Philipp Sehmisch1-1/+1
2010-12-16Added last missing try catch implementation in storage.cppYohann Ferreira1-103/+175
2010-12-16Use bound values for Storage::flush() since it leaked sensitive info.Yohann Ferreira1-7/+19
2010-12-16Fix existing binding use in storage.cpp.Yohann Ferreira1-55/+98
2010-12-16Standardized the current errors thrown.Yohann Ferreira1-110/+85
2010-12-14Dummy commit since it seems my private repo didn't want to updateYohann Ferreira1-0/+1
2010-12-14Remove an outdated comment talking about subversion tagging.Yohann Ferreira1-3/+1
2010-12-14Removed the code preventing from being able to sync items with id < 500.Yohann Ferreira1-4/+1
2010-12-14Second round of small random cleanups on storage.Yohann Ferreira1-54/+49
2010-12-14Small random hacking cleanups.Yohann Ferreira1-163/+189
2010-12-13Moved storage doc from .cpp to .h and updated it.Yohann Ferreira1-245/+2
2010-11-15Upgrade database version to 12 as it should have been from the latest update.Yohann Ferreira1-1/+1
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira1-7/+7
2010-11-10Fix code indentation in the sql related files.Yohann Ferreira1-29/+37
2010-11-09Fixed unregistering on the server-side.Yohann Ferreira1-6/+16
2010-10-30Have the PerformTransaction class automatically handle nestingThorbjørn Lindeijer1-66/+14
2010-10-30Introduced a helper class for performing transactionsThorbjørn Lindeijer1-12/+10
2010-09-15Reordered the manaserv.xml.example file and made related code cleanups.Yohann Ferreira1-1/+1
2010-08-29Merge branch 'testing'Freeyorp1-149/+222
2010-08-22Another small simplificationThorbjørn Lindeijer1-7/+1
2010-08-22Avoid collision with type 'int' in SQL queryThorbjørn Lindeijer1-12/+7
2010-08-18Change references from database version 10 to version 11 to reflect changes m...Freeyorp1-1/+1
2010-08-14Set the database ID of a new character immediately after creating it.Freeyorp1-3/+3
2010-08-07Fixed index creation on mana_char_kill_stats tableThorbjørn Lindeijer1-1/+1
2010-08-07Revert "Added a method of updating the passwords of an existing database"Thorbjørn Lindeijer1-48/+0
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp1-160/+222
2010-07-09Added LUA script bindings for manipulating the specials available to a charac...Philipp Sehmisch1-5/+54
2010-05-30Use XML::Document to automate memory cleanupThorbjørn Lindeijer1-1/+1
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer1-5/+1
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer1-14/+6
2010-02-23Removed some unnecessary log messagesPhilipp Sehmisch1-1/+0
2010-02-07Update Copyright date for Manaserv.Bertram1-1/+1
2010-01-18Reverted the accountserver-affecting changes of commits a9a87aea and dfc6875e...Philipp Sehmisch1-3/+0
2010-01-17Removed last traces of hardcoded access levels form game-server, begun with u...Philipp Sehmisch1-0/+3
2010-01-08Added tracing of kill count for each monster per characterPhilipp Sehmisch1-3/+83
2009-12-06Added a method of updating the passwords of an existing databaseThorbjørn Lindeijer1-3/+48
2009-12-06Moved storagesql.hpp into storage.hppThorbjørn Lindeijer1-4/+44
2009-12-06Renamed DALStorage to StorageThorbjørn Lindeijer1-0/+1998
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-65/+0
2007-07-02Cleaned prototypes and factored out duplicate code.Guillaume Melquiond1-81/+1
2006-12-29Physically split the server into one tmwserv-acount program (account +Guillaume Melquiond1-0/+145