index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_mlock.cpp
Age
Commit message (
Expand
)
Author
2017-09-06
Convert uncontroversial anonymous numerics to use constants.
Peter Powell
2017-07-12
Add CXX11_OVERRIDE to overridden members that lack it.
Peter Powell
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-02-21
Replace mode letter parameter of OnRawMode() with a ModeHandler*, remove pcnt
Attila Molnar
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2014-01-21
Merge insp20
Attila Molnar
2014-01-13
m_mlock Only deny the mlocked mode from being changed instead of denying the ...
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-02
Register all commands, modes and extensions using AddService()
attilamolnar
2012-07-07
m_mlock Remove unnecessary iteration
attilamolnar
2012-05-30
Module description updates
Robby-
2012-05-23
Fixed m_mlock
Adam
2012-05-16
mlock: fix style nitpicks
William Pitcock
2012-05-15
mlock: we should only enforce against modes set by our own clients
William Pitcock
2012-05-15
mlock: handle case where no mlock has been set on a channel yet
William Pitcock
2012-05-04
modules/m_mlock: new module implementing server-side MLOCK.
William Pitcock