| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
