Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-26 | Update copyright headers. | InspIRCd Robot | |
2020-12-03 | Check the ident when checking against IP in ldapoper (#1823) | Christos Triantafyllidis | |
2020-04-24 | Update copyright headers. | InspIRCd Robot | |
2020-04-17 | Fix ldapoper trying to auth using the provider name as the account. | Sadie Powell | |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-11-22 | Rename ldapoper class to LDAPOper. | Peter Powell | |
This might be causing issues for some people? | |||
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell | |
Co-authored-by: Attila Molnar <attilamolnar@hush.com> | |||
2018-08-10 | Remove the original line parameter of On{Pre,Post}Command. | Peter Powell | |
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. | |||
2018-07-26 | Use 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-28 | Hide 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-16 | Move typedef OperIndex to ServerConfig::OperIndex | Attila Molnar | |
2014-06-13 | Change allocation of InspIRCd::Parser to be physically part of the object ↵ | Attila Molnar | |
containing it | |||
2014-02-13 | Wait for the manager bind to come back before sending search in LDAP modules | Adam | |
2013-12-19 | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | Adam | |