aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_geo_maxmind.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+1
* Add a human-readable serialiser to the geolocation extensible.Gravatar Sadie Powell2021-02-221-0/+6
* Warn about broken versions of libmaxminddb.Gravatar Sadie Powell2020-07-011-0/+2
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
* Fix an oversight in mkversions that caused it to not update extras.Gravatar Sadie Powell2020-04-101-1/+1
* Set the minimum length to 1 for most config items with a default.Gravatar Sadie Powell2020-04-091-1/+1
* Fix various documentation and formatting issues.Gravatar Sadie Powell2020-03-301-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-0/+1
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* Convert LocalExtItem to a typedef and deprecate it.Gravatar Peter Powell2019-08-131-2/+2
* Add package names for ArchLinux.Gravatar Peter Powell2019-07-161-0/+1
* Skip UNIX sockets in GetLocation().Gravatar Matt Schatz2019-07-101-0/+4
* m_geo_maxmind: fix building on older libc versions.Gravatar Peter Powell2019-05-061-1/+1
* Fix building m_geo_maxmind with older versions of libmaxminddb.Gravatar Peter Powell2019-04-161-2/+2
* 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. Gravatar Peter Powell2019-04-151-0/+202