| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Purge the obsolete modenotice module. | 2020-09-27 | 3 | -83/+0 | ||
| * | | Require SSL for linking servers. | 2020-09-18 | 1 | -3/+3 | ||
| * | | Require building with at least one SSL module. | 2020-09-18 | 1 | -4/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-09-18 | 8 | -30/+33 | ||
| |\| | ||||||
| | * | Make it clear that <gnutls>, <mbedtls>, and <openssl> are deprecated. | 2020-09-16 | 3 | -3/+3 | ||
| | * | Show the location of cache.cfg relative to the root directory. | 2020-09-13 | 1 | -1/+1 | ||
| | * | Replace the banana in the motd with a cute kitty. | 2020-09-12 | 2 | -26/+22 | ||
| | * | Fix OnChangeRealName not being fired for remote users. | 2020-09-01 | 1 | -1/+1 | ||
| | * | Fix the misspell-fixer CI action. | 2020-08-31 | 1 | -1/+1 | ||
| | * | Fix a word missing from the last commit. | 2020-08-29 | 1 | -1/+1 | ||
| | * | Don't warn about SSL modules if using --disable-auto-extras. | 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 | 27 | -110/+114 | ||
| |\| | ||||||
| | * | Add a link to the packaging advice to the configure help. | 2020-08-25 | 1 | -0/+1 | ||
| | * | Rewrite --{enable,disable}-extras logic. | 2020-08-25 | 1 | -60/+44 | ||
| | * | Ask if self-signed certs should be deleted when running configure.•••Closes #1793. | 2020-08-03 | 1 | -0/+11 | ||
| | * | Silence some copy warnings on C++11 compilers. | 2020-08-01 | 1 | -0/+20 | ||
| | * | Only upgrade Homebrew packages that we actually use. | 2020-08-01 | 1 | -2/+4 | ||
| | * | 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 | 2 | -2/+2 | ||
| | * | Update copyright headers. | 2020-07-30 | 16 | -12/+15 | ||
| | * | Update vendored dependencies and fix update tool for Perl changes. | 2020-07-30 | 6 | -14/+41 | ||
| | * | Remove the KiwiIRC.com example config file.•••Requested by @prawnsalad. These IP addresses are only a small part of a larger pool and may change without notice. | 2020-07-30 | 2 | -22/+0 | ||
| | * | Make the ERR_CANNOTSENDTOCHAN extban message less misleading. | 2020-07-30 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 19 | -58/+137 | ||
| |\| | ||||||
| | * | Replace all erroneous space indentation with tab indentation. | 2020-07-29 | 4 | -31/+31 | ||
| | * | Fix mkheaders 'experimental push on scalar is now forbidden' warning. | 2020-07-29 | 1 | -4/+4 | ||
| | * | Switch systemd service to be non-forking & avoid using the helper. | 2020-07-28 | 1 | -5/+3 | ||
| | * | Add a logrotate config. | 2020-07-27 | 2 | -0/+43 | ||
| | * | 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 | 3 | -3/+21 | ||
| | * | Allow disabling the timedbans set/unset notices (#1789). | 2020-07-22 | 2 | -10/+28 | ||
| | * | Let GitHub automatically wrap the lines in the issue/pr templates. | 2020-07-20 | 3 | -14/+6 | ||
| | * | Show an error when an unprivileged user tries to mass-message.•••Closes #1790. | 2020-07-20 | 2 | -0/+6 | ||
| * | | Add a method for creating a regex pattern with included flags. | 2020-07-29 | 1 | -0/+29 | ||
| * | | 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 | 9 | -221/+287 | ||
| * | | 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 | 3 | -41/+86 | ||
| * | | Add a method for comparing two maps. | 2020-07-24 | 1 | -0/+63 | ||
| * | | Move the property string from cmd_modules to Module & show on load. | 2020-07-24 | 4 | -31/+34 | ||
| * | | Build regex_posix and regex_re2 on GitHub Actions. | 2020-07-22 | 1 | -2/+3 | ||
| * | | Clean up the Linux CI package list. | 2020-07-22 | 1 | -2/+18 | ||
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 19 | -43/+43 | ||
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 9 | -38/+40 | ||
| * | | Only upgrade Homebrew packages that we actually use. | 2020-07-20 | 1 | -2/+4 | ||
| * | | Use separate GitHub Actions builds for socketengine testing. | 2020-07-20 | 2 | -6/+41 | ||
| * | | Clean up the StreamSocket documentation comments slightly. | 2020-07-20 | 1 | -10/+8 | ||
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 4 | -16/+17 | ||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 10 | -24/+26 | ||
