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_topiclock.cpp
Age
Commit message (
Expand
)
Author
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2017-09-06
Convert uncontroversial anonymous numerics to use constants.
Peter Powell
2016-04-11
Refactor topic setting logic to go through Channel::SetTopic() in all cases
Attila Molnar
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-01-31
Remove some dead code
Attila Molnar
2014-01-05
Introduce Server class
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Change modules to use the MODNAME constant when logging.
Peter Powell
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-12
Add LOG_ prefix to the log level enum values.
Peter Powell
2012-10-23
m_topiclock Prefix ModDesc with $
attilamolnar
2012-10-06
New module to support server-side topic locking and server-to-server SVSTOPIC...
attilamolnar