aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/auth
AgeCommit message (Collapse)Author
2022-11-20TDB 927.22111 - 2022/11/20TDB927.22111TDB Release
2022-10-04Update 2022_10_03_00_auth.sqlAokromes
closes #28329
2022-10-04Core/Commands: Restore instance management commandsShauren
2022-09-23Core: Updated allowed build to 9.2.7.45745ModoX
2022-09-08Core: Updated allowed build to 9.2.7.45338ModoX
2022-09-02Core/Commands: Added .quest objective complete command to complete single ↵ModoX
quest objectives
2022-08-21TDB 927.22082 - 2022/08/21TDB927.22082TDB Release
2022-08-19TDB 927.22081 - 2022/08/19TDB927.22081TDB Release
2022-08-19Core: Updated allowed build to 9.2.7.45161Shauren
2022-08-17Core: Updated allowed build to 9.2.7.45114Shauren
2022-08-02Core: Updated allowed build to 9.2.5.44908Shauren
2022-07-25TDB 925.22071 - 2022/07/25TDB925.22071TDB Release
2022-07-23Core: Updated allowed build to 9.2.5.44730Shauren
2022-06-27Core: Update allowed build to 9.2.5.44325Shauren
2022-06-18Core: Updated allowed build to 9.2.5.44232Shauren
2022-06-15Core: Updated allowed build to 9.2.5.44127Shauren
2022-06-09Core/Transmog: Implemented Transmog Illusions + Spelleffect to unlock themfluxurion
2022-06-08Core: Updated allowed build to 9.2.5.44061Shauren
2022-06-07Core: Add 9.2.5.44061 auth key for future useShauren
2022-06-06Core: Updated allowed build to 9.2.5.44015Shauren
2022-06-02Core: Updated allowed build to 9.2.5.43971Shauren
2022-05-03Core: Updated allowed build to 9.2.0.43345Shauren
2022-04-22Core: Updated allowed build to 9.2.0.43340Shauren
2022-04-14Core: Updated allowed build to 9.2.0.43206ModoX
2022-04-08Core: Updated allowed build to 9.2.0.43114Shauren
2022-03-30Core: Updated allowed build to 9.2.0.42979ModoX
2022-03-30Core: Add 9.2.0.42937 build key for future useShauren
2022-03-25Core: Updated allowed build to 9.2.0.42852Shauren
2022-03-22Core: Add 9.2.0.42825 build key for future useShauren
2022-03-12Core: Updated allowed build to 9.2.0.42698ModoX
2022-03-11DB/Misc: Add new View for RBACJinnaix
(cherry picked from commit 46bab72af54c57cc654ebc0af685eafa3011c5dc)
2022-03-08Core: Updated allowed build to 9.2.0.42614Shauren
2022-03-06TDB 920.22031 - 2022/03/06TDB920.22031TDB Release
2022-03-03Core: Updated allowed build to 9.2.0.42560Shauren
2022-03-02Core: Updated allowed build to 9.2.0.42538Shauren
2022-03-01Core: Updated allowed build to 9.2.0.42521Shauren
2022-02-27Script/Commands: Add ".pdump copy" command (#25455)Giacomo Pozzoni
* Script/Commands: Add ".pdump copy" command Syntax: .pdump copy $playerNameOrGUID $account [$newname] [$newguid] Copy character with name/guid $playerNameOrGUID into character list of $account with $newname, with first free or $newguid guid. * Add missing return * Restore eof check * Fix sql * Use forward declaration header Co-authored-by: Shauren <shauren.trinity@gmail.com> * Remove buffer when reading a line * Rename sql files Co-authored-by: Shauren <shauren.trinity@gmail.com> (cherry picked from commit 6215da0d640bd86a7c2bc144859c1542f09fc1a6)
2022-02-26Core: Updated allowed build to 9.2.0.42488Shauren
2022-02-25Core: Updated allowed build to 9.2.0.42423Shauren
2022-02-05Core/Authserver: Removal of sha_pass_hash, compatibility fields, and ↵Treeston
everything that uses them (PR #25156) (cherry picked from commit bcdbdd6f23ce65cc0e381e61d2840140dce79311)
2022-01-26Core/Warden: Warden refactors (PR #25235)Treeston
(cherry picked from commit 6116e5b38522ccfb00f6c941c75482e05b4c0799)
2022-01-22Core: Updated allowed build to 9.1.5.42010Shauren
2022-01-15TDB 915.22012 - 2022/01/15TDB915.22012TDB Release
2022-01-08Core: Updated allowed build to 9.1.5.41793ModoX
2022-01-02TDB 915.22011 - 2022/01/02TDB915.22011TDB Release
2022-01-01Add realm ID for actions based ip logging (#24453)zartech22
* Update SQL queries to insert realm id * Insert the realm id when logging actions based on IP * Adding the SQL update file * Update 9999_99_99_99_auth.sql * Update auth structure Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit 56f20d69a6ab23a9818f77fd4e2df541a7c30f0e)
2022-01-01Missing rbac permissions (#24253)Shadow
* Added missing RBAC permissions to auth database * Rename 9999_99_99_99_auth.sql to 2020_04_07_00_auth.sql * Update 2020_04_07_00_auth.sql * Update auth_database.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> (cherry picked from commit d962624d6107986fe7c349629878a121d27b186c)
2021-12-31DB: Convert all databases to InnoDB engineShauren
2021-12-31DB: Convert databases to utf8mb4Shauren
2021-12-18[3.3.5] Core/Authserver: TOTP rewrite: (PR #23633)Treeston
- Proper management commands (.account 2fa) - Secrets can now be encrypted (set TOTPTokenSecret in .conf) - Secret now stored in binary - Argon2 and AES primitives - Base32/64 support (cherry picked from commit 4211645834c467a03c60248e80818d3607be9ea7)