plugins/mod_admin_shell.lua
Wed, 29 Nov 2023 17:49:20 +0000 Matthew Wild mod_admin_shell: Fix linter issues
Wed, 29 Nov 2023 17:33:56 +0000 Matthew Wild mod_admin_shell: Remove verbose logging
Wed, 29 Nov 2023 17:22:18 +0000 Matthew Wild mod_admin_shell: Remove timer:info() (it's been debug:timers() for some time)
Wed, 29 Nov 2023 17:19:53 +0000 Matthew Wild mod_admin_shell: Support for 'shell-command' items (global and per-host)
Wed, 29 Nov 2023 17:18:17 +0000 Matthew Wild mod_admin_shell: Refactor help to data structures for extensibility
Tue, 21 Nov 2023 22:18:42 +0100 Kim Alvefur mod_admin_shell: Fix lint [luacheck]
Tue, 21 Nov 2023 18:48:58 +0000 Matthew Wild mod_admin_shell: Add debug:async() command to show blocked async runners
Thu, 26 Oct 2023 13:29:28 +0200 Kim Alvefur mod_admin_shell: Make 'Role' column dynamically sized
Thu, 29 Jun 2023 15:36:13 +0100 Matthew Wild core, plugins: Split prosody:user role into prosody:{guest,registered,member}
Fri, 09 Jun 2023 17:38:46 +0200 Kim Alvefur mod_admin_shell: Use new serialize preset to simplify default config
Tue, 06 Jun 2023 22:00:54 +0200 Kim Alvefur mod_admin_shell: Warn when (un-)loading module would be undone by restart
Sun, 28 May 2023 22:33:45 +0200 Kim Alvefur mod_admin_shell: Show internal URL where different from external
Wed, 24 May 2023 14:49:29 +0200 Kim Alvefur mod_admin_shell: Show internal URL in addition to external in http:list
Sun, 14 May 2023 19:02:26 +0200 Kim Alvefur mod_admin_shell: Allow logging HTTP events with debug:logevents("http")
Sun, 14 May 2023 19:01:01 +0200 Kim Alvefur mod_admin_shell: Allow logging global events with debug:logevents("*")
Sun, 30 Apr 2023 23:45:55 +0200 Kim Alvefur mod_admin_shell: Refactor 'cert' column
Wed, 19 Apr 2023 11:42:36 +0200 Kim Alvefur Merge 0.12->trunk
Thu, 06 Apr 2023 17:09:03 +0200 Kim Alvefur mod_admin_shell: Fix display of remote cert status when expired etc 0.12
Mon, 10 Apr 2023 14:24:39 +0200 Kim Alvefur mod_admin_shell: Use same wildcard matching in other s2s command
Mon, 10 Apr 2023 14:12:48 +0200 Kim Alvefur mod_admin_shell: Factor apart wildcard matching into function for reuse
Sat, 08 Apr 2023 11:28:55 +0200 Kim Alvefur mod_admin_shell: Add config:set([host,] key, value) because why not
Sat, 08 Apr 2023 10:16:18 +0200 Kim Alvefur mod_admin_shell: Allow wildcard matches like s2s:show("*.example.com")
Fri, 07 Apr 2023 14:03:24 +0200 Kim Alvefur mod_admin_shell: Allow "*" as substitute for 'nil' for easier CLI usage
Fri, 07 Apr 2023 13:09:00 +0200 Kim Alvefur mod_admin_shell: Make IP column thinner if IPv6 is disabled
Fri, 07 Apr 2023 13:07:00 +0200 Kim Alvefur mod_admin_shell: Make default column width 1 part
Fri, 07 Apr 2023 13:04:15 +0200 Kim Alvefur mod_admin_shell: Fix attempt to compare number with string
Fri, 07 Apr 2023 12:58:02 +0200 Kim Alvefur mod_admin_shell: Dynamically size JIDs and hosts
Fri, 07 Apr 2023 12:48:17 +0200 Kim Alvefur mod_admin_shell: More dynamic widths calculations
Thu, 06 Apr 2023 17:07:09 +0200 Kim Alvefur mod_admin_shell: Calculate widths of columns from example values
Sun, 02 Apr 2023 22:44:29 +0200 Kim Alvefur mod_admin_shell: Strip 'prosody:' prefix to allow narrower Role column
Fri, 31 Mar 2023 22:01:27 +0200 Kim Alvefur mod_admin_shell: Allow matching on host or bare JID in c2s:show
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
Sun, 29 Jan 2023 17:53:21 +0100 Kim Alvefur mod_admin_shell: Add muc:affiliations(room) command to list memberships
Sun, 29 Jan 2023 17:41:08 +0100 Kim Alvefur mod_admin_shell: Add muc:occupants(room) command to list occupants
Mon, 24 Oct 2022 15:25:12 +0200 Kim Alvefur Merge 0.12->trunk
Sun, 23 Oct 2022 16:22:12 +0200 Kim Alvefur mod_admin_shell: Ensure available connection for column 'secure' 0.12
Sun, 23 Oct 2022 16:19:39 +0200 Kim Alvefur mod_admin_shell: Ensure connection exists to get port from (fixes #1777) 0.12
Fri, 23 Sep 2022 11:58:15 +0200 Kim Alvefur mod_admin_shell: Fix display of session without role (thanks Link Mauve)
Thu, 25 Aug 2022 22:42:41 +0200 Kim Alvefur mod_admin_shell: Rename variable to avoid confusion with global function
Thu, 25 Aug 2022 22:40:41 +0200 Kim Alvefur mod_admin_shell: Fix output from user:roles()
Thu, 18 Aug 2022 19:00:01 +0200 Kim Alvefur mod_admin_shell: Ensure account has role before it is usable
Thu, 18 Aug 2022 18:10:18 +0200 Kim Alvefur mod_admin_shell: Update help for user:create to reflect singular role argument
Thu, 18 Aug 2022 16:46:07 +0100 Matthew Wild mod_admin_shell: Update with new role management commands and help text
Mon, 15 Aug 2022 16:36:00 +0200 Kim Alvefur mod_admin_shell: Show session role in c2s:show
Thu, 18 Aug 2022 15:43:16 +0100 Matthew Wild Merge 0.12->trunk
Mon, 15 Aug 2022 18:56:22 +0200 Kim Alvefur mod_admin_shell: Switch names for user role management commands 0.12
Fri, 05 Aug 2022 14:41:13 +0200 Kim Alvefur mod_admin_shell: Remove obsolete module:load() argument from 0.8 time
Mon, 11 Jul 2022 19:07:38 +0200 Kim Alvefur compat: Remove handling of Lua 5.1 location of 'unpack' function
Mon, 13 Jun 2022 21:25:42 +0200 Kim Alvefur mod_admin_shell: Show session id ping reply came
Wed, 01 Jun 2022 17:27:17 +0200 Kim Alvefur mod_admin_shell: Include last (mod_cron) task run time in module:info()
Tue, 31 May 2022 13:26:44 +0200 Kim Alvefur mod_admin_shell: Drop unused argument [luacheck]
Tue, 31 May 2022 00:31:56 +0200 Kim Alvefur mod_admin_shell: Show bound ports in module:info
Mon, 30 May 2022 14:54:10 +0200 Kim Alvefur mod_admin_shell: Document the 'watch' section in the built-in help
Mon, 30 May 2022 15:28:44 +0200 Kim Alvefur prosodyctl shell: Communicate width of terminal to mod_admin_shell
Sun, 15 May 2022 23:22:33 +0200 Kim Alvefur Merge 0.12->trunk
Sun, 15 May 2022 23:16:14 +0200 Kim Alvefur mod_admin_shell: Tighten up type checks to fix #1754 (thanks clouded) 0.12
Wed, 27 Apr 2022 17:44:14 +0200 Jonas Schäfer net: isolate LuaSec-specifics
Wed, 23 Mar 2022 13:43:08 +0000 Matthew Wild mod_admin_shell: Add watch:stanzas() command
Thu, 17 Mar 2022 10:24:38 +0000 Matthew Wild mod_admin_shell: Add watch:log() command to tail logs in realtime
Thu, 17 Mar 2022 10:23:12 +0000 Matthew Wild mod_admin_shell: Add session.is_connected() method
Thu, 17 Mar 2022 10:22:47 +0000 Matthew Wild mod_admin_shell: Add session.write() method to write data to client with no \n
Sun, 20 Feb 2022 00:24:18 +0100 Kim Alvefur mod_admin_shell: Use a table to show help sections
Thu, 17 Feb 2022 01:41:57 +0100 Kim Alvefur mod_admin_shell: Squeeze some characters out of the Certificate column
Tue, 15 Feb 2022 22:14:40 +0100 Kim Alvefur mod_admin_shell: Fix description of muc:room() (thanks Link Mauve)
Sun, 06 Feb 2022 14:34:02 +0100 Kim Alvefur mod_admin_shell: Track connected events instead of created
Fri, 04 Feb 2022 16:39:21 +0100 Kim Alvefur mod_admin_shell: Fix typo in comment [codespell]
Sun, 30 Jan 2022 12:49:43 +0100 Kim Alvefur mod_admin_shell: Add descriptions of each column to 'help columns'
Sun, 30 Jan 2022 11:10:51 +0100 Kim Alvefur mod_admin_shell: Use exact match instead of Lua patterns in c2s,s2s:show
Sat, 29 Jan 2022 15:01:38 +0100 Kim Alvefur mod_admin_shell: Fix traceback on rendering graph of stats without extra labels
Sat, 29 Jan 2022 14:58:37 +0100 Kim Alvefur mod_admin_shell: Add help section about stats
Fri, 28 Jan 2022 20:39:13 +0100 Kim Alvefur mod_admin_shell: Add help section about customizing table columns
Sun, 23 Jan 2022 20:06:50 +0100 Kim Alvefur mod_admin_shell: Add command to show current user roles
Sun, 23 Jan 2022 19:55:32 +0100 Kim Alvefur mod_admin_shell: Add help section about roles
Mon, 27 Dec 2021 17:04:33 +0100 Kim Alvefur mod_admin_shell: Log creation of incoming s2s connections during ping
Sun, 26 Dec 2021 16:26:36 +0100 Kim Alvefur mod_admin_shell: Print s2s related events while waiting for ping
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
Sat, 12 Jun 2021 18:06:37 +0200 Kim Alvefur mod_admin_shell: module:info: List 'items' that can be formatted easily
Sat, 12 Jun 2021 18:06:13 +0200 Kim Alvefur mod_admin_shell: module:info: Show friendlier name for known 'items'
less more (0) -120 tip