]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods/core_info
Ensure server names passed to some commands are really server names
[user/henk/code/inspircd.git] / src / coremods / core_info /
2016-03-29 Attila MolnarEnsure server names passed to some commands are really...
2016-03-29 Attila Molnarcore_info Deduplicate code by inheriting some commands...
2016-03-29 Attila Molnarcore_info Add class ServerTargetCommand
2016-02-25 Attila Molnarcmd_commands Send the RPL_COMMANDS numeric with User...
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarAdd User::WriteRemoteNumeric() and switch code using...
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-15 Attila MolnarMerge pull request #1103 from rburchell/master-fix...
2015-11-09 Robin Burchellinfo: Move ChrisTX and Shawn to former contributors...
2015-11-09 Robin Burchellinfo: Update my copyright since I've touched this rathe...
2015-11-09 Robin Burchellinfo: Move SaberUK to Core Developers.
2015-11-09 Robin Burchellinfo: Reflect reality, and move everyone who hasn't...
2015-11-09 Robin Burchellinfo: Merge "Regular Contributors" and "Other Contribut...
2015-11-09 Robin Burchellinfo: Remove searchirc.com (now defunct), change irc...
2015-11-09 Robin Burchellinfo: Move the early three of us to a "founding develop...
2015-11-09 Robin Burchellinfo: Move jackmcbarn from developers back to contributors.
2015-05-13 Attila MolnarMerge pull request #1041 from SaberUK/master+ipv6-names...
2015-05-12 Attila MolnarRemove support for non-unloadable (VF_STATIC) modules
2015-05-12 Attila Molnarcmd_modules Don't show the memory addresses of Module...
2015-05-10 Attila MolnarMerge insp20
2015-04-27 Attila MolnarMerge branch 'master+dns'
2015-04-20 Attila MolnarMerge insp20
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-06-25 Peter PowellAdd formatting to InspIRCd::TimeString; switch all...
2014-06-22 Attila MolnarChange all occurrences of plain sort() to std::sort()
2014-06-13 Attila MolnarChange allocation of InspIRCd::Parser to be physically...
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-04-07 Attila MolnarMerge insp20
2014-03-07 Attila MolnarMove admin settings into core_info
2014-03-05 Attila MolnarCreate the core_info module
2014-03-05 Attila MolnarMove src/commands/cmd_*.cpp to src/coremods[/core_*]/