summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-13In chatHandler add function to join channel.Andrei Karas1-0/+4
2014-10-13Add special method in charHandler to send message to channel.Andrei Karas1-0/+5
2014-10-12Rename server feature haveChatChannels into haveSpecialChatChannels.Andrei Karas1-1/+1
2014-10-12Move ChatTab into chat subdir.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-3/+2
2014-09-19Add comments for all output packets header.Andrei Karas1-9/+9
2014-09-19eathena: add packet CMSG_CHAT_JOIN 0x00d9.Andrei Karas1-0/+5
2014-09-17Remove getter for serverFeatures.Andrei Karas1-3/+3
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16Add server feature haveServerIgnore.Andrei Karas1-2/+2
2014-09-16Add server feature haveChatChannels.Andrei Karas1-1/+4
2014-09-16eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db.Andrei Karas1-0/+4
2014-09-13Split processChat for each packet type.Andrei Karas1-8/+19
2014-09-13Split processChat into two functions with net code and without.Andrei Karas1-1/+6
2014-09-13Split processChat for gm messages and all other.Andrei Karas1-3/+67
2014-09-11eathena: add packet CMSG_REQUEST_IGNORE_LIST 0x00d3.Andrei Karas1-0/+4
2014-09-11add packet CMSG_IGNORE_NICK 0x00cf.Andrei Karas1-0/+14
2014-09-09Fix compilation warnings.Andrei Karas1-1/+1
2014-09-09eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5.Andrei Karas1-0/+7
2014-09-08Improve string to int parsing.Andrei Karas1-15/+4
2014-09-08Update command for sending raw packets to server.Andrei Karas1-62/+28
2014-09-07Move processWhisperResponse from ea namespace into eathena and tmwa.Andrei Karas1-0/+8
2014-09-07Move processWhisper from ea namespace into eathena and tmwa.Andrei Karas1-0/+15
2014-09-06add packet comments in chathandler.Andrei Karas1-27/+29
2014-09-06Move processChat from ea namespace into tmwa and eathena.Andrei Karas1-0/+82
2014-08-30Remove additional parameters from processChat function.Andrei Karas1-2/+2
2014-08-30Remove additional parameters from processBeingChat function.Andrei Karas1-2/+2
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-2/+2
2014-02-20improve includes.Andrei Karas1-2/+1