summaryrefslogtreecommitdiff
path: root/src/net/tmwa/chathandler.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-12Rename file names log and chatlog to correct logger and chatlogger.Andrei Karas1-1/+1
2011-07-29Extract shared logic from chathandler and gamehandler netcode to ea namespace.Andrei Karas1-304/+5
2011-07-08Fix some issues after automatic checking.Andrei Karas1-4/+0
2011-07-07Remove undescore from variables and defines.Andrei Karas1-13/+13
2011-05-24Add simple memory leak detector.Andrei Karas1-0/+2
2011-05-23Show speach messages variable time, depend on message size.Andrei Karas1-2/+2
2011-04-04Rename some gui class files to real class names.Andrei Karas1-1/+1
2011-04-01Add ability to receive buy/sell requests with invisible space at first.Andrei Karas1-0/+2
2011-02-19Update copyrights.Andrei Karas1-2/+3
2011-01-02Initial commit.Andrei Karas1-0/+552