| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Note: To enable rbac commands for administrators permissions 202-206 have to be linked to permission 196.
Sample SQL for auth DB:
INSERT INTO `rbac_linked_permissions` VALUES (196, 202), (196, 203), (196, 204), (196, 205), (196, 206);
(cherry picked from commit f620befc37fd8a4aed917e1ebba6f268c44a0a99)
|
|
|
|
* Core/Item: Fixed possible dupe with container items containing non unique non stackable items
* Fixed build
* Update sql script and related base structure
Co-authored-by: jackpoz <giacomopoz@gmail.com>
(cherry picked from commit d1e913162e0a96918c70ba4ec3f62f4186ee4707)
|
|
(cherry picked from commit 13f1a9f117a1d2b16103079d07dc1bce39240312)
|
|
|
|
|
|
|
|
|
|
|
|
when expiring auctions that have offline bidders
(cherry picked from commit d0d0f51f325e4ae42c9bef7606fed4f4c00c98d6)
|
|
* 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)
|
|
|
|
|
|
everything that uses them (PR #25156)
(cherry picked from commit bcdbdd6f23ce65cc0e381e61d2840140dce79311)
|
|
avoid conflicts when growing stable size and change PET_SAVE_AS_DELETED from -1 to -2
|
|
|
|
|
|
(cherry picked from commit 6116e5b38522ccfb00f6c941c75482e05b4c0799)
|
|
|
|
|
|
Co-authored-by: aquadeus <efectokoleos13@gmail.com>
|
|
|
|
|
|
* 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)
|
|
* 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)
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 2707877cf6ab34727c348190ca15499ef0205b1c)
|
|
- 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)
|
|
branch.
(cherry picked from commit a82bbeb101d64b89d9918ff5cbe4866591f1101b)
|
|
reset.
(cherry picked from commit 293ba08d21c4e9634229bb5015445ecc0cc08fef)
|
|
used right now, but written to allow easier transition later.
(cherry picked from commit 1277c542638522b210addd22966c32db89cb29b6)
|
|
|
|
`respawn` table
(cherry picked from commit 374597c8e96c886f1e3647d405bf3160c8b98bf8)
|
|
achievements or only realm firsts (#23459)
* Core/RBAC: add permission that prevents accounts from earning all achievements or only realm firsts.
* Kill evil spaces.
* Rename 9999_99_99_99_auth.sql to 2019_06_21_00_auth.sql
* Update auth_database.sql
(cherry picked from commit 8163ea60c8d517ebe3a88f595dd8291df8338811)
|
|
given id (#23416)
* Core/Commands: implement commands to look up a map/item/quest name for a given id.
* Add entry to updates table.
* Rename 9999_99_99_99_auth.sql to 2019_06_16_00_auth.sql
* Add missed change, thanks jackpoz!
* Update auth_database.sql
(cherry picked from commit ce3dcdcb1ad1887fb3a531aaea09482c12b5e4f3)
|
|
(cherry picked from commit 9fc4ff9dd29968c1d64f47df4e721b468ac87362)
|
|
|
|
|