aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ldapoper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+2
|
* Check the ident when checking against IP in ldapoper (#1823)Gravatar Christos Triantafyllidis2020-12-031-2/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-04-241-1/+1
|
* Fix ldapoper trying to auth using the provider name as the account.Gravatar Sadie Powell2020-04-171-1/+7
|
* Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
|
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-5/+3
|
* Rename ldapoper class to LDAPOper.Gravatar Peter Powell2019-11-221-3/+3
| | | | This might be causing issues for some people?
* Implement IRCv3 message tag support.Gravatar Peter Powell2018-08-131-1/+2
| | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com>
* Remove the original line parameter of On{Pre,Post}Command.Gravatar Peter Powell2018-08-101-1/+1
| | | | | | | | | In the brave new world of message tags and alternate wire formats this is no longer something that is appropriate to expose. In reality it was only ever used by m_alias which now reconstitutes the command name and parameters into a RFC 1459-style message for whatever it needs to do.
* Use CommandBase::Params instead of std::vector<std::string>.Gravatar Peter Powell2018-07-261-3/+3
| | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters.
* 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