index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-24T16:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Accounts
Age
Commit message (
Expand
)
Author
2025-06-10
Core/Misc: Kill copy/move constructors for singleton classes
Shauren
2025-06-05
DB/RBAC: Add missing command permission assignments and remove unused permission
Shauren
2025-01-03
Core/Database: Added std::span based functions to Field and PreparedStatement
Shauren
2024-08-18
Core/Realms: Realmlist refactors
Shauren
2024-06-12
Core/Database: Remove future/promise typedefs from a public header (these are...
Shauren
2024-01-05
Core/Waypoints: Refactor to split data into path and node related info in db ...
ModoX
2023-12-26
Core/Bnet: Implemented new SRP6 variants, and migrate old sha_pass_hash in ba...
Shauren
2023-12-23
Core/Accounts: Migrate RA credentials checking to use AccountMgr instead of c...
Shauren
2023-11-24
Core/Waypoints: Drop waypoint_scripts table (#29437)
ModoX
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2022-10-04
Core/Commands: Restore instance management commands
Shauren
2022-09-02
Core/Commands: Added .quest objective complete command to complete single que...
ModoX
2022-03-13
Scripts/Commands: Convert argument parsing of instance commands to new system
Carbenium
2022-03-12
Scripts/Commands: Convert title commands to new system
Carbenium
2022-03-12
Scripts/Commands: Convert rbac commands to new system
Carbenium
2022-03-11
Scripts/Commands: Convert honor command table to new system
Carbenium
2022-03-01
[3.3.5] Scripts/Commands: .learn adjustments (PR #25454)
Treeston
2022-02-28
Core/Mail: Replaced blocking db query in mail sending with async version
Shauren
2022-02-27
1eca51b 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-05
Scripts/Commands: .character command conversion
Treeston
2022-02-05
Core/Authserver: Removal of sha_pass_hash, compatibility fields, and everythi...
Treeston
2022-01-26
Core/Warden: Warden refactors (PR #25235)
Treeston
2022-01-26
Core/Authserver: Deprecation of sha_pass_hash (PR #25138)
Treeston
2022-01-24
Core/Misc: Replace database query in WorldSession::HandleAddFriendOpcode with...
Shauren
2022-01-23
Core/Metric: Add more metrics about World::Update() loop (#25098)
Giacomo Pozzoni
2022-01-01
Core/Log: Log all character kicks to "network.kick" category
jackpoz
2021-12-22
Modernize codebase with Clang-Tidy range based loops (#24165)
Ujp8LfXBJ6wCPR
2021-12-17
Core/Misc: Add even more RBAC/Language values I need for #23633.
Treeston
2021-12-17
Core/Misc: Add RBAC/Language values I need for #23633.
Treeston
2021-12-16
Core/DB: Add RBAC for .debug poolstatus, because I need it for the pooling br...
Treeston
2021-12-16
Scripts/Commands: Add .debug questreset to force daily/weekly/monthly quest r...
Treeston
2021-12-11
Core/RBAC: add permission that prevents accounts from earning all achievement...
Wyrserth
2021-12-02
Scripts/Commands: Add .debug asan commands
jackpoz
2021-11-08
Scripts/Commands: Add .debug dummy. It does nothing, which means you can make...
Treeston
2021-10-23
Core/RBAC: Simplification part 1. Nobody needs different permissions for each...
Treeston
2021-10-23
Scripts/Commands: New command ".go instance". Goes to an instance.
Treeston
2021-10-22
Core/Scripts: Implement script name reloading
Seyden
2021-06-16
Scripts/Commands: new command '.debug instancespawn'
Treeston
2021-05-16
Scripts/Commands: New command: .debug threatinfo
Treeston
2020-12-31
Core/WorldSession: Add RBAC permission for skipping idle connection check (#2...
Mikhail Redko
2020-12-31
Core/Commands: Add .reload vehicle_template
Shauren
2020-08-22
Scripts/Commands: New utility command: .list spawnpoints.
Treeston
2020-08-14
Core/Misc: Replace NULL with nullptr
Shauren
2020-08-03
Core/Authserver: Re-organize the `accounts` table (PR #25135)
Treeston
2020-08-03
Core/Authserver: Split SRP6 into its own file (PR #25131)
Treeston
2020-08-03
Core/Authserver: Authserver cleanup (PR#25093)
Treeston
2020-07-16
Combat/threat rewrite prep - merge RBAC/DB changes.
treeston
2020-07-16
Correct some missing auth DB changes from b59ca1c.
treeston
2020-07-16
Add new command 'npc showloot'. Does exactly what it says on the tin.
treeston
[next]