aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | prosodyctl: added help support to all my functionsJo?o Duarte2019-06-271-3/+16
| | * | prosodyctl: Complemented my functions with return calls, when possibleJo?o Duarte2019-06-261-1/+5
| | * | prosodyctl: Corrected the calls to the recently moved function 'admin_operation'Jo?o Duarte2019-06-251-2/+2
| | * | util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to hereJo?o Duarte2019-06-251-16/+0
| | * | prosodyctl: Added the 'admin_remove' commandJo?o Duarte2019-06-251-0/+4
| | * | prosodyctl: Added the 'admin_add' commandJo?o Duarte2019-06-251-0/+4
| | * | prosodyctl: Changed the command 'admin_add' to 'admin_operation', which will ...Jo?o Duarte2019-06-251-2/+2
| | * | prosodyctl: Implemented a command bridge to the 'luarocks-admin add' command,...Jo?o Duarte2019-06-211-1/+17