aboutsummaryrefslogtreecommitdiff
path: root/src/server/database/Database
AgeCommit message (Expand)Author
2023-12-02Core/Calendar: Implement different timezone support for ingame calendarShauren
2023-08-15Core/Misc: Replace std::abort with our ABORT macroShauren
2023-08-15Core/DBLayer: Relaxed restrictions on which Field class member function can b...Shauren
2023-08-15Core/Misc: Replace string to int conversion functions from Common.h with c++1...Shauren
2023-08-15Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2023-06-13Core/Players: Fix inactive reward quests on faction change (#29073)Gildor
2023-03-11Core/Players: Remove player from group on faction change if two side interact...Gildor
2023-02-05DB: Convert databases to utf8mb4Shauren
2022-06-23Fixed MariaDB build the easy way for the client version check (#28039)daMaex
2022-06-14MariaDB support for Ubuntu 22.04 (#28031)daMaex
2022-01-22Core/DBLayer: Fixed false positive msvc analysis warningShauren
2021-08-27Core/DB: Improve MySQL version check messages (#26866)Giacomo Pozzoni
2021-08-19Don't count character pending deletion towards character per account limit (#...Kelno
2021-08-18Core/DB: Updated missing check (#26834)Aokromes
2021-07-24Core/DBLayer: Add QueueSize() method (#26733)Giacomo Pozzoni
2021-07-18[Exploit/Dupe] Container item (#26689)robinsch
2021-06-06Core/Players: Add PlayerExtraFlags for tracking race change, and raf level gr...Shauren
2021-01-22Core/Creature: Add new db field InteractionPauseTimer (#25880)Giacomo Pozzoni
2021-01-03Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
2020-10-24Core/DBLayer: Fixed memory leaks with existing SQLQueryHolder uses and elimin...Shauren
2020-09-27Core/Mail: Replaced blocking db query in mail sending with async versionShauren
2020-09-27Core/Auction House: Eliminate blocking db queries for account permissions whe...Shauren
2020-09-201eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic...Treeston
2020-09-19Core/SAI: Add orientation and delay columns to waypoints table (#25472)Giacomo Pozzoni
2020-09-13Core/Characters: Replace 2 database statements with 1jackpoz
2020-09-07Scripts/Commands: .character command conversionTreeston
2020-09-06Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2020-09-05Core/Arena: Fix Arena.ArenaStartPersonalRating setting not having effect if t...jackpoz
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