aboutsummaryrefslogtreecommitdiffstats
path: root/util/prosodyctl/shell.lua
Commit message (Expand)AuthorAgeFilesLines
* 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