| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-15 | TDB 335.22081 - 2022/08/15TDB335.22081 | TDB Release | |
| 2022-06-01 | TDB 335.22061 - 2022/06/01TDB335.22061 | TDB Release | |
| 2022-04-14 | TDB 335.22041 - 2022/04/14TDB335.22041 | TDB Release | |
| 2022-02-16 | TDB 335.22021 - 2022/02/16TDB335.22021 | TDB Release | |
| 2022-01-15 | TDB 335.22011 - 2022/01/15TDB335.22011 | TDB Release | |
| 2022-01-01 | DB: Sync structure of a shared auth table between branches | Shauren | |
| 2021-12-16 | TDB 335.21121 - 2021/12/16TDB335.21121 | TDB Release | |
| 2021-11-15 | TDB 335.21111 - 2021/11/15TDB335.21111 | TDB Release | |
| 2021-10-15 | TDB 335.21101 - 2021/10/15TDB335.21101 | TDB Release | |
| 2021-09-28 | TDB 335.21091 - 2021/09/28TDB335.21091 | TDB Release | |
| 2021-08-15 | TDB 335.21081 - 2021/08/15TDB335.21081 | TDB Release | |
| 2021-08-14 | Scripts/Commands: Convert rbac commands to new system | Carbenium | |
| 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); | |||
| 2021-07-18 | [Exploit/Dupe] Container item (#26689) | robinsch | |
| * 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> | |||
| 2021-07-15 | TDB 335.21071 - 2021/07/15TDB335.21071 | TDB Release | |
| 2021-06-20 | SQL: Update auth_database.sql with latest updates | jackpoz | |
| 2021-06-15 | TDB 335.21061 - 2021/06/15TDB335.21061 | TDB Release | |
| 2021-05-14 | TDB 335.21051 - 2021/05/14TDB335.21051 | TDB Release | |
| 2021-04-16 | TDB 335.21041 - 2021/04/16TDB335.21041 | TDB Release | |
| 2021-03-15 | TDB 335.21031 - 2021/03/15TDB335.21031 | TDB Release | |
| 2021-02-15 | TDB 335.21021 - 2021/02/15TDB335.21021 | TDB Release | |
| 2021-01-15 | TDB 335.21011 - 2021/01/15TDB335.21011 | TDB Release | |
| 2021-01-03 | SQL: Fix auth db db structure | jackpoz | |
| 2021-01-03 | Core/Commands: Add .reload vehicle_template | Shauren | |
| (cherry picked from commit 4ca15ec065289e12ce95962b3afd89445e141a97) # Conflicts: # sql/base/auth_database.sql # src/server/game/Accounts/RBAC.h | |||
| 2020-12-15 | TDB 335.20121 - 2020/12/15TDB335.20121 | TDB Release | |
| 2020-11-16 | TDB 335.20111 - 2020/11/16TDB335.20111 | TDB Release | |
| 2020-10-15 | TDB 335.20101 - 2020/10/15TDB335.20101 | TDB Release | |
| 2020-09-27 | Core/Auction House: Eliminate blocking db queries for account permissions ↵ | Shauren | |
| when expiring auctions that have offline bidders | |||
| 2020-09-17 | Script/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> | |||
| 2020-09-15 | TDB 335.20091 - 2020/09/15TDB335.20091 | TDB Release | |
| 2020-09-06 | Core/Authserver: Removal of sha_pass_hash, compatibility fields, and ↵ | Treeston | |
| everything that uses them (PR #25156) | |||
| 2020-09-02 | Core/Player: Fixed incorrect prepared statement parameter types in ↵ | robinsch | |
| Player::_SaveBGData Merges #25379 | |||
| 2020-08-22 | TDB 335.20082 - 2020/08/22TDB335.20082 | TDB Release | |
| 2020-08-15 | TDB 335.20081 - 2020/08/15TDB335.20081 | TDB Release | |
| 2020-08-11 | Core/Warden: Warden refactors (PR #25235) | Treeston | |
| 2020-08-03 | Core/DB: Split `accounts`.`session_key` into `session_key_auth` (3.3.5) and ↵ | Treeston | |
| `session_key_bnet` (master), so the branches will no longer break each other's realm switching. | |||
| 2020-08-03 | Core/Authserver: Compatibility change for master branch | Shauren | |
| 2020-08-02 | Core/Authserver: Re-organize the `accounts` table (PR #25135) | Treeston | |
| - no longer use sha_pass_hash for anything else core-side (.account, SOAP, RA) - salt/verifier/session_key are now binary - old s/v/sha_pass_hash fields kept around for backwards compatibility - sha_pass_hash is still updated (for now), s/v are not - sha_pass_hash is only read if s/v have been manually changed - SRP6 b now uses the full 32 bytes of randomness (instead of randomly only using 19) | |||
| 2020-07-16 | SQL: Rename old sql to resolve naming conflict between branches | Shauren | |
| 2020-07-15 | TDB 335.20071 - 2020/07/15TDB335.20071 | TDB Release | |
| 2020-06-20 | DB/Account: update account_access table (#24788) | ForesterDev | |
| * DB/Account: update account_access table: - rename fields id -> AccountID, gmlevel -> SecurityLevel - add Comment field - rename command .acc set gmlevel to .acc set seclevel * Update auth database * Fix primary key * Temporary restore old command account set gmlevel with same handler as account set seclevel Use Optional for realmID - if not set, use -1 (for all realms) * Rename 2020_XX_XX_00_auth.sql to 2020_06_20_00_auth.sql * Update auth_database.sql * Rename 2020_XX_XX_00_world.sql to 2020_06_20_06_world.sql Co-authored-by: Giacomo Pozzoni <giacomopoz@gmail.com> | |||
| 2020-06-15 | TDB 335.20061 - 2020/06/15TDB335.20061 | TDB Release | |
| 2020-05-15 | TDB 335.20051 - 2020/05/15TDB335.20051 | TDB Release | |
| 2020-04-18 | Add 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> | |||
| 2020-04-15 | TDB 335.20041 - 2020/04/15TDB335.20041 | TDB Release | |
| 2020-04-07 | Missing 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> | |||
| 2020-03-16 | TDB 335.20031 - 2020/03/16TDB335.20031 | TDB Release | |
| 2020-02-15 | TDB 335.20021 - 2020/02/15TDB335.20021 | TDB Release | |
| 2020-01-15 | TDB 335.20011 - 2020/01/15TDB335.20011 | TDB Release | |
| 2019-12-15 | TDB 335.19121 - 2019/12/15TDB335.19121 | TDB Release | |
| 2019-12-07 | Core/Realms: Move build info (and auth seeds) to database | Shauren | |
| (cherry picked from commit 61f2eed3531ebfd2585ab05add31ae9e97598233) | |||
