aboutsummaryrefslogtreecommitdiffstats
path: root/prosodyctl
Commit message (Collapse)AuthorAgeFilesLines
* prosodyctl about: Report versions of luaunbound and libunboundKim Alvefur2020-06-251-0/+7
|
* prosodyctl: Fix traceback when no command provided (thanks Zash)Matthew Wild2020-06-041-1/+1
|
* prosodyctl+util.prosodyctl.*: Start breaking up the ever-growing prosodyctlMatthew Wild2020-06-021-825/+11
|
* prosodyctl, util.prosodyctl.shell: `prosodyctl shell` - a client to access ↵Matthew Wild2020-06-011-0/+4
| | | | the prosodyctl admin shell
* 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
| | | | | | | | Related #1483
* | 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 ↵João Duarte2019-07-311-33/+7
| | | | | | | | | | | | | | | | execute_command function
| | * | 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 ↵João Duarte2019-07-311-9/+6
| | | | | | | | | | | | | | | | work with
| | * | 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 ↵João Duarte2019-07-311-5/+4
| | | | | | | | | | | | | | | | install/remove commands
| | * | 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 ↵João Duarte2019-07-241-1/+6
| | | | | | | | | | | | | | | | plugins
| | * | prosodyctl: Updated the remove command to use the new directory for custom ↵João Duarte2019-07-241-2/+7
| | | | | | | | | | | | | | | | plugins
| | * | prosodyctl: The install command now performs its job at a dedicated folder ↵João Duarte2019-07-241-2/+8
| | | | | | | | | | | | | | | | for custom plugins
| | * | 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 ↵João Duarte2019-07-241-2/+2
| | | | | | | | | | | | | | | | commands_order variable
| | * | prosodyctl: Removed the admin_add and admin_remove from the commands_order ↵João Duarte2019-07-241-2/+2
| | | | | | | | | | | | | | | | variable
| | * | 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 ↵João Duarte2019-07-241-82/+0
| | | | | | | | | | | | | | | | write_rockspec
| | * | prosodyctl: Created a temporary function, that automatically sets up a repo ↵João Duarte2019-07-231-0/+37
| | | | | | | | | | | | | | | | with rockspecs for prosody modules
| | * | 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
| | | |