View Issue Details

IDProjectCategoryView StatusLast Update
0006009unrealircdpublic2021-11-29 18:23
Reporterprogval Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionduplicate 
Summary0006009: Send RPL_WHOISACTUALLY instead of RPL_WHOISHOST
DescriptionUnlike RPL_WHOISHOST, RPL_WHOISACTUALLY contains the user@host and ip as separate parameters, instead of having them in the free-text parameter.

RPL_WHOISACTUALLY is also somewhat more popular than RPL_WHOISHOST.

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.

I kept RPL_WHOISHOST despite being redundant for backward compatibility,
but I can remove it if you prefer.
TagsNo tags attached.
3rd party modules

Activities

syzop

2021-11-29 18:23

administrator   ~0022221

This already had a PR, no need for additional bugtracker item.

Issue History

Date Modified Username Field Change
2021-11-27 19:24 progval New Issue
2021-11-29 18:23 syzop Assigned To => syzop
2021-11-29 18:23 syzop Status new => closed
2021-11-29 18:23 syzop Resolution open => duplicate
2021-11-29 18:23 syzop Note Added: 0022221