aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_globalload.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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.•••- 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. Gravatar Sadie Powell2021-01-191-23/+33
* | 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>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. Gravatar Peter Powell2018-07-261-6/+6
* Add the override keyword in places that it is missing.•••GCCs warnings for this are much better than Clangs. Gravatar Peter Powell2017-11-211-6/+6
* Convert uncontroversial anonymous numerics to use constants.Gravatar Peter Powell2017-09-061-1/+1
* Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Gravatar Attila Molnar2016-02-251-3/+2
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-251-5/+5
* 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
* | Merge insp20Gravatar Attila Molnar2014-04-071-1/+6
|\|
| * m_globalload Don't pass a callback to ModuleManager::Reload() if reloading m_...Gravatar Attila Molnar2014-03-261-1/+6
* | Update detection in module loading commands that relied on old command module...Gravatar Attila Molnar2014-03-061-1/+1
* | These two numerics are supposed to use SentText() as they can go to remote us...Gravatar Adam2013-11-121-1/+1
* | Use WriteNumeric() everywhere we send numerics and include the user's nick au...Gravatar Adam2013-11-121-8/+8
* | Automatically register ServiceProviders created by modulesGravatar attilamolnar2013-09-081-7/+0