summaryrefslogtreecommitdiff
path: root/src/modules/m_monitor.cpp
AgeCommit message (Collapse)Author
2020-01-11Update copyright headers.InspIRCd Robot
2019-08-07Convert all core ExtensionItem code away from {un,}serialize.Peter Powell
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2018-08-12Pass the Extensible container to ExtensionItem::free().Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
2018-04-16Add ConfigTag::getUInt for reading unsigned config values.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
GCCs warnings for this are much better than Clangs.
2016-08-19m_monitor Add inline keyword to ↵Attila Molnar
IRCv3::Monitor::Manager::ExtItem::unserialize to fix static builds
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Attila Molnar
parameters
2016-01-06Add m_monitor which implements the MONITOR command and notificationsAttila Molnar