| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| |/ |
|
| * | Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class
that encapsulates both tags and parameters.
| Peter Powell | 2018-07-26 | 1 | -4/+5 |
| * | Use !empty() instead of 'size() > 0' when checking parameter count. | B00mX0r | 2018-07-03 | 1 | -2/+2 |
| * | Add ConfigTag::getUInt for reading unsigned config values. | Peter Powell | 2018-04-16 | 1 | -4/+1 |
| * | Add names for a bunch of numerics. | Peter Powell | 2018-02-02 | 1 | -7/+18 |
| * | 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.
| Peter Powell | 2018-01-06 | 1 | -6/+6 |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs.
| Peter Powell | 2017-11-21 | 1 | -3/+3 |
| * | Switch to irc::equals() from irc::string in modules that use it for comparing... | Attila Molnar | 2016-08-22 | 1 | -4/+4 |
| * | Simplify GetRouting() methods doing unicast | Attila Molnar | 2016-03-29 | 1 | -4/+1 |