summaryrefslogtreecommitdiff
path: root/src/modules/m_mlock.cpp
AgeCommit message (Expand)Author
2021-02-26Update copyright headers.InspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2017-09-06Convert uncontroversial anonymous numerics to use constants.Peter Powell
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-02-21Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcntAttila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2014-01-21Merge insp20Attila Molnar
2014-01-13m_mlock Only deny the mlocked mode from being changed instead of denying the ...Attila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-07-07m_mlock Remove unnecessary iterationattilamolnar
2012-05-30Module description updatesRobby-
2012-05-23Fixed m_mlockAdam
2012-05-16mlock: fix style nitpicksWilliam Pitcock
2012-05-15mlock: we should only enforce against modes set by our own clientsWilliam Pitcock
2012-05-15mlock: handle case where no mlock has been set on a channel yetWilliam Pitcock
2012-05-04modules/m_mlock: new module implementing server-side MLOCK.William Pitcock