aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | Split OnSetEndPoint into two events.Gravatar Sadie Powell2020-07-205-14/+20
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-1519-52/+302
|\|
| * Various improvements to the build system.•••- Fix running configure where configure is not in the PWD. - Only show relative paths when generating files from templates. Gravatar Sadie Powell2020-07-073-33/+36
| * Add a config option that forces bots to use NOTICEs.Gravatar Sadie Powell2020-07-073-6/+27
| * Fix a grammar error created by misspell-fixer.Gravatar Sadie Powell2020-07-031-1/+1
| * Fix DNSBL connect class matching.•••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. Gravatar Matt Schatz2020-07-031-1/+1
| * Minor typo correction.Gravatar Matt Schatz2020-07-011-1/+1
| * Warn about broken versions of libmaxminddb.Gravatar Sadie Powell2020-07-011-0/+2
| * Fix checking bcrypt hashes.•••Thanks to @lethality for reporting this. Gravatar Sadie Powell2020-06-251-0/+5
| * Use InspIRCd::TimingSafeCompare in more places.Gravatar Sadie Powell2020-06-192-12/+1
| * Implement a tool for testing SSL connectivity.Gravatar Sadie Powell2020-06-163-0/+221
| * Improve SSL module debug logging.Gravatar Sadie Powell2020-06-163-0/+9
| * Change to local snotices for an SVSHOLD addition.Gravatar Matt Schatz2020-06-071-2/+2
* | Upgrade GitHub Actions to use Ubuntu 20.04.Gravatar Sadie Powell2020-06-171-1/+1
* | Remove compat for the v2 <gnutls> and <openssl> tags.Gravatar Sadie Powell2020-06-165-124/+62
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-06-0810-43/+111
|\|
| * Add an ISUPPORT token for the bot mode and 'B' to the WHO flags.Gravatar Sadie Powell2020-06-061-2/+24
| * Remove the DANE record hint from genssl.•••This was never adopted by clients and its easy for servers to get a valid cert now so this is unnecessary. Gravatar Sadie Powell2020-06-021-13/+0
| * Update the v2 eol date.Gravatar Sadie Powell2020-05-291-2/+2
| * Use ChanModeReference for finding the op mode in ojoin.Gravatar Sadie Powell2020-05-291-4/+6
| * Fix watch example configGravatar linuxdaemon2020-05-251-1/+1
| * ModResult is a class now.Gravatar Sadie Powell2020-05-222-4/+2
| * Document ModResult and switch the underlying type to char.Gravatar Sadie Powell2020-05-211-21/+51
| * Add a file to the config directory telling new users what to do.Gravatar Sadie Powell2020-05-212-0/+20
| * Implement support for the CLIENTTAGDENY token.•••Ref: ircv3/ircv3-specifications#412. Gravatar Sadie Powell2020-05-201-0/+6
* | Rip out compatibility code for the 2.0 protocol.Gravatar Sadie Powell2020-05-208-710/+27
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-1911-43/+75
|\|
| * Fix CallInit overriding the error from dlopen.Gravatar Sadie Powell2020-05-191-0/+3
| * Fix an inverted if statement in fileutils.Gravatar Sadie Powell2020-05-191-1/+1
| * Fix the documentation comments in config.h.Gravatar Sadie Powell2020-05-191-11/+11
| * Improve exempting 'alltime' in misspell-fixer.Gravatar Matt Schatz2020-05-171-10/+3
| * Implement support for expanding ~ to the home directory.Gravatar Sadie Powell2020-05-161-0/+8
| * Implement support for portable installations.Gravatar Sadie Powell2020-05-163-4/+22
| * Improve building the install paths in non-system mode.•••- Use rel2abs on the base path instead of on every sub-directory. - Use catdir for joining paths instead of string concatenation. Gravatar Sadie Powell2020-05-161-10/+10
| * Add a warning about LibreSSL support being removed in master.Gravatar Sadie Powell2020-05-151-0/+7
| * Fix an inverted mode check.Gravatar Sadie Powell2020-05-091-1/+1
| * regex_stdlib: Don't copy std::regex_error when catching it.Gravatar Sadie Powell2020-05-091-2/+3
| * Allow disabling the COMMANDS command.Gravatar Sadie Powell2020-05-071-2/+2
| * Don't show privileged commands to unprivileged users in COMMANDS.Gravatar Sadie Powell2020-05-071-2/+2
* | Replace FileSystem::GetFileList with std::filesystem.Gravatar Sadie Powell2020-05-194-67/+36
* | Fix parsing <security:announceinvites>.Gravatar Sadie Powell2020-05-131-2/+2
* | Add ConfigParser::getEnum for parsing enum values.Gravatar Sadie Powell2020-05-136-74/+69
* | Fix warnings on GCC 9.Gravatar Sadie Powell2020-05-112-6/+16
* | Switch to the C++17 fallthrough attribute.Gravatar Sadie Powell2020-05-112-2/+2
* | Bump the minimum compiler version to C++17.Gravatar Sadie Powell2020-05-115-1712/+6
* | Update GitHub Actions to use the latest Clang and GCC.Gravatar Sadie Powell2020-05-081-4/+4
* | Implement support for inverted extbans.Gravatar Sadie Powell2020-05-074-13/+25
* | Deduplicate extban parsing.Gravatar Sadie Powell2020-05-074-16/+27
* | Fix not being able to set more than one extban.Gravatar Sadie Powell2020-05-072-2/+2
* | Add first class support for extbans.•••This replaces the previous support which was pretty much a giant hack and was not synchronised between servers. Gravatar Sadie Powell2020-05-0729-372/+791