summaryrefslogtreecommitdiff
path: root/src/coremods
AgeCommit message (Expand)Author
2017-08-27Remove module file extensions from user-visible messages.Peter Powell
2017-07-27Merge pull request #1271 from SaberUK/master+exemptionPeter Powell
2017-07-24Replace the deprecated MAXBANS token with MAXLIST.Peter Powell
2017-07-12cmd_kill: deduplicate logicAdam
2017-07-12cmd_kill: log all kills from or to remote usersAdam
2017-07-12cmd_kill: correct notices to show as a remote kill when a remote oper kills a...Adam
2017-07-12cmd_kill: rename u to targetAdam
2017-07-12cmd_kill: don't show kill path in KILL messages to usersAdam
2017-07-12cmd_kill: reshuffleAdam
2017-07-12Add CXX11_OVERRIDE to overridden members that lack it.Peter Powell
2017-07-09Merge v2.0.23 and v2.0.24 into master.Peter Powell
2017-04-23core_dns: add support for txt recordsAdam
2017-03-20Move the OnCheckExemption hook out of the core.Peter Powell
2016-12-30cmd_mode Switch to a numeric for showing modes of other usersAttila Molnar
2016-12-30Clean up User::FormatModes(), rename to GetModeLetters()Attila Molnar
2016-12-30Remove remaining doxygen doc for "pcnt" parametersAttila Molnar
2016-12-30Penalize commands that had 0 penaltyAttila Molnar
2016-09-16Merge pull request #1176 from SaberUK/master+formatAttila Molnar
2016-09-12Change type of log messages to MODNAME in several modulesAttila Molnar
2016-09-12Undocument <power> and set the default to the server name.Peter Powell
2016-09-09Replace snprintf usage with InspIRCd::Format.Peter Powell
2016-09-02Fix Windows build and most MSVC warningsAttila Molnar
2016-08-30Change Membership:hasMode() to accept a PrefixModeAttila Molnar
2016-08-25core_dns Fail new requests when this module or the owner of the request is be...Attila Molnar
2016-08-25core_dns Make question a member of request, move common FindAnswerOfType to b...Adam
2016-08-25core_dns Change type of all log messages to MODNAMEAttila Molnar
2016-08-17Merge insp20Attila Molnar
2016-08-15core_hostname_lookup: find answer record of the correct type instead of assum...Adam
2016-06-27Fix a minor oversight in ERR_NONICKNAMEGIVEN.Peter Powell
2016-06-22Fix sending the wrong numeric when an empty new nick is received.Peter Powell
2016-04-11Refactor topic setting logic to go through Channel::SetTopic() in all casesAttila Molnar
2016-04-04Rename PURE_STATIC to INSPIRCD_STATIC.Peter Powell
2016-03-29Merge pull request #1165 from Adam-/master+dnssourceAttila Molnar
2016-03-29core_dns: allow configuring source addressAdam
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-03-19Fix oversights in the WriteNumeric() parameter conversionAttila Molnar
2016-02-26Add RPL_WHOREPLY to the list of numericsAttila Molnar
2016-02-26Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...Attila Molnar
2016-02-26Return ModResult from the OnSendWhoLine hookAttila Molnar
2016-02-25Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numericsAttila Molnar
2016-02-25core_userhost Send numeric with User::WriteNumeric()Attila Molnar
2016-02-25cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()Attila Molnar
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2016-02-25Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Attila Molnar
2016-02-25Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Attila Molnar
2016-02-25Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Attila Molnar
2016-02-24Fix some numericsAttila Molnar
2016-02-22Merge insp20Attila Molnar