aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-09-18Core/Chat: Some more chat filtering cleanup:Treeston
* Always filter control characters * Clean up stripping of duplicate whitespace * Adjust .conf.dist to accurately describe what the config settings do (cherry picked from commit e50344b6df7d917ebc82b6aff4d01b1b5136f7b7)
2018-09-18Core/Chat: Some hyperlink follow-ups:Treeston
* Ignore messages containing invalid links again instead of trying to sanitize them. Closes #22451. * No longer filter messages on the addon channel. Closes #22450. (cherry picked from commit e858706270c3059acf6915e7cf655eed0f7e88bb)
2018-09-17Core/Chat: Fix validation of tradeskill recipes that belong to multiple ↵Treeston
skill lines (cherry picked from commit 2dc174029cb81150a7b033f2c062bfddfb9ff55a)
2021-11-09Core/Scripts: Unify Chrono Literals (#22420)DanVS
* Unify Chrono Literals * Retire IN_MILLISECONDS * Build fix * Build fix (sequel) * Retire urand() * Edge cases * Build * Whitespaces * More edge cases * Additional cases (cherry picked from commit 5b0f4009df4cde413c92c73467ca9a63e79a772b)
2021-11-08Core/Player: Delay resurrection on release for unreachable maps until ↵Treeston
teleport has completed. Closes #21481. (cherry picked from commit 28591fd1658e3e4842d64f330f27c233dc69aad2)
2021-11-08Core/Player: Clean up duel related code. Fix a check for abusive client ↵Treeston
behavior, sanitize pointer usage, code style. Closes #22374. (cherry picked from commit 003cc56d70c9b07f4484cb82484091ab4013895a)
2021-11-08Scripts/Commands: Add .debug dummy. It does nothing, which means you can ↵Treeston
make it do anything. (cherry picked from commit 97ade1321b6d18393202a1448f2b042fc1ff0546)
2021-11-08Core/Misc: Re-generate HotfixDatabase.cppShauren
2021-11-08Core/BattlePets: Don't permanently learn battle pet summoning spells (#27201)Meji
Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-11-08Misc: Update chr_races_locale field names toofunjoker
2021-11-08Core/Auras: Implement SpellAuraInterruptFlags2::Ground and ↵Seyden
SpellAuraInterruptFlags2::Swimming (#27193)
2021-11-07Misc: Rename db2 fields to official namefunjoker
2021-11-06Core/Movement: Corrected values sent in knockback packet when speedXY < 0Shauren
Co-authored-by: Seyden <saiifii@live.de>
2021-11-06Core/Misc: Fixed facing after using areatrigger teleports and graveyard ↵Shauren
orientations
2021-11-06Core/Auras: Mount speed auras are now properly selected when teleporting ↵ModoX
(dungeon enter/exit, regular teleport, ...) (#27159) * Update mount speed when learning new riding skill level * Update mount speed on SPELL_AURA_MOUNT_RESTRICTIONS Co-authored-by: Ovah <dreadkiller@gmx.de> Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-11-06Core/Misc: Send saved client settings instantly after login, not only after ↵Shauren
entering world
2021-11-06Core/Movement: Remove random direction knockbacks and instead use unit ↵Seyden
orientation (#27194) Co-authored-by: Shauren <shauren.trinity@gmail.com>
2021-11-05Scripts/Mechagnomes: Added areatrigger teleporter from Mechagon City to ↵ModoX
Stormwind (#27237)
2021-11-05Tools: Update db2 metadata expected by extractors to 9.1.5Shauren
Closes #27251
2021-11-05Core/Misc: 9.1.5 enum updatesShauren
2021-11-04Core/DataStores: Add a bit more info to db2 file loader sign check assertionsShauren
2021-11-04Core/PacketIO: 9.1.5 updatefields and SMSG_UPDATE_OBJECT structureShauren
2021-11-02Core/PacketIO: Updated remaining packet structures to 9.1.5Shauren
2021-11-02Core/PacketIO: Updated CMSG_UPDATE_MISSILE_TRAJECTORY to 9.1.5Shauren
2021-11-02Core/PacketIO: Rename DepositGuildBankItem to AutoGuildBankItem to match ↵Shauren
enum name
2021-11-02Core/PacketIO: Updated account data packets to 9.1.5Shauren
2021-11-02Core/PacketIO: Updated SMSG_FEATURE_SYSTEM_STATUS to 9.1.5Shauren
2021-11-02Core/PacketIO: Updated SMSG_QUEST_PUSH_RESPONSE to 9.1.5Shauren
2021-11-02Core/DataStores: Updated hotfix packet structures to 9.1.5Shauren
2021-11-02Core/PacketIO: Updated opcodes to 9.1.5Shauren
2021-11-02Core/Social: Implemented account ignoresShauren
2021-11-01Core/DataStores: Updated db2 structures to 9.1.5Shauren
2021-11-03Core/DB: Rename SoundEntriesID to SoundKitID in BroadcastTextfunjoker
This is the correct naming
2021-11-03Core/DB: Fix AnimationData structurefunjoker
2021-11-02Core/GuildFinder: Remove as preparation for 9.1.5Shauren
2021-10-31Core/Chat: Implement hyperlink validation for new link typesShauren
2021-10-31Core/DataStores: Load CurrencyContainer, GarrMission, JournalEncounter, ↵Shauren
JournalEncounterSection, JournalInstance, JournalTier, KeystoneAffix, MapChallengeMode, MawPower and SoulbindConduitRank
2021-10-31Core/Chat: Add a missing terminator checkTreeston
(cherry picked from commit bf6082a8354910beef00551b1c17bcdfe9492ab1)
2021-10-31Core/Spells: Include RealPointsPerLevel when determining if aura is negative ↵HelloKitty
(#22427) (cherry picked from commit 0d1eed5dabdc86e4a7ae2d5dfc8f5c17636f69a1)
2021-10-31Movement/TaxiPath: Properly clean up list of taxi destinations upon arrival ↵Treeston
at final node. Closes #22089. (cherry picked from commit a3697052c3860b9bd5524b932fbda9c8690e9e72)
2021-10-31Core/Misc: FIx a GCC warningShauren
2021-10-31Core/Chat: Unify chat hyperlink parsing (PR #22417)Treeston
- Validate most link properties all the time - If enabled, also validate link text (needs locale) - Instead of blocking the entire message, sanitize it - Apply filtering to DND/AFK messages. Closes #22399 (cherry picked from commit f27284594b18000a1c098262728fb19fdc63fc6c)
2021-10-30Core/Commands: Parse character guid in achievement hyperlinks to ObjectGuidShauren
2021-10-30Core/Entities: Implemented ObjectGuid::FromStringShauren
Closes #27170
2021-10-27Scripts/Auras: Lookup aura scripts by their type, not nameShauren
2021-10-27Scripts/Spells: Implement Demon Hunter Havoc talent "First Blood" (#27176)Seyden
2021-10-27Core/Unit: Erm, so it turns out that releasing your spirit actually never ↵Treeston
set your death state to DEAD. It stayed as CORPSE. That's wrong, of course, but we didn't notice because zombie corpses (see f50a8e5). Zombie corpses are gone, so now it caused a bug. That's fixed too. Closes #21873. (Finally.) (cherry picked from commit 7bc16e2ee6ace39588a991537ff28811000a16c2)
2021-10-27Core/Unit: Successfully (?) prevented the zombie apocalypse. Corpses can no ↵Treeston
longer gain HP. Closes #22409. (cherry picked from commit f50a8e5926372400e87337fdcdcd03fd68a8a4c6)
2021-10-27Scripts/VoA: Update events to use std::chrono (PR #22415)Full-Stack Developer
(cherry picked from commit 8f60d48ea96b4677576127ece8007be9c8862a23)
2021-10-26Creature/Script: Fix Highlord Darion Mograine waypoint speedKillyana
Closes #21290 (cherry picked from commit ddd779fef55f14e2229d1b64e9eb48a02e6f3f7a)