index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-09-28T11:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Accounts
/
RBAC.cpp
Age
Commit message (
Expand
)
Author
2025-06-10
Core/Misc: Kill copy/move constructors for singleton classes
Shauren
2023-01-08
Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard compati...
Shauren
2021-12-22
Modernize codebase with Clang-Tidy range based loops (#24165)
Ujp8LfXBJ6wCPR
2020-01-02
New Year
Aokromes
2019-07-27
Core/DBLayer: Prevent using prepared statements on wrong database
Shauren
2019-01-01
Update copyright note for 2019
vincent-michael
2018-01-01
Update copyright note for 2018
vincent-michael
2017-05-18
Core/Game: Include cleanup
Shauren
2017-05-12
Core/Database: Include cleanup
Shauren
2017-01-13
Core/DBLayer: Convert async queries to new query callbacks and remove old cal...
Shauren
2017-01-01
Update copyright note for 2017
vincent-michael
2016-01-01
Update copyright note for 2016
Vincent-Michael
2015-11-29
Core/RBAC: Fix revoking permissions
Shocker
2015-06-21
Core/Threading: Fixed possible data races after making auth queries async by ...
Shauren
2015-06-20
Core/DBLayer: Sprinkle some async magic on worldserver auth/session load process
Shauren
2015-01-19
Line ending fix, sorry.
Nayd
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-10-19
Misc: Removed some whitespace
Vincent_Michael
2013-09-29
Core/RBAC: Simplify RBAC implementation
Spp
2013-09-27
Core/RBAC: Add default groups to accounts based on their security level.
Spp
2013-09-27
Core/RBAC: Move RBAC code to namespace rbac
Spp
2013-08-07
Core/Misc: Avoid heap allocation when performing some RBAC checks
Spp
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-02-27
Core/RBAC: Add .reload rbac command and prevent possible crash if rbac_permis...
Spp
2013-02-18
Core/RBAC: Add config option to set comma separated list of groups to add by ...
Spp
2013-02-04
Fix compile without PCH
Spp
2013-02-04
Core/RBAC: Add SQL to remove bad data from account_access, otherwise other sq...
Spp