summaryrefslogtreecommitdiffstats
path: root/src/account-server/dalstorage.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed DALStorage to StorageThorbjørn Lindeijer2009-12-061-1997/+0
* Moved DALStorage documentation into source fileThorbjørn Lindeijer2009-12-061-12/+196
* Removed obsolete commented out code from DALStorageThorbjørn Lindeijer2009-12-061-79/+6
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
* A host of code style changesThorbjørn Lindeijer2009-12-061-34/+27
* Rebranding tmwserv to manaservThorbjørn Lindeijer2009-10-241-1/+1
* Adds code for saving and getting status effects from the databaseChuck Miller2009-10-011-0/+77
* Adds tmw_char_status_effects tables to mySQL and SQLiteChuck Miller2009-09-301-1/+1
* Added table and view to prepare reporting of transaction log.Andreas Habel2009-08-231-1/+1
* Update table tmw_accounts. Added columns to store secret key and expirationAndreas Habel2009-08-171-1/+1
* Changed BindInteger and BindString to BindValueDavid Athay2009-07-101-23/+23
* Changed database to using prepared statements, to stop SQL injection attacksDavid Athay2009-07-101-57/+165
* Makes Skills non hard codedChuck Miller2009-07-031-7/+9
* Fixed a few code style issuesBjørn Lindeijer2009-05-241-1/+1
* Standardize on the position of the const keywordBjørn Lindeijer2009-04-261-49/+49
* Fixes for some compile warningsBjørn Lindeijer2009-03-101-1/+1
* Added transactions for chat events.David Athay2009-03-051-7/+7
* Added transactional historyDavid Athay2009-03-051-1/+78
* Changed guild member permissions. Restricted players to owning only 1 guild.David Athay2009-01-271-1/+1
* Added new table to store online users. See mantis #553Andreas Habel2008-12-011-1/+43
* Add sync Buffer according to mantis #550Andreas Habel2008-11-301-52/+79
* Added bandwidth monitor to account server. Fixes compile errors.David Athay2008-11-211-1/+1
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-2/+0
* Properly handle exceptions when opening databaseBjørn Lindeijer2008-11-151-17/+9
* Added check for database version on startup of Accountserver.Andreas Habel2008-11-141-13/+18
* Fixed reusage of ostringstream. Now calling clear() before str("") to reset s...Andreas Habel2008-11-051-0/+9
* Splitting image name and dye string of items while synchronizing local databa...Andreas Habel2008-11-051-2/+11
* * Account server now loads item database on startup and synchronizes tmw_item...Andreas Habel2008-11-051-13/+65
* Added version information to item database. Gameserver reports its local vers...Andreas Habel2008-11-051-0/+53
* Added tables and statements to store and retrieve letters. Attachments not fu...Andreas Habel2008-11-031-3/+108
* Added changing player's character and account level (game-server commit to co...David Athay2008-10-271-9/+35
* Some cleanup and an unsuccesful attempt at fixing a crash on map server exitBjørn Lindeijer2008-10-261-2/+6
* Added post callback for getting post.David Athay2008-10-241-0/+13
* Fixed a bug when trying to change password or mailaddress via client, caused ...Andreas Habel2008-10-241-24/+61
* Game Server now reconnects to Account Server. Some postal system bugs fixed.David Athay2008-10-211-5/+1
* fixed bug 456: erroneous sql query at character saveAndreas Habel2008-10-131-6/+6
* * Doxygen now writes all warnings into a separate fileAndreas Habel2008-09-191-48/+104
* * Added installation scripts to set up database schemas for mysql, sqlite and...Andreas Habel2008-09-171-325/+257
* * Added doxygen file, docu will be generated under docs/api/htmlAndreas Habel2008-09-151-0/+80
* * Extended tmw_accounts table with columns for lastlogin and registration dat...Andreas Habel2008-09-101-6/+73
* Better SQL query used for expired bans.David Athay2008-08-281-39/+5
* Added checking for expired bans.David Athay2008-08-281-0/+52
* Set banned user's level to AL_BANNEDDavid Athay2008-08-281-1/+2
* Changed guilds to use character id.David Athay2008-08-181-22/+17
* Misc fixes with guildDavid Athay2008-08-181-1/+1
* fix crash from last commit, guild fixes, damage calculation fixRoderic Morris2008-07-281-7/+7
* Save guild member permissions to dbDavid Athay2008-07-221-3/+23
* work around for members not being added to their guildsRoderic Morris2008-06-151-1/+9
* stop storing channels in the db, send channel announcementsRoderic Morris2008-06-031-96/+0
* Fixed some compiler errors/warnings.Bjørn Lindeijer2008-04-201-1/+2