| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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 exe... | João Duarte | 2019-07-31 | 1 | -33/+7 |
| | * | | 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 work... | João Duarte | 2019-07-31 | 1 | -9/+6 |
| | * | | 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 install/remov... | João Duarte | 2019-07-31 | 1 | -5/+4 |
| | * | | 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 plu... | João Duarte | 2019-07-24 | 1 | -1/+6 |
| | * | | prosodyctl: Updated the remove command to use the new directory for custom pl... | João Duarte | 2019-07-24 | 1 | -2/+7 |
| | * | | prosodyctl: The install command now performs its job at a dedicated folder fo... | João Duarte | 2019-07-24 | 1 | -2/+8 |
| | * | | 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 command... | João Duarte | 2019-07-24 | 1 | -2/+2 |
| | * | | prosodyctl: Removed the admin_add and admin_remove from the commands_order va... | João Duarte | 2019-07-24 | 1 | -2/+2 |
| | * | | prosodyctl: Removed the make, admin_add and admin_remove commands | João Duarte | 2019-07-24 | 1 | -21/+0 |
| | * | | prosodyctl: Removed the development commands magic, get_modules and write_roc... | João Duarte | 2019-07-24 | 1 | -82/+0 |
| | * | | prosodyctl: Created a temporary function, that automatically sets up a repo w... | João Duarte | 2019-07-23 | 1 | -0/+37 |
| | * | | prosodyctl: The install command now prints output regarding module configuration | João Duarte | 2019-07-23 | 1 | -0/+3 |
| | * | | prosodyctl: The install command is now also checking a specified remote server | João Duarte | 2019-07-23 | 1 | -2/+4 |
| | * | | prosodyctl: Corrected the outputs from the install command | João Duarte | 2019-07-23 | 1 | -3/+3 |
| | * | | prosodyctl: Corrected output printed by the remove command | João Duarte | 2019-07-23 | 1 | -2/+2 |
| | * | | prosodyctl: Corrected indentation on my code | João Duarte | 2019-07-20 | 1 | -106/+106 |
| | * | | prosodyctl: Removed trailing whitespaces | João Duarte | 2019-07-17 | 1 | -1/+1 |
| | * | | prosodyctl: Added missing semicolons to some return calls | João Duarte | 2019-07-17 | 1 | -14/+14 |
| | * | | prosodyctl: Improved the 'remove' command | João Duarte | 2019-07-17 | 1 | -4/+14 |
| | * | | prosodyctl: The 'install' command can now recognize the flag '--tree' | João Duarte | 2019-07-17 | 1 | -3/+14 |
| | * | | prosodyctl: Improved the 'list' command | João Duarte | 2019-07-17 | 1 | -3/+3 |
| | * | | prosodyctl: Added the 'install' command | João Duarte | 2019-07-17 | 1 | -0/+10 |
| | * | | prosodyctl: Added the 'remove' command | João Duarte | 2019-07-16 | 1 | -0/+13 |
| | * | | prosodyctl: Added the 'make' function | João Duarte | 2019-07-16 | 1 | -0/+11 |
| | * | | prosodyctl: Added the 'write_rockspec' function | João Duarte | 2019-07-16 | 1 | -0/+16 |
| | * | | prosodyctl: Added the 'get_modules' commands | João Duarte | 2019-07-16 | 1 | -0/+29 |