aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_opmoderated.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-051-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-07-141-1/+1
|
* Use auto when extracting the internal type of a message target.Gravatar Sadie Powell2024-07-131-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+2
|
* Fix opmoderated messages appearing in the channel history.Gravatar Sadie Powell2024-05-061-9/+2
|
* Allow mutating the status message type in OnUserPre(Tag)Message.Gravatar Sadie Powell2024-05-061-2/+2
|
* Move CheckExemption::Call to CheckExemption::EventProvider.Gravatar Sadie Powell2023-01-251-1/+1
| | | | | Now FirstResult not a macro there's no need for this to be a free function.
* Update module descriptions.Gravatar Sadie Powell2022-12-121-1/+1
|
* Fix the case of Membership::GetRank.Gravatar Sadie Powell2022-01-311-1/+1
|
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-2/+2
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+1
|
* The opmoderated module should have the VF_VENDOR property.Gravatar Sadie Powell2021-10-081-1/+1
|
* Import a greatly refactored version of the opmoderated module.Gravatar Sadie Powell2021-06-171-0/+90
Co-authored-by: Daniel De Graaf <danieldg@inspircd.org>.