summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2025-05-24Switch source code headers to ManaVerse & update copyrights to 2025Fedja Beader1-3/+3
.. instead of manaplus's header. & update copyrights to 2025. Open problem: should it be "The ManaVerse Client", "the ManaVerse client" or something in between in "This file is part of ..." line? All caps is current situation. Squashed with: * update copyright dates for 2025 * Revert "Switch to branch of mplint that checks for manaverse copyright headers" * Change back to uppercase The Why? This line was changed 3 times in history and all had an uppercase The. PS: ManaVerse has no endorsment from the parent project, ManaPlus. * Change to "This file is part of the ManaVerse Client" poppet says 'the' instead of 'The' find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e 's/This file is part of The ManaPlus Client/This file is part of the ManaVerse Client/' {} \+ * Change 'The ManaPlus Client' to 'The ManaVerse Client' in headers find . \( -name "*.h" -o -name "*.cpp" -o -name "*.cc" -o -name "*.inc" \) -execdir sed -i -e '2s/ManaPlus/ManaVerse/' {} \+ * Switch to branch of mplint that checks for manaverse copyright headers .. instead of manaplus's **** mana/plus!179
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