log plugins/mod_admin_shell.lua @ 12993:623fbb5f9b05

age author description
Sun, 26 Mar 2023 16:51:33 +0200 Kim Alvefur core.usermanager: Correct formatting of not implemented error
Sun, 26 Mar 2023 16:45:34 +0200 Kim Alvefur mod_admin_shell: Enable user after creation with role
Sun, 26 Mar 2023 16:45:23 +0200 Kim Alvefur mod_admin_shell: Simplify user creation when no role given
Fri, 24 Mar 2023 13:15:28 +0100 Kim Alvefur plugins: Prefix module imports with prosody namespace
Fri, 10 Mar 2023 12:33:02 +0100 Kim Alvefur mod_admin_shell: Limit module dependency listings to loaded on current host
Sun, 05 Mar 2023 14:08:26 +0100 Kim Alvefur mod_admin_shell: Show reverse dependencies in module:info()
Thu, 23 Feb 2023 18:10:06 +0100 Kim Alvefur mod_admin_shell: Add commands to disable and enable accounts
Thu, 16 Feb 2023 20:15:39 +0100 Kim Alvefur Merge 0.12->trunk
Thu, 16 Feb 2023 17:20:09 +0100 Kim Alvefur mod_admin_socket: Return error on unhandled input to prevent apparent freeze 0.12
Mon, 30 Jan 2023 00:14:50 +0100 Kim Alvefur mod_admin_shell: Match substring in muc:affiliations() like muc:occupants()
Sun, 29 Jan 2023 21:37:13 +0100 Kim Alvefur mod_admin_shell: Sort MUC users by relation and JID
Sun, 29 Jan 2023 18:57:28 +0100 Kim Alvefur mod_admin_shell: Make Role and Affiliation columns the same width for aesthetics
Sun, 29 Jan 2023 18:31:25 +0100 Kim Alvefur mod_admin_shell: Use tables to present MUC users
Sun, 29 Jan 2023 17:55:56 +0100 Kim Alvefur mod_admin_shell: Factor out room retrieval into common function