summaryrefslogtreecommitdiff
path: root/src/coremods/core_info/cmd_modules.cpp
AgeCommit message (Expand)Author
2019-01-28Fix not checking for server names case insensitively.Peter Powell
2018-07-31Remove support for static modules.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-10-21Tweak the module flags in MODULES slightly.Peter Powell
2017-09-06Improve the /MODULES output.Peter Powell
2016-04-04Rename PURE_STATIC to INSPIRCD_STATIC.Peter Powell
2016-03-29core_info Deduplicate code by inheriting some commands from ServerTargetCommandAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2015-05-12Remove support for non-unloadable (VF_STATIC) modulesAttila Molnar
2015-05-12cmd_modules Don't show the memory addresses of Module objects to opersAttila Molnar
2014-03-05Create the core_info moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar