summaryrefslogtreecommitdiff
path: root/modules/extra/m_ldap.cpp
AgeCommit message (Collapse)Author
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