aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_geoban.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-051-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2024-06-071-1/+1
|
* Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-3/+3
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-04-291-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-04-281-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-03-271-0/+13
|\|
| * Add support for matching against geolocation data with WHO.Gravatar Sadie Powell2022-03-251-1/+14
| | | | | | | | Closes #1969.
| * Update module descriptions.Gravatar Sadie Powell2021-12-301-1/+1
| |
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-4/+4
| |
* | Update module descriptions.Gravatar Sadie Powell2021-12-151-1/+1
| |
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-07-171-6/+0
|\|
| * Deduplicate all whois numerics to the whois module header.Gravatar Sadie Powell2021-07-051-6/+0
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-05-141-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-05-141-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-04-271-1/+1
|\|
| * Update the module descriptions.Gravatar Sadie Powell2021-04-211-1/+1
| |
* | Replace all internal references to uline with services.Gravatar Sadie Powell2021-01-301-1/+1
| |
* | Add first class support for extbans.Gravatar Sadie Powell2020-05-071-22/+26
| | | | | | | | | | This replaces the previous support which was pretty much a giant hack and was not synchronised between servers.
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-0/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-0/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-091-0/+3
|\|
| * Don't send a geolocation whois line for uline clients.Gravatar Matt Schatz2020-04-041-0/+3
| |
* | Move ISupport logic out of the core and into core_info.Gravatar Sadie Powell2020-01-051-2/+5
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-011-1/+1
|\|
| * Update my name and email address.Gravatar Sadie Powell2019-12-311-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-05-151-4/+4
|/
* Replace the geoip module with geo_maxmind, geoban, and geoclass.Gravatar Peter Powell2019-04-151-0/+78
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.