summaryrefslogtreecommitdiff
path: root/modules/extra/m_ldap.cpp
AgeCommit message (Collapse)Author
2012-10-10Fix m_ldap to reconnect automatically if the ldap server goes awayAdam
2012-09-07Fixed m_ldap_authentication not returning anything if the search for an ↵Adam
account game back empty
2012-05-15Grab the DN for every LDAP query and send it in the resultAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-01-31Fixed a memory leak in m_ldapAdam
2012-01-25WindowsAdam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Made service_reference type safeAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-05-16Use module type to determine what type each module is instead of its ↵Adam
location in the configuration file.
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ↵Adam
accounts to LDAP, removed some unnecessary OnPre events and fixed unloading all modules
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-31Removed some unneeded/unused code from m_ldapAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-13Fixed a crash in m_ldap is unloadedAdam
2011-03-05Made m_ldap_oper understand deoperingAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ↵Adam
ns_resetpass allow remote-id to get past things such as kill immed.
2011-03-04Added LDAP supportAdam