aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_mlock.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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