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