This website requires JavaScript.
Explore
Help
Register
Sign In
Mirror
/
TrinityCore
Watch
1
Star
0
Fork
0
You've already forked TrinityCore
mirror of
https://github.com/TrinityCore/TrinityCore.git
synced
2026-02-09 03:18:57 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f74b874e930a8e59ac07d21138fdeaef106d7aa9
TrinityCore
/
src
/
server
/
game
/
Accounts
History
Shauren
fb43a92cc2
Core/Accounts: sessionkey field in account table is only a temporary storage to pass data from authserver to worldserver and should only be used as such. Clearing sessionkey from database after a successful login to prevent possible exploits.
2013-02-07 16:15:23 +01:00
..
AccountMgr.cpp
Core/Accounts: sessionkey field in account table is only a temporary storage to pass data from authserver to worldserver and should only be used as such. Clearing sessionkey from database after a successful login to prevent possible exploits.
2013-02-07 16:15:23 +01:00
AccountMgr.h
Core: Implement Role based Access Control
2013-02-04 09:04:33 +01:00
RBAC.cpp
Fix compile without PCH
2013-02-04 10:10:15 +01:00
RBAC.h
Core: More clean up whitespace
2013-02-07 00:24:00 +01:00