aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
...
* | Purge the obsolete modenotice module.Gravatar Sadie Powell2020-09-271-72/+0
* | Require SSL for linking servers.Gravatar Sadie Powell2020-09-181-3/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-09-183-0/+7
|\|
| * Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated.Gravatar Sadie Powell2020-09-163-3/+3
| * Fix a word missing from the last commit.Gravatar Sadie Powell2020-08-291-1/+1
| * Warn about non-local plaintext server connections.Gravatar Sadie Powell2020-08-293-4/+19
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-08-257-6/+6
|\|
| * Fix null-checking the wrong variable in the disable module.•••Closes #1792. Gravatar Sadie Powell2020-08-011-1/+1
| * Update copyright headers.Gravatar InspIRCd Robot2020-07-306-5/+5
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-293-11/+31
|\|
| * Replace all erroneous space indentation with tab indentation.Gravatar Sadie Powell2020-07-292-11/+11
| * Allow disabling the timedbans set/unset notices (#1789).Gravatar iwalkalone2020-07-221-10/+25
| * Show an error when an unprivileged user tries to mass-message.•••Closes #1790. Gravatar Sadie Powell2020-07-201-0/+3
* | Rewrite the regex system from scratch.•••* Move everything to the Regex namespace: - Regex -> Regex::Pattern - RegexException -> Regex::Exception - RegexFactory -> Regex::Engine * Add support for regex flags. - Regex::OPT_CASE_INSENSITIVE performs case-insensitive matching. * Add the Regex::EngineReference class as a friendly wrapper around dynamic_reference_nocheck<Regex::Engine>. * Add the Regex::SimpleEngine template class for automating the implementation of regex factory classes. * Use std::shared_ptr for Regex::Pattern objects instead of making users manage memory manually. Gravatar Sadie Powell2020-07-288-202/+157
* | Work around RE2 specifying -std=c++11 in its pkg-config file.Gravatar Sadie Powell2020-07-251-1/+1
* | Remove obsolete silencing of C++11 warnings from ssl_mbedtls.Gravatar Sadie Powell2020-07-251-11/+0
* | Pascalize Cap::set and rename Cap::get to IsEnabled.Gravatar Sadie Powell2020-07-2016-31/+31
* | Pascalize ExtensionItem::{get,set,unset}_raw.Gravatar Sadie Powell2020-07-205-19/+19
* | Move GetNextLine from StreamSocket to TreeSocket.Gravatar Sadie Powell2020-07-202-0/+17
* | Fix the case of getError/getSendQSize and rewrite the doc comments.Gravatar Sadie Powell2020-07-205-9/+9
* | Split OnSetEndPoint into two events.Gravatar Sadie Powell2020-07-201-1/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-07-1510-12/+38
|\|
| * Add a config option that forces bots to use NOTICEs.Gravatar Sadie Powell2020-07-071-0/+21
| * 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
| * 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-192-3/+4
|\|
| * Add a warning about LibreSSL support being removed in master.Gravatar Sadie Powell2020-05-151-0/+7
| * 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
* | Add ConfigParser::getEnum for parsing enum values.Gravatar Sadie Powell2020-05-133-50/+40
* | Fix warnings on GCC 9.Gravatar Sadie Powell2020-05-111-1/+1
* | Implement support for inverted extbans.Gravatar Sadie Powell2020-05-071-3/+4
* | Deduplicate extban parsing.Gravatar Sadie Powell2020-05-071-5/+2
* | Fix not being able to set more than one extban.Gravatar Sadie Powell2020-05-071-1/+1
* | 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-0720-322/+387
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-0592-271/+299
|\|
| * 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