How to return the IPv4 address in the Address field (Info user)?

If your UnrealIRCd is up and running but you have a question about it, then use this forum.
(NOT for installation or connecting issues! Use the other forum instead.)

Moderator: Supporters

Locked
Denis_56
Posts: 2
Joined: Thu Oct 03, 2019 7:07 am

How to return the IPv4 address in the Address field (Info user)?

Post by Denis_56 »

Thanks for the UnrealIRCd!

We have been using the program for a long time. Yesterday we updated to version 4.2.4.1.
Now, when displaying information about users in the Address field, a digital code. Before updating, the address field was IPv4.
How to return the IPv4 address in the Address field?

Image: https://yadi.sk/i/1UK0SA_Cq6d9dg
Syzop
UnrealIRCd head coder
Posts: 2112
Joined: Sat Mar 06, 2004 8:57 pm
Location: .nl
Contact:

Re: How to return the IPv4 address in the Address field (Info user)?

Post by Syzop »

What you are seeing is cloaking, which is a protection measure, see https://www.unrealircd.org/docs/Cloaking

If you don't want this, then remove the 'x' in set::modes-on-connect and REHASH.
Denis_56
Posts: 2
Joined: Thu Oct 03, 2019 7:07 am

Re: How to return the IPv4 address in the Address field (Info user)?

Post by Denis_56 »

Thanks, it works.
Locked