Log

plugins/mod_admin_shell.lua @ 12536:a8cb1d7a98db

description author age
mod_admin_shell: Document the 'watch' section in the built-in help Kim Alvefur Mon, 30 May 2022 14:54:10 +0200
prosodyctl shell: Communicate width of terminal to mod_admin_shell Kim Alvefur Mon, 30 May 2022 15:28:44 +0200
Merge 0.12->trunk Kim Alvefur Sun, 15 May 2022 23:22:33 +0200
mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 0.12 Kim Alvefur Sun, 15 May 2022 23:16:14 +0200
net: isolate LuaSec-specifics Jonas Schäfer Wed, 27 Apr 2022 17:44:14 +0200
mod_admin_shell: Add watch:stanzas() command Matthew Wild Wed, 23 Mar 2022 13:43:08 +0000
mod_admin_shell: Add watch:log() command to tail logs in realtime Matthew Wild Thu, 17 Mar 2022 10:24:38 +0000
mod_admin_shell: Add session.is_connected() method Matthew Wild Thu, 17 Mar 2022 10:23:12 +0000
mod_admin_shell: Add session.write() method to write data to client with no \n Matthew Wild Thu, 17 Mar 2022 10:22:47 +0000
mod_admin_shell: Use a table to show help sections Kim Alvefur Sun, 20 Feb 2022 00:24:18 +0100
mod_admin_shell: Squeeze some characters out of the Certificate column Kim Alvefur Thu, 17 Feb 2022 01:41:57 +0100
mod_admin_shell: Fix description of muc:room() (thanks Link Mauve) Kim Alvefur Tue, 15 Feb 2022 22:14:40 +0100
mod_admin_shell: Track connected events instead of created Kim Alvefur Sun, 06 Feb 2022 14:34:02 +0100
mod_admin_shell: Fix typo in comment [codespell] Kim Alvefur Fri, 04 Feb 2022 16:39:21 +0100
mod_admin_shell: Add descriptions of each column to 'help columns' Kim Alvefur Sun, 30 Jan 2022 12:49:43 +0100
mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show Kim Alvefur Sun, 30 Jan 2022 11:10:51 +0100
mod_admin_shell: Fix traceback on rendering graph of stats without extra labels Kim Alvefur Sat, 29 Jan 2022 15:01:38 +0100
mod_admin_shell: Add help section about stats Kim Alvefur Sat, 29 Jan 2022 14:58:37 +0100
mod_admin_shell: Add help section about customizing table columns Kim Alvefur Fri, 28 Jan 2022 20:39:13 +0100
mod_admin_shell: Add command to show current user roles Kim Alvefur Sun, 23 Jan 2022 20:06:50 +0100
mod_admin_shell: Add help section about roles Kim Alvefur Sun, 23 Jan 2022 19:55:32 +0100
mod_admin_shell: Log creation of incoming s2s connections during ping Kim Alvefur Mon, 27 Dec 2021 17:04:33 +0100
mod_admin_shell: Print s2s related events while waiting for ping Kim Alvefur Sun, 26 Dec 2021 16:26:36 +0100
mod_smacks: Limit queue memory consumption using new util Kim Alvefur Tue, 14 Dec 2021 20:00:45 +0100
mod_admin_shell: Add port as a c2s/s2s:show column definition Kim Alvefur Tue, 07 Dec 2021 13:21:20 +0100
mod_admin_shell: Handle global roles (pass host=*) Kim Alvefur Mon, 06 Dec 2021 22:33:46 +0100
mod_admin_shell: Only check that local users exist locally Kim Alvefur Mon, 06 Dec 2021 22:23:38 +0100
mod_admin_shell: Support setting roles on hosts other than the users' Kim Alvefur Mon, 06 Dec 2021 21:56:19 +0100
mod_admin_shell: Add command for updating roles user:roles(jid, roles) Kim Alvefur Mon, 06 Dec 2021 21:55:57 +0100
mod_admin_shell: Allow setting roles when creating user Kim Alvefur Sat, 04 Dec 2021 02:25:01 +0100
mod_admin_shell: List periodic tasks in module:info Kim Alvefur Mon, 22 Nov 2021 19:07:56 +0100
mod_admin_shell: Remove now redundant promise awaiting in dns:lookup() Kim Alvefur Sat, 27 Nov 2021 14:16:13 +0100
mod_admin_shell: Remove now redundant promise awaiting in xmpp:ping() Kim Alvefur Sat, 27 Nov 2021 14:15:55 +0100
mod_admin_shell: Fix indentation Kim Alvefur Fri, 26 Nov 2021 22:28:37 +0100
mod_admin_shell: Wait for promises Kim Alvefur Fri, 26 Nov 2021 22:26:48 +0100
mod_admin_shell: Reduce width of 'Status' column Kim Alvefur Fri, 26 Nov 2021 11:40:48 +0100
mod_admin_shell: Reduce width of 'Security' column (thanks Link Mauve) Kim Alvefur Fri, 26 Nov 2021 11:39:13 +0100
mod_admin_shell: Fix showing default HTTP path in module:info Kim Alvefur Thu, 25 Nov 2021 17:07:13 +0100
mod_admin_shell: Factor out simple function in module:info for reuse Kim Alvefur Wed, 24 Nov 2021 20:12:22 +0100
mod_admin_shell: List collected metrics in module:info Kim Alvefur Wed, 24 Nov 2021 20:03:38 +0100
mod_admin_shell: List net providers in module:info Kim Alvefur Tue, 23 Nov 2021 17:59:40 +0100
mod_admin_shell: Return counts of shown vs total from new table views Kim Alvefur Tue, 16 Nov 2021 16:06:41 +0100
mod_admin_shell: Handle absence of connection in security column (thanks arcseconds) Kim Alvefur Mon, 15 Nov 2021 13:31:06 +0100
util.human.io: Pass nil to cell mapper to signal missing value Kim Alvefur Fri, 12 Nov 2021 11:43:24 +0100
mod_admin_shell: Respect metatables in output serialization Kim Alvefur Fri, 12 Nov 2021 11:33:09 +0100
mod_admin_shell: Specify a width for cert column Kim Alvefur Wed, 10 Nov 2021 21:31:41 +0100
mod_admin_shell: Indicate bi-directional s2s connections Kim Alvefur Wed, 10 Nov 2021 20:25:37 +0100
mod_admin_shell: Allow passing columns as a string for convenience Kim Alvefur Wed, 10 Nov 2021 16:28:54 +0100
mod_admin_shell: Optionally group session listings by host when not included as column Kim Alvefur Wed, 10 Nov 2021 15:54:27 +0100
mod_admin_shell: New table based implementation of c2s and s2s:show() Kim Alvefur Wed, 10 Nov 2021 17:59:35 +0100
mod_admin_shell: Show HTTP base-URLs in module:info() Kim Alvefur Wed, 13 Oct 2021 20:46:04 +0200
mod_admin_shell: Allow passing an exit code to server:shutdown() Kim Alvefur Thu, 30 Sep 2021 23:22:51 +0200
mod_admin_shell: Keep unrestricted environment for session lifetime Kim Alvefur Wed, 11 Aug 2021 14:55:59 +0200
mod_admin_shell: module:info: List 'items' that can be formatted easily Kim Alvefur Sat, 12 Jun 2021 18:06:37 +0200
mod_admin_shell: module:info: Show friendlier name for known 'items' Kim Alvefur Sat, 12 Jun 2021 18:06:13 +0200
mod_admin_shell: module:info: List provided 'items' Kim Alvefur Sat, 12 Jun 2021 17:49:44 +0200
mod_admin_shell: module:info: Use existing host string representation Kim Alvefur Sat, 12 Jun 2021 16:47:30 +0200
mod_admin_shell: module:info: List dependencies Kim Alvefur Sat, 12 Jun 2021 16:40:40 +0200
mod_admin_shell: module:info: Show module status Kim Alvefur Sat, 12 Jun 2021 16:40:22 +0200
mod_admin_shell: Add basic command that shows more info about loaded modules Kim Alvefur Sat, 12 Jun 2021 16:50:15 +0200