summaryrefslogtreecommitdiff
path: root/src/coremods/core_info
AgeCommit message (Expand)Author
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2017-11-17Fix a ton of -Wsign-conversion warnings.Peter Powell
2017-10-22Move Shutter to former contributors & thank genius3000, Sheogorath.Peter Powell
2017-10-21Tweak the module flags in MODULES slightly.Peter Powell
2017-09-06Change the numerics used by /COMMANDS to avoid a collision.Peter Powell
2017-09-06Improve the /MODULES output.Peter Powell
2016-04-04Rename PURE_STATIC to INSPIRCD_STATIC.Peter Powell
2016-03-29Ensure server names passed to some commands are really server namesAttila Molnar
2016-03-29core_info Deduplicate code by inheriting some commands from ServerTargetCommandAttila Molnar
2016-03-29core_info Add class ServerTargetCommandAttila Molnar
2016-02-25cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()Attila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2015-11-09info: Move ChrisTX and Shawn to former contributors section.Robin Burchell
2015-11-09info: Update my copyright since I've touched this rather extensively.Robin Burchell
2015-11-09info: Move SaberUK to Core Developers.Robin Burchell
2015-11-09info: Reflect reality, and move everyone who hasn't committed since 2010 to "...Robin Burchell
2015-11-09info: Merge "Regular Contributors" and "Other Contributors" into "Active Cont...Robin Burchell
2015-11-09info: Remove searchirc.com (now defunct), change irc-junkie credits to Asmo.Robin Burchell
2015-11-09info: Move the early three of us to a "founding developers" section.Robin Burchell
2015-11-09info: Move jackmcbarn from developers back to contributors.Robin Burchell
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
2015-04-20Merge insp20Attila Molnar
2014-10-27Merge insp20Attila Molnar
2014-06-25Add formatting to InspIRCd::TimeString; switch all code to use it.Peter Powell
2014-06-22Change all occurrences of plain sort() to std::sort()Attila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object con...Attila Molnar
2014-06-13Add CommandParser::GetCommands() and typedef CommandMap and use it instead of...Attila Molnar
2014-03-07Move admin settings into core_infoAttila Molnar
2014-03-05Create the core_info moduleAttila Molnar
2014-03-05Move src/commands/cmd_*.cpp to src/coremods[/core_*]/Attila Molnar