aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_monitor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+2
|
* Convert all core ExtensionItem code away from {un,}serialize.Gravatar Peter Powell2019-08-071-10/+3
|
* Various text improvements: consistency, syntax, help and doc updates/fixes.Gravatar Robby2019-02-181-1/+1
|
* Pass the Extensible container to ExtensionItem::free().Gravatar Peter Powell2018-08-121-2/+2
|
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-1/+1
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* Add ConfigTag::getUInt for reading unsigned config values.Gravatar Peter Powell2018-04-161-1/+1
|
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-4/+4
| | | | GCCs warnings for this are much better than Clangs.
* m_monitor Add inline keyword to ↵Gravatar Attila Molnar2016-08-191-1/+2
| | | | IRCv3::Monitor::Manager::ExtItem::unserialize to fix static builds
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-2/+2
| | | | parameters
* Add m_monitor which implements the MONITOR command and notificationsGravatar Attila Molnar2016-01-061-0/+443