index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
coremods
/
core_message.cpp
Age
Commit message (
Expand
)
Author
2021-03-05
Update copyright headers.
InspIRCd Robot
2021-02-26
Update copyright headers.
InspIRCd Robot
2021-02-25
Allow a statusmsg to have multiple statuses and pick the lowest.
Sadie Powell
2021-02-18
Fix the numeric sent when a U-lined alias target is not online.
Sadie Powell
2020-07-20
Show an error when an unprivileged user tries to mass-message.
Sadie Powell
2020-07-07
Add a config option that forces bots to use NOTICEs.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-04
Add the Numerics::CannotSendTo class and switch stuff to use it.
Sadie Powell
2020-03-05
Allow modules to prevent a message from updating the idle time.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-05-11
Move message access checks to OnUserPre{Tag,}Message.
Peter Powell
2019-04-28
Some more text fixes and improvements (#1618).
Robby
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-09
Implement support for SQUERY from RFC 2812.
Peter Powell
2019-02-09
Move CommandMessage::Handle into the class definition.
Peter Powell
2019-02-09
Move message handling code to Handle{Channel,Server,User}Target.
Peter Powell
2019-02-09
Deduplicate firing module events in core_message.
Peter Powell
2019-02-08
core_message: remove unnecessary inheritance logic.
Peter Powell
2019-02-08
Rename core_privmsg to core_message.
Peter Powell