prosodyctl: Created a temporary function, that automatically sets up a repo with rockspecs for prosody modules
|
João Duarte |
2019-07-23 |
prosodyctl: The install command now prints output regarding module configuration
|
João Duarte |
2019-07-23 |
prosodyctl: The install command is now also checking a specified remote server
|
João Duarte |
2019-07-23 |
prosodyctl: Corrected the outputs from the install command
|
João Duarte |
2019-07-23 |
prosodyctl: Corrected output printed by the remove command
|
João Duarte |
2019-07-23 |
prosodyctl: Corrected indentation on my code
|
João Duarte |
2019-07-20 |
prosodyctl: Removed trailing whitespaces
|
João Duarte |
2019-07-17 |
prosodyctl: Added missing semicolons to some return calls
|
João Duarte |
2019-07-17 |
prosodyctl: Improved the 'remove' command
|
João Duarte |
2019-07-17 |
prosodyctl: The 'install' command can now recognize the flag '--tree'
|
João Duarte |
2019-07-17 |
prosodyctl: Improved the 'list' command
|
João Duarte |
2019-07-17 |
prosodyctl: Added the 'install' command
|
João Duarte |
2019-07-17 |
prosodyctl: Added the 'remove' command
|
João Duarte |
2019-07-16 |
prosodyctl: Added the 'make' function
|
João Duarte |
2019-07-16 |
prosodyctl: Added the 'write_rockspec' function
|
João Duarte |
2019-07-16 |
prosodyctl: Added the 'get_modules' commands
|
João Duarte |
2019-07-16 |
prosodyctl: added help support to all my functions
|
João Duarte |
2019-06-27 |
prosodyctl: Complemented my functions with return calls, when possible
|
João Duarte |
2019-06-26 |
prosodyctl: Corrected the calls to the recently moved function 'admin_operation'
|
João Duarte |
2019-06-25 |
util.prosodyctl: Moved the 'admin_operation' function from prosodyctl to here
|
João Duarte |
2019-06-25 |
prosodyctl: Added the 'admin_remove' command
|
João Duarte |
2019-06-25 |
prosodyctl: Added the 'admin_add' command
|
João Duarte |
2019-06-25 |
prosodyctl: Changed the command 'admin_add' to 'admin_operation', which will be called by both add/remove operations
|
João Duarte |
2019-06-24 |
prosodyctl: Implemented a command bridge to the 'luarocks-admin add' command, called 'admin_add'
|
João Duarte |
2019-06-21 |
prosodyctl: Implemented the 'list' command, which is a bridge to 'luarocks list'
|
João Duarte |
2019-06-20 |
prosodyctl: Renamed the command function 'test' to 'enabled_plugins', which now only shows the plugins, in a list
|
João Duarte |
2019-06-07 |
prosodyctl: Added the 'local_plugins' command function, which prints back a list of locally available plugins
|
João Duarte |
2019-06-07 |
prosodyctl: The 'test' function now also prints which plugins are enabled
|
João Duarte |
2019-06-07 |