log plugins/mod_admin_shell.lua @ 13596:85e8cc6870ae

age author description
Tue, 07 Jan 2025 19:23:23 +0000 Matthew Wild mod_admin_shell: Mark event as handled when requested input is submitted
Tue, 07 Jan 2025 18:17:57 +0000 Matthew Wild mod_admin_shell: user:create(): request password via prompt if none given
Tue, 07 Jan 2025 18:17:30 +0000 Matthew Wild mod_admin_shell: Add session method to request (password) input from shell client
Tue, 07 Jan 2025 18:15:50 +0000 Matthew Wild mod_admin_shell: Don't pause async thread while waiting for promise result
Sat, 28 Dec 2024 18:35:24 +0000 Matthew Wild mod_admin_shell: stats:show(): Friendlier error message when statistics disabled
Fri, 15 Nov 2024 15:52:37 +0100 Kim Alvefur mod_admin_shell: Report when a module is already loaded
Fri, 15 Nov 2024 15:48:07 +0100 Kim Alvefur mod_admin_shell: Refactor end of module:load
Fri, 01 Nov 2024 13:10:45 +0100 Kim Alvefur mod_admin_shell: Reject attempt to add or remove roles for unrelated hosts
Fri, 01 Nov 2024 13:07:25 +0100 Kim Alvefur mod_admin_shell: Allow assigning roles to arbitrary JIDs when supported
Mon, 26 Aug 2024 22:26:59 +0200 Kim Alvefur mod_admin_shell: Prevent traceback due to type error
Sat, 27 Apr 2024 15:59:46 +0200 Kim Alvefur Merge 0.12->trunk
Fri, 31 Mar 2023 22:01:27 +0200 Kim Alvefur mod_admin_shell: Allow matching on host or bare JID in c2s:show 0.12
Wed, 03 Apr 2024 21:56:03 -0700 aidan mod_admin_shell: Add connection created time
Wed, 29 Nov 2023 17:49:20 +0000 Matthew Wild mod_admin_shell: Fix linter issues