aboutsummaryrefslogtreecommitdiff
path: root/src/modules/extra/m_ldap.cpp
Commit message (Expand)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 Anope•••Redesign to be more like m_mysql, polling ldap_result from a thread as done previously is undefined. Gravatar Adam2015-05-181-302/+343
* Change type of some associative containers to their flat versions, including ...Gravatar Attila Molnar2014-12-151-2/+2
* 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 co...Gravatar Attila Molnar2014-06-131-1/+1
* m_ldap: time out LDAP queries•••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 Gravatar Adam2014-05-101-12/+68
* Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Gravatar Adam2013-12-191-0/+572