aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Expand)AuthorAgeFilesLines
...
* | prosodyctl: Add 'daemonize' to deprecated options known by check commandKim Alvefur2020-01-261-1/+1
* | Merge 0.11->trunkMatthew Wild2020-01-231-4/+5
|\|
| * prosodyctl: Fix some luacheck warningsMatthew Wild2020-01-231-4/+5
* | Merge 0.11->trunkMatthew Wild2020-01-231-0/+20
|\|
| * Log warning when using prosodyctl start/stop/restartMatthew Wild2020-01-231-0/+20
* | Merge 0.11->trunkKim Alvefur2019-12-311-0/+6
|\|
| * prosodyctl: Print a blank line to improve spacing and readabilityKim Alvefur2019-12-311-0/+1
| * prosodyctl check: Warn about conflict between mod_pep and mod_pep_simpleKim Alvefur2019-12-311-0/+5
* | Merge 0.11->trunkKim Alvefur2019-11-231-9/+47
|\ \ | |/ |/|
| * prosodyctl: Print friendly version of error messagesKim Alvefur2019-11-011-1/+1
| * Merge 0.11->trunkKim Alvefur2019-09-211-11/+15
| |\
| * \ Merge mod-installer (2019 GSoC by João Duarte)Matthew Wild2019-08-191-2/+27
| |\ \
| | * | prosodyctl: Install, remove and list commands now use the call_luarocks functionJoão Duarte2019-08-161-7/+4
| | * | prosodyctl: Fixed a typoJoão Duarte2019-08-161-1/+1
| | * | prosodyctl: Removed the auxiliary command 'enabled_plugins'João Duarte2019-07-311-11/+1
| | * | prosodyctl: The install, remove and list commands now work by calling the exe...João Duarte2019-07-311-33/+7
| | * | prosodyctl: Rewrote the list command, to make it cleaner and easier to work withJoão Duarte2019-07-311-8/+6
| | * | prosodyctl: Rewrote the remove command, to make it cleaner and easier to work...João Duarte2019-07-311-9/+6
| | * | prosodyctl: Rewrote the install command, to make it more cleanerJoão Duarte2019-07-311-14/+9
| | * | prosodyctl: Removed unnecessary comments from the remove commandJoão Duarte2019-07-311-1/+0
| | * | prosodyctl: Swapped prints for the show_message function at the install/remov...João Duarte2019-07-311-5/+4
| | * | prosodyctl: Corrected the help output of the install and remove commandsJoão Duarte2019-07-261-2/+2
| | * | prosodyctl: Removed the list duplicate at the commands_order variableJoão Duarte2019-07-251-1/+1
| | * | prosodyctl: Removed the local_plugins commandJoão Duarte2019-07-241-23/+2
| | * | prosodyctl: Custom plugins paths are now retrieved by an helper functionJoão Duarte2019-07-241-14/+3
| | * | prosodyctl: Updated the list command, to use the new directory for custom plu...João Duarte2019-07-241-1/+6
| | * | prosodyctl: Updated the remove command to use the new directory for custom pl...João Duarte2019-07-241-2/+7
| | * | prosodyctl: The install command now performs its job at a dedicated folder fo...João Duarte2019-07-241-2/+8
| | * | prosodyctl: Removed/rewrote comments at the install, remove and list commandsJoão Duarte2019-07-241-10/+3
| | * | prosodyctl: Corrected the remove and install commands' orderJoão Duarte2019-07-241-20/+20
| | * | prosodyctl: Added the install and remove arguments to the reorganized command...João Duarte2019-07-241-2/+2
| | * | prosodyctl: Removed the admin_add and admin_remove from the commands_order va...João Duarte2019-07-241-2/+2
| | * | prosodyctl: Removed the make, admin_add and admin_remove commandsJoão Duarte2019-07-241-21/+0
| | * | prosodyctl: Removed the development commands magic, get_modules and write_roc...João Duarte2019-07-241-82/+0
| | * | prosodyctl: Created a temporary function, that automatically sets up a repo w...João Duarte2019-07-231-0/+37
| | * | prosodyctl: The install command now prints output regarding module configurationJoão Duarte2019-07-231-0/+3
| | * | prosodyctl: The install command is now also checking a specified remote serverJoão Duarte2019-07-231-2/+4
| | * | prosodyctl: Corrected the outputs from the install commandJoão Duarte2019-07-231-3/+3
| | * | prosodyctl: Corrected output printed by the remove commandJoão Duarte2019-07-231-2/+2
| | * | prosodyctl: Corrected indentation on my codeJoão Duarte2019-07-201-106/+106
| | * | prosodyctl: Removed trailing whitespacesJoão Duarte2019-07-171-1/+1
| | * | prosodyctl: Added missing semicolons to some return callsJoão Duarte2019-07-171-14/+14
| | * | prosodyctl: Improved the 'remove' commandJoão Duarte2019-07-171-4/+14
| | * | prosodyctl: The 'install' command can now recognize the flag '--tree'João Duarte2019-07-171-3/+14
| | * | prosodyctl: Improved the 'list' commandJoão Duarte2019-07-171-3/+3
| | * | prosodyctl: Added the 'install' commandJoão Duarte2019-07-171-0/+10
| | * | prosodyctl: Added the 'remove' commandJoão Duarte2019-07-161-0/+13
| | * | prosodyctl: Added the 'make' functionJoão Duarte2019-07-161-0/+11
| | * | prosodyctl: Added the 'write_rockspec' functionJoão Duarte2019-07-161-0/+16
| | * | prosodyctl: Added the 'get_modules' commandsJoão Duarte2019-07-161-0/+29