| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use more appropriate types in module-specific extension types. | Sadie Powell | 2022-01-31 | 1 | -6/+6 |
| * | Abolish the infernal space before accessibility keywords. | Sadie Powell | 2022-01-25 | 1 | -4/+4 |
| * | Refactor CoreException and ModuleException. | Sadie Powell | 2022-01-07 | 1 | -1/+1 |
| * | Promote ExtensionItem::ExtensibleType to a top level enum class. | Sadie Powell | 2021-12-23 | 1 | -1/+1 |
| * | Apply the final keyword to all module classes where appropriate. | Sadie Powell | 2021-10-04 | 1 | -2/+4 |
| * | Mark all module classes as final. | Sadie Powell | 2021-10-01 | 1 | -1/+2 |
| * | Fix a ton of pedantic compiler warnings. | Sadie Powell | 2021-04-04 | 1 | -1/+1 |
| * | Mark {From,To}{Human,Internal,Network} as noexcept. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | Pascalize Unset in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | Pascalize Set in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-02-28 | 1 | -1/+7 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-02-26 | 1 | -1/+1 |
| | * | Add a human-readable serialiser to the geolocation extensible. | Sadie Powell | 2021-02-22 | 1 | -0/+6 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Pascalize ExtensionItem::{get,set,unset}_raw. | Sadie Powell | 2020-07-20 | 1 | -3/+3 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-07-15 | 1 | -0/+2 |
| |\| |
|
| | * | Warn about broken versions of libmaxminddb. | Sadie Powell | 2020-07-01 | 1 | -0/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -1/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Fix an oversight in mkversions that caused it to not update extras. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -6/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-09 | 1 | -2/+2 |
| |\| |
|
| | * | Set the minimum length to 1 for most config items with a default. | Sadie Powell | 2020-04-09 | 1 | -1/+1 |
| | * | Fix various documentation and formatting issues. | Sadie Powell | 2020-03-30 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -0/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -0/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-01 | 1 | -1/+1 |
| |\| |
|
| | * | Update my name and email address. | Sadie Powell | 2019-12-31 | 1 | -1/+1 |
| | * | Convert LocalExtItem to a typedef and deprecate it. | Peter Powell | 2019-08-13 | 1 | -2/+2 |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do.
| Sadie Powell | 2019-08-13 | 1 | -1/+1 |
| * | | Rename ExtensionItem::free to ExtensionItem::Delete. | Sadie Powell | 2019-08-13 | 1 | -3/+3 |
| * | | Remove remnants of the old ExtensionItem serialisation system.•••Also rm LocalExtItem whilst we are at it as it is now obsolete.
| Sadie Powell | 2019-08-09 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-16 | 1 | -0/+5 |
| |\| |
|
| | * | Add package names for ArchLinux. | Peter Powell | 2019-07-16 | 1 | -0/+1 |
| | * | Skip UNIX sockets in GetLocation(). | Matt Schatz | 2019-07-10 | 1 | -0/+4 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -9/+9 |
| |/ |
|
| * | m_geo_maxmind: fix building on older libc versions. | Peter Powell | 2019-05-06 | 1 | -1/+1 |
| * | Fix building m_geo_maxmind with older versions of libmaxminddb. | Peter Powell | 2019-04-16 | 1 | -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.
| Peter Powell | 2019-04-15 | 1 | -0/+202 |