| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Replace FileReader with something more sensible. | 2023-07-03 | 1 | -10/+5 | |
| * | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -2/+2 | |
| * | Remove some more unnecessary things from the global headers. | 2023-01-14 | 1 | -0/+1 | |
| * | Const correct various functions. | 2023-01-11 | 1 | -1/+1 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| * | | Move <oper:autologin> from m_sslinfo to core_oper and rework.•••- Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. | 2022-12-11 | 1 | -1/+1 | |
| * | | Add support for per-oper/opertype operator MOTDs. | 2022-12-09 | 1 | -39/+70 | |
| * | | Merge branch 'insp3' into master. | 2022-12-09 | 1 | -2/+11 | |
| |\| | |||||
| | * | Fix sending malformed MOTD and showfile messages to clients. | 2022-12-09 | 1 | -6/+14 | |
| * | | Yet more stylistic fixes. | 2022-12-01 | 1 | -1/+2 | |
| * | | Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. | 2022-11-28 | 1 | -1/+1 | |
| * | | More const correctness. | 2022-10-23 | 1 | -1/+1 | |
| * | | Avoid file_cache in opermotd and showfile. | 2022-10-12 | 1 | -1/+1 | |
| * | | Remove unnecessary arguments to On(Post)Oper.•••These are already accessible from the user object. | 2022-05-07 | 1 | -1/+1 | |
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| * | | Mark all command classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 1 | -1/+0 | |
| * | | Kill some useless comments. | 2021-05-13 | 1 | -2/+0 | |
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -6/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+2 | |
| * | | 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 | -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/+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 | -7/+4 | |
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 1 | -1/+1 | |
| |\| | |||||
| | * | Set the minimum length to 1 for most config items with a default. | 2020-04-09 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+2 | |
| |\| | |||||
| | * | Fix unnecessary inlining in command handler constructors. | 2020-03-09 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-02-04 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | * | Remove the preceding - in messages sent by opermotd and showfile. | 2020-01-24 | 1 | -1/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -4/+7 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -4/+7 | |
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -8/+20 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -4/+4 | |
| | * | Fix hiding ERR_NOOPERMOTD response when an operator logs in. | 2019-04-27 | 1 | -2/+3 | |
| | * | Fix the numerics used by the opermotd module.•••- Use ERR_NOOPERMOTD from UnrealIRCd and RPL_OMOTDSTART, RPL_OMOTD, and RPL_ENDOFOMOTD from ircd-ratbox. - Only send ERR_NOOPERMOTD in response to the command. | 2019-04-26 | 1 | -8/+19 | |
| * | | Merge branch 'insp3' into master. | 2019-02-05 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix not checking for server names case insensitively. | 2019-01-28 | 1 | -1/+1 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -5/+5 | |
| |/ | |||||
| * | 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. | 2018-07-26 | 1 | -2/+2 | |
| * | Always process MOTD formatting escape codes.•••The options for disabling these were added to keep compatibility with previous 2.0 releases and are not needed any more. | 2018-04-22 | 1 | -3/+1 | |
| * | Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. | 2017-11-21 | 1 | -2/+2 | |
