| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | Remove an unnecessary break statement. | 2020-09-27 | 1 | -1/+0 | ||
| | * | Fix the syntax of the MAXLIST 005 token. | 2020-09-24 | 1 | -18/+4 | ||
| | * | Refactor GenRandomStr for performance and readability. | 2020-09-23 | 1 | -8/+6 | ||
| * | | 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 | 4 | -1/+8 | ||
| |\| | ||||||
| | * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 3 | -3/+3 | ||
| | * | Fix OnChangeRealName not being fired for remote users. | 2020-09-01 | 1 | -1/+1 | ||
| | * | 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 | 12 | -9/+11 | ||
| |\| | ||||||
| | * | Fix null-checking the wrong variable in the disable module.•••Closes #1792. | 2020-08-01 | 1 | -1/+1 | ||
| | * | Release v3.7.0. v3.7.0 | 2020-07-30 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2020-07-30 | 11 | -8/+10 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 9 | -32/+69 | ||
| |\| | ||||||
| | * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 4 | -31/+31 | ||
| | * | Send ERR_KEYSET when trying to change a channel key.•••Closes #1750. | 2020-07-27 | 2 | -1/+3 | ||
| | * | Fix secure websocket users not being seen as secure.•••Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached. | 2020-07-27 | 1 | -0/+12 | ||
| | * | 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 | 2 | -0/+6 | ||
| * | | 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 | ||
| * | | Clean up ISUPPORT code and implement support for ISUPPORT updates. | 2020-07-24 | 2 | -40/+83 | ||
| * | | Move the property string from cmd_modules to Module & show on load. | 2020-07-24 | 3 | -31/+31 | ||
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 16 | -31/+31 | ||
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 8 | -29/+29 | ||
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 3 | -10/+17 | ||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 9 | -20/+20 | ||
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 3 | -9/+9 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 12 | -18/+44 | ||
| |\| | ||||||
| | * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 2 | -5/+26 | ||
| | * | 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 | ||
| | * | Minor typo correction. | 2020-07-01 | 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 | 6 | -9/+30 | ||
| |\| | ||||||
| | * | Fix CallInit overriding the error from dlopen. | 2020-05-19 | 1 | -0/+3 | ||
| | * | Fix an inverted if statement in fileutils. | 2020-05-19 | 1 | -1/+1 | ||
| | * | Implement support for expanding ~ to the home directory. | 2020-05-16 | 1 | -0/+8 | ||
