Shauren
f3465003df
Core: Updated allowed build to 9.0.5.38556
2021-05-12 01:10:21 +02:00
Shauren
5fdd2c95ef
SQL: Fix copypaste
2021-04-10 23:58:23 +02:00
Shauren
9c1247c1e7
Core: Updated allowed build to 9.0.5.38134
2021-04-10 23:34:19 +02:00
ForesterDev
7bd3914663
Scripts/Commands: modify command .dismount to target any selected player ( #19788 )
...
- change security lvl for command .dismount to 2 (gamemasters). For players there is /dismount command
Closes #19788
(cherry picked from commit 661dfee80e )
2021-03-15 20:17:31 +01:00
Shauren
bf445cdc90
Core: Updated allowed build to 9.0.2.37474
2021-02-09 17:33:21 +01:00
Shauren
21d28a0190
Core: Updated allowed build to 9.0.2.37176
2021-01-13 11:21:42 +01:00
Shauren
adf5f9035b
Core: Updated allowed build to 9.0.2.37142
2021-01-10 12:33:02 +01:00
Mikhail Redko
7625bd960e
Core/WorldSession: Add RBAC permission for skipping idle connection check ( #20595 )
...
(cherry picked from commit 558382ed6d )
2020-12-31 23:23:50 +01:00
Shauren
4ca15ec065
Core/Commands: Add .reload vehicle_template
2020-12-31 14:13:29 +01:00
RealLushen
01af07c20b
DB/Auth: Corrected expansion NOT NULL DEFAULT to 8 (Shadowlands)
2020-12-23 00:04:43 +01:00
Shauren
8742bf353d
Core: Updated allowed build to 9.0.2.36949
2020-12-15 19:38:08 +01:00
Shauren
aede11f8aa
Core: Updated allowed build to 9.0.2.36839
2020-12-08 18:17:02 +01:00
Shauren
75c227d1a0
Core: Updated allowed build to 9.0.2.36753
2020-12-08 18:16:47 +01:00
TDB Release
f0a87e11f2
TDB 837.20101 - 2020/10/20
2020-10-20 21:43:38 +00:00
Shauren
87448621ac
Core: Add mac client support for build 35662
2020-09-25 19:54:37 +02:00
Shauren
2cb0d575ab
Core: Updated allowed build to 8.3.7.35662
2020-08-26 21:03:23 +02:00
Treeston
703910d71b
Scripts/Commands: New utility command: .list spawnpoints.
...
(I just needed it for dynspawn follow-up work, really.)
(cherry picked from commit fcd6fe0aac )
2020-08-22 13:11:34 +02:00
TDB Release
f4b4425862
TDB 837.20081 - 2020/08/14
2020-08-14 21:46:30 +00:00
Shauren
49de30e928
Core: Add mac client support for build 35435
2020-08-08 00:18:07 +02:00
Shauren
05d457455a
Core: Updated allowed build to 8.3.7.35435
2020-08-06 20:43:38 +02:00
Treeston
22bad09c01
Core/DB: Split accounts.session_key into session_key_auth (3.3.5) and session_key_bnet (master), so the branches will no longer break each other's realm switching.
...
(cherry picked from commit 38de6d3307 )
2020-08-03 22:49:31 +02:00
Shauren
eefbf2892f
Core/Authserver: Compatibility change for master branch
...
(cherry picked from commit bfb041246f )
2020-08-03 22:39:52 +02:00
Treeston
73922d2a85
Core/Authserver: Re-organize the accounts table (PR #25135 )
...
- 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)
(cherry picked from commit 3164b58c7d )
2020-08-03 22:37:47 +02:00
Shauren
64120b53a8
Core: Add mac client support for build 35284
2020-07-25 00:04:42 +02:00
Shauren
b3ba029791
Core: Updated allowed build to 8.3.7.35284
2020-07-24 09:42:14 +02:00
Shauren
8f9a69c9fa
Core: Updated to 8.3.7.35249
2020-07-23 20:00:27 +02:00
treeston
118e53f1b8
Combat/threat rewrite prep - merge RBAC/DB changes.
...
(cherry picked from commit e35092c6a1 )
2020-07-16 22:06:56 +02:00
treeston
f8fa4d734c
Correct some missing auth DB changes from b59ca1c.
...
(cherry picked from commit 41eddd59aa )
2020-07-16 22:00:30 +02:00
treeston
64d8b183de
Add new command 'npc showloot'. Does exactly what it says on the tin.
...
(cherry picked from commit 6f29aac936 )
2020-07-16 22:00:29 +02:00
treeston
60fadf8c71
Insert dynamic_spawning RBACs (already reserved in RBAC.h as of 55d8c2b) into auth database to prevent constant base file conflicts on that branch.
...
(cherry picked from commit 06c5d139f6 )
2020-07-16 22:00:29 +02:00
Shauren
aa44a9f08b
Core: Add mac client support for build 34963
2020-07-03 20:11:06 +02:00
Shauren
4ae6433105
Core: Updated allowed build to 8.3.0.34963
2020-07-02 10:33:33 +02:00
ForesterDev
01d098830a
DB/Account: update account_access table ( #24788 )
...
* 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 >
(cherry picked from commit 8e0365d8a6 )
2020-06-22 11:03:31 +02:00
TDB Release
6e62bf5a1e
TDB 830.20061 - 2020/06/17
2020-06-17 17:09:48 +00:00
Shauren
574ee17d6d
Core: Updated allowed build to 8.3.0.34769
2020-06-17 10:01:19 +02:00
ForesterDev
7211c6e51d
Scripts/Command: implement .debug play music command
...
Closes #19809
(cherry picked from commit dd4ff1fe54 )
2020-06-14 23:49:04 +02:00
Shauren
853503a575
Core: Updated allowed build to 8.3.0.34601
2020-06-04 09:58:25 +02:00
Shauren
fbd74eb5d8
Core: Updated allowed build to 8.3.0.34220
2020-04-30 00:41:52 +02:00
Shauren
eb579f6d76
Core: Updated allowed build to 8.3.0.33941
2020-04-04 13:28:06 +02:00
Shauren
abe4d59526
Core: Add mac client support for build 33775
2020-03-31 17:01:39 +02:00
Aokromes
d4d02aed8b
Typo fix.
...
closes #24352
2020-03-25 00:18:48 +01:00
Shauren
1d7f154522
Core: Updated allowed build to 8.3.0.33775
2020-03-23 18:02:48 +01:00
Shauren
12c1022030
Core: Updated allowed build to 8.3.0.33724
2020-03-20 10:04:48 +01:00
Shauren
705696bcbc
Core: Updated allowed build to 8.3.0.33528
2020-03-03 22:59:07 +01:00
Shauren
2032ade386
Core: Add mac client support for build 33369
2020-02-24 17:20:47 +01:00
Shauren
334cc3e232
Core: Updated allowed build to 8.3.0.33369
2020-02-17 23:59:18 +01:00
Shauren
a4a266ed2c
Core: Add mac client support for build 32978
2020-01-12 11:35:02 +01:00
Shauren
a99a30c4e6
Core: Updated allowed build to 8.2.5.32978
2020-01-11 13:45:54 +01:00
Shauren
4cfaf266b9
Core: Add mac client support for build 32750
2019-12-14 11:20:42 +01:00
Shauren
18e99ac58a
Core: Updated allowed build to 8.2.5.32750
2019-12-10 17:55:09 +01:00