summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-26add restrict into chathandler.Andrei Karas1-5/+6
2013-10-24add option to show motd message.Andrei Karas1-3/+0
2013-10-11add /talkraw chat command for special use.Andrei Karas1-3/+2
2013-09-30move tabs into tabs directory.Andrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-8/+0
2013-09-13fix compilation errors after last commit.Andrei Karas1-0/+1
2013-09-12disable server whisper ignores for "new" tmw servers because it was removed.Andrei Karas1-0/+4
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-04-21some other fixes from cpplint.Andrei Karas1-10/+10
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-2/+2
2013-04-07fix more style, add consts.Andrei Karas1-0/+1
2013-03-27improve chathandler class.Andrei Karas1-10/+10
2013-03-24fix code style.Andrei Karas1-1/+1
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-6/+31
2013-03-21Send channel name to net code layer.Andrei Karas1-1/+1