summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-09Remove useless notifications from chathandler.Andrei Karas1-1/+0
2013-02-26Improve string usage in other files.Andrei Karas1-1/+2
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-11-07Add own profiler and profiler info to some code.Andrei Karas1-0/+2
2012-10-16Fix some signed/unsigned chars issues.Andrei Karas1-2/+2
2012-09-08Improve constructors in some classes.Andrei Karas1-1/+3
2012-09-02Add const to more classes.Andrei Karas1-4/+4
2012-08-23Remove useless includes.Andrei Karas1-5/+0
2012-06-17Replace SDL int types to C++ types.Andrei Karas1-1/+1
2012-04-01Last part of fixes.Andrei Karas1-2/+2
2012-04-01One part of fixes after auto checking.Andrei Karas1-6/+3
2012-03-22Rename object event to depricatedevent because current implimentation veryAndrei Karas1-1/+1
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-11-08Fix more gcc 4.7 warnings.Andrei Karas1-1/+1
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-1/+16
2011-10-08Add checks and fix code style.Andrei Karas1-2/+1