core.configmanager: Removed code related to complement_lua_path
|
João Duarte |
2019-08-16 |
util.pluginloader: Added a new path to the variable local_names
|
João Duarte |
2019-08-16 |
util.paths: Fixed file termination for package.cpath's extra path
|
João Duarte |
2019-08-16 |
util.startup: Changed the way util.paths.complement_lua_path was being accessed
|
João Duarte |
2019-08-16 |
prosodyctl: Fixed a typo
|
João Duarte |
2019-08-16 |
util.startup: Reorganized code at setup_plugindir
|
João Duarte |
2019-08-01 |
util.paths: Refactored a variable, to avoid shadowing
|
João Duarte |
2019-08-01 |
util.startup: Now calls a function to complement lua's path/cpath
|
João Duarte |
2019-08-01 |
core.configmanager: Added support to 'complement_lua_path'
|
João Duarte |
2019-08-01 |
util.paths: Added the function 'complement_lua_path'
|
João Duarte |
2019-08-01 |
util.startup: setup_plugindir now also checks package.cpath for duplicates
|
João Duarte |
2019-08-01 |
util.startup: Directly calling lfs.currentdir instead of storing it in a local variable
|
João Duarte |
2019-08-01 |
util.startup: Removed/rewrote comments at setup_plugindir
|
João Duarte |
2019-08-01 |
util.startupt: setup_plugindir now uses lfs.mkdir to check/create directories
|
João Duarte |
2019-08-01 |
util.startupt: I'm now using the resolve_relative_path function from util/paths at the setup_plugindir function
|
João Duarte |
2019-08-01 |
util.prosodyctl: Changed a comment
|
João Duarte |
2019-08-01 |
prosodyctl: Removed the auxiliary command 'enabled_plugins'
|
João Duarte |
2019-07-31 |
util.prosodyctl: The check_flags function now considers that a module, if given, is specified at the penultimate argument it receives
|
João Duarte |
2019-07-31 |
prosodyctl: The install, remove and list commands now work by calling the execute_command function
|
João Duarte |
2019-07-31 |
util.prosodyctl: Added the execute_command function
|
João Duarte |
2019-07-31 |
prosodyctl: Rewrote the list command, to make it cleaner and easier to work with
|
João Duarte |
2019-07-31 |
util.prosodyctl: call_luarocks function is now compatible with the list command
|
João Duarte |
2019-07-31 |
prosodyctl: Rewrote the remove command, to make it cleaner and easier to work with
|
João Duarte |
2019-07-31 |
util.prosodyctl: Function now differentiates its output, depending if it is being called by install or remove
|
João Duarte |
2019-07-31 |
prosodyctl: Rewrote the install command, to make it more cleaner
|
João Duarte |
2019-07-31 |
util.prosodyctl: Added the call_luarocks function
|
João Duarte |
2019-07-31 |
util.prosodyctl: Added the check_flags function
|
João Duarte |
2019-07-31 |
prosodyctl: Removed unnecessary comments from the remove command
|
João Duarte |
2019-07-31 |
prosodyctl: Swapped prints for the show_message function at the install/remove commands
|
João Duarte |
2019-07-31 |
make_repo.lua: Moved to /tools/make_repo.lua
|
João Duarte |
2019-07-29 |
prosody.cfg.lua.dist: Added a field for the installer's path
|
João Duarte |
2019-07-27 |
util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpath
|
João Duarte |
2019-07-27 |