| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove unused time_t field from the timer system. | 2021-11-05 | 1 | -1/+1 | |
| | | | | | | This is equivalent to calling InspIRCd::Now() and is only actually used in one place in modules. | ||||
| * | Add the regex_pcre2 module. | 2021-09-26 | 1 | -1/+1 | |
| | | |||||
| * | Fix and optimise sending standard replies with variable parameters. | 2021-09-23 | 1 | -29/+10 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-09-23 | 1 | -0/+19 | |
| |\ | |||||
| | * | Use CXX11_OVERRIDE instead of the override keyword. | 2021-09-22 | 1 | -1/+1 | |
| | | | |||||
| | * | Add an API for checking if I/O hooks are ready or not. | 2021-09-22 | 1 | -0/+19 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-08-28 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | | |||||
| * | | Remove a bunch of unnecessary whitespace. | 2021-08-17 | 2 | -2/+0 | |
| | | | |||||
| * | | Send RPL_WHOISACTUALLY instead of RPL_WHOISHOST (#1923) | 2021-08-15 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unlike RPL_WHOISHOST, it contains the user@host and ip as separate parameters, instead of having them in the free-text parameter. To my knowledge, there are three different syntaxes for RPL_WHOISACTUALLY: 1. "<client> <nick> :is actually ..." (bahamut) 2. "<client> <nick> <host> :Is actually using host" (charybdis family) 3. "<client> <nick> <username>@<host> <ip> :Is actually using host" (ircu2, ergo, hybrid, ...) I chose the third one because it contains the most info, and is the most common one. | ||||
| * | | Merge branch 'insp3' into master. | 2021-08-01 | 1 | -1/+5 | |
| |\| | |||||
| | * | Allow retrieving the already sent id from WriteNeighborsWithCap. | 2021-07-24 | 1 | -1/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-17 | 1 | -3/+18 | |
| |\| | |||||
| | * | Deduplicate all whois numerics to the whois module header. | 2021-07-05 | 1 | -3/+18 | |
| | | | |||||
| * | | Allow toggling a capability from a Cap::Reference. | 2021-07-16 | 1 | -0/+11 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-07-04 | 1 | -3/+3 | |
| |\| | |||||
| | * | Fix some "targ" usages which were missed in the earlier commit. | 2021-07-03 | 1 | -3/+3 | |
| | | | |||||
| * | | Fix WHOIS numerics not including the source of the message. | 2021-07-01 | 1 | -0/+1 | |
| | | | | | | | | | Regression introduced in commit 0fab6438. | ||||
| * | | Merge branch 'insp3' into master. | 2021-07-01 | 2 | -2/+2 | |
| |\| | |||||
| | * | Fix various spelling issues (#1883). | 2021-06-21 | 2 | -2/+2 | |
| | | | | | | | | | Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> | ||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-14 | 6 | -8/+10 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-05-14 | 6 | -6/+6 | |
| | | | |||||
| | * | Fix an off by one error in various bitsets. | 2021-05-14 | 1 | -2/+4 | |
| | | | |||||
| * | | Implement support for looking up SRV records in core_dns. | 2021-05-11 | 1 | -1/+15 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-05-11 | 4 | -6/+6 | |
| |\| | |||||
| | * | Fix a bunch of weird indentation and spacing issues. | 2021-04-27 | 4 | -9/+9 | |
| | | | |||||
| * | | Refactor the hex encoding function. | 2021-05-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-04-27 | 1 | -1/+4 | |
| |\| | |||||
| | * | Fix SendNoticeInternal not having a NULL command variant. | 2021-04-27 | 1 | -1/+4 | |
| | | | |||||
| * | | Remove the SASL fallback event. | 2021-04-27 | 1 | -36/+0 | |
| | | | | | | | | | Nothing has ever used this and we can do better than this. | ||||
| * | | Move ssl_cert::GetMetaLine into the sslinfo module. | 2021-04-12 | 1 | -12/+0 | |
| | | | |||||
| * | | Constify the members of ssl_cert. | 2021-04-12 | 1 | -10/+10 | |
| | | | |||||
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | 2021-04-09 | 1 | -1/+1 | |
| | | | |||||
| * | | Refer to encryption as TLS instead of SSL in all messages. | 2021-04-08 | 1 | -21/+21 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 3 | -10/+7 | |
| | | | |||||
| * | | 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. | 2021-03-31 | 1 | -2/+2 | |
| | | | | | | | | | This should fix the issue of some DNSBLs being slower than others. | ||||
| | * | 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 | |
| |\| | |||||
