From 906260c24f7818fb7cf15a0371d760acb1254113 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 30 Oct 2017 19:34:56 +0000 Subject: Make core_hostname_lookup redo the lookup when a user's IP changes. This removes the need to do lookups in the cgiirc module. This is useful as relying on gateways to do proper DNS checks is unreliable and has resulted in issues like 5fc4403f62. Its more sane if we do our own lookups. This change has been okayed by multiple WEBIRC gateway authors so I don't think it will cause many problems. --- docs/conf/modules.conf.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/conf/modules.conf.example') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 7de556c42..3c3978c28 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -314,8 +314,8 @@ # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# CGI:IRC module: Enables forwarding the IP/host information from web -# gateways to the IRC server. +# CGI:IRC module: Enables forwarding the real IP address of a user from +# a gateway to the IRC server. # # #-#-#-#-#-#-#-#-#-#-#-# CGIIRC CONFIGURATION #-#-#-#-#-#-#-#-#-#-#-#-# -- cgit v1.2.3