aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_mlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+3
* Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-2/+2
* Convert uncontroversial anonymous numerics to use constants.Gravatar Peter Powell2017-09-061-1/+7
* Add CXX11_OVERRIDE to overridden members that lack it.•••This fixes a ton of warnings when building on compilers that default to C++11 or newer. Gravatar Peter Powell2017-07-121-1/+1
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-251-2/+1
* Specify which Extensible subclass an ExtensionItem is valid forGravatar Attila Molnar2015-01-181-1/+1
* Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcntGravatar Attila Molnar2014-02-211-1/+2
* Remove whitespace and minor style changesGravatar Attila Molnar2014-01-231-2/+5
* Merge insp20Gravatar Attila Molnar2014-01-211-8/+3
|\
| * m_mlock Only deny the mlocked mode from being changed instead of denying the ...•••Fixes issue #615 reported by @BlacklightShining Gravatar Attila Molnar2014-01-131-9/+4
* | Automatically register ServiceProviders created by modulesGravatar attilamolnar2013-09-081-5/+0
* | Automatically attach modules to eventsGravatar attilamolnar2013-08-041-1/+0
* | Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
* | Tidy up keywords on module methods.•••- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. Gravatar Peter Powell2013-05-151-3/+3
* | Whitespace and empty destructor removal, minor coding style changesGravatar attilamolnar2013-04-011-2/+0
|/
* Register all commands, modes and extensions using AddService()•••AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing Gravatar attilamolnar2012-12-021-1/+1
* m_mlock Remove unnecessary iterationGravatar attilamolnar2012-07-071-8/+6
* Module description updatesGravatar Robby-2012-05-301-0/+3
* Fixed m_mlockGravatar Adam2012-05-231-1/+2
* mlock: fix style nitpicksGravatar William Pitcock2012-05-161-3/+3
* mlock: we should only enforce against modes set by our own clientsGravatar William Pitcock2012-05-151-0/+3
* mlock: handle case where no mlock has been set on a channel yetGravatar William Pitcock2012-05-151-1/+1
* modules/m_mlock: new module implementing server-side MLOCK.Gravatar William Pitcock2012-05-041-0/+68