summaryrefslogtreecommitdiff
path: root/src/net/ea/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-3/+2
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-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-1/+1
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-08-29Use time_t for time values.Andrei Karas1-1/+1
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-14/+0
2015-08-25Move receive code from chathandler into separate file.Andrei Karas1-149/+10
2015-06-30Fix code style.Andrei Karas1-1/+1
2015-06-29Move notifytypes.h into enums directory.Andrei Karas1-2/+2
2015-05-29Add strong typed int type BeingId.Andrei Karas1-1/+1
2015-04-04Show unimplimented packet debug message on each unsupported packets parameters.Andrei Karas1-6/+3
2015-03-16Remove useless includes from cpp filesAndrei Karas1-6/+0
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-8/+0
2015-02-16Move processBeingChat from ea namespace into eathena and tmwa.Andrei Karas1-79/+0
2015-02-16Move processWhisperContinue from ea namespace into eathena and tmwa.Andrei Karas1-123/+0
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-17Add static in chathandler.Andrei Karas1-10/+17
2014-10-13eathena: show error for non existing channel in channel tab.Andrei Karas1-1/+16
2014-10-12Move GmTab into chat subdir.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+0
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16Add server feature haveIncompleteChatMessages.Andrei Karas1-1/+3
2014-09-10Change format in ActorType enum.Andrei Karas1-2/+2
2014-09-07Remove unused includes.Andrei Karas1-1/+1
2014-09-07Add missing whisper error status.Andrei Karas1-0/+10
2014-09-07Move processWhisperResponse from ea namespace into eathena and tmwa.Andrei Karas1-8/+0
2014-09-07split processWhisperResponse into two functions with net code and without.Andrei Karas1-1/+6
2014-09-07Move processWhisper from ea namespace into eathena and tmwa.Andrei Karas1-15/+0
2014-09-07separate processWhisper into two functions. With netcode and without.Andrei Karas1-1/+6
2014-09-06add packet comments in chathandler.Andrei Karas1-12/+12
2014-09-06Move processChat from ea namespace into tmwa and eathena.Andrei Karas1-74/+0
2014-08-30Remove additional parameters from processChat function.Andrei Karas1-2/+4
2014-08-30Remove additional parameters from processBeingChat function.Andrei Karas1-2/+4
2014-07-30Rename player_node variable into localPlayer.Andrei Karas1-2/+2
2014-07-14Rename readInt8 into readUInt8 because it really read uint8_t.Andrei Karas1-9/+9
2014-06-07fix code style.Andrei Karas1-9/+10
2014-05-18fix code style.Andrei Karas1-4/+6
2014-05-16Move chatmsgtype into separate file.Andrei Karas1-5/+5
2014-05-13Move actor type into separate file.Andrei Karas1-2/+2
2014-03-16fix profiler labels.Andrei Karas1-0/+1
2014-02-20improve includes.Andrei Karas1-0/+2
2014-01-01update copyright year in all sources.Andrei Karas1-1/+1
2013-12-27allow to owner talk from own pet.Andrei Karas1-0/+8