| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Purge the obsolete modenotice module. | 2020-09-27 | 1 | -72/+0 | ||
| * | | Require SSL for linking servers. | 2020-09-18 | 1 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-09-18 | 3 | -0/+7 | ||
| |\| | ||||||
| | * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 3 | -3/+3 | ||
| | * | Fix a word missing from the last commit. | 2020-08-29 | 1 | -1/+1 | ||
| | * | Warn about non-local plaintext server connections. | 2020-08-29 | 3 | -4/+19 | ||
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 7 | -6/+6 | ||
| |\| | ||||||
| | * | Fix null-checking the wrong variable in the disable module.•••Closes #1792. | 2020-08-01 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2020-07-30 | 6 | -5/+5 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 3 | -11/+31 | ||
| |\| | ||||||
| | * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 2 | -11/+11 | ||
| | * | Allow disabling the timedbans set/unset notices (#1789). | 2020-07-22 | 1 | -10/+25 | ||
| | * | Show an error when an unprivileged user tries to mass-message.•••Closes #1790. | 2020-07-20 | 1 | -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. | 2020-07-28 | 8 | -202/+157 | ||
| * | | Work around RE2 specifying -std=c++11 in its pkg-config file. | 2020-07-25 | 1 | -1/+1 | ||
| * | | Remove obsolete silencing of C++11 warnings from ssl_mbedtls. | 2020-07-25 | 1 | -11/+0 | ||
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 16 | -31/+31 | ||
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 5 | -19/+19 | ||
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 2 | -0/+17 | ||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 5 | -9/+9 | ||
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 10 | -12/+38 | ||
| |\| | ||||||
| | * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 1 | -0/+21 | ||
| | * | Fix a grammar error created by misspell-fixer. | 2020-07-03 | 1 | -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. | 2020-07-03 | 1 | -1/+1 | ||
| | * | Warn about broken versions of libmaxminddb. | 2020-07-01 | 1 | -0/+2 | ||
| | * | Fix checking bcrypt hashes.•••Thanks to @lethality for reporting this. | 2020-06-25 | 1 | -0/+5 | ||
| | * | Use InspIRCd::TimingSafeCompare in more places. | 2020-06-19 | 2 | -12/+1 | ||
| | * | 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 | ||
| * | | Remove compat for the v2 <gnutls> and <openssl> tags. | 2020-06-16 | 3 | -110/+57 | ||
| * | | Merge branch 'insp3' into master. | 2020-06-08 | 3 | -5/+41 | ||
| |\| | ||||||
| | * | Add an ISUPPORT token for the bot mode and 'B' to the WHO flags. | 2020-06-06 | 1 | -2/+24 | ||
| | * | Use ChanModeReference for finding the op mode in ojoin. | 2020-05-29 | 1 | -4/+6 | ||
| | * | Implement support for the CLIENTTAGDENY token.•••Ref: ircv3/ircv3-specifications#412. | 2020-05-20 | 1 | -0/+6 | ||
| * | | Rip out compatibility code for the 2.0 protocol. | 2020-05-20 | 8 | -710/+27 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-19 | 2 | -3/+4 | ||
| |\| | ||||||
| | * | Add a warning about LibreSSL support being removed in master. | 2020-05-15 | 1 | -0/+7 | ||
| | * | 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 | ||
| * | | Add ConfigParser::getEnum for parsing enum values. | 2020-05-13 | 3 | -50/+40 | ||
| * | | Fix warnings on GCC 9. | 2020-05-11 | 1 | -1/+1 | ||
| * | | Implement support for inverted extbans. | 2020-05-07 | 1 | -3/+4 | ||
| * | | Deduplicate extban parsing. | 2020-05-07 | 1 | -5/+2 | ||
| * | | Fix not being able to set more than one extban. | 2020-05-07 | 1 | -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. | 2020-05-07 | 20 | -322/+387 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 92 | -271/+299 | ||
| |\| | ||||||
| | * | 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 | 1 | -1/+7 | ||
