aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Accounts
AgeCommit message (Expand)Author
2025-06-10Core/Misc: Kill copy/move constructors for singleton classesShauren
2025-06-05DB/RBAC: Add missing command permission assignments and remove unused permissionShauren
2025-01-03Core/Database: Added std::span based functions to Field and PreparedStatementShauren
2024-08-18Core/Realms: Realmlist refactorsShauren
2024-06-12Core/Database: Remove future/promise typedefs from a public header (these are...Shauren
2024-01-05Core/Waypoints: Refactor to split data into path and node related info in db ...ModoX
2023-12-26Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...Shauren
2023-12-23Core/Accounts: Migrate RA credentials checking to use AccountMgr instead of c...Shauren
2023-11-24Core/Waypoints: Drop waypoint_scripts table (#29437)ModoX
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...Shauren
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-09-02Core/Commands: Added .quest objective complete command to complete single que...ModoX
2022-03-13Scripts/Commands: Convert argument parsing of instance commands to new systemCarbenium
2022-03-12Scripts/Commands: Convert title commands to new systemCarbenium
2022-03-12Scripts/Commands: Convert rbac commands to new systemCarbenium
2022-03-11Scripts/Commands: Convert honor command table to new systemCarbenium
2022-03-01[3.3.5] Scripts/Commands: .learn adjustments (PR #25454)Treeston
2022-02-28Core/Mail: Replaced blocking db query in mail sending with async versionShauren
2022-02-271eca51b follow-up, nuke `command`.`permission` from orbit; it was only duplic...Treeston
2022-02-27[3.3.5] ChatCommands, the other half: chat command resolution refactor (PR #2...Treeston
2022-02-05Scripts/Commands: .character command conversionTreeston
2022-02-05Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...Treeston
2022-01-26Core/Warden: Warden refactors (PR #25235)Treeston
2022-01-26Core/Authserver: Deprecation of sha_pass_hash (PR #25138)Treeston
2022-01-24Core/Misc: Replace database query in WorldSession::HandleAddFriendOpcode with...Shauren
2022-01-23Core/Metric: Add more metrics about World::Update() loop (#25098)Giacomo Pozzoni
2022-01-01Core/Log: Log all character kicks to "network.kick" categoryjackpoz
2021-12-22Modernize codebase with Clang-Tidy range based loops (#24165)Ujp8LfXBJ6wCPR
2021-12-17Core/Misc: Add even more RBAC/Language values I need for #23633.Treeston
2021-12-17Core/Misc: Add RBAC/Language values I need for #23633.Treeston
2021-12-16Core/DB: Add RBAC for .debug poolstatus, because I need it for the pooling br...Treeston
2021-12-16Scripts/Commands: Add .debug questreset to force daily/weekly/monthly quest r...Treeston
2021-12-11Core/RBAC: add permission that prevents accounts from earning all achievement...Wyrserth
2021-12-02Scripts/Commands: Add .debug asan commandsjackpoz
2021-11-08Scripts/Commands: Add .debug dummy. It does nothing, which means you can make...Treeston
2021-10-23Core/RBAC: Simplification part 1. Nobody needs different permissions for each...Treeston
2021-10-23Scripts/Commands: New command ".go instance". Goes to an instance.Treeston
2021-10-22Core/Scripts: Implement script name reloadingSeyden
2021-06-16Scripts/Commands: new command '.debug instancespawn'Treeston
2021-05-16Scripts/Commands: New command: .debug threatinfoTreeston
2020-12-31Core/WorldSession: Add RBAC permission for skipping idle connection check (#2...Mikhail Redko
2020-12-31Core/Commands: Add .reload vehicle_templateShauren
2020-08-22Scripts/Commands: New utility command: .list spawnpoints.Treeston
2020-08-14Core/Misc: Replace NULL with nullptrShauren
2020-08-03Core/Authserver: Re-organize the `accounts` table (PR #25135)Treeston
2020-08-03Core/Authserver: Split SRP6 into its own file (PR #25131)Treeston
2020-08-03Core/Authserver: Authserver cleanup (PR#25093)Treeston
2020-07-16Combat/threat rewrite prep - merge RBAC/DB changes.treeston
2020-07-16Correct some missing auth DB changes from b59ca1c.treeston
2020-07-16Add new command 'npc showloot'. Does exactly what it says on the tin.treeston