summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-03-11 00:21:16 +0000
committerPeter Powell <petpow@saberuk.com>2019-04-15 19:08:22 +0100
commit14e1d1f844c89e14cac24799c80af47ed6767cf2 (patch)
treefd47fc94ecfc1da318c209afb3c3743fc1f76e45 /.gitignore
parent7c8e2990a1cc990f73822e037e1f0866f8aba97e (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
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