| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.8.0. v3.8.0 | 2020-10-30 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-10-30 | 14 | -14/+15 | |
| | | |||||
| * | Don't call the OnChangeRealHost event when initialising a user. | 2020-10-29 | 1 | -1/+4 | |
| | | | | | | Fixes a (git only) crash when a user gets xlined before they have been initialised. | ||||
| * | Don't kill cloaking users when hash/md5 is missing. | 2020-10-27 | 1 | -2/+10 | |
| | | |||||
| * | Fix the behaviour of multi-value PING and PONG messages. | 2020-10-26 | 2 | -5/+25 | |
| | | |||||
| * | Change glob matching to be configurable | 2020-10-24 | 1 | -2/+17 | |
| | | |||||
| * | m_cban: Implement support for channel masks | 2020-10-24 | 1 | -2/+3 | |
| | | | | | Allows wildcards to be used | ||||
| * | Fixes by misspell-fixer | 2020-10-15 | 1 | -1/+1 | |
| | | |||||
| * | Add an option to allow disengaging joinflood on initial boot. | 2020-10-12 | 1 | -0/+4 | |
| | | |||||
| * | Add an option to allow disengaging joinflood after a netsplit. | 2020-10-12 | 1 | -3/+21 | |
| | | |||||
| * | Implement support for Argon2 password hashing. | 2020-10-10 | 1 | -0/+214 | |
| | | | | Resolves #1540. | ||||
| * | Fix firing the wrong event when a real hostname changes. | 2020-10-08 | 1 | -1/+1 | |
| | | |||||
| * | Add the User::exempt flag to m_check. | 2020-10-06 | 1 | -0/+2 | |
| | | |||||
| * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 3 | -0/+12 | |
| | | |||||
| * | Rename the REALLEN 005 token to NAMELEN. | 2020-09-30 | 1 | -1/+1 | |
| | | | | | | Turns out this is already required by the IRCv3 setname spec but we forgot to implement it. Oops. | ||||
| * | Check that the values specified in <limits> are reasonable. | 2020-09-30 | 1 | -11/+11 | |
| | | |||||
| * | Add an ISUPPORT token that contains the maximum real name length. | 2020-09-30 | 1 | -0/+1 | |
| | | |||||
| * | Use the normal method for applying a default config in dnsbl. | 2020-09-29 | 1 | -8/+1 | |
| | | |||||
| * | Fix the dnsbl module config not being checked case insensitively. | 2020-09-29 | 1 | -6/+5 | |
| | | |||||
| * | Add a shun option for cleaning problematic allowed commands. | 2020-09-27 | 1 | -9/+23 | |
| | | |||||
| * | Make shun block client-only tags by default. | 2020-09-27 | 1 | -0/+14 | |
| | | |||||
| * | Refactor the shun module slightly. | 2020-09-27 | 1 | -17/+14 | |
| | | |||||
| * | Remove an unnecessary break statement. | 2020-09-27 | 1 | -1/+0 | |
| | | |||||
| * | Fix the syntax of the MAXLIST 005 token. | 2020-09-24 | 1 | -18/+4 | |
| | | |||||
| * | Refactor GenRandomStr for performance and readability. | 2020-09-23 | 1 | -8/+6 | |
| | | |||||
| * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 3 | -3/+3 | |
| | | |||||
| * | Fix OnChangeRealName not being fired for remote users. | 2020-09-01 | 1 | -1/+1 | |
| | | |||||
| * | Fix a word missing from the last commit. | 2020-08-29 | 1 | -1/+1 | |
| | | |||||
| * | Warn about non-local plaintext server connections. | 2020-08-29 | 3 | -4/+19 | |
| | | |||||
| * | Fix null-checking the wrong variable in the disable module. | 2020-08-01 | 1 | -1/+1 | |
| | | | | | Closes #1792. | ||||
| * | Release v3.7.0. v3.7.0 | 2020-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-07-30 | 11 | -8/+10 | |
| | | |||||
| * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 4 | -31/+31 | |
| | | |||||
| * | Send ERR_KEYSET when trying to change a channel key. | 2020-07-27 | 2 | -1/+3 | |
| | | | | | Closes #1750. | ||||
| * | Fix secure websocket users not being seen as secure. | 2020-07-27 | 1 | -0/+12 | |
| | | | | | | | Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached. | ||||
| * | Allow disabling the timedbans set/unset notices (#1789). | 2020-07-22 | 1 | -10/+25 | |
| | | |||||
| * | Show an error when an unprivileged user tries to mass-message. | 2020-07-20 | 2 | -0/+6 | |
| | | | | | Closes #1790. | ||||
| * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 2 | -5/+26 | |
| | | |||||
| * | Fix a grammar error created by misspell-fixer. | 2020-07-03 | 1 | -1/+1 | |
| | | |||||
| * | Fix DNSBL connect class matching. | 2020-07-03 | 1 | -1/+1 | |
| | | | | | | | A user that is not marked by a DNSBL should never match a class that requires a DNSBL marking. Thanks to @kylef for reporting this on IRC. | ||||
| * | Minor typo correction. | 2020-07-01 | 1 | -1/+1 | |
| | | |||||
| * | Warn about broken versions of libmaxminddb. | 2020-07-01 | 1 | -0/+2 | |
| | | |||||
| * | Fix checking bcrypt hashes. | 2020-06-25 | 1 | -0/+5 | |
| | | | | | Thanks to @lethality for reporting this. | ||||
| * | Use InspIRCd::TimingSafeCompare in more places. | 2020-06-19 | 2 | -12/+1 | |
| | | |||||
| * | Improve SSL module debug logging. | 2020-06-16 | 3 | -0/+9 | |
| | | |||||
| * | Change to local snotices for an SVSHOLD addition. | 2020-06-07 | 1 | -2/+2 | |
| | | |||||
| * | Add an ISUPPORT token for the bot mode and 'B' to the WHO flags. | 2020-06-06 | 1 | -2/+24 | |
| | | |||||
| * | Use ChanModeReference for finding the op mode in ojoin. | 2020-05-29 | 1 | -4/+6 | |
| | | |||||
| * | Implement support for the CLIENTTAGDENY token. | 2020-05-20 | 1 | -0/+6 | |
| | | | | | Ref: ircv3/ircv3-specifications#412. | ||||
| * | Fix CallInit overriding the error from dlopen. | 2020-05-19 | 1 | -0/+3 | |
| | | |||||
