| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -1/+2 | |
| * | Make module classes specify their priority manually. | 2023-02-27 | 1 | -4/+4 | |
| * | Use `T&&` instead of `T` or `const T&`. | 2022-11-29 | 1 | -1/+1 | |
| * | Remove duplicate includes from module headers. | 2022-01-25 | 1 | -2/+0 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -4/+4 | |
| * | Add the final keyword to all remaining classes that can have it. | 2021-12-20 | 1 | -2/+4 | |
| * | 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. | 2021-08-15 | 1 | -1/+3 | |
| * | 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 | |
| * | | 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.•••Regression introduced in commit 0fab6438. | 2021-07-01 | 1 | -0/+1 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -0/+17 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -0/+1 | |
| | * | Implement support for multi-prefix on WHOIS. | 2021-02-25 | 1 | -0/+16 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -1/+1 | |
| * | | Convert repetitive functions to use C++11 variadic templates. | 2019-01-25 | 1 | -37/+3 | |
| |/ | |||||
| * | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ... | 2016-02-25 | 1 | -12/+42 | |
| * | Move OnWhois* events to core_whois, add Whois::Context•••Remove InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -0/+116 | |
