]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/coremods
Sync helpop chmodes s and p with docs
[user/henk/code/inspircd.git] / src / coremods /
2021-05-25 Sadie PowellThe dest should be checked for uline status not the...
2021-05-25 Sadie PowellDon't send RPL_WHOISHOST for users on ulined servers.
2021-05-14 InspIRCd RobotUpdate copyright headers.
2021-05-14 Sadie PowellFix an off by one error in various bitsets.
2021-05-14 Sadie PowellFix sending malformed pong messages in some cases.
2021-05-04 Adamcore_dns: skip unknown resource record types
2021-04-27 Sadie PowellFix a bunch of weird indentation and spacing issues.
2021-04-19 Sadie PowellImprove the messages sent when loading/unloading/reload...
2021-04-18 Sadie PowellUse a duration string for the idle time in `/STATS P`.
2021-03-31 Sadie PowellFix various documentation comments.
2021-03-10 Sadie PowellRename `<bind:ssl>` to `<bind:sslprofile>`.
2021-03-08 Sadie PowellFix the `STATS p` output being ambiguous.
2021-03-05 InspIRCd RobotUpdate copyright headers.
2021-03-02 Sadie PowellDeduplicate checking the source for the users/auspex...
2021-03-02 Sadie PowellFix fuzzy matching in core_who.
2021-03-01 Sadie PowellFix sending Q-line notices to snomask `a` instead of...
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-25 Sadie PowellImplement support for multi-prefix on WHOIS.
2021-02-25 Sadie PowellAllow a statusmsg to have multiple statuses and pick...
2021-02-21 Sadie PowellFix checking the wrong user in SERVLIST.
2021-02-18 Sadie PowellFix the numeric sent when a U-lined alias target is...
2021-02-10 Sadie PowellMove linuxdaemon and Sheogorath to former contributors.
2021-01-30 Sadie PowellFix an oversight in the previous commit.
2021-01-30 Sadie PowellFix a few issues with SERVLIST.
2021-01-19 Sadie PowellAdd <dns:enabled>; allows disabling DNS lookups entirely.
2021-01-19 Sadie PowellSend ERR_CANTUNLOADMODULE when unloading a module on...
2021-01-19 Sadie PowellFix the DNS socket not being closed when core_dns is...
2021-01-16 Sadie PowellFix not rejecting attempts to set snomasks with SAMODE...
2020-12-20 Sadie PowellReplace the SERVER stub command with something actually...
2020-12-20 Sadie PowellHide the server name/desc better when <options:hideserv...
2020-12-16 Sadie PowellFix an inverted condition in cmd_modules.
2020-11-20 InspIRCd RobotUpdate copyright headers.
2020-11-20 Sadie PowellAvoid doing "IP changed" event stuff on quitting users.
2020-10-30 InspIRCd RobotUpdate copyright headers.
2020-10-26 Sadie PowellFix the behaviour of multi-value PING and PONG messages.
2020-10-06 Sadie PowellRecheck users for xlines when their real hostname changes.
2020-09-23 Sadie PowellFix the syntax of the MAXLIST 005 token.
2020-07-30 InspIRCd RobotUpdate copyright headers.
2020-07-27 Sadie PowellSend ERR_KEYSET when trying to change a channel key.
2020-07-20 Sadie PowellShow an error when an unprivileged user tries to mass...
2020-07-07 Sadie PowellAdd a config option that forces bots to use NOTICEs.
2020-05-09 Sadie PowellFix an inverted mode check.
2020-05-07 Sadie PowellDon't show privileged commands to unprivileged users...
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-14 Matt SchatzMinor cleanup and documentation improvements.
2020-04-11 Sadie PowellAdd support for limiting what opers can subscribe to...
2020-04-09 Sadie PowellAdd the missing VF_CORE flag to the core_whowas module.
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-04-09 Matt SchatzPrevent a trailing space in the failed oper SNOTICE.
2020-04-05 Matt SchatzDon't override a different Displayed Host with the...
2020-04-04 Sadie PowellSquish the cmd_whowas header.
2020-04-04 Sadie PowellAdd the Numerics::CannotSendTo class and switch stuff...
2020-04-04 Matt SchatzIgnore clients on ulined servers when counting invisibl...
2020-04-01 Sadie PowellClear the entire DNS cache on rehash.
2020-03-30 Sadie PowellMake showing the channel modes in /LIST configurable.
2020-03-27 Sadie PowellUpdate the credits.
2020-03-27 Sadie PowellAlphabetically sort names in the credits.
2020-03-12 Sadie PowellMove CHANMODES to core_mode and add USERMODES.
2020-03-12 Sadie PowellImplement support for the SERVLIST command.
2020-03-09 Sadie PowellFix unnecessary inlining in command handler constructors.
2020-03-05 Sadie PowellAllow modules to prevent a message from updating the...
2020-02-18 Sadie PowellAdd enum constants for list mode numerics.
2020-02-18 Sadie PowellUse ircd-hybrid's numerics for the "pending invites...
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-02-14 Sadie PowellClean up ModuleDLLManager from the Module::cull() method.
2020-02-02 Sadie PowellMake loading modules considerably more robust and user...
2020-02-02 Sadie PowellFix being able to see the modes of private/secret channels.
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-30 Sadie PowellUse the default OnParameterMissing in ModeUserServerNot...
2020-01-22 Sadie PowellTweak the default motd/opermotd slightly.
2020-01-17 Sadie PowellImprove the DNS cache expiration log message.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-12-31 Sadie PowellUpdate my name and email address.
2019-12-08 Peter PowellMove XLine garbage collection to core_xline.
2019-11-17 Peter PowellMake rehashing messages more consistent.
2019-10-22 Peter PowellFix some compiler errors in core_hostname_lookup.
2019-10-22 Peter PowellHandle more error cases in core_hostname_lookup.
2019-10-22 Peter PowellOn DNS fail reset connecting users hostname to their IP.
2019-10-21 Peter PowellImprove the core_hostname_lookup result log message.
2019-10-21 Peter PowellRemove duplicate code in core_hostname_lookup.
2019-10-21 Peter PowellGet rid of the ptrHosts extension item.
2019-10-13 Peter PowellAdd GetTypeStr to the DNS API.
2019-10-13 Peter PowellConvert a bunch of LocalUser* casts to IS_LOCAL.
2019-10-01 Peter PowellShow the list modes which have variable list lengths...
2019-08-13 Peter PowellFix some remaining uses of ato[il].
2019-08-07 Peter PowellConvert all core ExtensionItem code away from {un,...
2019-08-07 Peter PowellAdd {To,From}{Human,Internal,Network} to ExtensionItem.
2019-07-15 Peter PowellSend ERR_NOTEXTTOSEND in response to an empty GLOBOPS...
2019-07-03 Matt SchatzFix error message for splitwhois value.
2019-06-12 Peter PowellShow the mode syntax in ERR_INVALIDMODEPARAM.
2019-06-05 Matt SchatzAllow channels/auspex to see a secret channel topic...
2019-05-11 Peter PowellMove message access checks to OnUserPre{Tag,}Message.
2019-05-05 Robbycmd_names: Fix the syntax.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-04-28 RobbySome more text fixes and improvements (#1618).
2019-04-28 RobbyTextual improvements and fixes such as typos, casing...
2019-04-21 RobbyFix grammar in unknown mode/snomask character messages.
2019-04-19 Peter PowellImprove the descriptions of various core modules.
next