aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_globalload.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.Gravatar Sadie Powell2023-01-231-6/+6
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-2/+2
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-2/+2
| |
| * Fix unnecessarily using c_str in parameters that take a std::string.Gravatar Sadie Powell2022-09-041-4/+4
| |
* | Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-7/+7
| |
* | Default allow_empty_last_param to false.Gravatar Sadie Powell2022-09-071-3/+0
| |
* | Fix some warnings noticed by the readability-* clang-tidy checkers.Gravatar Sadie Powell2022-09-031-4/+4
| |
* | Fix various bugs relating to platform-native module extensions.Gravatar Sadie Powell2022-06-261-1/+1
| |
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-5/+5
| |
* | Mark all command classes as final.Gravatar Sadie Powell2021-10-011-3/+6
| |
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-271-1/+1
|\|
| * Improve the messages sent when loading/unloading/reloading modules.Gravatar Sadie Powell2021-04-191-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-03-051-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-03-051-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-01-291-23/+23
|\|
| * Send ERR_CANTUNLOADMODULE when unloading a module on reload fails.Gravatar Sadie Powell2021-01-191-1/+1
| |
| * Refactor the globalload module.Gravatar Sadie Powell2021-01-191-23/+33
| | | | | | | | | | | | - Require that a non-empty last parameter is given to the commands. - Use WriteRemoteNumeric instead of WriteNumeric so opers actually see the response. - Store <security:allowcoreunload> instead of looking it up every time.
* | Initial support for platform-specific module file extensions.Gravatar Sadie Powell2020-11-041-1/+1
| |
* | Convert CmdResult to an 8-bit strongly typed enum.Gravatar Sadie Powell2020-10-271-5/+5
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
| |
* | Replace the flags_required field with an enum.Gravatar Sadie Powell2020-04-141-3/+3
| |
* | Alow modules to specify multiple syntax lines.Gravatar Sadie Powell2020-04-141-3/+3
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+5
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-03-181-1/+2
|\|
| * Fix unnecessary inlining in command handler constructors.Gravatar Sadie Powell2020-03-091-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-5/+7
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-5/+7
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-1/+1
|\|
| * Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-281-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-03-301-3/+3
|\|
| * Various text improvements: consistency, syntax, help and doc updates/fixes.Gravatar Robby2019-02-181-3/+3
| |
* | Prevent operators from unloading core modules.Gravatar Sadie Powell2019-02-071-2/+1
| |
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-6/+6
| |
* | ModuleManager: remove fakederef.Gravatar Sadie Powell2019-02-071-6/+6
| |
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-7/+7
|/
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-6/+6
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* Add the override keyword in places that it is missing.Gravatar Peter Powell2017-11-211-6/+6
| | | | GCCs warnings for this are much better than Clangs.
* Convert uncontroversial anonymous numerics to use constants.Gravatar Peter Powell2017-09-061-1/+1
|
* Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵Gravatar Attila Molnar2016-02-251-3/+2
| | | | numerics to it
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵Gravatar Attila Molnar2016-02-251-5/+5
| | | | parameters
* Handle module reloading in core_reloadmodule entirelyGravatar Attila Molnar2015-11-261-23/+2
|
* Merge insp20Gravatar Attila Molnar2015-04-201-1/+1
|\
| * Don't submit a reload worker if the module doing the reload is scheduled for ↵Gravatar Attila Molnar2014-11-301-1/+1
| | | | | | | | unload
* | Merge insp20Gravatar Attila Molnar2014-04-071-1/+6
|\|