From 14e1d1f844c89e14cac24799c80af47ed6767cf2 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 11 Mar 2019 00:21:16 +0000 Subject: Replace the geoip module with geo_maxmind, geoban, and geoclass. MaxMind have EOL'd the library that the geoip module uses and have replaced it with libmaxminddb. The geoip module has been split into geo_maxmind which provides geolocation data, geoban which provides location-based channel bans, and geoclass which is used to filter a user into a connect class based on location. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7b23912d7..0bf719c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ /include/config.h -/src/modules/m_geoip.cpp +/src/modules/m_geo_maxmind.cpp /src/modules/m_ldap.cpp /src/modules/m_mysql.cpp /src/modules/m_pgsql.cpp -- cgit v1.2.3