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_delaymsg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update copyright headers.
InspIRCd Robot
2025-03-28
1
-1
/
+1
*
Rename ToHuman to ToLongString.
•••
This name is used by functions in too many places already.
Sadie Powell
2025-03-18
1
-1
/
+1
*
Use Duration::ToHuman instead of seconds in various messages.
Sadie Powell
2025-03-03
1
-1
/
+3
*
Update copyright headers.
InspIRCd Robot
2024-07-14
1
-1
/
+1
*
Use auto when extracting the internal type of a message target.
Sadie Powell
2024-07-13
1
-1
/
+1
*
Update copyright headers.
InspIRCd Robot
2024-06-07
1
-3
/
+4
*
Allow mutating the status message type in OnUserPre(Tag)Message.
Sadie Powell
2024-05-06
1
-4
/
+4
*
Remove the ability to treat notices specially in delaymsg.
Sadie Powell
2023-07-21
1
-16
/
+5
*
Move CheckExemption::Call to CheckExemption::EventProvider.
•••
Now FirstResult not a macro there's no need for this to be a free function.
Sadie Powell
2023-01-25
1
-1
/
+1
*
Replace InspIRCd::Format with fmt::format.
Sadie Powell
2023-01-23
1
-1
/
+1
*
Replace ModeAction with bool.
•••
This enum is functionally the same as bool but with weird semantics.
Sadie Powell
2023-01-22
1
-3
/
+3
*
Convert various enums to strongly typed scoped enums.
Sadie Powell
2023-01-22
1
-1
/
+1
*
Avoid copying shared_ptr<ConfigTag> when not necessary.
Sadie Powell
2023-01-10
1
-1
/
+1
*
Move numeric helper classes to their own header.
Sadie Powell
2022-06-26
1
-0
/
+1
*
Merge branch 'insp3' into master.
Sadie Powell
2022-04-29
1
-0
/
+1
|
\
|
*
Update copyright headers.
InspIRCd Robot
2022-04-28
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2022-03-11
1
-6
/
+13
|
\
|
|
*
Change delaymsg to use exemptchanops and have an oper priv (#1959).
iwalkalone
2022-02-13
1
-6
/
+13
*
|
Abolish the infernal space before accessibility keywords.
Sadie Powell
2022-01-25
1
-3
/
+3
*
|
Promote ExtensionItem::ExtensibleType to a top level enum class.
Sadie Powell
2021-12-23
1
-1
/
+1
*
|
Apply the final keyword to all module classes where appropriate.
Sadie Powell
2021-10-04
1
-1
/
+1
*
|
Mark all mode classes as final.
Sadie Powell
2021-10-01
1
-1
/
+2
*
|
Added -Wshorten-64-to-32 and fixed all warnings.
Dominic Hamon
2021-05-30
1
-2
/
+2
*
|
Switch simple iterator loops to use range-based for loops.
Sadie Powell
2021-04-07
1
-6
/
+2
*
|
Constify their_param in ResolveModeConflict.
•••
There's no reason for this to be mutable.
Sadie Powell
2021-04-06
1
-1
/
+1
*
|
Pascalize Unset in extension item classes.
Sadie Powell
2021-03-17
1
-1
/
+1
*
|
Pascalize Set in extension item classes.
Sadie Powell
2021-03-17
1
-3
/
+3
*
|
Pascalize Get in extension item classes.
Sadie Powell
2021-03-17
1
-2
/
+2
*
|
Convert ConfigTag from reference<> to std::shared_ptr<>.
Sadie Powell
2020-10-31
1
-1
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-05-05
1
-1
/
+1
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-04-24
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
-7
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-04-09
1
-1
/
+2
|
\
|
|
*
Add the Numerics::CannotSendTo class and switch stuff to use it.
Sadie Powell
2020-04-04
1
-1
/
+2
*
|
Merge branch 'insp3' into master.
Sadie Powell
2020-01-17
1
-1
/
+4
|
\
|
|
*
Update copyright headers.
InspIRCd Robot
2020-01-11
1
-1
/
+4
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-09-23
1
-1
/
+1
|
\
|
|
*
Fix some remaining uses of ato[il].
Peter Powell
2019-08-13
1
-1
/
+1
*
|
Replace LocalIntExt with IntExtItem.
Sadie Powell
2019-08-13
1
-4
/
+4
*
|
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
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-07-16
1
-0
/
+1
|
\
|
|
*
Show the mode syntax in ERR_INVALIDMODEPARAM.
Peter Powell
2019-06-12
1
-0
/
+1
*
|
Merge branch 'insp3' into master.
Sadie Powell
2019-05-15
1
-5
/
+24
|
\
|
|
*
Some more text fixes and improvements (#1618).
Robby
2019-04-28
1
-1
/
+1
|
*
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2019-04-28
1
-3
/
+3
|
*
Update trivially-modifiable modules to handle tag messages.
Peter Powell
2019-04-16
1
-3
/
+22
*
|
Replace the override macro with the override keyword.
Sadie Powell
2019-01-25
1
-7
/
+7
|
/
*
Fix ParamModeBase::OnUnset() not being virtual.
•••
Closes #1536.
Peter Powell
2018-12-16
1
-1
/
+1
[next]