Commit Graph

39 Commits (ea2f97e9ed8317dc9a62e45d9a807dca7e3700a5)

Author SHA1 Message Date
Matthew Wild f0042849ba mod_admin_shell, prosodyctl shell: Report command failure when no password entered (fixes #1907) 9 months ago
Matthew Wild 57d168dd5e prosodyctl shell: More reliable detection of REPL/interactive mode (fixes #1895) 10 months ago
Matthew Wild 79381510cf mod_admin_shell, util.prosodyctl.shell: Process command-line args on server-side, with argparse support 11 months ago
Matthew Wild 1377333751 util.prosodyctl.shell: Export function to check for availability of admin socket 11 months ago
Kim Alvefur 4569e951af util.prosodyctl.shell: Remove non-existent export [luacheck] 12 months ago
Matthew Wild 91776f57ef util.prosodyctl.shell: Support for requesting special inputs, e.g. passwords 12 months ago
Matthew Wild 272e700f50 prosodyctl shell: Fix invocation with 3+ command arguments 2 years ago
Kim Alvefur 7c302e9c4c util.prosodyctl.shell: Close state on exit to fix saving shell history 3 years ago
Kim Alvefur 3764f34fcf util.prosodyctl.shell: Fix lint [luacheck] 2 years ago
Kim Alvefur f0061feef8 util.prosodyctl.shell: Add :method syntax to make e.g. MUC commands easier 2 years ago
Kim Alvefur 21eabc7e58 util.prosodyctl.shell: Fix sending terminal width with single argument 3 years ago
Kim Alvefur 4725a96218 util.prosodyctl.shell: Coerce terminal width to string (for util.stanza) 3 years ago
Kim Alvefur 9760019a25 util.human.io: Prefer using the $COLUMNS environment variable if set (by readline) 3 years ago
Kim Alvefur d73eaf9e5e util.prosodyctl.shell: Use new term_width() for width 3 years ago
Kim Alvefur 43531740f9 util: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur 49a9a1e76a util: Remove various Lua 5.1 compatibility hacks 4 years ago
Kim Alvefur 02f67bb917 util.prosodyctl.shell: Print errors in red to highlight them 4 years ago
Kim Alvefur 0267554c8e prosodyctl shell: Communicate width of terminal to mod_admin_shell 4 years ago
Kim Alvefur 256466cd33 util.prosodyctl.shell: Bring back banner set from config! 4 years ago
Matthew Wild 2077bef777 util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt) 4 years ago
Kim Alvefur 75ca81a26e util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1 5 years ago
Kim Alvefur 549a0aa28f util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1 5 years ago
Kim Alvefur ea470c72e0 util.prosodyctl.shell: Allow calling console commands with fewer shell quotes 5 years ago
Kim Alvefur cd641dca64 util.prosodyctl.shell: Allow passing a single command as argument 5 years ago
Kim Alvefur 71cb57df51 util.prosodyctl.shell: Fix check for --quiet 5 years ago
Kim Alvefur 3077309ce7 util.prosodyctl.shell: Collect extra return values 6 years ago
Kim Alvefur e2685cad2f util.prosodyctl.shell: Handle argument parsing errors 6 years ago
Kim Alvefur 6264bd48c1 util.prosodyctl.shell: Save readline history 6 years ago
Matthew Wild 78a8bfc31d util.prosodyctl.shell, util.adminstream: Move connection logic into adminstream for easier reuse 6 years ago
Kim Alvefur 425c9cb979 util.prosodyctl.shell: Really fix --socket option 6 years ago
Kim Alvefur 0fea1b599e util.prosodyctl.shell: Correct check for --socket 6 years ago
Matthew Wild 46022b0988 prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl 6 years ago
Kim Alvefur f4436b0ad8 util.prosodyctl.shell: Allow passing path to socket on command line 6 years ago
Kim Alvefur 05f5f794bf util.prosodyctl.shell: Use same config option as module for socket path 6 years ago
Kim Alvefur aa24574b89 util.prosodyctl.shell: Join socket path with current data directory 6 years ago
Matthew Wild e703759258 mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output from final result 6 years ago
Matthew Wild a355440c01 prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access the prosodyctl admin shell 6 years ago
Matthew Wild b617c24af4 util.prosodyctl.shell: Support for receiving partial lines (no automatic \n) 4 years ago