aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl/shell.lua
Commit message (Expand)AuthorAgeFilesLines
* util.prosodyctl.shell: Fix sending terminal width with single argumentKim Alvefur2023-04-071-1/+1
* util.prosodyctl.shell: Coerce terminal width to string (for util.stanza)Kim Alvefur2023-04-071-1/+1
* util.human.io: Prefer using the $COLUMNS environment variable if set (by read...Kim Alvefur2023-04-071-1/+1
* util.prosodyctl.shell: Use new term_width() for widthKim Alvefur2023-04-071-1/+2
* util: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-8/+8
* Merge 0.12->trunkKim Alvefur2023-01-221-2/+2
|\
| * util.prosodyctl.shell: Close state on exit to fix saving shell historyKim Alvefur2023-01-221-2/+2
* | util: Remove various Lua 5.1 compatibility hacksKim Alvefur2022-07-021-2/+1
* | util.prosodyctl.shell: Print errors in red to highlight themKim Alvefur2022-06-011-1/+8
* | prosodyctl shell: Communicate width of terminal to mod_admin_shellKim Alvefur2022-05-301-1/+1
* | util.prosodyctl.shell: Support for receiving partial lines (no automatic \n)Matthew Wild2022-03-171-2/+6
|/
* util.prosodyctl.shell: Bring back banner set from config!Kim Alvefur2021-11-121-0/+2
* util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt)Matthew Wild2021-11-111-4/+6
* util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1Kim Alvefur2021-04-251-1/+2
* util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1Kim Alvefur2021-04-251-1/+2
* util.prosodyctl.shell: Allow calling console commands with fewer shell quotesKim Alvefur2021-04-251-3/+2
* util.prosodyctl.shell: Allow passing a single command as argumentKim Alvefur2021-03-051-0/+29
* util.prosodyctl.shell: Fix check for --quietKim Alvefur2021-03-051-1/+1
* util.prosodyctl.shell: Collect extra return valuesKim Alvefur2020-06-171-1/+1
* util.prosodyctl.shell: Handle argument parsing errorsKim Alvefur2020-06-171-0/+9
* util.prosodyctl.shell: Save readline historyKim Alvefur2020-06-021-0/+7
* util.prosodyctl.shell, util.adminstream: Move connection logic into adminstre...Matthew Wild2020-06-021-42/+8
* util.prosodyctl.shell: Really fix --socket optionKim Alvefur2020-06-021-1/+3
* util.prosodyctl.shell: Correct check for --socketKim Alvefur2020-06-021-1/+1
* prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctlMatthew Wild2020-06-021-1/+1
* util.prosodyctl.shell: Allow passing path to socket on command lineKim Alvefur2020-06-011-1/+1
* util.prosodyctl.shell: Use same config option as module for socket pathKim Alvefur2020-06-011-1/+2
* util.prosodyctl.shell: Join socket path with current data directoryKim Alvefur2020-06-011-1/+3
* mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output fro...Matthew Wild2020-06-011-2/+4
* prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access th...Matthew Wild2020-06-011-0/+125