aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-20Scripts/Quest: Update 'Dissension Amongst the Ranks...' (10769, 10776) (#28044)offl
2022-06-20Scripts/Quest: Update 'Through the Eye' (13121) (#28043)offl
2022-06-20Scripts/UB: Rework The Black Stalker (#28040)offl
2022-06-20DB/Loot: Remove loot from creatures which shouldn't drop anythingoffl
2022-06-17Scripts/Quest: Rework 'Mending Fences' (12915) (#28034)offl
2022-06-16DB/Spells: Get rid of a couple spell scriptsoffl
2022-06-16Core/Crypto: Fixed build with openssl 1.1daMaex
2022-06-16Core/Crypto: Fixed loading legacy openssl provider for RC4 on windowsShauren
2022-06-16Core/Crypto: Updated ARC4 code with openssl 3.0 supportdaMaex
2022-06-16Core/Crypto: Fixed GenericHMAC::Finalize wth openssl 3.0daMaex
2022-06-16Core/Crypto: Switch away from deprecated low level md5 functionsdaMaex
2022-06-16Core/Crypto: Fixed EVP_PKEY reference counting for copied objectsShauren
Closes #27943 (cherry picked from commit aa6a0f24312ce6132e55a9aed677362a3b1dc8a9)
2022-06-16CI: Use newer openssl dll filenames when building artifactsShauren
(cherry picked from commit d1266a2abe7d066969f3de00e7465972d949642a)
2022-06-16Build: Prioritize manually selected openssl location over default installed oneShauren
(cherry picked from commit 370dd97998bac1318592eaf93ee192089127bfda)
2022-06-16CI: Bump upgrade openssl used on appveyor from 1.0.2 to 1.1.1Shauren
(cherry picked from commit 63f6626c46919a9f6c5317cd0faf2d23a2781898)
2022-06-16Core/Crypto: Switch away from most deprecated openssl functions and removed ↵Shauren
upper version limit (cherry picked from commit bc87f7b337154e683369a3790ee8fd1a7d4cba98)
2022-06-16Core/Misc: Prefix include guard to avoid possible conflict with external libraryShauren
(cherry picked from commit aefce9a25cc1af82d91b07b819bf715fbce41b2f)
2022-06-15DB/Spells: Get rid of few more spell scripts (handle effects in a more ↵offl
correct way)
2022-06-15DB/Spells: Get rid of few spell scripts (handle effects in a more correct way)offl
2022-06-15DB/Quest: Update 'Destroying the Altars' (13119)offl
2022-06-15DB/Creature: Mennu the Betrayer's totemsoffl
2022-06-14MariaDB support for Ubuntu 22.04 (#28031)daMaex
2022-06-12Scripts/Spells: Rework Fire Bomb (Halaa) (#28025)offl
2022-06-10Scripts/Quest: Migrate few quest spell scripts to zone files (#28015)offl
2022-06-09Scripts/Quest: Rework 'The Perfect Dissemblance' (12260) & 'A Fall From ↵offl
Grace' (12274) & Bombard the Ballistae (12232) & Without a Prayer (12254) (#28013) Closes #26750
2022-06-09Core/Units: Removed incorrect facing movement packet sent with every ↵Kaytotes
creature autoattack (#28006)
2022-06-09Core/Spells: Correct flagging spell caster for pvp when healing/buffing ↵Jinnaix
friendly creatures - it should only happen if target is in combat (#27977)
2022-06-05DB/Creature: Add missing PvP flag to some creaturesoffl
2022-06-05DB/SAI: Use OnSpellCast instead of OnSpellHitTarget in one caseoffl
2022-06-05DB/SAI: Remove one of hacks to stop follow movementoffl
2022-06-04Scripts/Quest: Rework 'The Way to His Heart...' & make SAI's StopFollow work ↵offl
again (#28001)
2022-06-01TDB 335.22061 - 2022/06/01TDB335.22061TDB Release
2022-05-29correctly apply npc pvp flags (#27974)Jinnaix
2022-05-09Core/Player: Prevent updating visibility if player is not in world. Closes ↵Intel
#13659 (cherry picked from commit 3ec88b7086953685617c2ccd79207a388d20e129) Closes #27914
2022-05-07Core/Spells: Paladin's Judgements can be applied on different targets at the ↵Gildor
same time (#27933)
2022-05-04Scripts/Naxxramas: Fix achievement The Immortal / The Undying (#27937)Gildor
2022-04-27Core/ItemHandler: fix selling items over gold limit (#27930)okfok
* Core/ItemHandler: fix selling items over gold limit * Core/ItemHandler: fix selling items over gold limit codestyle edit * Core/ItemHandler: move code, fix condition * codestyle
2022-04-22Core/Scripts: Fix heap buffer overflow in BRD Tomb of seven event (#27920)Riztazz
* Core/Scripts: Fix heap buffer overflow in BRD Tomb of seven event * Core/Scripts: Remove magic numbers in brd script, adjust codestyle to tc preference * missing ) Closes #27919
2022-04-18Core/Achievements: Move log about missing achievement to startupShauren
2022-04-18Core/Achievements: Fixed optimization from ↵Shauren
9b44ed9cda347bfda1078666b3779d985fc37b2b being ineffective for UpdateAchievementCriteria calls that don't have any related criteria
2022-04-18Core/PacketIO: Continue processing packets even if player is not in worldjackpoz
2022-04-18Core/Metric: Sync default Metric.Interval valuejackpoz
Sync default Metric.Interval value in C++ with the value in worldserver.conf
2022-04-17Core/Auras: INVISIBILITY_UNK10 also applies the flag ↵Meji
PLAYER_FIELD_BYTE2_INVISIBILITY_GLOW (#27788)
2022-04-17Scripts/Gossip: Fixed money not being removed when enabling/disabling ↵Shauren
experience gains Closes #27772
2022-04-17Core/Gossip: Fixed gossip menu options not performing their default actions ↵Shauren
when added by script using db data
2022-04-17Core/Achievements: Reduce differences between branches (#27675)funjoker
2022-04-17Core/Quest - fix incorrect answer when sharing (#27529)kvolk2git
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-04-17Core/Chat: Apply chat flood control to addon messages as well (#26908)stoneharry
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2022-04-16Core/PacketIO: Stop WorldSession packet processing loop immediately when ↵Shauren
AntiDOS kicks/bans the player
2022-04-16Core/World: Allow specifying minimum world updates diff in configShauren