Fri, 26 Aug 2022 17:28:06 +0100 mod_smacks: Don't close resuming session when failed due to overflow
Matthew Wild <mwild1@gmail.com> [Fri, 26 Aug 2022 17:28:06 +0100] rev 12682
mod_smacks: Don't close resuming session when failed due to overflow
Fri, 26 Aug 2022 17:04:15 +0100 mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs
Matthew Wild <mwild1@gmail.com> [Fri, 26 Aug 2022 17:04:15 +0100] rev 12681
mod_smacks: Long overdue cleanup of resumption code, fixes some old TODOs
Thu, 25 Aug 2022 22:42:41 +0200 mod_admin_shell: Rename variable to avoid confusion with global function
Kim Alvefur <zash@zash.se> [Thu, 25 Aug 2022 22:42:41 +0200] rev 12680
mod_admin_shell: Rename variable to avoid confusion with global function For luacheck, but it doesn't actually complain about this right now
Thu, 25 Aug 2022 22:40:41 +0200 mod_admin_shell: Fix output from user:roles()
Kim Alvefur <zash@zash.se> [Thu, 25 Aug 2022 22:40:41 +0200] rev 12679
mod_admin_shell: Fix output from user:roles() It used _G.print instead of the shell session print, which would silently write to stdout
Mon, 22 Aug 2022 13:53:35 +0100 Merge role-auth->trunk
Matthew Wild <mwild1@gmail.com> [Mon, 22 Aug 2022 13:53:35 +0100] rev 12678
Merge role-auth->trunk
Mon, 22 Aug 2022 13:03:10 +0100 CHANGES: Add role auth
Matthew Wild <mwild1@gmail.com> [Mon, 22 Aug 2022 13:03:10 +0100] rev 12677
CHANGES: Add role auth
Thu, 18 Aug 2022 19:00:01 +0200 mod_admin_shell: Ensure account has role before it is usable
Kim Alvefur <zash@zash.se> [Thu, 18 Aug 2022 19:00:01 +0200] rev 12676
mod_admin_shell: Ensure account has role before it is usable By creating the account first without a password it can't be used until the role has set. This is most important for restricted accounts, as a failure to set the role would lead to the account having more privileges than indented.
Thu, 18 Aug 2022 18:10:44 +0200 mod_auth_insecure: Store creation and update timestamps on account
Kim Alvefur <zash@zash.se> [Thu, 18 Aug 2022 18:10:44 +0200] rev 12675
mod_auth_insecure: Store creation and update timestamps on account This ensures that the store is not empty in case no password is provided, so the underlying data storage won't consider the store empty.
Thu, 18 Aug 2022 18:10:18 +0200 mod_admin_shell: Update help for user:create to reflect singular role argument
Kim Alvefur <zash@zash.se> [Thu, 18 Aug 2022 18:10:18 +0200] rev 12674
mod_admin_shell: Update help for user:create to reflect singular role argument
Thu, 18 Aug 2022 17:50:56 +0200 mod_auth_internal_hashed: Allow creating disabled account without password
Kim Alvefur <zash@zash.se> [Thu, 18 Aug 2022 17:50:56 +0200] rev 12673
mod_auth_internal_hashed: Allow creating disabled account without password Otherwise, create_user(username, nil) leads to the account being deleted.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip