summaryrefslogtreecommitdiff
path: root/src/net/eathena/chathandler.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Add special method in charHandler to send message to channel.Andrei Karas1-0/+3
2014-09-19eathena: add partial support for packet SMSG_CHAT_LEAVE 0x00dd.Andrei Karas1-0/+2
2014-09-19eathena: add partial support for packet SMSG_CHAT_JOIN_ACK 0x00db.Andrei Karas1-0/+2
2014-09-19eathena: add packet CMSG_CHAT_JOIN 0x00d9.Andrei Karas1-0/+3
2014-09-18eathena: add partial support for packet SMSG_CHAT_DISPLAY 0x00d7.Andrei Karas1-0/+2
2014-09-16eathena: add packet CMSG_BATTLE_CHAT_MESSAGE 0x02db.Andrei Karas1-0/+2
2014-09-13eathena: add partial support for packet SMSG_FORMAT_MESSAGE_SKILL 0x07e6.Andrei Karas1-0/+2
2014-09-13eathena: add partial support for packet SMSG_FORMAT_MESSAGE_NUMBER 0x07e2.Andrei Karas1-0/+2
2014-09-13eathena: add partial support for packet SMSG_FORMAT_MESSAGE 0x0291.Andrei Karas1-0/+2
2014-09-13Split processChat for each packet type.Andrei Karas1-0/+2
2014-09-13Split processChat into two functions with net code and without.Andrei Karas1-0/+2
2014-09-13Split processChat for gm messages and all other.Andrei Karas1-0/+2
2014-09-11eathena: add partial support for packet SMSG_CHAT_IGNORE_LIST 0x00d4.Andrei Karas1-0/+2
2014-09-11eathena: add packet CMSG_REQUEST_IGNORE_LIST 0x00d3.Andrei Karas1-0/+2
2014-09-11add packet CMSG_IGNORE_NICK 0x00cf.Andrei Karas1-0/+4
2014-09-09eathena: add packet CMSG_CREAYE_CHAT_ROOM 0x00d5.Andrei Karas1-0/+5
2014-09-08eathena: add packet SMSG_GM_CHAT2 0x01c3.Andrei Karas1-0/+2
2014-09-07Move processWhisperResponse from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-07Move processWhisper from ea namespace into eathena and tmwa.Andrei Karas1-0/+2
2014-09-06Move processChat from ea namespace into tmwa and eathena.Andrei Karas1-0/+3
2014-02-20improve includes.Andrei Karas1-1/+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 final keyword to net files.Andrei Karas1-8/+8
2013-09-15remove unused includes from net directory.Andrei Karas1-3/+1
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-03-28Add missing override to chathandler.Andrei Karas1-8/+8
2013-03-27improve chathandler class.Andrei Karas1-7/+8
2013-03-24fix code style.Andrei Karas1-1/+1
2013-03-21Send channel name to net code layer.Andrei Karas1-1/+1
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1
2012-10-10Delete copy constructor from net classes.Andrei Karas1-0/+2
2012-09-23Add missing final keywords to classes.Andrei Karas1-1/+1
2012-06-24Add basic support for eathena stable.Andrei Karas1-0/+63