| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 77 | -97/+101 | ||
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible with the previous config tag system. | 2020-10-31 | 35 | -162/+92 | ||
| * | | Fix reading the <sslprofile> config. | 2020-10-31 | 3 | -3/+3 | ||
| * | | X509CRL does not need to inherit from refcountbase. | 2020-10-31 | 1 | -1/+1 | ||
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 6 | -12/+8 | ||
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 6 | -20/+240 | ||
| |\| | ||||||
| | * | Don't kill cloaking users when hash/md5 is missing. | 2020-10-27 | 1 | -2/+10 | ||
| | * | Change glob matching to be configurable | 2020-10-24 | 1 | -2/+17 | ||
| | * | m_cban: Implement support for channel masks•••Allows wildcards to be used | 2020-10-24 | 1 | -2/+3 | ||
| | * | Fixes by misspell-fixer | 2020-10-15 | 1 | -1/+1 | ||
| | * | Add an option to allow disengaging joinflood on initial boot. | 2020-10-12 | 1 | -0/+4 | ||
| | * | Add an option to allow disengaging joinflood after a netsplit. | 2020-10-12 | 1 | -3/+21 | ||
| | * | Implement support for Argon2 password hashing.•••Resolves #1540. | 2020-10-10 | 1 | -0/+214 | ||
| | * | Add the User::exempt flag to m_check. | 2020-10-06 | 1 | -0/+2 | ||
| | * | Use the normal method for applying a default config in dnsbl. | 2020-09-29 | 1 | -8/+1 | ||
| | * | Fix the dnsbl module config not being checked case insensitively. | 2020-09-29 | 1 | -6/+5 | ||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 87 | -308/+308 | ||
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 2 | -24/+46 | ||
| |\| | ||||||
| | * | Add a shun option for cleaning problematic allowed commands. | 2020-09-27 | 1 | -9/+23 | ||
| | * | Make shun block client-only tags by default. | 2020-09-27 | 1 | -0/+14 | ||
| | * | Refactor the shun module slightly. | 2020-09-27 | 1 | -17/+14 | ||
| | * | Remove an unnecessary break statement. | 2020-09-27 | 1 | -1/+0 | ||
| * | | 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 | ||
