summaryrefslogtreecommitdiff
path: root/src/coremods/core_message.cpp
AgeCommit message (Expand)Author
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-04Add the Numerics::CannotSendTo class and switch stuff to use it.Sadie Powell
2020-03-05Allow modules to prevent a message from updating the idle time.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-05-11Move message access checks to OnUserPre{Tag,}Message.Peter Powell
2019-04-28Some more text fixes and improvements (#1618).Robby
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-02-09Implement support for SQUERY from RFC 2812.Peter Powell
2019-02-09Move CommandMessage::Handle into the class definition.Peter Powell
2019-02-09Move message handling code to Handle{Channel,Server,User}Target.Peter Powell
2019-02-09Deduplicate firing module events in core_message.Peter Powell
2019-02-08core_message: remove unnecessary inheritance logic.Peter Powell
2019-02-08Rename core_privmsg to core_message.Peter Powell