]> arthur.barton.de Git - ngircd-alex.git/commit
Do IDENT requests even when DNS lookups are disabled
authorAlexander Barton <alex@barton.de>
Mon, 15 Jan 2024 20:12:10 +0000 (21:12 +0100)
committerAlexander Barton <alex@barton.de>
Tue, 16 Jan 2024 21:32:33 +0000 (22:32 +0100)
commit00dc9d284564f1c05026120d2d72c580a1705a05
tree5554b104a567c864826709388821755dd7b2a892
parent499ca9ce6fb3b40979d5889aec11473fe6d34f59
Do IDENT requests even when DNS lookups are disabled

Without this patch, disabling DNS in the configuration disabled IDENT
lookups as well (for no good reason).

This patch allows enabling/disabling DNS lookups and IDENT requests
completely separately and enhances the messages sent to the client when
"NoticeBeforeRegistration" is enabled, too.

Thanks for reporting this, Miniontoby!

Closes #291.
src/ngircd/conn.c
src/ngircd/resolve.c
src/ngircd/resolve.h