| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2024-06-07 | 1 | -2/+1 | |
| * | Refactor the caching methods in User and rename to make more sense. | 2023-01-24 | 1 | -1/+1 | |
| * | Convert WriteToSnoMask/WriteGlobalSno to use fmtlib format strings. | 2023-01-23 | 1 | -1/+1 | |
| * | Qualify auto correctly in all cases. | 2023-01-10 | 1 | -2/+2 | |
| * | Avoid copying shared_ptr<ConfigTag> when not necessary. | 2023-01-10 | 1 | -1/+1 | |
| * | Yet more stylistic fixes. | 2022-12-01 | 1 | -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. | 2022-11-28 | 1 | -10/+6 | |
| * | Use auto instead of type names where the type is obvious. | 2022-09-29 | 1 | -2/+2 | |
| * | Fix various cases of the &* being next to the name instead of type. | 2022-09-29 | 1 | -1/+1 | |
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -6/+6 | |
| * | Always catch exceptions as a constant reference. | 2022-01-09 | 1 | -3/+3 | |
| * | Merge branch 'insp3' into master. | 2022-01-03 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-12-30 | 1 | -1/+1 | |
| * | | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -4/+8 | |
| * | | Mark all module classes as final. | 2021-10-01 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2021-02-28 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update copyright headers. | 2021-02-26 | 1 | -1/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-12-04 | 1 | -2/+1 | |
| |\| | |||||
| | * | Check the ident when checking against IP in ldapoper (#1823) | 2020-12-03 | 1 | -2/+1 | |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+2 | |
| * | | Convert OperInfo from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -2/+1 | |
| * | | Merge branch 'insp3' into master. | 2020-05-05 | 1 | -2/+8 | |
| |\| | |||||
| | * | 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 | |
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| * | | Move FindUUID to the UserManager class. | 2020-02-09 | 1 | -2/+2 | |
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -5/+3 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -5/+3 | |
| * | | Merge branch 'insp3' into master. | 2019-12-08 | 1 | -3/+3 | |
| |\| | |||||
| | * | Rename ldapoper class to LDAPOper.•••This might be causing issues for some people? | 2019-11-22 | 1 | -3/+3 | |
| * | | SnomaskManager: remove fakederef. | 2019-02-07 | 1 | -5/+5 | |
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -8/+8 | |
| |/ | |||||
| * | Implement IRCv3 message tag support.•••Co-authored-by: Attila Molnar <attilamolnar@hush.com> | 2018-08-13 | 1 | -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. | 2018-08-10 | 1 | -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. | 2018-07-26 | 1 | -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. | 2017-10-28 | 1 | -1/+1 | |
| * | Move typedef OperIndex to ServerConfig::OperIndex | 2014-07-16 | 1 | -2/+2 | |
| * | Change allocation of InspIRCd::Parser to be physically part of the object con... | 2014-06-13 | 1 | -1/+1 | |
| * | 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 | |
