aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ldapoper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor the caching methods in User and rename to make more sense.Gravatar Sadie Powell2023-01-241-1/+1
* Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings.Gravatar Sadie Powell2023-01-231-1/+1
* Qualify auto correctly in all cases.Gravatar Sadie Powell2023-01-101-2/+2
* Avoid copying shared_ptr<ConfigTag> when not necessary.Gravatar Sadie Powell2023-01-101-1/+1
* Yet more stylistic fixes.Gravatar Sadie Powell2022-12-011-1/+3
* Refactor the internals of the oper system.•••- Allow overriding privileges from the <class> blocks in the <type> and <oper> blocks. - Separate oper types from oper accounts in the code. This enables moving some core stuff out of the config tag later. - Merge the config tags together to make a synthetic tag that can have getXXX called on it instead of using getConfig and then converting it. - Move the details of Have*Permission into the oper type class. - Improve oper events to allow modules to easily hook into the oper system. Gravatar Sadie Powell2022-11-281-10/+6
* Use auto instead of type names where the type is obvious.Gravatar Sadie Powell2022-09-291-2/+2
* Fix various cases of the &* being next to the name instead of type.Gravatar Sadie Powell2022-09-291-1/+1
* Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-6/+6
* Always catch exceptions as a constant reference.Gravatar Sadie Powell2022-01-091-3/+3
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-01-031-1/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2021-12-301-1/+1
* | Apply the final keyword to all module classes where appropriate.Gravatar Sadie Powell2021-10-041-4/+8
* | Mark all module classes as final.Gravatar Sadie Powell2021-10-011-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2021-02-281-1/+2
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2021-02-261-1/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-12-041-2/+1
|\|
| * Check the ident when checking against IP in ldapoper (#1823)Gravatar Christos Triantafyllidis2020-12-031-2/+1
* | Convert ConfigTag from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-2/+2
* | Convert OperInfo from reference<> to std::shared_ptr<>.Gravatar Sadie Powell2020-10-311-2/+1
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-05-051-2/+8
|\|
| * 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
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-04-111-1/+1
|\|
| * Update the module descriptions using mkversion.Gravatar Sadie Powell2020-04-101-1/+1
* | Improve storage of module description, flags, and link data.Gravatar Sadie Powell2020-04-111-6/+2
* | Move FindUUID to the UserManager class.Gravatar Sadie Powell2020-02-091-2/+2
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2020-01-171-5/+3
|\|
| * Update copyright headers.Gravatar InspIRCd Robot2020-01-111-5/+3
* | Merge branch 'insp3' into master.Gravatar Sadie Powell2019-12-081-3/+3
|\|
| * Rename ldapoper class to LDAPOper.•••This might be causing issues for some people? Gravatar Peter Powell2019-11-221-3/+3
* | SnomaskManager: remove fakederef.Gravatar Sadie Powell2019-02-071-5/+5
* | Replace the override macro with the override keyword.Gravatar Sadie Powell2019-01-251-8/+8
|/
* Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> Gravatar Peter Powell2018-08-131-1/+2
* Remove the original line parameter of On{Pre,Post}Command.•••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. Gravatar Peter Powell2018-08-101-1/+1
* Use CommandBase::Params instead of std::vector<std::string>.•••This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. Gravatar Peter Powell2018-07-261-3/+3
* Hide User#host and User#dhost and use accessors to modify them.•••This removes the need to invalidate the cache after changing a user's hostname. Gravatar Peter Powell2017-10-281-1/+1
* Move typedef OperIndex to ServerConfig::OperIndexGravatar Attila Molnar2014-07-161-2/+2
* Change allocation of InspIRCd::Parser to be physically part of the object con...Gravatar Attila Molnar2014-06-131-1/+1
* 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