summaryrefslogtreecommitdiff
path: root/src/coremods/core_user/core_user.cpp
AgeCommit message (Expand)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-05-14Fix sending malformed pong messages in some cases.Sadie Powell
2020-10-30Update copyright headers.InspIRCd Robot
2020-10-26Fix the behaviour of multi-value PING and PONG messages.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-19Improve the descriptions of various core modules.Peter Powell
2019-04-19Demote core_ison and core_userhost to commands in core_user.Peter Powell
2019-04-19Promote cmd_mode to its own core module.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-12-10Extract RFC modes from the core to core_channel and core_user.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-04-20Merge insp20Attila Molnar
2014-09-04core_user Expand the MODE handler into its own fileAttila Molnar
2014-03-07Move {prefix|suffix|fixed}{quit|part} into core_userAttila Molnar
2014-03-05Create the core_user moduleAttila Molnar