summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas1-2/+1
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-12-28Add missing override and final to destructors.Andrei Karas1-1/+1
2017-08-03Remove network handlers in general handler was deleted.Andrei Karas1-0/+2
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-04-17Revert "Remove override keyword, if it present with final."Andrei Karas1-2/+2
2016-04-17Remove override keyword, if it present with final.Andrei Karas1-2/+2
2016-02-20Add missing const in net directory.Andrei Karas1-1/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-08-29Fix code style.Andrei Karas1-5/+0
2015-08-25Move receive code from chathandler into separate file.Andrei Karas1-18/+0
2015-08-25Move all receive (process) methods into protected.Andrei Karas1-3/+3
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-1/+2
2015-03-10Rename packet SMSG_MVP into SMSG_MVP_EFFECT.Andrei Karas1-1/+1
2015-02-16Move talkPet from ea namespace into eathena and tmwa.Andrei Karas1-3/+0
2015-02-16Move processBeingChat from ea namespace into eathena and tmwa.Andrei Karas1-2/+0
2015-02-16Move processWhisperContinue from ea namespace into eathena and tmwa.Andrei Karas1-3/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-17Add static in chathandler.Andrei Karas1-14/+15
2014-10-13eathena: show error for non existing channel in channel tab.Andrei Karas1-0/+4
2014-09-07Move processWhisperResponse from ea namespace into eathena and tmwa.Andrei Karas1-2/+0
2014-09-07split processWhisperResponse into two functions with net code and without.Andrei Karas1-0/+2
2014-09-07Move processWhisper from ea namespace into eathena and tmwa.Andrei Karas1-2/+0
2014-09-07separate processWhisper into two functions. With netcode and without.Andrei Karas1-0/+3
2014-09-06Move processChat from ea namespace into tmwa and eathena.Andrei Karas1-2/+0
2014-08-30Remove additional parameters from processChat function.Andrei Karas1-2/+1
2014-08-30Remove additional parameters from processBeingChat function.Andrei Karas1-2/+1
2014-05-31Add missing notfinal/final to classes.Andrei Karas1-1/+1
2014-02-20improve includes.Andrei Karas1-1/+5
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-27allow to owner talk from own pet.Andrei Karas1-0/+3
2013-12-26add restrict into chathandler.Andrei Karas1-2/+2
2013-12-15fix multiline motd messages showing/hiding.Andrei Karas1-0/+1
2013-11-09fix motd message while changing char or reconnecting to server.Andrei Karas1-0/+2
2013-11-03fix motd message show/hide on "new" tmw server.Andrei Karas1-1/+2
2013-10-24add option to show motd message.Andrei Karas1-0/+1
2013-10-24add final keyword to net files.Andrei Karas1-1/+1
2013-10-19add missing const in declaration in chathandler.hAndrei Karas1-1/+1
2013-09-15remove unused includes from net directory.Andrei Karas1-2/+0
2013-04-14another fixes from cpplint.Andrei Karas1-1/+1
2013-04-14some more style fixes from cpplint.Andrei Karas1-1/+1
2013-03-29fix code style.Andrei Karas1-1/+1
2013-03-28Add missing override to chathandler.Andrei Karas1-1/+2
2013-03-27improve chathandler class.Andrei Karas1-34/+5
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-0/+1
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-2/+4
2013-03-21Send channel name to net code layer.Andrei Karas1-1/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-10-15Fix compilation warnings without C++11 support.Andrei Karas1-1/+1