| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-02-26 | 1 | -1/+2 | |
| | | |||||
| * | Check the ident when checking against IP in ldapoper (#1823) | 2020-12-03 | 1 | -2/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Fix ldapoper trying to auth using the provider name as the account. | 2020-04-17 | 1 | -1/+7 | |
| | | |||||
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -5/+3 | |
| | | |||||
| * | Rename ldapoper class to LDAPOper. | 2019-11-22 | 1 | -3/+3 | |
| | | | | | This might be causing issues for some people? | ||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -1/+2 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Remove the original line parameter of On{Pre,Post}Command. | 2018-08-10 | 1 | -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>. | 2018-07-26 | 1 | -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. | 2017-10-28 | 1 | -1/+1 | |
| | | | | | | This removes the need to invalidate the cache after changing a user's hostname. | ||||
| * | Move typedef OperIndex to ServerConfig::OperIndex | 2014-07-16 | 1 | -2/+2 | |
| | | |||||
| * | Change allocation of InspIRCd::Parser to be physically part of the object ↵ | 2014-06-13 | 1 | -1/+1 | |
| | | | | | containing it | ||||
| * | Wait for the manager bind to come back before sending search in LDAP modules | 2014-02-13 | 1 | -7/+42 | |
| | | |||||
| * | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | 2013-12-19 | 1 | -0/+213 | |
