summaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3_ctctags.cpp
AgeCommit message (Expand)Author
2021-02-26Update copyright headers.InspIRCd Robot
2021-02-25Allow a statusmsg to have multiple statuses and pick the lowest.Sadie Powell
2020-07-20Show an error when an unprivileged user tries to mass-message.Sadie Powell
2020-05-20Implement support for the CLIENTTAGDENY token.Sadie Powell
2020-05-05Allow enabling the message-tags cap without client-only tags.Sadie Powell
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-04-04Add the Numerics::CannotSendTo class and switch stuff to use it.Sadie Powell
2020-03-30Fix various documentation and formatting issues.Sadie Powell
2020-03-05Allow modules to prevent a message from updating the idle time.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-16Fix STATUSMSG tag messages not including the status in the target.Sadie Powell
2020-01-16Check tag list after checking if the message-tag cap is enabled.Sadie Powell
2020-01-15Prevent users from sending an empty TAGMSG.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-06-22Fix msgid inconsistencies with TAGMSGlinuxdaemon
2019-06-11Fix echo-message replies being considered a side effect.Peter Powell
2019-05-11Move message access checks to OnUserPre{Tag,}Message.Peter Powell
2019-05-03Fix the ctctags module being marked as a draft.Peter Powell
2019-04-28Some more text fixes and improvements (#1618).Robby
2019-03-02Reject client-to-client tags with no name.Peter Powell
2019-02-19Implement support for IRCv3 client-to-client tags.Peter Powell