| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 4 | -6/+6 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-31 | 4 | -12/+12 | ||
| |\| | ||||||
| | * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others. | 2021-03-31 | 1 | -2/+2 | ||
| | * | Fix various documentation comments. | 2021-03-31 | 4 | -10/+10 | ||
| * | | Convert SQL::Field to be a typedef of optional<string>. | 2021-03-30 | 1 | -34/+3 | ||
| * | | Use emplace_back where possible. | 2021-03-30 | 1 | -1/+1 | ||
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | 2021-03-17 | 1 | -3/+3 | ||
| * | | Pascalize Set in extension item classes. | 2021-03-17 | 1 | -1/+1 | ||
| * | | Pascalize Get in extension item classes. | 2021-03-17 | 1 | -3/+3 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-17 | 1 | -2/+8 | ||
| |\| | ||||||
| | * | Add support for sending a standard reply with no command name. | 2021-03-11 | 1 | -5/+20 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-10 | 1 | -0/+10 | ||
| |\| | ||||||
| | * | Add a subclass of IOHookProvider for SSL modules. | 2021-03-09 | 1 | -0/+10 | ||
| * | | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Fix a bunch of really obvious unnecessary includes. | 2021-03-05 | 1 | -1/+1 | ||
| * | | Refactor classbase/CullResult into Cullable/Cullable::Result. | 2021-03-02 | 1 | -4/+4 | ||
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 3 | -2/+19 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2021-02-26 | 3 | -2/+3 | ||
| | * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 1 | -0/+16 | ||
| * | | Merge branch 'insp3' into master. | 2021-01-29 | 2 | -0/+7 | ||
| |\| | ||||||
| | * | Add <dns:enabled>; allows disabling DNS lookups entirely.•••Ref: #1839. | 2021-01-19 | 1 | -0/+1 | ||
| | * | Allow converting a Cap::Reference to a Cap::Capability*. | 2021-01-19 | 1 | -0/+6 | ||
| * | | Merge branch 'insp3' into master. | 2020-12-21 | 2 | -3/+3 | ||
| |\| | ||||||
| | * | Hide the server name/desc better when <options:hideserver> is set. | 2020-12-20 | 2 | -7/+7 | ||
| * | | Convert IRCv3::Replies::Reply#Send[IfCap] to variadic functions. | 2020-11-12 | 1 | -106/+6 | ||
| * | | Convert FOREACH_MOD_CUSTOM to a variadic function. | 2020-11-10 | 1 | -2/+2 | ||
| * | | Convert FIRST_MOD_RESULT_CUSTOM to a variadic function. | 2020-11-10 | 1 | -3/+1 | ||
| * | | Clean up a bunch of contructors and destructors. | 2020-11-01 | 2 | -5/+3 | ||
| * | | Merge branch 'insp3' into master. | 2020-07-29 | 1 | -3/+4 | ||
| |\| | ||||||
| | * | 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 | -3/+4 | ||
| * | | 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 | ||
| * | | Pascalize Cap::set and rename Cap::get to IsEnabled. | 2020-07-20 | 3 | -12/+12 | ||
| * | | 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 | 1 | -0/+254 | ||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 4 | -5/+6 | ||
| |\| | ||||||
| | * | Update copyright headers. | 2020-04-24 | 3 | -2/+3 | ||
| | * | Fixes by misspell-fixer | 2020-04-21 | 2 | -3/+3 | ||
| | * | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -20/+20 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-14 | 2 | -20/+32 | ||
| |\ \ | ||||||
| | * | | Update user-facing text and comments of SSL to TLS. | 2020-04-14 | 1 | -20/+20 | ||
| | |/ | ||||||
| | * | Add the inspircd.org/standard-replies capability. | 2020-04-13 | 1 | -0/+12 | ||
| * | | Merge branch 'insp3' into master. | 2020-04-09 | 2 | -2/+5 | ||
| |\| | ||||||
| | * | Add support for sending a standard reply with no command name. | 2020-04-02 | 1 | -1/+4 | ||
| | * | Fix various documentation and formatting issues. | 2020-03-30 | 1 | -1/+1 | ||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -0/+14 | ||
| |\| | ||||||
| | * | Add a CapReference class for the message-tags capability. | 2020-03-12 | 1 | -0/+11 | ||
| | * | Allow modules to prevent a message from updating the idle time. | 2020-03-05 | 1 | -0/+4 | ||
