aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/extra/m_ldap.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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