| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refuse to set an extension on the wrong type of extensible. | Sadie Powell | 2022-01-31 | 1 | -0/+3 |
| * | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -7/+7 |
| * | Make all extensibles use kebab-case for names where possible. | Sadie Powell | 2021-12-26 | 1 | -1/+1 |
| * | 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 | -4/+6 |
| * | Mark all command classes as final. | Sadie Powell | 2021-10-01 | 1 | -1/+2 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-08-28 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-08-27 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-07-01 | 1 | -2/+2 |
| |\| |
|
| | * | Fix the silence TAGMSG flags being inverted in BitsToFlags. | Sadie Powell | 2021-06-20 | 1 | -2/+2 |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | Dominic Hamon | 2021-05-30 | 1 | -1/+1 |
| * | | Migrate collections from insert to emplace. | Sadie Powell | 2021-04-18 | 1 | -2/+2 |
| * | | Use string_view in IsCTCP. | Sadie Powell | 2021-04-08 | 1 | -1/+1 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -14/+11 |
| * | | Implement support for automatically syncing extension items. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | | 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 | -2/+2 |
| * | | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -4/+4 |
| * | | Replace all internal references to uline with services. | Sadie Powell | 2021-01-30 | 1 | -1/+1 |
| * | | Rename <silence:exemptuline> to <silence:exemptservice>. | Sadie Powell | 2021-01-30 | 1 | -3/+3 |
| * | | 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 | -7/+7 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-09-27 | 1 | -1/+0 |
| |\| |
|
| | * | Remove an unnecessary break statement. | Sadie Powell | 2020-09-27 | 1 | -1/+0 |
| * | | 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 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -0/+3 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -0/+3 |
| * | | Move ISupport logic out of the core and into core_info. | Sadie Powell | 2020-01-05 | 1 | -1/+4 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-01 | 1 | -1/+1 |
| |\| |
|
| | * | Update my name and email address. | Sadie Powell | 2019-12-31 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-09-23 | 1 | -7/+84 |
| |\| |
|
| | * | Add internal serialisations of the DCC allow and silence lists. | Peter Powell | 2019-09-03 | 1 | -6/+83 |
| | * | When silence mask is prefixed by + or -, it should only remove the first char... | iwalkalone | 2019-09-02 | 1 | -1/+1 |
| * | | 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 | -23/+29 |
| |\| |
|
| | * | Replace large if/else blocks for target.type with switches (#1668). | linuxdaemon | 2019-06-24 | 1 | -22/+28 |
| | * | Copy the silence flags when sending update notifications.•••This fixes a crash bug in the silence module on some versions of GCC.
| Peter Powell | 2019-05-17 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -268/+320 |
| |\| |
|
| | * | Some more text fixes and improvements (#1618). | Robby | 2019-04-28 | 1 | -5/+5 |
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -2/+2 |
| | * | Add the new implementation of the silence module.•••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.
| Peter Powell | 2019-04-18 | 1 | -0/+438 |
| | * | Remove m_silence pending a complete rewrite. | Peter Powell | 2019-04-18 | 1 | -386/+0 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-03-30 | 1 | -3/+3 |
| |\| |
|
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | 2019-02-18 | 1 | -3/+3 |
| * | | Replace translation macros with a C++11 initialiser list. | Sadie Powell | 2019-02-15 | 1 | -1/+1 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -8/+8 |
| |/ |
|