summaryrefslogtreecommitdiff
path: root/src/modules/m_ldapoper.cpp
AgeCommit message (Collapse)Author
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
This removes the need to invalidate the cache after changing a user's hostname.
2014-07-16Move typedef OperIndex to ServerConfig::OperIndexAttila Molnar
2014-06-13Change allocation of InspIRCd::Parser to be physically part of the object ↵Attila Molnar
containing it
2014-02-13Wait for the manager bind to come back before sending search in LDAP modulesAdam
2013-12-19Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Adam