aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ldapoper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Hide User#host and User#dhost and use accessors to modify them.Gravatar Peter Powell2017-10-281-1/+1
| | | | | This removes the need to invalidate the cache after changing a user's hostname.
* Move typedef OperIndex to ServerConfig::OperIndexGravatar Attila Molnar2014-07-161-2/+2
|
* Change allocation of InspIRCd::Parser to be physically part of the object ↵Gravatar Attila Molnar2014-06-131-1/+1
| | | | containing it
* Wait for the manager bind to come back before sending search in LDAP modulesGravatar Adam2014-02-131-7/+42
|
* Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Gravatar Adam2013-12-191-0/+213