Age | Commit message (Expand) | Author |
2020-07-20 | Let GitHub automatically wrap the lines in the issue/pr templates. | Sadie Powell |
2020-07-20 | Show an error when an unprivileged user tries to mass-message. | Sadie Powell |
2020-07-07 | Various improvements to the build system. | 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 | Minor typo correction. | 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 | Implement a tool for testing SSL connectivity. | 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-06-02 | Remove the DANE record hint from genssl. | Sadie Powell |
2020-05-29 | Update the v2 eol date. | Sadie Powell |
2020-05-29 | Use ChanModeReference for finding the op mode in ojoin. | Sadie Powell |
2020-05-25 | Fix watch example config | linuxdaemon |
2020-05-22 | ModResult is a class now. | Sadie Powell |
2020-05-21 | Document ModResult and switch the underlying type to char. | Sadie Powell |
2020-05-21 | Add a file to the config directory telling new users what to do. | Sadie Powell |
2020-05-20 | Implement support for the CLIENTTAGDENY token. | Sadie Powell |
2020-05-19 | Fix CallInit overriding the error from dlopen. | Sadie Powell |
2020-05-19 | Fix an inverted if statement in fileutils. | Sadie Powell |
2020-05-19 | Fix the documentation comments in config.h. | Sadie Powell |
2020-05-17 | Improve exempting 'alltime' in misspell-fixer. | Matt Schatz |
2020-05-16 | Implement support for expanding ~ to the home directory. | Sadie Powell |
2020-05-16 | Implement support for portable installations. | Sadie Powell |
2020-05-16 | Improve building the install paths in non-system mode. | Sadie Powell |
2020-05-15 | Add a warning about LibreSSL support being removed in master. | Sadie Powell |
2020-05-09 | Fix an inverted mode check. | 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-07 | Don't show privileged commands to unprivileged users in COMMANDS. | 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-28 | Add SERVLIST to the example helpop. | Matt Schatz |
2020-04-25 | Use a nicer branch name in misspell-fixer. | Matt Schatz |
2020-04-24 | Release v3.6.0. | 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 | Switch the misspell-fixer workflow to a monthly schedule. | Matt Schatz |
2020-04-21 | Fixes by misspell-fixer | InspIRCd Robot |
2020-04-21 | Add a workflow that checks for and corrects typos. | Matt Schatz |