aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
2020-08-28Core/Common: Tokenizer -> Trinity::Tokenize (PR: #25327)Treeston
2020-08-20Core/Misc: Remove NULLShauren
2020-08-16Core/Pets: Pet management refactoring (#25191)Shauren
2020-08-03Core/DB: Split `accounts`.`session_key` into `session_key_auth` (3.3.5) and `...Treeston
2020-08-03Core/Authserver: Validate length of session key field after bfb041246f5c7c499...Shauren
2020-08-02Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-07-31Core/DBLayer: Add nicer api for SQLQueryHoldersShauren
2020-07-30Log sync db queries in World::Update() loop (#25174)Giacomo Pozzoni
2020-07-30Core/Mail: Load mails at login instead of on demand when queried by packets (...Shauren
2020-07-30Core/Mail: Refactor mail loading to execute 2 database queries instead of 1+m...Shauren
2020-07-30Core/Misc: Replace database query in WorldSession::HandleAddFriendOpcode with...Shauren
2020-07-29Core/Authserver: Split SRP6 into its own file (PR #25131)Treeston
2020-07-18Misc: Use [[fallthrough]] attribute instead of comment to mark intentional fa...Peter Keresztes Schmidt
2020-07-11Core/DBLayer: Fix build with TRINITY_STRICT_DATABASE_TYPE_CHECKSShauren
2020-07-10Core/DBLayer: Optimize string based query results by eliminating unneeded buf...Shauren
2020-07-09Core/Database: Apply 54b0b8f5ead41f936b12e97d1b4fbacd9b89ab53 to 141ada19b00f...jackpoz
2020-06-23Core/Misc: Replace Trinity::make_unique with std (#24869)Peter Keresztes Schmidt
2020-06-20DB/Account: update account_access table (#24788)ForesterDev
2020-06-13Core/DBLayer: Fix build using TRINITY_DEBUGShauren
2020-05-30Cherry pick some db commits (#24713)Giacomo Pozzoni
2020-04-23Core/Database: fix wrong password logging (#24487)ForesterDev
2020-04-18Add realm ID for actions based ip logging (#24453)zartech22
2020-04-08Core/DBLayer: Fix compilation with mysql 8Shauren
2020-04-07Added the ability to use TLS when connecting to a database. (#24348)myuzhobcplidtkieno
2020-04-05Core/Misc: Remove whitespace at the end of linesjackpoz
2020-03-31Core/DBLayer: Remove unused class forward declarationsjackpoz
2020-03-31Core/DBLayer: Prevent mixing databases with query holdersShauren
2020-03-31Core/DBLayer: Prevent committing transactions started on a different databaseShauren
2020-03-31Core/DBLayer: Prevent using prepared statements on wrong databaseShauren
2020-03-05Core/Database: Fix build with Maria DB on some distros (#24248)Giacomo Pozzoni
2020-03-02Core/DBLayer: Use std::variant's stored type instead of relying on our own se...Shauren
2020-03-02Core/DBLayer: Refactor PreparedStatement class to not depend on MySQLPrepared...Shauren
2020-03-01Core/Misc: Fix buildjackpoz
2020-02-29Replace MySQL prepared statement union with std::variant (#24158)Ujp8LfXBJ6wCPR
2020-02-29Part1: Modernize codebase with Clang-Tidy range based loops (#24164)Ujp8LfXBJ6wCPR
2020-02-16Core/Creature: Use proper name for wander distance. (#24133)ratkosrb
2020-01-02New yearAokromes
2019-11-09Build fix - include went missing when resolving merge conflictsShauren
2019-11-09Build fixShauren
2019-11-09Fix dynamic linking builds for msvcShauren
2019-11-09Core/DBLayer: Support using mysql 8Shauren
2019-08-10[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
2019-08-04Core/Pooling: Quest pooling rewrite: (PR#23627)Treeston
2019-08-01Core/Chat: Custom channel preservation rewrite. Channel data is now loaded at...Treeston
2019-07-14Core/DB: Unify `creature_respawn` and `gameobject_respawn` into a single `res...Treeston
2019-07-14Core/DB: Improved terrible assertion messageShauren
2019-07-12Scripts/Commands: .account ban no longer fails if an account containing the s...Treeston
2019-07-08Scripts/Commands: update .wp commands to use orientation field from DB (PR #2...ForesterDev
2019-06-22Core/Instance : Fix instance resetting exploit (#23263)zartech22
2019-06-15Core/CreatureTemplate: Outsourced resistances and spells into creatur… (#23...Giacomo Pozzoni