index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_mlock.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move extension types to their own header to speed up build times.
Sadie Powell
2022-12-19
1
-0
/
+1
*
Fix various cases of the &* being next to the name instead of type.
Sadie Powell
2022-09-29
1
-1
/
+1
*
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-1
/
+1
*
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
Mark all module classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
Convert various mode methods to take Mode::Change.
•••
- AccessCheck - AfterMode - BeforeMode - OnModeChange - OnRawMode
Sadie Powell
2021-03-30
1
-2
/
+2
*
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2021-02-28
1
-1
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2021-02-26
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-6
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+3
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+3
*
|
Rewrite and merge LocalStringExt, StringExtItem.
Sadie Powell
2019-08-13
1
-1
/
+1
*
|
Move the Module parameter of ExtensionItem et al to the start.
•••
This matches what other ServiceProvider types do.
Sadie Powell
2019-08-13
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-2
/
+2
|
\
|
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-2
/
+2
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-2
/
+2
|
/
*
Convert uncontroversial anonymous numerics to use constants.
Peter Powell
2017-09-06
1
-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.
Peter Powell
2017-07-12
1
-1
/
+1
*
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
1
-2
/
+1
*
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-18
1
-1
/
+1
*
Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt
Attila Molnar
2014-02-21
1
-1
/
+2
*
Remove whitespace and minor style changes
Attila Molnar
2014-01-23
1
-2
/
+5
*
Merge insp20
Attila Molnar
2014-01-21
1
-8
/
+3
|
\
|
*
m_mlock Only deny the mlocked mode from being changed instead of denying the ...
•••
Fixes issue #615 reported by @BlacklightShining
Attila Molnar
2014-01-13
1
-9
/
+4
*
|
Automatically register ServiceProviders created by modules
attilamolnar
2013-09-08
1
-5
/
+0
*
|
Automatically attach modules to events
attilamolnar
2013-08-04
1
-1
/
+0
*
|
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-07-04
1
-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.
Peter Powell
2013-05-15
1
-3
/
+3
*
|
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2013-04-01
1
-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
attilamolnar
2012-12-02
1
-1
/
+1
*
m_mlock Remove unnecessary iteration
attilamolnar
2012-07-07
1
-8
/
+6
*
Module description updates
Robby-
2012-05-30
1
-0
/
+3
*
Fixed m_mlock
Adam
2012-05-23
1
-1
/
+2
*
mlock: fix style nitpicks
William Pitcock
2012-05-16
1
-3
/
+3
*
mlock: we should only enforce against modes set by our own clients
William Pitcock
2012-05-15
1
-0
/
+3
*
mlock: handle case where no mlock has been set on a channel yet
William Pitcock
2012-05-15
1
-1
/
+1
*
modules/m_mlock: new module implementing server-side MLOCK.
William Pitcock
2012-05-04
1
-0
/
+68