aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
2016-08-18Core/Globals: delete another synch query using CharacterInfo mapariel-
2016-08-10Server/Database: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-10Server/Database: Reduce differences between 3.3.5 and 6.x branchesjackpoz
2016-08-04Core\Command: remove account_muted data on account deletionForesterDev
2016-07-16Core/Misc: remove two synch queries and replace them with CharacterInfo cacheariel-
2016-07-02Core/Misc: Better description for a logAokromes
2016-06-23Core/Player: Add option to prevent rename during character customizationpsayafan
2016-05-25* DB/Graveyards: Added a comment field to describe the graveyards in `graveya...Aokromes
2016-05-10Core/Common: Move the query callback header to the database projectNaios
2016-04-28Core/Misc: Fixed warnings found by GCC 6Shauren
2016-04-09Core/Misc: MSVC warning fixesShauren
2016-03-24Core/Database: Converted the database library to a shared library.Naios
2016-03-13Core/Players: Split playerBytes fields in characters tableShauren
2016-03-12Core/Auth: Fixed login for accounts with accented charactersShauren
2016-03-11Core/Database: Move singleton instances into compilation unitsNaios
2016-03-03Core/Database: Use RAII for resource management in MySQLConnectionNaios
2016-03-03Core/Database: Move DatabaseWorkerPool into it's own translation unitNaios
2016-03-03Core/Database: Use RAII instead of raw pointers for resource managementNaios
2016-03-03Core/Database: Close the databases correctly when the DBUpdater failsNaios
2016-02-15Core/Auth: Moved expiring bans to background task - no longer blocking querie...Shauren
2016-02-14Core/Auth: Performance/security improvementsShauren
2016-02-10Maps/Instances: Implement handling of CMSG_SET_SAVED_INSTANCE_EXTENDtreeston
2016-01-01Update copyright note for 2016Rushor
2015-12-07Core/Quest: Fix issues reported by static analysisjackpoz
2015-11-14Core/DBLayer: Improve error message from 0a27f8bce264b8f6d8c55efa8ebc97f6e9cb...Shauren
2015-11-13Fix build for mysql versions older than 5.7 Shauren
2015-11-12Core/DBLayer: Ensure that MySQL version used when compiling is the same as li...Shauren
2015-11-07Updated url for tc wikiVincent-Michael
2015-11-05Core/Accounts: Fixed ban check after 517a30d7c189b0530711f78508f9731e31fe5a53Shauren
2015-11-03Core/Ticket improved ticket systemShinDarth
2015-11-01Core/Accounts: Check active column when determining if account is banned or notShauren
2015-10-31Core/DBLayer: Allowed using GetDouble for SUM results instead of requiring st...Shauren
2015-10-31Core/DBLayer: Sprinkle some async magic on worldserver auth/session load processShauren
2015-10-29Core/World: Store account id in CharacterInfo to reduce the amount of databas...Shauren
2015-10-29Core/Spells: Improved spell category cooldown handlingShauren
2015-10-28Core/Battleground: implement deserters tracker featureShinDarth
2015-10-12Core/BG fix .character changefaction pvpstats victories amountShinDarth
2015-10-06Core/Ticket keep always trace of GM who resolves the ticketShinDarth
2015-09-29Core/Maps: Moved corpse management to map levelShauren
2015-09-28Auction house changes:pete318
2015-09-27Core/DBLayer: Allocate a single buffer for entire prepared result set instead...Shauren
2015-09-27Core/DBLayer: Added compile time validation for prepared statement indexes pa...Shauren
2015-09-27Core/DBLayer: Optimized prepared statement query results by eliminating unnee...Shauren
2015-09-22Map local guids 6.x -> 3.3.35:pete318
2015-09-21Core: Added ABORT() macro to prevent the usage of ASSERT(false) as a quick ha...StormBytePP
2015-08-16Core/BuildSystem: Merge collision, debugging, threading, utilities and config...StormBytePP