aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_account.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add the ListExtItem extension type.Gravatar Sadie Powell2022-12-271-43/+2
* Update module descriptions.Gravatar Sadie Powell2022-12-121-1/+1
* Move <oper:autologin> from m_sslinfo to core_oper and rework.•••- Promote autologin to a core concept with visibility in events. - Replace the binary yes/no value with strict/relaxed/never. This intentionally breaks v3 oper block autologin as admins will need to review them for the security implications of the new behaviour. Gravatar Sadie Powell2022-12-111-3/+6
* Improve the oper login flow and error messages.Gravatar Sadie Powell2022-12-111-0/+2
* Allow restricting an oper account based on services account.Gravatar Sadie Powell2022-12-101-0/+22
* Avoid copying a shared_ptr where not actually necessary.Gravatar Sadie Powell2022-12-011-1/+1
* Fix building the account module on Clang.Gravatar Sadie Powell2022-10-181-1/+1
* Allow requiring users to be logged into their nick for requireaccount.Gravatar Sadie Powell2022-10-181-3/+15
* Rename the services_account module to account.Gravatar Sadie Powell2022-10-181-0/+353