| Commit message (Expand) | Author | Age | Files | Lines |
* | util: Remove various Lua 5.1 compatibility hacks | Kim Alvefur | 2022-07-02 | 1 | -2/+1 |
* | util.prosodyctl.shell: Print errors in red to highlight them | Kim Alvefur | 2022-06-01 | 1 | -1/+8 |
* | prosodyctl shell: Communicate width of terminal to mod_admin_shell | Kim Alvefur | 2022-05-30 | 1 | -1/+1 |
* | util.prosodyctl.shell: Support for receiving partial lines (no automatic \n) | Matthew Wild | 2022-03-17 | 1 | -2/+6 |
* | util.prosodyctl.shell: Bring back banner set from config! | Kim Alvefur | 2021-11-12 | 1 | -0/+2 |
* | util.prosodyctl.shell: Allow setting custom prompt (admin_shell_prompt) | Matthew Wild | 2021-11-11 | 1 | -4/+6 |
* | util.prosodyctl.shell: Fix for different location of unpack in Lua 5.1 | Kim Alvefur | 2021-04-25 | 1 | -1/+2 |
* | util.prosodyctl.shell: Fix for missing 'sep' arg to string.rep in Lua 5.1 | Kim Alvefur | 2021-04-25 | 1 | -1/+2 |
* | util.prosodyctl.shell: Allow calling console commands with fewer shell quotes | Kim Alvefur | 2021-04-25 | 1 | -3/+2 |
* | util.prosodyctl.shell: Allow passing a single command as argument | Kim Alvefur | 2021-03-05 | 1 | -0/+29 |
* | util.prosodyctl.shell: Fix check for --quiet | Kim Alvefur | 2021-03-05 | 1 | -1/+1 |
* | util.prosodyctl.shell: Collect extra return values | Kim Alvefur | 2020-06-17 | 1 | -1/+1 |
* | util.prosodyctl.shell: Handle argument parsing errors | Kim Alvefur | 2020-06-17 | 1 | -0/+9 |
* | util.prosodyctl.shell: Save readline history | Kim Alvefur | 2020-06-02 | 1 | -0/+7 |
* | util.prosodyctl.shell, util.adminstream: Move connection logic into adminstre... | Matthew Wild | 2020-06-02 | 1 | -42/+8 |
* | util.prosodyctl.shell: Really fix --socket option | Kim Alvefur | 2020-06-02 | 1 | -1/+3 |
* | util.prosodyctl.shell: Correct check for --socket | Kim Alvefur | 2020-06-02 | 1 | -1/+1 |
* | prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl | Matthew Wild | 2020-06-02 | 1 | -1/+1 |
* | util.prosodyctl.shell: Allow passing path to socket on command line | Kim Alvefur | 2020-06-01 | 1 | -1/+1 |
* | util.prosodyctl.shell: Use same config option as module for socket path | Kim Alvefur | 2020-06-01 | 1 | -1/+2 |
* | util.prosodyctl.shell: Join socket path with current data directory | Kim Alvefur | 2020-06-01 | 1 | -1/+3 |
* | mod_admin_shell, mod_admin_telnet, util.prosodyctl.shell: Separate output fro... | Matthew Wild | 2020-06-01 | 1 | -2/+4 |
* | prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access th... | Matthew Wild | 2020-06-01 | 1 | -0/+125 |