| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2026-06-05 | 1 | -1/+1 | |
| | | |||||
| * | Port over some recent changes to the Anope LDAP API. | 2026-06-05 | 1 | -0/+74 | |
| | | |||||
| * | Update copyright headers. | 2025-03-28 | 1 | -1/+1 | |
| | | |||||
| * | Implement ldap_initialize on Windows using InternetCrackUrlA. | 2024-09-30 | 1 | -18/+22 | |
| | | | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] | ||||
| * | Update copyright headers. | 2024-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Modernise PackageInfo directives. | 2024-07-13 | 1 | -5/+5 | |
| | | | | | | | | - Add Alpine packages. - Add missing directives to log_json. - Drop obsolete version constraints. - Use system-like for debian and rhel. | ||||
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+3 | |
| | | |||||
| * | Update usages of stdalgo::string::equalsci to use insp::equalsci. | 2023-08-11 | 1 | -6/+7 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2023-04-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2023-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-01-25 | 1 | -0/+1 | |
| |\| | |||||
| | * | Fix PackageInfo directives in extra modules. | 2023-01-19 | 1 | -0/+1 | |
| | | | |||||
| * | | Convert log calls to use fmtlib format strings | 2023-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | Replace InspIRCd::Format with fmt::format. | 2023-01-23 | 1 | -1/+2 | |
| | | | |||||
| * | | Log the versions of third-party libraries used by modules. | 2023-01-19 | 1 | -0/+9 | |
| | | | |||||
| * | | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -6/+6 | |
| | | | |||||
| * | | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2023-01-01 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-09-21 | 1 | -16/+75 | |
| |\| | |||||
| | * | Fix the ldap module when building against Windows LDAP. | 2022-09-21 | 1 | -16/+75 | |
| | | | |||||
| * | | Use auto in places where it is really obvious what the type is. | 2022-09-04 | 1 | -14/+8 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-09-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix the name of the compiler flags attribute in the ldap module. | 2022-09-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Modernize various minor legacy C++isms. | 2022-07-30 | 1 | -15/+7 | |
| | | | |||||
| * | | Switch from NULL to nullptr. | 2022-07-22 | 1 | -19/+19 | |
| | | | |||||
| * | | Slim the included headers down more. | 2022-01-26 | 1 | -0/+1 | |
| | | | |||||
| * | | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -13/+13 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-14 | 1 | -1/+6 | |
| |\| | |||||
| | * | Add a build time check that OpenLDAP is reentrant. | 2021-12-14 | 1 | -0/+4 | |
| | | | |||||
| | * | Fix the ldap module on OpenLDAP 2.5. | 2021-12-14 | 1 | -1/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2021-12-11 | 1 | -8/+10 | |
| |\| | |||||
| | * | Fix LDAPCompare checking against the wrong return code. | 2021-12-01 | 1 | -8/+10 | |
| | | | | | | | | | Better fix for #1946. | ||||
| * | | Consistently use `!foo` instead of `foo == NULL`. | 2021-12-03 | 1 | -2/+2 | |
| | | | |||||
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -7/+15 | |
| | | | |||||
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | | |||||
| * | | Added -Wshorten-64-to-32 and fixed all warnings. | 2021-05-30 | 1 | -2/+2 | |
| | | | |||||
| * | | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -3/+1 | |
| | | | |||||
| * | | Fix a ton of pedantic compiler warnings. | 2021-04-04 | 1 | -2/+2 | |
| | | | |||||
| * | | Constify variables within loops. | 2021-04-01 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+2 | |
| | | | |||||
| * | | Add stdalgo::iterator_range and switch config tag reading to use it. | 2020-10-31 | 1 | -4/+1 | |
| | | | | | | | | | | | This allows us to use range-based for loops which were not possible with the previous config tag system. | ||||
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-04-24 | 1 | -2/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Fix an oversight in mkversions that caused it to not update extras. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -5/+5 | |
| | | | |||||
