| Tue, 30 Dec 2025 16:30:43 +0000 |
Matthew Wild |
prosodyctl shell: Move non-error result lines back to stdout, suppress with --quiet
|
| Fri, 19 Dec 2025 15:32:26 +0000 |
Matthew Wild |
prosodyctl shell: Improve process exit codes
|
| Mon, 06 Oct 2025 00:30:14 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Send result line to stderr to help TSV parsing
|
| Sun, 31 Aug 2025 00:47:25 +0200 |
Kim Alvefur |
prosodyctl shell: Output TSV when output is not a TTY
|
| 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
|
| Sun, 22 Jan 2023 14:42:07 +0100 |
Kim Alvefur |
util.prosodyctl.shell: Close state on exit to fix saving shell history
0.12
|
| Sat, 02 Jul 2022 17:31:14 +0200 |
Kim Alvefur |
util: Remove various Lua 5.1 compatibility hacks
|
| Wed, 01 Jun 2022 13:59:00 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Print errors in red to highlight them
|
| Mon, 30 May 2022 15:28:44 +0200 |
Kim Alvefur |
prosodyctl shell: Communicate width of terminal to mod_admin_shell
|
| Thu, 17 Mar 2022 10:21:43 +0000 |
Matthew Wild |
util.prosodyctl.shell: Support for receiving partial lines (no automatic \n)
|
| Fri, 12 Nov 2021 22:34:04 +0100 |
Kim Alvefur |
util.prosodyctl.shell: Bring back banner set from config!
|
| Thu, 11 Nov 2021 13:27:28 +0000 |
Matthew Wild |
util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt)
|
| Sun, 25 Apr 2021 17:32:27 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1
|
| Sun, 25 Apr 2021 17:27:02 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1
|
| Sun, 25 Apr 2021 17:20:58 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Allow calling console commands with fewer shell quotes
|
| Fri, 05 Mar 2021 13:02:37 +0100 |
Kim Alvefur |
util.prosodyctl.shell: Allow passing a single command as argument
|
| Fri, 05 Mar 2021 12:39:49 +0100 |
Kim Alvefur |
util.prosodyctl.shell: Fix check for --quiet
|
| Wed, 17 Jun 2020 19:39:14 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Collect extra return values
|
| Wed, 17 Jun 2020 19:36:39 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Handle argument parsing errors
|
| Tue, 02 Jun 2020 09:35:07 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Save readline history
|
| Tue, 02 Jun 2020 08:28:39 +0100 |
Matthew Wild |
util.prosodyctl.shell, util.adminstream: Move connection logic into adminstream for easier reuse
|
| Tue, 02 Jun 2020 09:19:07 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Really fix --socket option
|
| Tue, 02 Jun 2020 09:07:29 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Correct check for --socket
|
| Tue, 02 Jun 2020 08:01:21 +0100 |
Matthew Wild |
prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl
|
| Mon, 01 Jun 2020 23:57:50 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Allow passing path to socket on command line
|
| Mon, 01 Jun 2020 23:53:03 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Use same config option as module for socket path
|
| Mon, 01 Jun 2020 23:26:30 +0200 |
Kim Alvefur |
util.prosodyctl.shell: Join socket path with current data directory
|
| Mon, 01 Jun 2020 16:14:06 +0100 |
Matthew Wild |
mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output from final result
|
| Mon, 01 Jun 2020 15:44:44 +0100 |
Matthew Wild |
prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access the prosodyctl admin shell
|