View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006153 | unreal | ircd | public | 2022-07-06 19:53 | 2022-11-14 08:29 |
Reporter | armyn | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | new | Resolution | open | ||
Product Version | 6.0.4 | ||||
Summary | 0006153: Whowas - Display the IP (and not just the hostname) | ||||
Description | Hi Is there a trick to also add the ip next to the hostname? Because every time I have to search the IP from the hostname Cdt | ||||
Additional Information | <- @time=2022-07-06T17:47:00.454Z :irc.x.com 314 Luci Stevens o-cac-fr9b7c223-1 xxxx2e90d54a4593.ipv6.abo.wanadoo.fr * :15/H/fr <- @time=2022-07-06T17:47:00.454Z :irc.x.com 312 Luci Stevens irc.x.com :Wed Jul 6 17:57:42 2022 <- @time=2022-07-06T17:47:00.454Z :irc.x.com 369 Luci Stevens :End of WHOWAS | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
just looked at this: https://github.com/unrealircd/unrealircd/blob/8fae1d9306e09c0bf5c912d3326b07c5691f2142/include/struct.h#L841-L856 it appears as though a whowas doesn't contain an IP, so /whowas won't show one. |
|
ah it's a shame, I find that the whowas does not give much info that's why I rarely use it |
|
cross-ref https://github.com/unrealircd/unrealircd/pull/227 |