| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Release v3.7.0. v3.7.0 | 2020-07-30 | 2 | -2/+2 | |
| | | |||||
| * | Update copyright headers. | 2020-07-30 | 16 | -12/+15 | |
| | | |||||
| * | Update vendored dependencies and fix update tool for Perl changes. | 2020-07-30 | 6 | -14/+41 | |
| | | |||||
| * | Remove the KiwiIRC.com example config file. | 2020-07-30 | 2 | -22/+0 | |
| | | | | | | Requested by @prawnsalad. These IP addresses are only a small part of a larger pool and may change without notice. | ||||
| * | Make the ERR_CANNOTSENDTOCHAN extban message less misleading. | 2020-07-30 | 1 | -1/+1 | |
| | | |||||
| * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 4 | -31/+31 | |
| | | |||||
| * | Fix mkheaders 'experimental push on scalar is now forbidden' warning. | 2020-07-29 | 1 | -4/+4 | |
| | | |||||
| * | Switch systemd service to be non-forking & avoid using the helper. | 2020-07-28 | 1 | -5/+3 | |
| | | |||||
| * | Add a logrotate config. | 2020-07-27 | 2 | -0/+43 | |
| | | |||||
| * | 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 | 3 | -3/+21 | |
| | | | | | | | 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 | 2 | -10/+28 | |
| | | |||||
| * | Let GitHub automatically wrap the lines in the issue/pr templates. | 2020-07-20 | 3 | -14/+6 | |
| | | |||||
| * | Show an error when an unprivileged user tries to mass-message. | 2020-07-20 | 2 | -0/+6 | |
| | | | | | Closes #1790. | ||||
| * | Various improvements to the build system. | 2020-07-07 | 3 | -33/+36 | |
| | | | | | | - Fix running configure where configure is not in the PWD. - Only show relative paths when generating files from templates. | ||||
| * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 3 | -6/+27 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Implement a tool for testing SSL connectivity. | 2020-06-16 | 3 | -0/+221 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Remove the DANE record hint from genssl. | 2020-06-02 | 1 | -13/+0 | |
| | | | | | | This was never adopted by clients and its easy for servers to get a valid cert now so this is unnecessary. | ||||
| * | Update the v2 eol date. | 2020-05-29 | 1 | -2/+2 | |
| | | |||||
| * | Use ChanModeReference for finding the op mode in ojoin. | 2020-05-29 | 1 | -4/+6 | |
| | | |||||
| * | Fix watch example config | 2020-05-25 | 1 | -1/+1 | |
| | | |||||
| * | ModResult is a class now. | 2020-05-22 | 2 | -4/+2 | |
| | | |||||
| * | Document ModResult and switch the underlying type to char. | 2020-05-21 | 1 | -21/+51 | |
| | | |||||
| * | Add a file to the config directory telling new users what to do. | 2020-05-21 | 2 | -0/+20 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | Fix an inverted if statement in fileutils. | 2020-05-19 | 1 | -1/+1 | |
| | | |||||
| * | Fix the documentation comments in config.h. | 2020-05-19 | 1 | -11/+11 | |
| | | |||||
| * | Improve exempting 'alltime' in misspell-fixer. | 2020-05-17 | 1 | -10/+3 | |
| | | |||||
| * | Implement support for expanding ~ to the home directory. | 2020-05-16 | 1 | -0/+8 | |
| | | |||||
| * | Implement support for portable installations. | 2020-05-16 | 3 | -4/+22 | |
| | | |||||
| * | Improve building the install paths in non-system mode. | 2020-05-16 | 1 | -10/+10 | |
| | | | | | | - Use rel2abs on the base path instead of on every sub-directory. - Use catdir for joining paths instead of string concatenation. | ||||
| * | Add a warning about LibreSSL support being removed in master. | 2020-05-15 | 1 | -0/+7 | |
| | | |||||
| * | Fix an inverted mode check. | 2020-05-09 | 1 | -1/+1 | |
| | | |||||
| * | regex_stdlib: Don't copy std::regex_error when catching it. | 2020-05-09 | 1 | -2/+3 | |
| | | |||||
| * | Allow disabling the COMMANDS command. | 2020-05-07 | 1 | -2/+2 | |
| | | |||||
| * | Don't show privileged commands to unprivileged users in COMMANDS. | 2020-05-07 | 1 | -2/+2 | |
| | | |||||
| * | Fix shuns not being applied correctly. | 2020-05-05 | 1 | -8/+16 | |
| | | |||||
| * | Fix a typo in the hostchange module. | 2020-05-05 | 1 | -1/+1 | |
| | | |||||
| * | Allow enabling the message-tags cap without client-only tags. | 2020-05-05 | 2 | -1/+12 | |
| | | |||||
| * | Add SERVLIST to the example helpop. | 2020-04-28 | 1 | -4/+10 | |
| | | |||||
