| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace some references to ssl with tls. | Sadie Powell | 2021-12-08 | 1 | -5/+5 |
| * | Remove unused time_t field from the timer system.•••This is equivalent to calling InspIRCd::Now() and is only actually
used in one place in modules.
| Sadie Powell | 2021-11-05 | 1 | -1/+1 |
| * | Add the regex_pcre2 module. | Sadie Powell | 2021-09-26 | 1 | -1/+1 |
| * | Fix and optimise sending standard replies with variable parameters. | Sadie Powell | 2021-09-23 | 1 | -29/+10 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-09-23 | 1 | -0/+19 |
| |\ |
|
| | * | Use CXX11_OVERRIDE instead of the override keyword. | Sadie Powell | 2021-09-22 | 1 | -1/+1 |
| | * | Add an API for checking if I/O hooks are ready or not. | Sadie Powell | 2021-09-22 | 1 | -0/+19 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-08-28 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-08-27 | 1 | -1/+1 |
| * | | Remove a bunch of unnecessary whitespace. | Sadie Powell | 2021-08-17 | 2 | -2/+0 |
| * | | Send RPL_WHOISACTUALLY instead of RPL_WHOISHOST (#1923)•••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. | Val Lorentz | 2021-08-15 | 1 | -1/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-08-01 | 1 | -1/+5 |
| |\| |
|
| | * | Allow retrieving the already sent id from WriteNeighborsWithCap. | Sadie Powell | 2021-07-24 | 1 | -1/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-07-17 | 1 | -3/+18 |
| |\| |
|
| | * | Deduplicate all whois numerics to the whois module header. | Sadie Powell | 2021-07-05 | 1 | -3/+18 |
| * | | Allow toggling a capability from a Cap::Reference. | Sadie Powell | 2021-07-16 | 1 | -0/+11 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-07-04 | 1 | -3/+3 |
| |\| |
|
| | * | Fix some "targ" usages which were missed in the earlier commit. | Sadie Powell | 2021-07-03 | 1 | -3/+3 |
| * | | Fix WHOIS numerics not including the source of the message.•••Regression introduced in commit 0fab6438.
| Sadie Powell | 2021-07-01 | 1 | -0/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-07-01 | 2 | -2/+2 |
| |\| |
|
| | * | Fix various spelling issues (#1883).•••Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
| Josh Soref | 2021-06-21 | 2 | -2/+2 |
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | Dominic Hamon | 2021-05-30 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-14 | 6 | -8/+10 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-05-14 | 6 | -6/+6 |
| | * | Fix an off by one error in various bitsets. | Sadie Powell | 2021-05-14 | 1 | -2/+4 |
| * | | Implement support for looking up SRV records in core_dns. | Sadie Powell | 2021-05-11 | 1 | -1/+15 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-11 | 4 | -6/+6 |
| |\| |
|
| | * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 4 | -9/+9 |
| * | | Refactor the hex encoding function. | Sadie Powell | 2021-05-10 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-04-27 | 1 | -1/+4 |
| |\| |
|
| | * | Fix SendNoticeInternal not having a NULL command variant. | Sadie Powell | 2021-04-27 | 1 | -1/+4 |
| * | | Remove the SASL fallback event.•••Nothing has ever used this and we can do better than this.
| Sadie Powell | 2021-04-27 | 1 | -36/+0 |
| * | | Move ssl_cert::GetMetaLine into the sslinfo module. | Sadie Powell | 2021-04-12 | 1 | -12/+0 |
| * | | Constify the members of ssl_cert. | Sadie Powell | 2021-04-12 | 1 | -10/+10 |
| * | | Migrate IOHookProvider from reference<> to std::shared_ptr<>. | Sadie Powell | 2021-04-09 | 1 | -1/+1 |
| * | | Refer to encryption as TLS instead of SSL in all messages. | Sadie Powell | 2021-04-08 | 1 | -21/+21 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 3 | -10/+7 |
| * | | Fix a ton of pedantic compiler warnings. | Sadie Powell | 2021-04-04 | 4 | -6/+6 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-31 | 4 | -12/+12 |
| |\| |
|
| | * | Add support for per-DNSBL timeouts.•••This should fix the issue of some DNSBLs being slower than others.
| Sadie Powell | 2021-03-31 | 1 | -2/+2 |
| | * | Fix various documentation comments. | Sadie Powell | 2021-03-31 | 4 | -10/+10 |
| * | | Convert SQL::Field to be a typedef of optional<string>. | Sadie Powell | 2021-03-30 | 1 | -34/+3 |
| * | | Use emplace_back where possible. | Sadie Powell | 2021-03-30 | 1 | -1/+1 |
| * | | Mark {From,To}{Human,Internal,Network} as noexcept. | Sadie Powell | 2021-03-17 | 1 | -3/+3 |
| * | | Pascalize Set in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -3/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-17 | 1 | -2/+8 |
| |\| |
|
| | * | Add support for sending a standard reply with no command name. | Sadie Powell | 2021-03-11 | 1 | -5/+20 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-03-10 | 1 | -0/+10 |
| |\| |
|
| | * | Add a subclass of IOHookProvider for SSL modules. | Sadie Powell | 2021-03-09 | 1 | -0/+10 |