summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-02-09Update copyright headers up to 2023Jesusalva Jesusalva1-1/+2
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas1-6/+4
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+5
2017-06-09Fix code style.Andrei Karas1-1/+0
2017-06-08Remove useless extern declarations.Andrei Karas1-1/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-05-02Remove extra includes.Andrei Karas1-2/+0
2017-05-01Remove ServerFeatures haveServerIgnore because it was used only in tmwa.Andrei Karas1-8/+0
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-12-10Fix some issues found by automatic checks.Andrei Karas1-3/+3
2016-06-09Dont send packet CMSG_WHO_REQUEST on unsupported tmwa versions.Andrei Karas1-0/+3
2016-04-14For tmwa server version >= 0x100408 not send nick in chat message.Andrei Karas1-6/+17
2016-02-25Replace direct gm commands to gm command functions.Andrei Karas1-1/+2
2016-02-20Add some more missing consts.Andrei Karas1-1/+1
2016-02-20Add missing const in net directory.Andrei Karas1-4/+4
2016-02-08Improve some empty string checks.Andrei Karas1-2/+2
2016-02-07Replace most static_cast<Type> to shorter versions from defines.Andrei Karas1-11/+11
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-09-09Remove virtual method call from MessageOut constructor.Andrei Karas1-2/+6
2015-09-07Split protocol.h into protocolin.h and protocolout.hAndrei Karas1-1/+1
2015-09-04Remove some useless includes.Andrei Karas1-1/+0
2015-09-02Remove MessageHandler classAndrei Karas1-59/+0
2015-08-29Fix code style.Andrei Karas1-11/+2
2015-08-25Move receive code from chathandler into separate file.Andrei Karas1-361/+12
2015-08-23Change protocol version to 5. Add packet SMSG_SCRIPT_MESSAGE (tmwa).Andrei Karas1-0/+13
2015-06-20Remove unused old evol packets from tmwa namespace.Andrei Karas1-81/+17
2015-06-15Fix code style.Andrei Karas1-0/+1
2015-06-06Fix code style.Andrei Karas1-4/+0
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-05-24From ChatTab::chatLog removed default parameter for message owner type.Andrei Karas1-1/+1
2015-05-24Add strong typed bool type TryRemoveColors.Andrei Karas1-3/+3
2015-05-24Add strong typed bool type IgnoreRecord.Andrei Karas1-5/+14
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-1/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-1/+1
2015-03-29eathena: add packet CMSG_KICK_FROM_CHAT_ROOM 0x00e2.Andrei Karas1-0/+4
2015-03-29eathena: add packet CMSG_SET_CHAT_ROOM_OWNER 0x00e0.Andrei Karas1-0/+4
2015-03-29eathena: add packet CMSG_SET_CHAT_ROOM_OPTIONS 0x00de.Andrei Karas1-0/+7
2015-03-28eathena: add packet CMSG_LEAVE_CHAT_ROOM 0x00e3.Andrei Karas1-0/+4
2015-03-10Rename packet SMSG_MVP into SMSG_MVP_EFFECT.Andrei Karas1-3/+3
2015-02-16Move talkPet from ea namespace into eathena and tmwa.Andrei Karas1-0/+8
2015-02-16Move processBeingChat from ea namespace into eathena and tmwa.Andrei Karas1-0/+79
2015-02-16Move processWhisperContinue from ea namespace into eathena and tmwa.Andrei Karas1-1/+126
2015-01-14Add support for #gm channel for gm tab.Andrei Karas1-0/+2
2015-01-14For trade tab use channel to send messages.Andrei Karas1-2/+6
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-12-03eathena: add packet CMSG_CHAT_PART_CHANNEL 0x0b09.Andrei Karas1-0/+4
2014-10-17Add static in chathandler.Andrei Karas1-1/+1