aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_mlock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert various mode methods to take Mode::Change.Gravatar Sadie Powell2021-03-301-2/+2
| | | | | | | | - AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
* Pascalize Get in extension item classes.Gravatar Sadie Powell2021-03-171-1/+1
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-0/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+3
| |
* | Rewrite and merge LocalStringExt, StringExtItem.Gravatar Sadie Powell2019-08-131-1/+1
| |
* | Move the Module parameter of ExtensionItem et al to the start.Gravatar Sadie Powell2019-08-131-1/+1
| | | | | | | | This matches what other ServiceProvider types do.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-2/+2
|\|
| * Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-2/+2
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-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.Gravatar Peter Powell2017-07-121-1/+1
| | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer.
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-2/+1
| | | | parameters
* 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 ↵Gravatar Attila Molnar2014-01-131-9/+4
| | | | | | | | | | | | entire mode change if it contains a single mlocked mode Fixes issue #615 reported by @BlacklightShining
* | 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.Gravatar Peter Powell2013-05-151-3/+3
| | | | | | | | | | - 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.
* | Whitespace and empty destructor removal, minor coding style changesGravatar attilamolnar2013-04-011-2/+0
|/
* Register all commands, modes and extensions using AddService()Gravatar attilamolnar2012-12-021-1/+1
| | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing
* 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