aboutsummaryrefslogtreecommitdiff
path: root/src/coremods
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-02-269-9/+9
* Implement support for multi-prefix on WHOIS.Gravatar Sadie Powell2021-02-251-16/+0
* Allow a statusmsg to have multiple statuses and pick the lowest.•••This is pretty much useless but other implementations support it so we have to also support it for compatibility. Gravatar Sadie Powell2021-02-251-5/+16
* Fix checking the wrong user in SERVLIST.Gravatar Sadie Powell2021-02-211-1/+1
* Fix the numeric sent when a U-lined alias target is not online.Gravatar Sadie Powell2021-02-181-5/+0
* Move linuxdaemon and Sheogorath to former contributors.Gravatar Sadie Powell2021-02-101-7/+8
* Fix an oversight in the previous commit.Gravatar Sadie Powell2021-01-301-1/+1
* Fix a few issues with SERVLIST.•••- Implement support for service type matching based on the service oper type. This isn't the same as irc2 but its close enough. - Fix erroneously sending the mask in the <mask> field. This field is for the service name mask not the service distribution mask. Gravatar Sadie Powell2021-01-301-4/+8
* Add <dns:enabled>; allows disabling DNS lookups entirely.•••Ref: #1839. Gravatar Sadie Powell2021-01-191-17/+39
* Send ERR_CANTUNLOADMODULE when unloading a module on reload fails.Gravatar Sadie Powell2021-01-191-3/+6
* Fix the DNS socket not being closed when core_dns is unloaded.Gravatar Sadie Powell2021-01-191-10/+16
* Fix not rejecting attempts to set snomasks with SAMODE/override.Gravatar Sadie Powell2021-01-161-0/+7
* Replace the SERVER stub command with something actually useful.•••This will typically never be reached because the remote will wait until it receives a CAPAB response before sending SERVER. Instead replace it with a CAPAB stub command that quits servers with a helpful message. Gravatar Sadie Powell2020-12-201-35/+27
* Hide the server name/desc better when <options:hideserver> is set.Gravatar Sadie Powell2020-12-205-6/+5
* Fix an inverted condition in cmd_modules.Gravatar Sadie Powell2020-12-161-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-11-201-1/+1
* Avoid doing "IP changed" event stuff on quitting users.Gravatar Sadie Powell2020-11-201-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-10-303-3/+3
* Fix the behaviour of multi-value PING and PONG messages.Gravatar Sadie Powell2020-10-262-5/+25
* Recheck users for xlines when their real hostname changes.Gravatar Sadie Powell2020-10-061-0/+10
* Fix the syntax of the MAXLIST 005 token.Gravatar Sadie Powell2020-09-241-18/+4
* Update copyright headers.Gravatar InspIRCd Robot2020-07-302-2/+2
* Send ERR_KEYSET when trying to change a channel key.•••Closes #1750. Gravatar Sadie Powell2020-07-272-1/+3
* Show an error when an unprivileged user tries to mass-message.•••Closes #1790. Gravatar Sadie Powell2020-07-201-0/+3
* Add a config option that forces bots to use NOTICEs.Gravatar Sadie Powell2020-07-071-5/+5
* Fix an inverted mode check.Gravatar Sadie Powell2020-05-091-1/+1
* Don't show privileged commands to unprivileged users in COMMANDS.Gravatar Sadie Powell2020-05-071-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2020-04-2417-16/+19
* Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-214-5/+5
* Minor cleanup and documentation improvements.•••- Only show a generic failure message to the user upon oper failure due to not having a secure connection or matching cert. fingerprint. - Update the comment about oper:fingerprint as it can be a space separated list of fingerprints and not just one. - Improve a few code comments and formatting. Gravatar Matt Schatz2020-04-141-2/+1
* Add support for limiting what opers can subscribe to snomasks.Gravatar Sadie Powell2020-04-111-1/+8
* Add the missing VF_CORE flag to the core_whowas module.Gravatar Sadie Powell2020-04-101-1/+1
* Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-094-6/+7
* Prevent a trailing space in the failed oper SNOTICE.Gravatar Matt Schatz2020-04-091-1/+2
* Don't override a different Displayed Host with the rDNS.•••If the dnsbl module is set to mark with a vHost, it can finish before the hostname resolution finishes. This is especially the case when the result is already cached. Resolves #1770. Gravatar Matt Schatz2020-04-041-1/+2
* Squish the cmd_whowas header.•••There's no reason for this to be in a header and it can't be used by anything else. Gravatar Sadie Powell2020-04-041-1/+146
* Add the Numerics::CannotSendTo class and switch stuff to use it.Gravatar Sadie Powell2020-04-041-3/+3
* Ignore clients on ulined servers when counting invisible users.•••This is in addition to 4cc992f. Gravatar Matt Schatz2020-04-041-3/+6
* Clear the entire DNS cache on rehash.Gravatar Sadie Powell2020-04-011-2/+2
* Make showing the channel modes in /LIST configurable.Gravatar Sadie Powell2020-03-301-4/+16
* Update the credits.•••- Move Attila to former developers (RIP). - Move genius3000 to core developers. - Add Robby to contributors. - Add prawnsalad to thanks. Gravatar Sadie Powell2020-03-271-3/+4
* Alphabetically sort names in the credits.Gravatar Sadie Powell2020-03-271-14/+14
* Move CHANMODES to core_mode and add USERMODES.Gravatar Sadie Powell2020-03-121-0/+6
* Implement support for the SERVLIST command.Gravatar Sadie Powell2020-03-123-1/+72
* Fix unnecessary inlining in command handler constructors.Gravatar Sadie Powell2020-03-091-1/+7
* Allow modules to prevent a message from updating the idle time.Gravatar Sadie Powell2020-03-051-1/+1
* Add enum constants for list mode numerics.Gravatar Sadie Powell2020-02-181-1/+8
* Use ircd-hybrid's numerics for the "pending invites" list.•••This fixes a conflict with the numerics used by the invite exception mode. Gravatar Sadie Powell2020-02-181-0/+7
* Generalise XLine stats numerics using RPL_STATS from aircd.Gravatar Sadie Powell2020-02-181-5/+5
* Add HasFd to EventHandler and switch code to use it.Gravatar Sadie Powell2020-02-151-1/+1