mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
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.
34 lines
541 B
Plaintext
34 lines
541 B
Plaintext
*~
|
|
*.pem
|
|
*.swp
|
|
|
|
.*
|
|
!.git*
|
|
|
|
/.configure
|
|
/Makefile
|
|
/GNUmakefile
|
|
/build
|
|
/docs/doxygen
|
|
/run
|
|
|
|
/include/config.h
|
|
|
|
/src/modules/m_geo_maxmind.cpp
|
|
/src/modules/m_ldap.cpp
|
|
/src/modules/m_mysql.cpp
|
|
/src/modules/m_pgsql.cpp
|
|
/src/modules/m_regex_pcre.cpp
|
|
/src/modules/m_regex_posix.cpp
|
|
/src/modules/m_regex_re2.cpp
|
|
/src/modules/m_regex_stdlib.cpp
|
|
/src/modules/m_regex_tre.cpp
|
|
/src/modules/m_sqlite3.cpp
|
|
/src/modules/m_ssl_gnutls.cpp
|
|
/src/modules/m_ssl_mbedtls.cpp
|
|
/src/modules/m_ssl_openssl.cpp
|
|
/src/modules/m_sslrehashsignal.cpp
|
|
|
|
/win/Win32
|
|
/win/*.dir
|