aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Handlers
AgeCommit message (Expand)Author
2020-03-15Core/Mail: Validate mail subject and bodyjackpoz
2020-03-15Core/Channels: Limit channel length only for custom channelsjackpoz
2020-03-15Core/Chat: Disallow hyperlinks from being inserted in various guild-related f...treeston
2020-03-15Core/Channels: Limit channel length to 31 charactersjackpoz
2020-03-15Core/PacketIO: Validate utf8 in every client packetShauren
2020-03-12Core/PacketIO: Updated and enabled CMSG_WORLD_TELEPORT (GM opcode)Shauren
2020-03-12Core/PacketIO: update some combat packets to new system (#24236)ForesterDev
2020-02-28Core/Misc: Moved CanSpeak() method to WorldSession class (#24209)ForesterDev
2020-02-28Core/PacketIO: update SMSG_EMOTE / CMSG_EMOTE packets to new system (#24200)ForesterDev
2020-02-08Core/PacketIO: update cinematic packets to new system. Implement CMSG_OPENING...ForesterDev
2020-02-08Use boost::optional and boost::none instead of smelly pointer (#24134)Ujp8LfXBJ6wCPR
2020-02-01Core/Items: implement some helper methods for easier readability (#24113)ForesterDev
2020-01-17Core/Spells: SPELL_AURA_48 implementation (#24054)NoName
2020-01-02New yearAokromes
2019-10-27Core/PacketIO: Restrict CMSG_STANDSTATECHANGE to only allow the same stand st...Shauren
2019-10-27Core/PacketIO: Restrict CMSG_EMOTE to only allow emotes that are hardcoded in...Shauren
2019-09-25Core/Misc: Fix static analysis issueGiacomo Pozzoni
2019-09-17Core/Calendar: Add some additional validation when creating events (#23797)Giacomo Pozzoni
2019-09-04Core/Handlers: Handle CMSG_REQUEST_PET_INFO - this fixes when you /reload and...Artamedes
2019-09-01Core/Creature: Fix another pet assertjackpoz
2019-08-09Core/Channels: Fix a bug that would cause channel settings to disappear in ce...Treeston
2019-08-04Core/Unit: Spell focusing now no longer nonsensical. HasSpellFocus always con...Treeston
2019-08-03Core/Unit: rename IsFocusing methodccrs
2019-08-01Core/Movement: Remove PLAYER_FLAGS_IS_OUT_OF_BOUNDS flag if player manages to...ForesterDev
2019-08-01Core/Misc: Fix build warningGiacomo Pozzoni
2019-07-31Core/PacketIO: Fixed structure of SMSG_AUCTION_COMMAND_RESULTShauren
2019-07-25Core/PacketIO: updated totem packets (#23634)ForesterDev
2019-07-17Core/Achievement: don't increase ACHIEVEMENT_CRITERIA_TYPE_RECEIVE_EPIC_ITEM ...Wyrserth
2019-07-13Core/Chat: Rewrite some custom channel handling. Channel creation now properl...Treeston
2019-07-13Core/Player: apply LevelReq.Trade only to the player initiating a trade, alig...Wyrserth
2019-07-13Core/Player: prevent trade system from getting stuck in an invalid state when...Wyrserth
2019-07-12Battleground/Arena: Properly check RBAC arena join permission before allowing...Treeston
2019-07-08Entities/Player: Properly restore PvP-enabled state on loginTreeston
2019-07-06Core/Battleground: Implement previous opponent timer on Arena queue. (#21754)Gooyeth
2019-07-05Core/Unit: Implement more helper methods (#23555)ForesterDev
2019-07-03Core/Quest: fix money reward for quests turned in at level cap. (#23495)Wyrserth
2019-07-02Core/Player: add helper methods GetNativeGender/SetNativeGender/SetGender (#2...ForesterDev
2019-07-01Core/Unit: rename several getters to follow codestyleccrs
2019-07-01Core/Quest: do not send SMSG_QUESTGIVER_OFFER_REWARD right after SMSG_QUESTGI...Wyrserth
2019-06-26Coding standards (#23514)Aokromes
2019-06-23Entities/Unit: Cleanup all the direct accesses to m_unitMovedByMe. Refactor t...Treeston
2019-06-15 Core/Group: implement automatic party/raid leader change when the leader has...Wyrserth
2019-06-15Core/Loot: fix some issues with master loot and don't allow players to see so...Wyrserth
2019-06-05Scripts/ZulGurub: general instance related refactoring/updatingccrs
2019-06-01Core/Groups: do not allow lfg groups to change the loot mode (#23336)Ovah
2019-05-29Core/Channel: Sanitize channel namesjackpoz
2019-05-29Core/Channel: Fix CRT Debug Assert triggered with invalid channel namesjackpoz
2019-05-19Core/Handlers: apply some movement related correctionsccrs
2019-05-19Core/Handlers: random PetHandler cosmetics & codestyleccrs
2019-05-18Core/Packet: Clean up packet creationjackpoz