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_monitor.cpp
Age
Commit message (
Expand
)
Author
2021-04-27
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-08-07
Convert all core ExtensionItem code away from {un,}serialize.
Peter Powell
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2018-08-12
Pass the Extensible container to ExtensionItem::free().
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-16
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2017-11-21
Add the override keyword in places that it is missing.
Peter Powell
2016-08-19
m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize...
Attila Molnar
2016-02-25
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-01-06
Add m_monitor which implements the MONITOR command and notifications
Attila Molnar