prosody/util.startup: Switch to parse_args() for --root and --config
0.11
|
Matthew Wild |
2020-01-19 |
util.startup: Add startup step for parsing command-line options
0.11
|
Matthew Wild |
2020-01-19 |
util.startup: Ignore unused errno variable [luacheck]
|
Kim Alvefur |
2019-12-23 |
util.startup: Disable plugin installer path creation for now (see comments)
|
Kim Alvefur |
2019-11-08 |
util.startup: Split plugin installer path setup into a separate function
|
Kim Alvefur |
2019-11-08 |
Merge 0.11->trunk
|
Kim Alvefur |
2019-11-03 |
util.startup: Ensure prosody.paths are absolute (see #1430)
0.11
|
Kim Alvefur |
2019-11-03 |
util.startup: Update config path (fixes #1430)
0.11
|
Kim Alvefur |
2019-11-03 |
Merge mod-installer (2019 GSoC by João Duarte)
|
Matthew Wild |
2019-08-19 |
util.startup: Changed the way util.paths.complement_lua_path was being accessed
|
João Duarte |
2019-08-16 |
util.startup: Reorganized code at setup_plugindir
|
João Duarte |
2019-08-01 |
util.startup: Now calls a function to complement lua's path/cpath
|
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.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpath
|
João Duarte |
2019-07-27 |
util.startup: .setup_plugindir now checks if the specified directory for custom plugins exists, and creates it if it doesn't
|
João Duarte |
2019-07-26 |
util.startup: The .setup_plugindir function now correctly sets a default/specified path for custom plugins
|
João Duarte |
2019-07-26 |
util.startup: Removed unnecessary if clause at startup.set_plugindir
|
João Duarte |
2019-07-25 |
util.startup: Now it also loads default or configured paths to custom plugin directories and creates them
|
João Duarte |
2019-07-24 |
util.startup: Remove tostring call from logging
|
Kim Alvefur |
2019-07-30 |
util.startup: Don't die if there are no config warnings to log (thanks buildbot)
|
Matthew Wild |
2019-03-20 |
util.startup: Log configuration warnings at startup
|
Matthew Wild |
2019-03-20 |
util.startup: Give function a more generic name so it can apply to all warnings
|
Matthew Wild |
2019-03-20 |
util.startup: Always reload logging after config (fixes #1284)
0.11
|
Kim Alvefur |
2019-01-06 |
util.startup: Set flag when config fully loaded
|
Matthew Wild |
2018-08-19 |
util.startup: Add a comment marking some compat code
|
Kim Alvefur |
2018-07-01 |
Merge 0.10->trunk
|
Matthew Wild |
2018-06-07 |
util.startup: Don't initialize global protection for prosodyctl, for now
|
Matthew Wild |
2018-04-18 |
util.startup: Force console logging before initializing logging (see 2fdeb979cc7c)
|
Kim Alvefur |
2018-04-14 |
util.startup: Initialize logging immediately after configuration is read (which is how it used to work)
|
Matthew Wild |
2018-04-10 |
util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR)
|
Kim Alvefur |
2018-04-06 |
util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset
|
Kim Alvefur |
2018-04-06 |
Fix spelling throughout the codebase [codespell]
|
Kim Alvefur |
2018-02-04 |
util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies
|
Kim Alvefur |
2018-04-05 |
util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies
|
Kim Alvefur |
2018-04-05 |
util.startup: Initialize logging earlier, so that messages from eg net.server are shown
|
Kim Alvefur |
2018-04-05 |
util.startup: Access the hosts table via the prosody global for consistency
|
Kim Alvefur |
2018-03-29 |
util.startup: Use own logger instead of the possibly not available yet _G.log
|
Kim Alvefur |
2018-04-05 |
util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
|
Kim Alvefur |
2018-04-05 |
util.startup: Initialize the 'prosody' global earlier (various things needs the global util.events instance)
|
Kim Alvefur |
2018-03-29 |
util.startup: Factor out processing of plugin and data paths into a separate functions
|
Kim Alvefur |
2018-03-29 |
configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)
|
Kim Alvefur |
2018-03-25 |
util.startup: Read version for prosodyctl (restores version in 'about' command)
|
Kim Alvefur |
2018-03-24 |
prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC
|
Matthew Wild |
2018-03-23 |
util.startup: Expose make_host() function
|
Matthew Wild |
2018-03-22 |
util.startup: Expose user switching information via prosody global object
|
Matthew Wild |
2018-03-22 |
util.startup: Fix variable usage [luacheck]
|
Matthew Wild |
2018-03-22 |
util.startup: Move original_logging_config to a local variable
|
Matthew Wild |
2018-03-22 |
util.startup: Restore user switching
|
Matthew Wild |
2018-03-22 |
util.startup: Fix chdir() to use correct path variable
|
Matthew Wild |
2018-03-22 |
util.startup: Execute startup routine inside async context
|
Matthew Wild |
2018-03-22 |
util.startup: Remove unused loop variable [luacheck]
|
Kim Alvefur |
2018-03-21 |
util.startup: Ignore various globals being read and written as part of startup [luacheck]
|
Kim Alvefur |
2018-03-21 |
util.startup: Trim trailing whitespace [luacheck]
|
Kim Alvefur |
2018-03-21 |
util.startup: Oops, uncomment accidentally-commented code
|
Matthew Wild |
2018-03-20 |
prosody, prosodyctl, util.startup: Finally factor out startup-related and common code into a separate module
|
Matthew Wild |
2018-03-20 |