| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 3 | -6/+7 | ||
| * | | Merge branch 'insp3' into master. | 2020-10-27 | 4 | -21/+84 | ||
| |\| | ||||||
| | * | Don't kill cloaking users when hash/md5 is missing. | 2020-10-27 | 1 | -1/+1 | ||
| | * | Fix the behaviour of multi-value PING and PONG messages. | 2020-10-26 | 1 | -1/+4 | ||
| | * | Recheck users for xlines when their real hostname changes. | 2020-10-06 | 1 | -17/+79 | ||
| | * | Check that the values specified in <limits> are reasonable. | 2020-09-30 | 1 | -2/+2 | ||
| * | | Convert CmdResult to an 8-bit strongly typed enum. | 2020-10-27 | 3 | -14/+14 | ||
| * | | Merge branch 'insp3' into master. | 2020-09-27 | 1 | -0/+1 | ||
| |\| | ||||||
| | * | Make shun block client-only tags by default. | 2020-09-27 | 1 | -0/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-08-25 | 2 | -1/+2 | ||
| |\| | ||||||
| | * | Silence some copy warnings on C++11 compilers. | 2020-08-01 | 1 | -0/+20 | ||
| | * | Release v3.7.0. v3.7.0 | 2020-07-30 | 1 | -1/+1 | ||
| | * | Update copyright headers. | 2020-07-30 | 1 | -0/+1 | ||
| | * | Make the ERR_CANNOTSENDTOCHAN extban message less misleading. | 2020-07-30 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 2 | -3/+9 | ||
| |\| | ||||||
| | * | 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 | 2 | -3/+9 | ||
| * | | 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 | 1 | -19/+130 | ||
| * | | Clean up ISUPPORT code and implement support for ISUPPORT updates. | 2020-07-24 | 1 | -1/+3 | ||
| * | | 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 | 1 | -0/+3 | ||
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 3 | -12/+12 | ||
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | 2020-07-20 | 1 | -9/+11 | ||
| * | | Clean up the StreamSocket documentation comments slightly. | 2020-07-20 | 1 | -10/+8 | ||
| * | | Move GetNextLine from StreamSocket to TreeSocket. | 2020-07-20 | 1 | -6/+0 | ||
| * | | Fix the case of getError/getSendQSize and rewrite the doc comments. | 2020-07-20 | 1 | -4/+6 | ||
| * | | Split OnSetEndPoint into two events. | 2020-07-20 | 2 | -5/+11 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-15 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Add a config option that forces bots to use NOTICEs. | 2020-07-07 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-06-08 | 2 | -22/+47 | ||
| |\| | ||||||
| | * | ModResult is a class now. | 2020-05-22 | 2 | -4/+2 | ||
| | * | Document ModResult and switch the underlying type to char. | 2020-05-21 | 1 | -21/+51 | ||
| * | | Replace FileSystem::GetFileList with std::filesystem. | 2020-05-19 | 1 | -8/+0 | ||
| * | | Add ConfigParser::getEnum for parsing enum values. | 2020-05-13 | 1 | -0/+17 | ||
| * | | Fix warnings on GCC 9. | 2020-05-11 | 1 | -5/+15 | ||
| * | | Implement support for inverted extbans. | 2020-05-07 | 1 | -5/+14 | ||
| * | | Deduplicate extban parsing. | 2020-05-07 | 1 | -0/+20 | ||
| * | | 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 | 3 | -11/+255 | ||
| * | | Fix an oversight introduced in commit 98e4ddfb21. | 2020-05-07 | 1 | -0/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 30 | -79/+83 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 19 | -18/+22 | ||
| | * | Fixes by misspell-fixer | 2020-04-21 | 22 | -64/+64 | ||
| | * | Switch User::usertype back to an unsigned int.•••Leaving it up to the compiler to set the underlying type of the enum can result in this being a signed int. This variable will not work as intended as a 2 bit signed int. This fixes an issue with the Windows build(s) where a server trying to link would fail with "Protocol violation: Invalid source". | 2020-04-19 | 1 | -1/+1 | ||
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 3 | -22/+22 | ||
| * | | Revert "Convert UserType to an enum class".•••There's a bug in GCC with bitfields and enum class. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51242 This reverts commit 44834a66a7e92c8979ae16421286c581a9cffbe9. | 2020-04-21 | 1 | -17/+10 | ||
| * | | Convert UserType to an enum class. | 2020-04-21 | 1 | -10/+17 | ||
| * | | Replace the flags_required field with an enum. | 2020-04-14 | 1 | -5/+15 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 6 | -22/+46 | ||
| |\ \ | ||||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 3 | -22/+22 | ||
| | |/ | ||||||
| | * | Add the inspircd.org/standard-replies capability. | 2020-04-13 | 1 | -0/+12 | ||
