aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ldap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2026-06-051-1/+1
|
* Port over some recent changes to the Anope LDAP API.Gravatar Sadie Powell2026-06-051-0/+74
|
* Update copyright headers.Gravatar InspIRCd Robot2025-03-281-1/+1
|
* Implement ldap_initialize on Windows using InternetCrackUrlA.Gravatar Sadie Powell2024-09-301-18/+22
| | | | | | | [skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci]
* Update copyright headers.Gravatar InspIRCd Robot2024-07-141-1/+1
|
* Modernise PackageInfo directives.Gravatar Sadie Powell2024-07-131-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.Gravatar InspIRCd Robot2024-06-071-2/+3
|
* Update usages of stdalgo::string::equalsci to use insp::equalsci.Gravatar Sadie Powell2023-08-111-6/+7
|
* Merge branch 'insp3' into master.Gravatar Sadie Powell2023-04-281-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2023-04-281-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-251-0/+1
|\|
| * Fix PackageInfo directives in extra modules.Gravatar Sadie Powell2023-01-191-0/+1
| |
* | Convert log calls to use fmtlib format stringsGravatar Sadie Powell2023-01-241-1/+1
| |
* | Replace InspIRCd::Format with fmt::format.Gravatar Sadie Powell2023-01-231-1/+2
| |
* | Log the versions of third-party libraries used by modules.Gravatar Sadie Powell2023-01-191-0/+9
| |
* | Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-6/+6
| |
* | Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2023-01-011-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2022-12-301-1/+1
| |
* | Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-291-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-211-16/+75
|\|
| * Fix the ldap module when building against Windows LDAP.Gravatar Sadie Powell2022-09-211-16/+75
| |
* | Use auto in places where it is really obvious what the type is.Gravatar Sadie Powell2022-09-041-14/+8
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-09-031-1/+1
|\|
| * Fix the name of the compiler flags attribute in the ldap module.Gravatar Sadie Powell2022-09-011-1/+1
| |
* | Modernize various minor legacy C++isms.Gravatar Sadie Powell2022-07-301-15/+7
| |
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-19/+19
| |
* | Slim the included headers down more.Gravatar Sadie Powell2022-01-261-0/+1
| |
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-13/+13
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+1
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-12-141-1/+6
|\|
| * Add a build time check that OpenLDAP is reentrant.Gravatar Sadie Powell2021-12-141-0/+4
| |
| * Fix the ldap module on OpenLDAP 2.5.Gravatar Sadie Powell2021-12-141-1/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-12-111-8/+10
|\|
| * Fix LDAPCompare checking against the wrong return code.Gravatar Sadie Powell2021-12-011-8/+10
| | | | | | | | Better fix for #1946.
* | Consistently use `!foo` instead of `foo == NULL`.Gravatar Sadie Powell2021-12-031-2/+2
| |
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-7/+15
| |
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
| |
* | Added -Wshorten-64-to-32 and fixed all warnings.Gravatar Dominic Hamon2021-05-301-2/+2
| |
* | Switch simple iterator loops to use range-based for loops.Gravatar Sadie Powell2021-04-071-3/+1
| |
* | Fix a ton of pedantic compiler warnings.Gravatar Sadie Powell2021-04-041-2/+2
| |
* | Constify variables within loops.Gravatar Sadie Powell2021-04-011-1/+1
| |
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-2/+2
| |
* | Add stdalgo::iterator_range and switch config tag reading to use it.Gravatar Sadie Powell2020-10-311-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.Gravatar Sadie Powell2020-05-051-2/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-04-241-2/+2
| |
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Fix an oversight in mkversions that caused it to not update extras.Gravatar Sadie Powell2020-04-101-1/+1
| |
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-5/+5
| |