log plugins/mod_admin_shell.lua @ 12115:94de6b7596cc

age author description
Tue, 14 Dec 2021 20:00:45 +0100 Kim Alvefur mod_smacks: Limit queue memory consumption using new util
Tue, 07 Dec 2021 13:21:20 +0100 Kim Alvefur mod_admin_shell: Add port as a c2s/s2s:show column definition
Mon, 06 Dec 2021 22:33:46 +0100 Kim Alvefur mod_admin_shell: Handle global roles (pass host=*)
Mon, 06 Dec 2021 22:23:38 +0100 Kim Alvefur mod_admin_shell: Only check that local users exist locally
Mon, 06 Dec 2021 21:56:19 +0100 Kim Alvefur mod_admin_shell: Support setting roles on hosts other than the users'
Mon, 06 Dec 2021 21:55:57 +0100 Kim Alvefur mod_admin_shell: Add command for updating roles user:roles(jid, roles)
Sat, 04 Dec 2021 02:25:01 +0100 Kim Alvefur mod_admin_shell: Allow setting roles when creating user
Mon, 22 Nov 2021 19:07:56 +0100 Kim Alvefur mod_admin_shell: List periodic tasks in module:info
Sat, 27 Nov 2021 14:16:13 +0100 Kim Alvefur mod_admin_shell: Remove now redundant promise awaiting in dns:lookup()
Sat, 27 Nov 2021 14:15:55 +0100 Kim Alvefur mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping()
Fri, 26 Nov 2021 22:28:37 +0100 Kim Alvefur mod_admin_shell: Fix indentation
Fri, 26 Nov 2021 22:26:48 +0100 Kim Alvefur mod_admin_shell: Wait for promises
Fri, 26 Nov 2021 11:40:48 +0100 Kim Alvefur mod_admin_shell: Reduce width of 'Status' column
Fri, 26 Nov 2021 11:39:13 +0100 Kim Alvefur mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve)
Thu, 25 Nov 2021 17:07:13 +0100 Kim Alvefur mod_admin_shell: Fix showing default HTTP path in module:info
Wed, 24 Nov 2021 20:12:22 +0100 Kim Alvefur mod_admin_shell: Factor out simple function in module:info for reuse
Wed, 24 Nov 2021 20:03:38 +0100 Kim Alvefur mod_admin_shell: List collected metrics in module:info
Tue, 23 Nov 2021 17:59:40 +0100 Kim Alvefur mod_admin_shell: List net providers in module:info
Tue, 16 Nov 2021 16:06:41 +0100 Kim Alvefur mod_admin_shell: Return counts of shown vs total from new table views
Mon, 15 Nov 2021 13:31:06 +0100 Kim Alvefur mod_admin_shell: Handle absence of connection in security column (thanks arcseconds)
Fri, 12 Nov 2021 11:43:24 +0100 Kim Alvefur util.human.io: Pass nil to cell mapper to signal missing value
Fri, 12 Nov 2021 11:33:09 +0100 Kim Alvefur mod_admin_shell: Respect metatables in output serialization
Wed, 10 Nov 2021 21:31:41 +0100 Kim Alvefur mod_admin_shell: Specify a width for cert column
Wed, 10 Nov 2021 20:25:37 +0100 Kim Alvefur mod_admin_shell: Indicate bi-directional s2s connections
Wed, 10 Nov 2021 16:28:54 +0100 Kim Alvefur mod_admin_shell: Allow passing columns as a string for convenience
Wed, 10 Nov 2021 15:54:27 +0100 Kim Alvefur mod_admin_shell: Optionally group session listings by host when not included as column
Wed, 10 Nov 2021 17:59:35 +0100 Kim Alvefur mod_admin_shell: New table based implementation of c2s and s2s:show()
Wed, 13 Oct 2021 20:46:04 +0200 Kim Alvefur mod_admin_shell: Show HTTP base-URLs in module:info()
Thu, 30 Sep 2021 23:22:51 +0200 Kim Alvefur mod_admin_shell: Allow passing an exit code to server:shutdown()
Wed, 11 Aug 2021 14:55:59 +0200 Kim Alvefur mod_admin_shell: Keep unrestricted environment for session lifetime