summaryrefslogtreecommitdiff
path: root/src/coremods
AgeCommit message (Expand)Author
2020-12-20Replace the SERVER stub command with something actually useful.Sadie Powell
2020-12-20Hide the server name/desc better when <options:hideserver> is set.Sadie Powell
2020-12-16Fix an inverted condition in cmd_modules.Sadie Powell
2020-11-20Update copyright headers.InspIRCd Robot
2020-11-20Avoid doing "IP changed" event stuff on quitting users.Sadie Powell
2020-10-30Update copyright headers.InspIRCd Robot
2020-10-26Fix the behaviour of multi-value PING and PONG messages.Sadie Powell
2020-10-06Recheck users for xlines when their real hostname changes.Sadie Powell
2020-09-24Fix the syntax of the MAXLIST 005 token.Sadie Powell
2020-07-30Update copyright headers.InspIRCd Robot
2020-07-27Send ERR_KEYSET when trying to change a channel key.Sadie Powell
2020-07-20Show an error when an unprivileged user tries to mass-message.Sadie Powell
2020-07-07Add a config option that forces bots to use NOTICEs.Sadie Powell
2020-05-09Fix an inverted mode check.Sadie Powell
2020-05-07Don't show privileged commands to unprivileged users in COMMANDS.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-21Fixes by misspell-fixerInspIRCd Robot
2020-04-14Minor cleanup and documentation improvements.Matt Schatz
2020-04-11Add support for limiting what opers can subscribe to snomasks.Sadie Powell
2020-04-10Add the missing VF_CORE flag to the core_whowas module.Sadie Powell
2020-04-09Set the minimum length to 1 for most config items with a default.Sadie Powell
2020-04-09Prevent a trailing space in the failed oper SNOTICE.Matt Schatz
2020-04-04Don't override a different Displayed Host with the rDNS.Matt Schatz
2020-04-04Squish the cmd_whowas header.Sadie Powell
2020-04-04Add the Numerics::CannotSendTo class and switch stuff to use it.Sadie Powell
2020-04-04Ignore clients on ulined servers when counting invisible users.Matt Schatz
2020-04-01Clear the entire DNS cache on rehash.Sadie Powell
2020-03-30Make showing the channel modes in /LIST configurable.Sadie Powell
2020-03-27Update the credits.Sadie Powell
2020-03-27Alphabetically sort names in the credits.Sadie Powell
2020-03-12Move CHANMODES to core_mode and add USERMODES.Sadie Powell
2020-03-12Implement support for the SERVLIST command.Sadie Powell
2020-03-09Fix unnecessary inlining in command handler constructors.Sadie Powell
2020-03-05Allow modules to prevent a message from updating the idle time.Sadie Powell
2020-02-18Add enum constants for list mode numerics.Sadie Powell
2020-02-18Use ircd-hybrid's numerics for the "pending invites" list.Sadie Powell
2020-02-18Generalise XLine stats numerics using RPL_STATS from aircd.Sadie Powell
2020-02-15Add HasFd to EventHandler and switch code to use it.Sadie Powell
2020-02-14Clean up ModuleDLLManager from the Module::cull() method.Sadie Powell
2020-02-02Make loading modules considerably more robust and user friendly.Sadie Powell
2020-02-02Fix being able to see the modes of private/secret channels.Sadie Powell
2020-01-31Update copyright headers.InspIRCd Robot
2020-01-30Use the default OnParameterMissing in ModeUserServerNoticeMask.Sadie Powell
2020-01-22Tweak the default motd/opermotd slightly.Sadie Powell
2020-01-17Improve the DNS cache expiration log message.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-12-31Update my name and email address.Sadie Powell
2019-12-08Move XLine garbage collection to core_xline.Peter Powell
2019-11-17Make rehashing messages more consistent.Peter Powell
2019-10-22Fix some compiler errors in core_hostname_lookup.Peter Powell