prosody: Move last cleanup and shutdown code into util.startup
|
Kim Alvefur |
2019-01-01 |
util.startup: Enable DANE in http client library with use_dane
|
Kim Alvefur |
2022-02-05 |
util.startup: Teach prosodyctl to be completely --silent
|
Kim Alvefur |
2021-11-28 |
util.startup: Teach prosodyctl to be --quiet as complement to --verbose
|
Kim Alvefur |
2021-11-28 |
util.startup: Allow supplying an argument parsing settings
|
Kim Alvefur |
2022-01-09 |
util.startup: Initialize util.async at startup
|
Matthew Wild |
2021-11-29 |
util.startup: Integrate util.promise with net.server main loop
|
Kim Alvefur |
2019-01-05 |
util.startup: Understand -h, -? as --help in prosodyctl but ignore
|
Kim Alvefur |
2021-10-25 |
util.startup: Show brief usage on `prosody -h|-?|--help`
|
Kim Alvefur |
2021-10-25 |
util.startup: Skip config readability check in migrator (thanks eTaurus)
|
Kim Alvefur |
2021-10-23 |
util.startup: Only ask if 'prosodyctl' was meant instead of 'prosody' (fix #1692)
|
Kim Alvefur |
2021-10-12 |
Merge 0.11->trunk
|
Kim Alvefur |
2021-10-12 |
util.startup: Correctly point out unknown short param (fixes #1691)
0.11
|
Kim Alvefur |
2021-10-12 |
util.startup: Allow separate command line argument settings for prosody and prosodyctl
|
Kim Alvefur |
2021-09-30 |
prosodyctl: Add support for -v/--verbose to enable debug logging
|
Kim Alvefur |
2021-09-30 |
Merge 0.11->trunk
|
Matthew Wild |
2021-05-13 |
util.startup: Set more aggressive defaults for GC
0.11
|
Matthew Wild |
2021-05-07 |
util.startup: Make installer_plugin_path relative to data directory
|
Kim Alvefur |
2021-01-24 |
util.startup: Don't create installer plugin path (as root)
|
Kim Alvefur |
2021-01-24 |
util.startup: Handle missing nparams field from debug info (not present in 5.1)
|
Matthew Wild |
2020-10-11 |
util.startup: Include arguments in function string representation
|
Kim Alvefur |
2020-10-09 |
util.startup: Retrieve less data for function string representation
|
Kim Alvefur |
2020-10-09 |
util.startup: Save the path used by the installer to prosody.paths
|
Kim Alvefur |
2020-10-07 |
util.startup: Fix startup failure if CFG_DATADIR is unset
|
Kim Alvefur |
2020-10-05 |
util.startup: Re-enable installer path setup
|
Kim Alvefur |
2020-10-05 |
util.startup: Put 'installer_plugin_path' under data directory by default
|
Kim Alvefur |
2020-10-05 |
Merge 0.11->trunk
|
Matthew Wild |
2020-09-19 |
util.startup: Configure the GC on startup, using the config or built-in defaults
0.11
|
Matthew Wild |
2020-06-15 |
util.startup: Init util.error with defaults if none given
|
Matthew Wild |
2020-08-28 |
util.error: Allow optional tracebacks to be injected on errors
|
Matthew Wild |
2020-08-28 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-06-23 |
util.startup: Remove duplicated initialization of logging (fix #1527)
0.11
|
Kim Alvefur |
2020-06-22 |
util.argparse: Move exiting and error to util.startup
|
Kim Alvefur |
2020-06-17 |
util.startup: Configure the GC on startup, using the config or built-in defaults
|
Matthew Wild |
2020-06-15 |
util.startup: Break out command line argument parsing into util.argparse
|
Kim Alvefur |
2020-02-19 |
util.startup: expose current process type (prosody/prosodyctl) in the global prosody object
|
Matthew Wild |
2020-01-28 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-19 |
util.startup: Ensure prosody.opts exists even when no options provided
0.11 0.11.5
|
Matthew Wild |
2020-01-19 |
util.startup: Remove accidentally-committed debugging
0.11
|
Matthew Wild |
2020-01-19 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-19 |
util.startup: Fix logic to make --config work again
0.11
|
Matthew Wild |
2020-01-19 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-19 |
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 |