Age | Commit message (Expand) | Author |
2020-10-24 | m_cban: Implement support for channel masks | Michael |
2020-10-15 | Fixes by misspell-fixer | InspIRCd Robot |
2020-10-12 | Add an option to allow disengaging joinflood on initial boot. | Sadie Powell |
2020-10-12 | Add an option to allow disengaging joinflood after a netsplit. | Sadie Powell |
2020-10-10 | Implement support for Argon2 password hashing. | ShutterQuick |
2020-10-06 | Add the User::exempt flag to m_check. | Matt Schatz |
2020-09-29 | Use the normal method for applying a default config in dnsbl. | Sadie Powell |
2020-09-29 | Fix the dnsbl module config not being checked case insensitively. | Sadie Powell |
2020-09-27 | Add a shun option for cleaning problematic allowed commands. | Sadie Powell |
2020-09-27 | Make shun block client-only tags by default. | Sadie Powell |
2020-09-27 | Refactor the shun module slightly. | Sadie Powell |
2020-09-27 | Remove an unnecessary break statement. | Sadie Powell |
2020-09-16 | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | Sadie Powell |
2020-08-29 | Fix a word missing from the last commit. | Sadie Powell |
2020-08-29 | Warn about non-local plaintext server connections. | Sadie Powell |
2020-08-01 | Fix null-checking the wrong variable in the disable module. | Sadie Powell |
2020-07-30 | Update copyright headers. | InspIRCd Robot |
2020-07-29 | Replace all erroneous space indentation with tab indentation. | Sadie Powell |
2020-07-22 | Allow disabling the timedbans set/unset notices (#1789). | iwalkalone |
2020-07-20 | Show an error when an unprivileged user tries to mass-message. | Sadie Powell |
2020-07-07 | Add a config option that forces bots to use NOTICEs. | Sadie Powell |
2020-07-03 | Fix a grammar error created by misspell-fixer. | Sadie Powell |
2020-07-03 | Fix DNSBL connect class matching. | Matt Schatz |
2020-07-01 | Warn about broken versions of libmaxminddb. | Sadie Powell |
2020-06-25 | Fix checking bcrypt hashes. | Sadie Powell |
2020-06-19 | Use InspIRCd::TimingSafeCompare in more places. | Sadie Powell |
2020-06-16 | Improve SSL module debug logging. | Sadie Powell |
2020-06-07 | Change to local snotices for an SVSHOLD addition. | Matt Schatz |
2020-06-06 | Add an ISUPPORT token for the bot mode and 'B' to the WHO flags. | Sadie Powell |
2020-05-29 | Use ChanModeReference for finding the op mode in ojoin. | Sadie Powell |
2020-05-20 | Implement support for the CLIENTTAGDENY token. | Sadie Powell |
2020-05-15 | Add a warning about LibreSSL support being removed in master. | Sadie Powell |
2020-05-09 | regex_stdlib: Don't copy std::regex_error when catching it. | Sadie Powell |
2020-05-07 | Allow disabling the COMMANDS command. | Sadie Powell |
2020-05-05 | Fix shuns not being applied correctly. | Sadie Powell |
2020-05-05 | Fix a typo in the hostchange module. | Sadie Powell |
2020-05-05 | Allow enabling the message-tags cap without client-only tags. | Sadie Powell |
2020-04-24 | Update copyright headers. | InspIRCd Robot |
2020-04-23 | Improve the pgsql connection error messages. | Sadie Powell |
2020-04-23 | Fix reconnecting a pgsql connection if it fails. | Sadie Powell |
2020-04-23 | Unregister pgsql connection fds when they are deleted. | Sadie Powell |
2020-04-23 | Opt-out of pgsql read and write events if polling fails. | Sadie Powell |
2020-04-23 | Remove dead code from the pgsql module. | Sadie Powell |
2020-04-21 | Improve the output given by the SSLINFO command. | Sadie Powell |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-04-21 | Only read the SSL profiles if they're actually specified. | Sadie Powell |
2020-04-21 | Tell the admin how to use a SSL profile if they define one. | Sadie Powell |
2020-04-17 | Fix ldapoper trying to auth using the provider name as the account. | Sadie Powell |
2020-04-17 | Allow hiding the message which warns about LIST being blocked. | Sadie Powell |
2020-04-17 | Minor improvements to the securelist module. | Sadie Powell |