aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_geoban.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
* Add support for matching against geolocation data with WHO.•••Closes #1969. Gravatar Sadie Powell2022-03-251-1/+14
* Update module descriptions.Gravatar Sadie Powell2021-12-301-1/+1
* Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-051-6/+0
* Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
* Update the module descriptions.Gravatar Sadie Powell2021-04-211-1/+1
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-0/+1
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* Don't send a geolocation whois line for uline clients.Gravatar Matt Schatz2020-04-041-0/+3
* Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
* 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/+78