aboutsummaryrefslogtreecommitdiff
path: root/src/coremods
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows build and most MSVC warningsGravatar Attila Molnar2016-09-021-1/+1
* Change Membership:hasMode() to accept a PrefixModeGravatar Attila Molnar2016-08-301-1/+2
* core_dns Fail new requests when this module or the owner of the request is be...Gravatar Attila Molnar2016-08-251-0/+8
* core_dns Make question a member of request, move common FindAnswerOfType to b...Gravatar Adam2016-08-252-24/+9
* core_dns Change type of all log messages to MODNAMEGravatar Attila Molnar2016-08-251-6/+6
* Merge insp20Gravatar Attila Molnar2016-08-173-5/+4
* core_hostname_lookup: find answer record of the correct type instead of assum...Gravatar Adam2016-08-151-8/+28
* Fix a minor oversight in ERR_NONICKNAMEGIVEN.Gravatar Peter Powell2016-06-271-1/+1
* Fix sending the wrong numeric when an empty new nick is received.Gravatar Peter Powell2016-06-221-1/+1
* Refactor topic setting logic to go through Channel::SetTopic() in all cases•••- Pass topic set time and optionally the setter to SetTopic() - Don't do anything if the topic is changed by a local user to what it is currently Gravatar Attila Molnar2016-04-111-1/+7
* Rename PURE_STATIC to INSPIRCD_STATIC.Gravatar Peter Powell2016-04-041-1/+1
* Merge pull request #1165 from Adam-/master+dnssource•••core_dns: allow configuring source addressGravatar Attila Molnar2016-03-291-7/+27
|\
| * core_dns: allow configuring source addressGravatar Adam2016-03-291-7/+27
* | Ensure server names passed to some commands are really server namesGravatar Attila Molnar2016-03-292-2/+3
* | core_info Deduplicate code by inheriting some commands from ServerTargetCommandGravatar Attila Molnar2016-03-296-50/+10
* | core_info Add class ServerTargetCommandGravatar Attila Molnar2016-03-292-0/+20
|/
* Fix oversights in the WriteNumeric() parameter conversionGravatar Attila Molnar2016-03-192-2/+3
* Add RPL_WHOREPLY to the list of numerics•••Use it instead of the raw number Gravatar Attila Molnar2016-02-261-1/+1
* Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje...Gravatar Attila Molnar2016-02-261-19/+22
* Return ModResult from the OnSendWhoLine hookGravatar Attila Molnar2016-02-261-3/+3
* Add RPL_ISON, RPL_USERIP and RPL_USERHOST to the list of numerics•••Use them instead of the raw numbers Gravatar Attila Molnar2016-02-252-2/+2
* core_userhost Send numeric with User::WriteNumeric()Gravatar Attila Molnar2016-02-251-2/+2
* cmd_commands Send the RPL_COMMANDS numeric with User::WriteNumeric()Gravatar Attila Molnar2016-02-251-3/+2
* Introduce Stats::Context, pass it to the OnStats hook and switch all code to itGravatar Attila Molnar2016-02-252-77/+82
* Add User::WriteRemoteNumeric() and switch code using SendText() to send numer...Gravatar Attila Molnar2016-02-255-25/+15
* Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ...Gravatar Attila Molnar2016-02-251-20/+16
* Convert WriteNumeric() calls to pass the parameters of the numeric as method ...Gravatar Attila Molnar2016-02-2526-102/+99
* Fix some numericsGravatar Attila Molnar2016-02-241-1/+1
* Merge insp20Gravatar Attila Molnar2016-02-222-2/+10
* Fix build errors on CentOS 6 and OpenBSD.Gravatar Peter Powell2016-02-202-2/+2
* core_whois Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-53/+75
* cmd_names Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-17/+5
* cmd_names Inherit handler from SplitCommandGravatar Attila Molnar2015-12-302-6/+6
* core_ison Switch to Numeric::BuilderGravatar Attila Molnar2015-12-301-26/+16
* core_ison Inherit handler from SplitCommandGravatar Attila Molnar2015-12-301-4/+6
* core_ison Simplify handlerGravatar Attila Molnar2015-12-301-14/+7
* Convert remaining NOTICEs implemented using WriteServ() to WriteNotice()Gravatar Attila Molnar2015-12-291-2/+2
* cmd_part Send ERR_NOTONCHANNEL if the user is not on the channel•••Fixes issue #1117 reported by @ProgVal Gravatar Attila Molnar2015-12-281-4/+6
* Fix some whitespace issuesGravatar Attila Molnar2015-12-281-6/+6
* Remove some IS_SERVER() checks•••- InspIRCd::FindUUID() and FindNick() no longer return FakeUsers so checking the user returned from those methods is needless - m_dccallow is calling FindNickOnly() so it had the check needlessly Gravatar Attila Molnar2015-12-072-2/+2
* Add minimum channel rank and exception list parameters to the OnUserInvite hookGravatar Attila Molnar2015-12-061-3/+10
* cmd_invite Fire the OnUserInvite event before announcing the inviteGravatar Attila Molnar2015-12-061-1/+2
* cmd_invite Extend scope of the prefix character variableGravatar Attila Molnar2015-12-061-20/+17
* Remove <options:ircumsgprefix> entirelyGravatar Attila Molnar2015-12-061-8/+1
* Merge branch 'master+reloadmod'Gravatar Attila Molnar2015-12-011-14/+571
|\
| * core_reloadmodule Allow modules to handle reload failures of other modsGravatar Attila Molnar2015-11-261-0/+14
| * core_reloadmodule Allow modules to save and restore their own data when reloa...Gravatar Attila Molnar2015-11-261-2/+32
| * core_reloadmodule Save and restore module state (modes, extensions) on reloadGravatar Attila Molnar2015-11-261-0/+497
| * Handle module reloading in core_reloadmodule entirelyGravatar Attila Molnar2015-11-261-13/+29
* | core_whowas Purge nicks as soon as they no longer have any entriesGravatar Attila Molnar2015-11-231-7/+13