index
:
~steering
/
inspircd++.git
this commit
insp2
insp4
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_monitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
Convert CmdResult to an 8-bit strongly typed enum.
Sadie Powell
2020-10-27
1
-2
/
+2
*
Pascalize ExtensionItem::{get,set,unset}_raw.
Sadie Powell
2020-07-20
1
-3
/
+3
*
Alow modules to specify multiple syntax lines.
Sadie Powell
2020-04-14
1
-1
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2020-04-11
1
-1
/
+1
|
\
|
*
Update the module descriptions using mkversion.
Sadie Powell
2020-04-10
1
-1
/
+1
*
|
Improve storage of module description, flags, and link data.
Sadie Powell
2020-04-11
1
-6
/
+2
*
|
Move FindNickOnly to UserManager.
Sadie Powell
2020-02-09
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-0
/
+2
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-0
/
+2
*
|
Move ISupport logic out of the core and into core_info.
Sadie Powell
2020-01-05
1
-3
/
+8
*
|
Move the Module parameter of ExtensionItem et al to the start.
•••
This matches what other ServiceProvider types do.
Sadie Powell
2019-08-13
1
-1
/
+1
*
|
Rename ExtensionItem::free to ExtensionItem::Delete.
Sadie Powell
2019-08-13
1
-2
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-08-09
1
-10
/
+3
|
\
|
|
*
Convert all core ExtensionItem code away from {un,}serialize.
Peter Powell
2019-08-07
1
-10
/
+3
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-03-30
1
-1
/
+1
|
\
|
|
*
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-02-18
1
-1
/
+1
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-10
/
+10
*
|
Replace the TR1NS macro with the std namespace.
Sadie Powell
2019-01-25
1
-1
/
+1
|
/
*
Pass the Extensible container to ExtensionItem::free().
Peter Powell
2018-08-12
1
-2
/
+2
*
Use CommandBase::Params instead of std::vector<std::string>.
•••
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
Peter Powell
2018-07-26
1
-1
/
+1
*
Add ConfigTag::getUInt for reading unsigned config values.
Peter Powell
2018-04-16
1
-1
/
+1
*
Add the override keyword in places that it is missing.
•••
GCCs warnings for this are much better than Clangs.
Peter Powell
2017-11-21
1
-4
/
+4
*
m_monitor Add inline keyword to IRCv3::Monitor::Manager::ExtItem::unserialize...
Attila Molnar
2016-08-19
1
-1
/
+2
*
Convert WriteNumeric() calls to pass the parameters of the numeric as method ...
Attila Molnar
2016-02-25
1
-2
/
+2
*
Add m_monitor which implements the MONITOR command and notifications
Attila Molnar
2016-01-06
1
-0
/
+443