Files
thelounge/server
Max Leiter 283b6f4dea ident: normalize ipv4-mapped addresses when comparing (#5102)
Reported by AlexC on IRC:

> after upgrade [to 4.5.0] identd forwarding is broken

4.5.0 included 0e48014d (`ident: only respond if the ip,port tuples
match`). It correctly requires the addresses to match but the comparison
compares the IPs as strings, but an IP can have multiple variations.

A default `bind` unset ident server will look something like
`::ffff:127.0.0.1` while outgoing will be `127.0.0.1.` and those
obviously do not match in a string equality check.

closes #5101
2026-06-17 22:48:46 -07:00
..
2024-07-24 19:42:01 +02:00
2022-06-18 17:25:21 -07:00