summaryrefslogtreecommitdiff
path: root/src/modules/m_topiclock.cpp
AgeCommit message (Expand)Author
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-09-06Convert uncontroversial anonymous numerics to use constants.Peter Powell
2016-04-11Refactor topic setting logic to go through Channel::SetTopic() in all casesAttila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-01-31Remove some dead codeAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-08-04Change modules to use the MODNAME constant when logging.Peter Powell
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Add LOG_ prefix to the log level enum values.Peter Powell
2012-10-23m_topiclock Prefix ModDesc with $attilamolnar
2012-10-06New module to support server-side topic locking and server-to-server SVSTOPIC...attilamolnar