| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Migrate collections from insert to emplace. | 2021-04-18 | 1 | -2/+2 | |
| | | |||||
| * | Use string_view in IsCTCP. | 2021-04-08 | 1 | -1/+1 | |
| | | |||||
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -14/+11 | |
| | | |||||
| * | Implement support for automatically syncing extension items. | 2021-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -2/+2 | |
| | | |||||
| * | Pascalize Unset in extension item classes. | 2021-03-17 | 1 | -1/+1 | |
| | | |||||
| * | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -2/+2 | |
| | | |||||
| * | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -4/+4 | |
| | | |||||
| * | Replace all internal references to uline with services. | 2021-01-30 | 1 | -1/+1 | |
| | | |||||
| * | Rename <silence:exemptuline> to <silence:exemptservice>. | 2021-01-30 | 1 | -3/+3 | |
| | | |||||
| * | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | |||||
| * | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 1 | -7/+7 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -1/+0 | |
| |\ | |||||
| | * | Remove an unnecessary break statement. | 2020-09-27 | 1 | -1/+0 | |
| | | | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 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 | -6/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -0/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -0/+3 | |
| | | | |||||
| * | | Move ISupport logic out of the core and into core_info. | 2020-01-05 | 1 | -1/+4 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update my name and email address. | 2019-12-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-09-23 | 1 | -7/+84 | |
| |\| | |||||
| | * | Add internal serialisations of the DCC allow and silence lists. | 2019-09-03 | 1 | -6/+83 | |
| | | | |||||
| | * | When silence mask is prefixed by + or -, it should only remove the first ↵ | 2019-09-02 | 1 | -1/+1 | |
| | | | | | | | | | character, not the entire string (#1698). | ||||
| * | | Move the Module parameter of ExtensionItem et al to the start. | 2019-08-13 | 1 | -1/+1 | |
| | | | | | | | | | This matches what other ServiceProvider types do. | ||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -23/+29 | |
| |\| | |||||
| | * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -22/+28 | |
| | | | |||||
| | * | Copy the silence flags when sending update notifications. | 2019-05-17 | 1 | -1/+1 | |
| | | | | | | | | | This fixes a crash bug in the silence module on some versions of GCC. | ||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -268/+320 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -5/+5 | |
| | | | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | | |||||
| | * | Add the new implementation of the silence module. | 2019-04-18 | 1 | -0/+438 | |
| | | | | | | | | | | | | | | | | | This module has significant improvements on the previous one: * Flags which actually make sense. * Better compatibility with other SILENCE implementations. * Support for blocking CTCPs. * Support for blocking TAGMSGs. | ||||
| | * | Remove m_silence pending a complete rewrite. | 2019-04-18 | 1 | -386/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -3/+3 | |
| |\| | |||||
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -3/+3 | |
| | | | |||||
| * | | Replace translation macros with a C++11 initialiser list. | 2019-02-15 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -8/+8 | |
| |/ | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -4/+5 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Use !empty() instead of 'size() > 0' when checking parameter count. | 2018-07-03 | 1 | -2/+2 | |
| | | |||||
| * | Add ConfigTag::getUInt for reading unsigned config values. | 2018-04-16 | 1 | -4/+1 | |
| | | |||||
| * | Add names for a bunch of numerics. | 2018-02-02 | 1 | -7/+18 | |
| | | |||||
| * | Rework message handling. | 2018-01-06 | 1 | -6/+6 | |
| | | | | | | | | | | | | | | - 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. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -3/+3 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Switch to irc::equals() from irc::string in modules that use it for ↵ | 2016-08-22 | 1 | -4/+4 | |
| | | | | | comparing names of IRC objects | ||||
| * | Simplify GetRouting() methods doing unicast | 2016-03-29 | 1 | -4/+1 | |
| | | |||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -7/+7 | |
| | | | | | parameters | ||||
| * | m_silence Change silencelist type to vector | 2015-06-03 | 1 | -3/+3 | |
| | | |||||
