Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | If the condition is false, the message becomes a lie! | ||||
* | 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 |
| | | | | Better than having a non-working default. | ||||
* | prosodyctl: Move UI related calls out of util.prosodyctl | Kim Alvefur | 2021-01-21 | 1 | -0/+5 |
| | | | | | I think this follows the general separation of duties between prosodyctl and util.prosodyctl better. | ||||
* | prosodyctl: Use luarocks status code as exit code | Kim Alvefur | 2021-01-21 | 1 | -3/+6 |
| | | | | Enables some shell level error handling | ||||
* | prosodyctl: Remove non-existant command from hidden commands | Kim Alvefur | 2021-01-05 | 1 | -1/+1 |
| | | | | | Apparently there existed a plugin installer for a brief time in 2010, between c5d3905c98a6 and 8f78e8164032 | ||||
* | 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 |
| | | | | To be replaced with config option in future commit | ||||
* | util.prosodyctl: Flip argument order | Kim Alvefur | 2020-10-05 | 1 | -3/+3 |
| | | | | | "verb subject" feels better than "subject verb", especially since the subject (module) is optional. | ||||
* | prosodyctl about: Show longer name for luaunbound | Kim Alvefur | 2020-07-10 | 1 | -2/+2 |
| | | | | luaunbound, lunbound, lua-unbound ... "kärt barn har många namn" | ||||
* | prosodyctl about: Strip name from lua module _VERSION | Kim Alvefur | 2020-07-10 | 1 | -1/+5 |
| | | | | | Some modules have _VERSION = "LuaModule x.y.z", so it is a bit weird to show the name twice. | ||||
* | prosodyctl about: Substitute better names for some Lua modules | Kim Alvefur | 2020-07-10 | 1 | -1/+10 |
| | | | | E.g. 'lxp' isn't that easy to guess that it's LuaExpat | ||||
* | prosodyctl about: Split out libraries into a separate section | Kim Alvefur | 2020-07-10 | 1 | -5/+10 |
| | | | | | Currently libevent and libunbound would show up under Lua modules but they are not, so a separate section seems more appropriate. | ||||
* | prosodyctl about: Use library function for sorted listing of lua modules | Kim Alvefur | 2020-07-10 | 1 | -5/+3 |
| | | | | Code reuse and one less module to import is nice. | ||||
* | prosodyctl about: Report versions of luaunbound and libunbound | Kim Alvefur | 2020-06-25 | 1 | -0/+7 |
| | |||||
* | prosodyctl: Fix traceback when no command provided (thanks Zash) | Matthew Wild | 2020-06-04 | 1 | -1/+1 |
| | |||||
* | prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctl | Matthew Wild | 2020-06-02 | 1 | -825/+11 |
| | |||||
* | prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access ↵ | Matthew Wild | 2020-06-01 | 1 | -0/+4 |
| | | | | the prosodyctl admin shell | ||||
* | prosodyctl: Add 'daemonize' to deprecated options known by check command | Kim Alvefur | 2020-01-26 | 1 | -1/+1 |
| | |||||
* | Merge 0.11->trunk | Matthew Wild | 2020-01-23 | 1 | -4/+5 |
|\ | |||||
| * | prosodyctl: Fix some luacheck warnings | Matthew Wild | 2020-01-23 | 1 | -4/+5 |
| | | |||||
* | | Merge 0.11->trunk | Matthew Wild | 2020-01-23 | 1 | -0/+20 |
|\| | |||||
| * | Log warning when using prosodyctl start/stop/restart | Matthew Wild | 2020-01-23 | 1 | -0/+20 |
| | | |||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-12-31 | 1 | -0/+6 |
|\| | |||||
| * | prosodyctl: Print a blank line to improve spacing and readability | Kim Alvefur | 2019-12-31 | 1 | -0/+1 |
| | | |||||
| * | prosodyctl check: Warn about conflict between mod_pep and mod_pep_simple | Kim Alvefur | 2019-12-31 | 1 | -0/+5 |
| | | | | | | | | Related #1483 | ||||
* | | Merge 0.11->trunk | Kim Alvefur | 2019-11-23 | 1 | -9/+47 |
|\ \ | |/ |/| | |||||
| * | prosodyctl: Print friendly version of error messages | Kim Alvefur | 2019-11-01 | 1 | -1/+1 |
| | | |||||
| * | Merge 0.11->trunk | Kim Alvefur | 2019-09-21 | 1 | -11/+15 |
| |\ | |||||
| * \ | Merge mod-installer (2019 GSoC by João Duarte) | Matthew Wild | 2019-08-19 | 1 | -2/+27 |
| |\ \ | |||||
| | * | | prosodyctl: Install, remove and list commands now use the call_luarocks function | João Duarte | 2019-08-16 | 1 | -7/+4 |
| | | | | |||||
| | * | | prosodyctl: Fixed a typo | João Duarte | 2019-08-16 | 1 | -1/+1 |
| | | | | |||||
| | * | | prosodyctl: Removed the auxiliary command 'enabled_plugins' | João Duarte | 2019-07-31 | 1 | -11/+1 |
| | | | | |||||
| | * | | prosodyctl: The install, remove and list commands now work by calling the ↵ | João Duarte | 2019-07-31 | 1 | -33/+7 |
| | | | | | | | | | | | | | | | | execute_command function | ||||
| | * | | prosodyctl: Rewrote the list command, to make it cleaner and easier to work with | João Duarte | 2019-07-31 | 1 | -8/+6 |
| | | | | |||||
| | * | | prosodyctl: Rewrote the remove command, to make it cleaner and easier to ↵ | João Duarte | 2019-07-31 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | work with | ||||
| | * | | prosodyctl: Rewrote the install command, to make it more cleaner | João Duarte | 2019-07-31 | 1 | -14/+9 |
| | | | | |||||
| | * | | prosodyctl: Removed unnecessary comments from the remove command | João Duarte | 2019-07-31 | 1 | -1/+0 |
| | | | | |||||
| | * | | prosodyctl: Swapped prints for the show_message function at the ↵ | João Duarte | 2019-07-31 | 1 | -5/+4 |
| | | | | | | | | | | | | | | | | install/remove commands | ||||
| | * | | prosodyctl: Corrected the help output of the install and remove commands | João Duarte | 2019-07-26 | 1 | -2/+2 |
| | | | | |||||
| | * | | prosodyctl: Removed the list duplicate at the commands_order variable | João Duarte | 2019-07-25 | 1 | -1/+1 |
| | | | | |||||
| | * | | prosodyctl: Removed the local_plugins command | João Duarte | 2019-07-24 | 1 | -23/+2 |
| | | | | |||||
| | * | | prosodyctl: Custom plugins paths are now retrieved by an helper function | João Duarte | 2019-07-24 | 1 | -14/+3 |
| | | | | |||||
| | * | | prosodyctl: Updated the list command, to use the new directory for custom ↵ | João Duarte | 2019-07-24 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | plugins | ||||
| | * | | prosodyctl: Updated the remove command to use the new directory for custom ↵ | João Duarte | 2019-07-24 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | plugins | ||||
| | * | | prosodyctl: The install command now performs its job at a dedicated folder ↵ | João Duarte | 2019-07-24 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | for custom plugins | ||||
| | * | | prosodyctl: Removed/rewrote comments at the install, remove and list commands | João Duarte | 2019-07-24 | 1 | -10/+3 |
| | | | | |||||
| | * | | prosodyctl: Corrected the remove and install commands' order | João Duarte | 2019-07-24 | 1 | -20/+20 |
| | | | | |||||
| | * | | prosodyctl: Added the install and remove arguments to the reorganized ↵ | João Duarte | 2019-07-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | commands_order variable |