summaryrefslogtreecommitdiff
path: root/src/utils/chatutils.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright year.Andrei Karas1-1/+1
2018-02-16Remove extra includes.Andrei Karas1-2/+0
2018-02-15Remove unused channel parameter from talk methods.s20180215Andrei Karas1-2/+2
2018-02-11Add basic support for clans.Andrei Karas1-0/+6
2018-01-04Update copyrights year.Andrei Karas1-1/+1
2017-10-06remove extra includes if build without tmwa support.Andrei Karas1-1/+2
2017-06-29Move foreach macroses into separate file.Andrei Karas1-0/+1
2017-06-07Fix clang-tidy check readability-implicit-bool-cast.Andrei Karas1-10/+10
2017-06-04Fix code style.Andrei Karas1-1/+1
2017-05-02Remove another extra include.Andrei Karas1-1/+0
2017-05-01Remove ServerFeatures::haveNativeGuilds and ServerFeatures::haveChatChannels.Andrei Karas1-2/+7
2017-02-05Fix incorrect buffer access in chatutils and in stringutils unit tests.Andrei Karas1-4/+12
2017-01-03Update copyright year.Andrei Karas1-1/+1
2016-09-23Add missing comments into defines.Andrei Karas1-2/+2
2016-02-21Remove useless checks.Andrei Karas1-2/+1
2016-01-02Update copyrights year.Andrei Karas1-1/+1
2015-12-14Move chatconsts into const directory.Andrei Karas1-1/+1
2015-07-21Add missing checks and non null attributes.Andrei Karas1-1/+3
2015-05-10Move guildmanager into net/tmwa directory.Andrei Karas1-3/+4
2015-05-06Add strong typed bool type NpcNames.Andrei Karas1-1/+1
2015-05-06Add strong typed bool type AllowSort.Andrei Karas1-2/+2
2015-03-29Remove unused guildid parameter from guild handler.Andrei Karas1-1/+1
2015-03-16Remove useless includes from cpp filesAndrei Karas1-1/+2
2015-02-16Use guildmanager only if build with tmwa support.Andrei Karas1-0/+2
2015-01-01Update copyrights year.Andrei Karas1-1/+1
2014-10-28Move /me effect to chatutils.Andrei Karas1-0/+5
2014-10-25Fix code style.Andrei Karas1-0/+9
2014-10-12Move WhisperTab into chat subdir.Andrei Karas1-1/+1
2014-09-26Fix code style.Andrei Karas1-1/+2
2014-09-17Remove getter for serverFeatures.Andrei Karas1-1/+1
2014-09-17Remove getter for partyHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for guildHandler.Andrei Karas1-1/+1
2014-09-17Remove getter for chatHandler.Andrei Karas1-3/+3
2014-09-16Remove unused externsAndrei Karas1-2/+0
2014-09-16add server feature haveNativeGuilds.Andrei Karas1-1/+2
2014-09-10Change format in ActorType enum.Andrei Karas1-4/+4
2014-08-28Fix code style.Andrei Karas1-1/+0
2014-08-27Move method replaceVars into chatutils.cpp.Andrei Karas1-0/+77
2014-08-27Move chat command /dumpe into actions.Andrei Karas1-0/+92