| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -3/+4 | |
| * | Allow mutating the status message type in OnUserPre(Tag)Message. | 2024-05-06 | 1 | -4/+4 | |
| * | Remove the ability to treat notices specially in delaymsg. | 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. | 2023-01-25 | 1 | -1/+1 | |
| * | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -1/+1 | |
| * | Replace ModeAction with bool.•••This enum is functionally the same as bool but with weird semantics. | 2023-01-22 | 1 | -3/+3 | |
| * | Convert various enums to strongly typed scoped enums. | 2023-01-22 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Move numeric helper classes to their own header. | 2022-06-26 | 1 | -0/+1 | |
| * | Merge branch 'insp3' into master. | 2022-04-29 | 1 | -0/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-04-28 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2022-03-11 | 1 | -6/+13 | |
| |\| | |||||
| | * | Change delaymsg to use exemptchanops and have an oper priv (#1959). | 2022-02-13 | 1 | -6/+13 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| * | | Promote ExtensionItem::ExtensibleType to a top level enum class. | 2021-12-23 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| * | | Mark all mode classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -2/+2 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -6/+2 | |
| * | | Constify their_param in ResolveModeConflict.•••There's no reason for this to be mutable. | 2021-04-06 | 1 | -1/+1 | |
| * | | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -3/+3 | |
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -7/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+2 | |
| |\| | |||||
| | * | Add the Numerics::CannotSendTo class and switch stuff to use it. | 2020-04-04 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+4 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+4 | |
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix some remaining uses of ato[il]. | 2019-08-13 | 1 | -1/+1 | |
| * | | Replace LocalIntExt with IntExtItem. | 2019-08-13 | 1 | -4/+4 | |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do. | 2019-08-13 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+1 | |
| |\| | |||||
| | * | Show the mode syntax in ERR_INVALIDMODEPARAM. | 2019-06-12 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -5/+24 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -3/+3 | |
| | * | Update trivially-modifiable modules to handle tag messages. | 2019-04-16 | 1 | -3/+22 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -7/+7 | |
| |/ | |||||
| * | Fix ParamModeBase::OnUnset() not being virtual.•••Closes #1536. | 2018-12-16 | 1 | -1/+1 | |
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>.•••The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | 2018-12-12 | 1 | -3/+3 | |
| * | Rework message handling.•••- Move all message-related types to their own header to make moving them to a cross-module events easier. - Rename OnUserMessage to OnUserPostMessage. - Rename OnText to OnUserMessage. - Replace the dest, target_type, and status parameters with the MessageTarget class. - Replace the text, exempt_list, and msgtype parameters with the MessageDetails struct. - Add echooriginal and originaltext to the MessageDetails struct to allow spam filtering to not be broken by cap echo-message. | 2018-01-06 | 1 | -4/+4 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -2/+2 | |
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+1 | |
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 2016-02-25 | 1 | -2/+1 | |
