aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Move GetNextLine from StreamSocket to TreeSocket.Gravatar Sadie Powell2020-07-203-10/+17
* | Fix the case of getError/getSendQSize and rewrite the doc comments.Gravatar Sadie Powell2020-07-209-20/+20
* | Split OnSetEndPoint into two events.Gravatar Sadie Powell2020-07-203-9/+9
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-1512-18/+44
|\|
| * Add a config option that forces bots to use NOTICEs.Gravatar Sadie Powell2020-07-072-5/+26
| * 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
| * 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
* | Remove compat for the v2 <gnutls> and <openssl> tags.Gravatar Sadie Powell2020-06-163-110/+57
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-06-083-5/+41
|\|
| * Add an ISUPPORT token for the bot mode and 'B' to the WHO flags.Gravatar Sadie Powell2020-06-061-2/+24
| * Use ChanModeReference for finding the op mode in ojoin.Gravatar Sadie Powell2020-05-291-4/+6
| * 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-196-9/+30
|\|
| * 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
| * Implement support for expanding ~ to the home directory.Gravatar Sadie Powell2020-05-161-0/+8
| * 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-193-59/+36
* | Fix parsing <security:announceinvites>.Gravatar Sadie Powell2020-05-131-2/+2
* | Add ConfigParser::getEnum for parsing enum values.Gravatar Sadie Powell2020-05-135-74/+52
* | Fix warnings on GCC 9.Gravatar Sadie Powell2020-05-111-1/+1
* | Switch to the C++17 fallthrough attribute.Gravatar Sadie Powell2020-05-112-2/+2
* | Implement support for inverted extbans.Gravatar Sadie Powell2020-05-073-8/+11
* | Deduplicate extban parsing.Gravatar Sadie Powell2020-05-073-16/+7
* | 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-0726-361/+536
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-05129-321/+353
|\|
| * Fix shuns not being applied correctly.Gravatar Sadie Powell2020-05-051-8/+16
| * Fix a typo in the hostchange module.Gravatar Sadie Powell2020-05-051-1/+1
| * Allow enabling the message-tags cap without client-only tags.Gravatar Sadie Powell2020-05-051-1/+7
| * Release v3.6.0. v3.6.0Gravatar Sadie Powell2020-04-241-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-24112-124/+131
| * Improve the pgsql connection error messages.Gravatar Sadie Powell2020-04-231-15/+18
| * Fix reconnecting a pgsql connection if it fails.Gravatar Sadie Powell2020-04-231-9/+13
| * Unregister pgsql connection fds when they are deleted.Gravatar Sadie Powell2020-04-231-1/+4
| * Opt-out of pgsql read and write events if polling fails.Gravatar Sadie Powell2020-04-231-1/+8
| * Remove dead code from the pgsql module.Gravatar Sadie Powell2020-04-231-36/+14
| * Improve the output given by the SSLINFO command.Gravatar Sadie Powell2020-04-211-2/+3
| * Fixes by misspell-fixerGravatar InspIRCd Robot2020-04-2136-49/+49