| Commit message (Expand) | Author | Age | Files | Lines |
* | prosodyctl: Hide the 'lua_paths' command from default command listing | Kim Alvefur | 2025-01-08 | 1 | -1/+1 |
* | prosodyctl: Add lua_paths command to print the LUA_PATH and LUA_CPATH used | Matthew Wild | 2025-01-08 | 1 | -0/+9 |
* | prosodyctl: 'about' becomes 'version -v', 'version' prints only version | Matthew Wild | 2025-01-08 | 1 | -2/+15 |
* | prosodyctl: Remove unused import | Kim Alvefur | 2025-01-08 | 1 | -2/+0 |
* | prosodyctl: deluser: Use user:delete() shell command for implementation | Matthew Wild | 2025-01-07 | 1 | -27/+2 |
* | prosodyctl: passwd: Use user:password() shell command for implementation | Matthew Wild | 2025-01-07 | 1 | -31/+2 |
* | prosodyctl: adduser: use shell user:create() to provide the implementation | Matthew Wild | 2025-01-07 | 1 | -31/+2 |
* | prosodyctl: Add experimental way to reload specific modules directly | Kim Alvefur | 2023-06-25 | 1 | -0/+9 |
* | Merge 0.12->trunk | Matthew Wild | 2023-04-07 | 1 | -1/+1 |
|\ |
|
| * | prosodyctl: Fix using variable content in a format string | Matthew Wild | 2023-04-07 | 1 | -1/+1 |
* | | executables: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -18/+18 |
* | | executables: Invoke loader to allow mixing of old and new import style | Kim Alvefur | 2023-03-17 | 1 | -0/+4 |
* | | Merge 0.12->trunk | Kim Alvefur | 2023-01-22 | 1 | -4/+4 |
|\| |
|
| * | util.startup: Close state on exit to ensure GC finalizers are called | Kim Alvefur | 2023-01-22 | 1 | -4/+4 |
* | | compat: Remove handling of Lua 5.1 location of 'unpack' function | Kim Alvefur | 2022-07-11 | 1 | -1/+1 |
* | | executables: Reject Lua 5.1 early | Kim Alvefur | 2022-07-02 | 1 | -0/+7 |
|/ |
|
* | prosodyctl: Pass server when listing (outdated) plugins (fix #1738) | Kim Alvefur | 2022-04-05 | 1 | -1/+7 |
* | prosodyctl about: Report version of lua-readline | Kim Alvefur | 2022-03-27 | 1 | -2/+8 |
* | prosodyctl: Restore 'list --outdated' | Kim Alvefur | 2022-02-17 | 1 | -0/+4 |
* | prosodyctl: Allow passing server on command line with --server | Kim Alvefur | 2022-02-04 | 1 | -1/+1 |
* | prosodyctl: Allow install plugin via explicit path or URL | Kim Alvefur | 2022-02-04 | 1 | -2/+2 |
* | prosodyctl: Return success status code from --help | Kim Alvefur | 2022-02-04 | 1 | -11/+11 |
* | prosodyctl: Use argument parsing library to parse --help, -h, -? | Kim Alvefur | 2022-02-04 | 1 | -12/+27 |
* | prosodyctl: Hide process management commands when init system should be used ... | Kim Alvefur | 2021-12-21 | 1 | -3/+19 |
* | prosodyctl: Reorder help sections | Kim Alvefur | 2021-12-21 | 1 | -5/+5 |
* | prosodyctl: Fix weird indentation | Kim Alvefur | 2021-11-06 | 1 | -2/+2 |
* | Merge 0.11->trunk | Kim Alvefur | 2021-09-20 | 1 | -1/+1 |
|\ |
|
| * | prosodyctl: Fix later import of LuaFileSystem | Kim Alvefur | 2021-09-11 | 1 | -1/+1 |
| * | prosodyctl: Add 'limits' to known globals to warn about misplacing it | Kim Alvefur | 2021-05-27 | 1 | -1/+1 |
* | | prosodyctl: Add a note about checking the order of listed commands | Kim Alvefur | 2021-07-15 | 1 | -1/+1 |
* | | prosodyctl: Add cert to command listing | Kim Alvefur | 2021-07-15 | 1 | -1/+3 |
* | | prosodyctl: Add 'shell' to command listing | Kim Alvefur | 2021-07-15 | 1 | -1/+2 |
* | | prosodyctl: Add 'check' to command listing (fixes #1622) | Kim Alvefur | 2021-05-30 | 1 | -0/+10 |
* | | prosodyctl: Reorganize help / command list | Kim Alvefur | 2021-01-22 | 1 | -7/+15 |
* | | prosodyctl: Report OpenSSL version | Kim Alvefur | 2021-05-12 | 1 | -0/+4 |
* | | Merge 0.11->trunk | Matthew Wild | 2021-05-13 | 1 | -0/+4 |
|\| |
|
| * | prosodyctl about: Report libexpat version if known | Matthew Wild | 2021-05-11 | 1 | -1/+5 |
| * | prosodyctl: check config: Add 'gc' to list of global options | Matthew Wild | 2021-04-30 | 1 | -1/+1 |
* | | prosodyctl: Add reference to #1602 (plugin installer docs) in comment | Kim Alvefur | 2021-01-21 | 1 | -0/+1 |
* | | prosodyctl: Move message after condition | Kim Alvefur | 2021-01-21 | 1 | -1/+1 |
* | | prosodyctl: Fix copypaste oversight | Kim Alvefur | 2021-01-21 | 1 | -2/+2 |
* | | prosodyctl: Abort if no plugin source specified for the installer | Kim Alvefur | 2021-01-21 | 1 | -1/+7 |
* | | prosodyctl: Move UI related calls out of util.prosodyctl | Kim Alvefur | 2021-01-21 | 1 | -0/+5 |
* | | prosodyctl: Use luarocks status code as exit code | Kim Alvefur | 2021-01-21 | 1 | -3/+6 |
* | | prosodyctl: Remove non-existant command from hidden commands | Kim Alvefur | 2021-01-05 | 1 | -1/+1 |
* | | util.prosodyctl: Get Luarocks server from config | Kim Alvefur | 2020-10-05 | 1 | -1/+2 |
* | | util.prosodyctl: Move hardcoded luarocks server into prosodyctl | Kim Alvefur | 2020-10-05 | 1 | -1/+1 |
* | | util.prosodyctl: Flip argument order | Kim Alvefur | 2020-10-05 | 1 | -3/+3 |
* | | prosodyctl about: Show longer name for luaunbound | Kim Alvefur | 2020-07-10 | 1 | -2/+2 |
* | | prosodyctl about: Strip name from lua module _VERSION | Kim Alvefur | 2020-07-10 | 1 | -1/+5 |