aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ldap.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix m_ldap not linking to liblber on UNIX systems.Gravatar Peter Powell2016-08-191-1/+1
|
* m_ldap Remove unused LDAPService::last_timeout_checkGravatar Attila Molnar2016-08-191-2/+1
|
* New m_ldap from AnopeGravatar Adam2015-05-181-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 ↵Gravatar Attila Molnar2014-12-151-2/+2
| | | | Extensible storage
* Link m_ldap against libldap_rGravatar Adam2014-12-071-2/+2
|
* Merge insp20Gravatar Attila Molnar2014-07-251-2/+2
|
* Change allocation of InspIRCd::Threads to be physically part of the object ↵Gravatar Attila Molnar2014-06-131-1/+1
| | | | containing it
* m_ldap: time out LDAP queriesGravatar Adam2014-05-101-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.Gravatar Adam2013-12-191-0/+572