| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-03-18 | 1 | -1/+37 | |
| |\| | |||||
| | * | Improve logging for the m_ldap and m_ldapauth modules (#1757). | 2020-03-12 | 1 | -1/+37 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) | ||||
| * | | Use C++11 inline initialisation for class members. | 2020-02-06 | 1 | -7/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -2/+5 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -2/+5 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-11-13 | 1 | -10/+13 | |
| |\| | |||||
| | * | Fix a compiler error in the LDAP module. | 2019-09-30 | 1 | -1/+1 | |
| | | | |||||
| | * | Deduplicate code for handling with setting LDAP options. | 2019-09-27 | 1 | -10/+13 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-07-16 | 1 | -0/+6 | |
| |\| | |||||
| | * | Add package names for ArchLinux. | 2019-07-16 | 1 | -0/+1 | |
| | | | |||||
| | * | Reset diagnostic pragmas after including external headers (#1661). | 2019-06-24 | 1 | -0/+5 | |
| | | | |||||
| * | | Replace socketengine_{pthread,win32} with C++11 threads. | 2019-05-15 | 1 | -11/+11 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -1/+1 | |
| |\| | |||||
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| * | | ModuleManager: remove fakederef. | 2019-02-07 | 1 | -2/+2 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -18/+18 | |
| |/ | |||||
| * | Make more config stuff case insensitive. | 2018-07-24 | 1 | -3/+3 | |
| | | |||||
| * | Add PackageInfo directives for Debian. | 2017-10-21 | 1 | -0/+1 | |
| | | |||||
| * | Convert a bunch of time-related config options to getDuration. | 2017-09-03 | 1 | -1/+1 | |
| | | |||||
| * | Add CentOS PackageInfo | 2016-09-16 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request #1222 from SaberUK/master+warnings | 2016-09-16 | 1 | -0/+5 | |
| |\ | | | | | Fix various compiler warnings | ||||
| | * | Fix m_ldap warning about OpenLDAP being deprecated on OS X. | 2016-09-15 | 1 | -0/+5 | |
| | | | |||||
| * | | Rewrite the build system directive parser. | 2016-09-16 | 1 | -2/+3 | |
| |/ | |||||
| * | Fix m_ldap not linking to liblber on UNIX systems. | 2016-08-19 | 1 | -1/+1 | |
| | | |||||
| * | m_ldap Remove unused LDAPService::last_timeout_check | 2016-08-19 | 1 | -2/+1 | |
| | | |||||
| * | New m_ldap from Anope | 2015-05-18 | 1 | -302/+343 | |
| | | | | | | Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined. | ||||
| * | Change type of some associative containers to their flat versions, including ↵ | 2014-12-15 | 1 | -2/+2 | |
| | | | | | Extensible storage | ||||
| * | Link m_ldap against libldap_r | 2014-12-07 | 1 | -2/+2 | |
| | | |||||
| * | Merge insp20 | 2014-07-25 | 1 | -2/+2 | |
| | | |||||
| * | Change allocation of InspIRCd::Threads to be physically part of the object ↵ | 2014-06-13 | 1 | -1/+1 | |
| | | | | | containing it | ||||
| * | m_ldap: time out LDAP queries | 2014-05-10 | 1 | -12/+68 | |
| | | | | | | | | Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronous library calls from blocking Fix memory leak of pending queries when m_ldap is unloaded | ||||
| * | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | 2013-12-19 | 1 | -0/+572 | |
