log util/prosodyctl/shell.lua @ 14137:368df9b2d511 13.0

age author description
Mon, 31 Mar 2025 17:30:50 +0100 Matthew Wild mod_admin_shell, prosodyctl shell: Report command failure when no password entered (fixes #1907) 13.0
Thu, 13 Mar 2025 11:37:11 +0000 Matthew Wild prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895) 13.0
Mon, 17 Feb 2025 17:02:35 +0000 Matthew Wild mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-side, with argparse support 13.0
Thu, 06 Feb 2025 14:23:15 +0000 Matthew Wild util.prosodyctl.shell: Export function to check for availability of admin socket
Wed, 08 Jan 2025 08:53:43 +0100 Kim Alvefur util.prosodyctl.shell: Remove non-existent export [luacheck]
Tue, 07 Jan 2025 18:10:59 +0000 Matthew Wild util.prosodyctl.shell: Support for requesting special inputs, e.g. passwords
Wed, 24 Apr 2024 11:45:37 +0100 Matthew Wild prosodyctl shell: Fix invocation with 3+ command arguments
Sat, 09 Dec 2023 17:00:22 +0100 Kim Alvefur util.prosodyctl.shell: Fix lint [luacheck]
Sat, 09 Dec 2023 16:25:04 +0100 Kim Alvefur util.prosodyctl.shell: Add :method syntax to make e.g. MUC commands easier
Fri, 07 Apr 2023 13:58:39 +0200 Kim Alvefur util.prosodyctl.shell: Fix sending terminal width with single argument
Fri, 07 Apr 2023 13:53:40 +0200 Kim Alvefur util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)
Fri, 07 Apr 2023 13:42:20 +0200 Kim Alvefur util.human.io: Prefer using the $COLUMNS environment variable if set (by readline)
Fri, 07 Apr 2023 13:38:59 +0200 Kim Alvefur util.prosodyctl.shell: Use new term_width() for width
Fri, 17 Mar 2023 16:23:16 +0100 Kim Alvefur util: Prefix module imports with prosody namespace
Sun, 22 Jan 2023 15:43:44 +0100 Kim Alvefur Merge 0.12->trunk