summaryrefslogtreecommitdiff
path: root/src/coremods
AgeCommit message (Expand)Author
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
2019-10-22Handle more error cases in core_hostname_lookup.Peter Powell
2019-10-22On DNS fail reset connecting users hostname to their IP.Peter Powell
2019-10-21Improve the core_hostname_lookup result log message.Peter Powell
2019-10-21Remove duplicate code in core_hostname_lookup.Peter Powell
2019-10-21Get rid of the ptrHosts extension item.Peter Powell
2019-10-13Add GetTypeStr to the DNS API.Peter Powell
2019-10-13Convert a bunch of LocalUser* casts to IS_LOCAL.Peter Powell
2019-10-01Show the list modes which have variable list lengths in 005.Peter Powell
2019-08-13Fix some remaining uses of ato[il].Peter Powell
2019-08-07Convert all core ExtensionItem code away from {un,}serialize.Peter Powell
2019-08-07Add {To,From}{Human,Internal,Network} to ExtensionItem.Peter Powell
2019-07-15Send ERR_NOTEXTTOSEND in response to an empty GLOBOPS/WALLOPS.Peter Powell
2019-07-03Fix error message for splitwhois value.Matt Schatz
2019-06-12Show the mode syntax in ERR_INVALIDMODEPARAM.Peter Powell
2019-06-05Allow channels/auspex to see a secret channel topic. (#1654)Matt Schatz
2019-05-11Move message access checks to OnUserPre{Tag,}Message.Peter Powell
2019-05-05cmd_names: Fix the syntax.Robby
2019-04-28Some more text fixes and improvements (#1618).Robby
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2019-04-21Fix grammar in unknown mode/snomask character messages.Robby