summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2013-09-06add globals filter.Andrei Karas1-1/+2
It can move some global messages into debug window. This mean it prevent from spam in chat message and spam sounds. By default filter configured to ignore globals from Sagatha.
2013-08-31move being related files into being dir.Andrei Karas1-2/+3
2013-06-20Add more profiler labels.Andrei Karas1-1/+32
2013-05-03add comments for translators.Andrei Karas1-0/+2
2013-04-20fix style in net directory.Andrei Karas1-0/+1
2013-04-12first part of style fixed after cpplint checks.Andrei Karas1-3/+3
2013-03-29fix code style.Andrei Karas1-1/+1
2013-03-27improve chathandler class.Andrei Karas1-45/+9
2013-03-22Add option to accept language messages in any languge.Andrei Karas1-3/+4
This messages will be showed in language or general tab.
2013-03-22Show channel messages in language tab.Andrei Karas1-12/+20
2013-03-22add netcode support for channels (for now evol only).Andrei Karas1-6/+23
for now any channel ignored and used as general tab. also change netcode version to 8.
2013-03-21Send channel name to net code layer.Andrei Karas1-2/+1
2013-03-12Fix code style.Andrei Karas1-2/+0
2013-03-09Add new notifications in some other classes.Andrei Karas1-15/+9
2013-03-09Remove useless notifications from chathandler.Andrei Karas1-8/+0
2013-02-26Improve string usage in other files.Andrei Karas1-1/+1
2013-02-19Add support for GM tab.Andrei Karas1-1/+19
This tab visible all messages from @wgm chat command and local messages in this tab.
2013-01-16update copyrights year.Andrei Karas1-1/+1
2012-09-16Add const to variables with type size_t.Andrei Karas1-3/+3
2012-09-02Add const to more classes.Andrei Karas1-11/+11
2012-08-26Ignore future message type in whisper.Andrei Karas1-0/+4
2012-08-23Remove useless includes.Andrei Karas1-3/+0
2012-04-01Last part of fixes.Andrei Karas1-2/+2
2012-01-05Update copyrights year.Andrei Karas1-1/+1
2011-10-23Add chat commands for using server side ignore for all whispers.Andrei Karas1-0/+45
Commands: /serverignoreall and /serverunignoreall
2011-10-10Add option to show/hide MVP messages.Andrei Karas1-1/+1
By default this messages hidden.
2011-10-08Add checks and fix code style.Andrei Karas1-22/+12
2011-09-09Continue fix for shadow variables/methods errors.Andrei Karas1-10/+10
2011-08-30Dont create guild manager instance if guild bot support not enabled.Andrei Karas1-1/+1
2011-08-27Basic support for guild bot integration.Andrei Karas1-0/+7
Not working context menu actions, chat commands, auto complete.
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-08-03Fix code style and remove some unused variabled.Andrei Karas1-1/+1
2011-07-30Fix code style.Andrei Karas1-1/+1
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas1-0/+359