summaryrefslogtreecommitdiff
path: root/src/net/ea/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-10-10Add option to show/hide MVP messages.Andrei Karas1-1/+1
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
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