| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch 'insp3' into master. | 2022-11-24 | 1 | -3/+5 | |
| |\ | |||||
| | * | Allow silence flag metadata to contain unknown flags. | 2022-11-23 | 1 | -3/+5 | |
| | | | | | | | | | | | This prevents breaking link compatibility if we ever add more silence flags in the future. | ||||
| * | | Default allow_empty_last_param to false. | 2022-09-07 | 1 | -1/+0 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Rewrite logging calls to use the new APIs. | 2022-05-01 | 1 | -3/+3 | |
| | | | |||||
| * | | Refuse to set an extension on the wrong type of extensible. | 2022-01-31 | 1 | -0/+3 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -7/+7 | |
| | | | |||||
| * | | Make all extensibles use kebab-case for names where possible. | 2021-12-26 | 1 | -1/+1 | |
| | | | |||||
| * | | 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 | -4/+6 | |
| | | | |||||
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 1 | -2/+2 | |
| |\| | |||||
| | * | Fix the silence TAGMSG flags being inverted in BitsToFlags. | 2021-06-20 | 1 | -2/+2 | |
| | | | |||||
| * | | 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. | ||||
