| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| | | |||||
| * | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -1/+1 | |
| | | |||||
| * | Refactor CoreException and ModuleException. | 2022-01-07 | 1 | -4/+10 | |
| | | |||||
| * | Add a snomask flag for rehash messages. | 2021-11-28 | 1 | -3/+3 | |
| | | |||||
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -3/+5 | |
| | | |||||
| * | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| | | |||||
| * | Stop broadcasting the CBAN, RLINE, and SHUN commands. | 2021-07-23 | 1 | -8/+0 | |
| | | | | | | These will be broadcast by the X-line system so this legacy hack is no longer necessary. | ||||
| * | Get rid of even more pointless copy/paste comments. | 2021-05-19 | 1 | -3/+0 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-05-11 | 1 | -1/+1 | |
| |\ | |||||
| * | | Add a new map-based method for building link data. | 2021-05-10 | 1 | -2/+4 | |
| | | | | | | | | | | | The new link data is not currently used but will be in the near future. | ||||
| * | | Rename the cgiirc module to gateway. | 2021-04-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 1 | -9/+0 | |
| |\| | |||||
| | * | Fix various documentation comments. | 2021-03-31 | 1 | -11/+0 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Initial support for platform-specific module file extensions. | 2020-11-04 | 1 | -1/+1 | |
| | | | |||||
| * | | 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 | -2/+2 | |
| | | | |||||
| * | | Rewrite the regex system from scratch. | 2020-07-28 | 1 | -21/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Move everything to the Regex namespace: - Regex -> Regex::Pattern - RegexException -> Regex::Exception - RegexFactory -> Regex::Engine * Add support for regex flags. - Regex::OPT_CASE_INSENSITIVE performs case-insensitive matching. * Add the Regex::EngineReference class as a friendly wrapper around dynamic_reference_nocheck<Regex::Engine>. * Add the Regex::SimpleEngine template class for automating the implementation of regex factory classes. * Use std::shared_ptr for Regex::Pattern objects instead of making users manage memory manually. | ||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -1/+1 | |
| | | | |||||
| * | | Alow modules to specify multiple syntax lines. | 2020-04-14 | 1 | -1/+2 | |
| | | | |||||
| * | | 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 | -4/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-02-19 | 1 | -1/+1 | |
| |\| | |||||
| | * | Generalise XLine stats numerics using RPL_STATS from aircd. | 2020-02-18 | 1 | -1/+1 | |
| | | | |||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -2/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+9 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+9 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -5/+5 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -5/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-03-30 | 1 | -7/+7 | |
| |\| | |||||
| | * | Start using DurationString() in X-line additions and | 2019-02-18 | 1 | -6/+6 | |
| | | | | | | | | | a few other modules where it fits better than just showing seconds. | ||||
| | * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| | | | |||||
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -9/+9 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -2/+4 | |
| |\| | |||||
| | * | Add the reason to xline removal notices. (#1545) | 2019-01-24 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | Show the reason in manual xline removal SNOTICEs, just like expiry SNOTICEs do. This modifies XLineManager::DelLine() to require another string reference passed to it. Requested by @Robby-. | ||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -16/+16 | |
| |/ | |||||
| * | Improve X-line text consistency. | 2019-01-09 | 1 | -9/+9 | |
| | | | | | | | | | | | - Change any "-Line", ":Line", or "*line" to "-line" throughout the X-line code, comments, and documentation. - Add periods to the end of some notices. - Correct a typo in the Q-line code comments. - Update the filter module documentation (shun addition). Co-authored-by: Robby <robby@chatbelgie.be> | ||||
| * | Only parse valid durations, don't treat invalid multipliers as seconds (#1538) | 2018-12-21 | 1 | -1/+6 | |
| | | |||||
| * | Store durations as unsigned long not long in XLine and m_filter. | 2018-12-13 | 1 | -2/+2 | |
| | | |||||
| * | Rename User::fullname to realname and make it private. | 2018-07-30 | 1 | -2/+2 | |
| | | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -2/+2 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Move OnStats from the core to a cross-module event. | 2018-04-08 | 1 | -2/+6 | |
| | | | | | | Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -7/+7 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
