]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_message.cpp
Update copyright headers.
[user/henk/code/inspircd.git] / src / coremods / core_message.cpp
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-25 Sadie PowellAllow a statusmsg to have multiple statuses and pick...
2021-02-18 Sadie PowellFix the numeric sent when a U-lined alias target is...
2020-07-20 Sadie PowellShow an error when an unprivileged user tries to mass...
2020-07-07 Sadie PowellAdd a config option that forces bots to use NOTICEs.
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-04 Sadie PowellAdd the Numerics::CannotSendTo class and switch stuff...
2020-03-05 Sadie PowellAllow modules to prevent a message from updating the...
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-11 Peter PowellMove message access checks to OnUserPre{Tag,}Message.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-02-09 Peter PowellImplement support for SQUERY from RFC 2812.
2019-02-09 Peter PowellMove CommandMessage::Handle into the class definition.
2019-02-09 Peter PowellMove message handling code to Handle{Channel,Server...
2019-02-09 Peter PowellDeduplicate firing module events in core_message.
2019-02-08 Peter Powellcore_message: remove unnecessary inheritance logic.
2019-02-08 Peter PowellRename core_privmsg to core_message.