| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-03-18 | 1 | -1/+37 |
| |\| |
|
| | * | Improve logging for the m_ldap and m_ldapauth modules (#1757).•••Currently, it is difficult to diagnose LDAP authentication failures,
since the logs do not provide sufficient information about what is
actually being queried and what actually failed.
This increases logging details so that information about the LDAP query
is included, for example:
Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP
server: Invalid credentials (bind dn=cn=adminz,dc=nodomain)
Rather than:
Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP
server: Invalid credentials
Same with connection logging:
Fri Mar 06 2020 07:59:53 CONNECT: Forbidden connection from
jsing!jsing@192.168.200.1 (Invalid credentials (bind
dn=uid=jsing,dc=nodomain))
Fri Mar 06 2020 08:01:19 CONNECT: Successful connection from
jsing!jsing@192.168.200.1 (dn=uid=jsing,dc=nodomain)
| Joel Sing | 2020-03-12 | 1 | -1/+37 |
| * | | Use C++11 inline initialisation for class members. | Sadie Powell | 2020-02-06 | 1 | -7/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -2/+5 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -2/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-11-13 | 1 | -10/+13 |
| |\| |
|
| | * | Fix a compiler error in the LDAP module. | Peter Powell | 2019-09-30 | 1 | -1/+1 |
| | * | Deduplicate code for handling with setting LDAP options. | Peter Powell | 2019-09-27 | 1 | -10/+13 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-07-16 | 1 | -0/+6 |
| |\| |
|
| | * | Add package names for ArchLinux. | Peter Powell | 2019-07-16 | 1 | -0/+1 |
| | * | Reset diagnostic pragmas after including external headers (#1661). | linuxdaemon | 2019-06-24 | 1 | -0/+5 |
| * | | Replace socketengine_{pthread,win32} with C++11 threads. | Sadie Powell | 2019-05-15 | 1 | -11/+11 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -1/+1 |
| |\| |
|
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -1/+1 |
| * | | ModuleManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -2/+2 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -18/+18 |
| |/ |
|
| * | Make more config stuff case insensitive. | Peter Powell | 2018-07-24 | 1 | -3/+3 |
| * | Add PackageInfo directives for Debian. | Peter Powell | 2017-10-21 | 1 | -0/+1 |
| * | Convert a bunch of time-related config options to getDuration. | Peter Powell | 2017-09-03 | 1 | -1/+1 |
| * | Add CentOS PackageInfo | Adam | 2016-09-16 | 1 | -0/+2 |
| * | Merge pull request #1222 from SaberUK/master+warnings•••Fix various compiler warnings | Attila Molnar | 2016-09-16 | 1 | -0/+5 |
| |\ |
|
| | * | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | Peter Powell | 2016-09-15 | 1 | -0/+5 |
| * | | Rewrite the build system directive parser. | Peter Powell | 2016-09-16 | 1 | -2/+3 |
| |/ |
|
| * | Fix m_ldap not linking to liblber on UNIX systems. | Peter Powell | 2016-08-19 | 1 | -1/+1 |
| * | m_ldap Remove unused LDAPService::last_timeout_check | Attila Molnar | 2016-08-19 | 1 | -2/+1 |
| * | New m_ldap from Anope•••Redesign to be more like m_mysql, polling ldap_result from a thread as
done previously is undefined.
| Adam | 2015-05-18 | 1 | -302/+343 |
| * | Change type of some associative containers to their flat versions, including ... | Attila Molnar | 2014-12-15 | 1 | -2/+2 |