summaryrefslogtreecommitdiff
path: root/src/coremods/core_privmsg.cpp
AgeCommit message (Expand)Author
2019-02-08Rename core_privmsg to core_message.Peter Powell
2019-01-09core_privmsg: respect the exemption list when sending $* messages.Peter Powell
2018-08-26Don't update the idle timer when a user replies to a CTCP.Peter Powell
2018-08-26Implement proper CTCP parsing in MessageDetails.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-07-10Add a silent option to <options:restrictbannedusers>.Peter Powell
2018-04-16Call OnUserMessageBlocked when a PRIVMSG or a NOTICE is blocked.Peter Powell
2018-01-06Rework message handling.Peter Powell
2017-12-22Fixed misc. instances of ERR_NOSUCHNICK instead of channel numericsB00mX0r
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-12-06Remove <options:ircumsgprefix> entirelyAttila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-04-02Move User::SendAll() into core_privmsgAttila Molnar
2014-04-02Remove User::WriteTo() functions; use User::WriteFrom() insteadAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar