]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules
Add support for blocking tag messages with the deaf mode.
[user/henk/code/inspircd.git] / src / modules /
2020-05-15 Sadie PowellAdd a warning about LibreSSL support being removed...
2020-05-09 Sadie Powellregex_stdlib: Don't copy std::regex_error when catching it.
2020-05-07 Sadie PowellAllow disabling the COMMANDS command.
2020-05-05 Sadie PowellFix shuns not being applied correctly.
2020-05-05 Sadie PowellFix a typo in the hostchange module.
2020-05-05 Sadie PowellAllow enabling the message-tags cap without client...
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-23 Sadie PowellImprove the pgsql connection error messages.
2020-04-23 Sadie PowellFix reconnecting a pgsql connection if it fails.
2020-04-23 Sadie PowellUnregister pgsql connection fds when they are deleted.
2020-04-23 Sadie PowellOpt-out of pgsql read and write events if polling fails.
2020-04-23 Sadie PowellRemove dead code from the pgsql module.
2020-04-21 Sadie PowellImprove the output given by the SSLINFO command.
2020-04-21 InspIRCd RobotFixes by misspell-fixer
2020-04-21 Sadie PowellOnly read the SSL profiles if they're actually specified.
2020-04-21 Sadie PowellTell the admin how to use a SSL profile if they define...
2020-04-17 Sadie PowellFix ldapoper trying to auth using the provider name...
2020-04-17 Sadie PowellAllow hiding the message which warns about LIST being...
2020-04-17 Sadie PowellMinor improvements to the securelist module.
2020-04-15 Sadie PowellRename mkversions to mkdescriptions.
2020-04-14 Matt SchatzMinor cleanup and documentation improvements.
2020-04-14 Matt SchatzAllow 'tls' to be used in /REHASH.
2020-04-14 Matt SchatzUpdate user-facing text and comments of SSL to TLS.
2020-04-13 Sadie PowellFix kicknorejoin not showing the channel name properly...
2020-04-13 Sadie PowellAdd the inspircd.org/standard-replies capability.
2020-04-12 Sadie PowellGet rid of the useless OPERLOG 005 token.
2020-04-12 Sadie PowellFix the operlog module double logging when tosnomask...
2020-04-10 Sadie PowellFix an oversight in mkversions that caused it to not...
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-04-10 Sadie PowellThe init function should have the override keyword...
2020-04-09 Sadie PowellAdd missing override keyword to the sslrehashsignal...
2020-04-09 Sadie PowellRemove references to the long dead SQLv2 from the pgsql...
2020-04-09 Sadie PowellRemove an unused variable in the http_acl module.
2020-04-09 Sadie PowellSet the minimum length to 1 for most config items with...
2020-04-09 Sadie PowellAllow <passforward:forwardmsg> to be optional.
2020-04-09 Matt SchatzSend SNOTICES for failed secure only or fingerprint...
2020-04-08 Sadie PowellMore HasFd() conversions.
2020-04-08 Sadie PowellImprove the logging of the httpd module.
2020-04-05 Sadie PowellSend ERR_BANNEDFROMCHAN when a user can't create a...
2020-04-05 Matt SchatzDon't send a geolocation whois line for uline clients.
2020-04-04 Sadie PowellDon't filter mass-messages sent by server operators.
2020-04-04 Sadie PowellAdd the Numerics::CannotSendTo class and switch stuff...
2020-04-02 Sadie PowellAdd constants for the uninvite numerics.
2020-04-02 Sadie PowellFix the log message in the disable module.
2020-03-31 Matt SchatzAdd back the prefix on a server target message.
2020-03-30 Sadie PowellFix various documentation and formatting issues.
2020-03-29 Sadie PowellAdd support for the servers/ignore-shun privilege.
2020-03-29 Sadie PowellInclude ADMIN and OPER in the default for <shun:enabled...
2020-03-29 Sadie PowellClean up the parsing logic for <shun:enabledcmds>.
2020-03-25 Matt SchatzOnly send a local X-line SNOTICE.
2020-03-12 Sadie PowellAdd a CapReference class for the message-tags capability.
2020-03-12 Joel SingImprove logging for the m_ldap and m_ldapauth modules...
2020-03-11 Sadie PowellWarn if the server config contains an unhashed password.
2020-03-09 Sadie PowellFix unnecessary inlining in command handler constructors.
2020-03-09 Sadie PowellFix not assigning bits to capabilities correctly.
2020-03-09 Sadie PowellImplement support for multi-line CAP responses.
2020-03-09 Sadie PowellFix <connect:requiressl> being case sensitive.
2020-03-05 Sadie PowellAllow modules to prevent a message from updating the...
2020-02-26 Matt SchatzImprove the description of the sslinfo module (#1755).
2020-02-21 Sadie PowellAdd support for requiring users to use SSL in order...
2020-02-20 Sadie PowellFix a memory leak in the httpd module when sockets...
2020-02-19 Sadie PowellLower <sts:duration> to 5m to prevent misconfigs denyin...
2020-02-19 Sadie PowellConvert some things to HasFd that were previously missed.
2020-02-18 Sadie PowellFix the syntax of the filter module's stats.
2020-02-18 Sadie PowellAdd enum constants for list mode numerics.
2020-02-18 Sadie PowellSend RPL_KNOCKDLVR when <knock:notify> is set to numeric.
2020-02-18 Sadie PowellGeneralise XLine stats numerics using RPL_STATS from...
2020-02-18 Sadie PowellAdd support for the IRCv3 extensions to the SETNAME...
2020-02-15 Sadie PowellAdd HasFd to EventHandler and switch code to use it.
2020-02-15 Sadie PowellFix leaking the dccallow list instead of setting it...
2020-02-15 Sadie PowellFix logic calling OnList when sending a cap notification.
2020-02-14 Sadie PowellMarginally improve the error pages created by httpd...
2020-02-14 Sadie PowellOnly register the sts capability when we have a valid...
2020-01-31 InspIRCd RobotUpdate copyright headers.
2020-01-31 Sadie PowellThe labeled response spec is no longer a draft.
2020-01-31 Sadie PowellFix the chanhistory module not storing CTCP ACTIONs.
2020-01-29 Sadie PowellThe KNOCK command is broadcast so we should only send...
2020-01-29 Sadie PowellAdd Channel::WriteRemoteNotice and revert WriteNotice...
2020-01-28 Sadie PowellImplement support for the IRCv3 labeled-response specif...
2020-01-28 Sadie PowellAdd a vendor cap which rejects any attempts to enable it.
2020-01-24 Sadie PowellRemove the preceding - in messages sent by opermotd...
2020-01-23 Sadie Powelldccallow: use IsCTCP instead of parsing the message...
2020-01-23 Sadie Powelldccallow: Use irc::equals for messages received over...
2020-01-23 Sadie PowellAdd a method for getting the name of a MessageTarget.
2020-01-18 Sadie PowellUse irc::equals instead of transforming to upper case...
2020-01-17 Sadie PowellFix a harmless warning in the ssl_mbedtls module.
2020-01-17 Sadie PowellUse irc::equals instead of strcasecmp where appropriate.
2020-01-16 Sadie PowellFix STATUSMSG tag messages not including the status...
2020-01-16 Sadie PowellCheck tag list after checking if the message-tag cap...
2020-01-15 Sadie PowellAdd support for setting the help topic in helpop.
2020-01-15 Sadie PowellPrevent users from sending an empty TAGMSG.
2020-01-13 Sadie PowellVarious improvements for the helpop module.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2020-01-08 Sadie PowellRebuild the 005 numeric after changing the case mapping.
2020-01-07 Sadie PowellMinor improvements to the codepage module.
2020-01-07 Sadie PowellAdd a replacement for the nationalchars module.
2020-01-07 Sadie PowellExplicitly reject nicks beginning with a number in...
2020-01-06 Sadie PowellFix linking servers that are using the nationalchars...
2020-01-05 Sadie PowellAdd an oper only parameter to Simple{Channel,User}ModeH...
2020-01-05 Sadie PowellRename the modes in the services_account module to...
next