aboutsummaryrefslogtreecommitdiffstats
path: root/util/startup.lua
Commit message (Expand)AuthorAgeFilesLines
* util.startup: Initialize util.async at startupMatthew Wild2021-11-291-0/+9
* util.startup: Integrate util.promise with net.server main loopKim Alvefur2019-01-051-0/+8
* util.startup: Understand -h, -? as --help in prosodyctl but ignoreKim Alvefur2021-10-251-1/+1
* util.startup: Show brief usage on `prosody -h|-?|--help`Kim Alvefur2021-10-251-1/+8
* util.startup: Skip config readability check in migrator (thanks eTaurus)Kim Alvefur2021-10-231-1/+1
* util.startup: Only ask if 'prosodyctl' was meant instead of 'prosody' (fix #1...Kim Alvefur2021-10-121-1/+3
* util.startup: Allow separate command line argument settings for prosody and p...Kim Alvefur2021-09-301-6/+11
* prosodyctl: Add support for -v/--verbose to enable debug loggingKim Alvefur2021-09-301-2/+4
* Merge 0.11->trunkMatthew Wild2021-05-131-1/+7
|\
| * util.startup: Set more aggressive defaults for GCMatthew Wild2021-05-071-1/+7
| * util.startup: Configure the GC on startup, using the config or built-in defaultsMatthew Wild2020-06-151-0/+17
* | util.startup: Make installer_plugin_path relative to data directoryKim Alvefur2021-01-241-3/+2
* | util.startup: Don't create installer plugin path (as root)Kim Alvefur2021-01-241-2/+0
* | util.startup: Handle missing nparams field from debug info (not present in 5.1)Matthew Wild2020-10-111-2/+3
* | util.startup: Include arguments in function string representationKim Alvefur2020-10-091-2/+8
* | util.startup: Retrieve less data for function string representationKim Alvefur2020-10-091-1/+1
* | util.startup: Save the path used by the installer to prosody.pathsKim Alvefur2020-10-071-0/+1
* | util.startup: Fix startup failure if CFG_DATADIR is unsetKim Alvefur2020-10-051-1/+1
* | util.startup: Re-enable installer path setupKim Alvefur2020-10-051-2/+2
* | util.startup: Put 'installer_plugin_path' under data directory by defaultKim Alvefur2020-10-051-1/+1
* | util.startup: Init util.error with defaults if none givenMatthew Wild2020-08-281-1/+1
* | util.error: Allow optional tracebacks to be injected on errorsMatthew Wild2020-08-281-0/+6
* | Merge 0.11->trunkKim Alvefur2020-06-231-1/+0
|\|
| * util.startup: Remove duplicated initialization of logging (fix #1527)Kim Alvefur2020-06-221-1/+0
* | util.argparse: Move exiting and error to util.startupKim Alvefur2020-06-171-1/+11
* | util.startup: Configure the GC on startup, using the config or built-in defaultsMatthew Wild2020-06-151-0/+17
* | util.startup: Break out command line argument parsing into util.argparseKim Alvefur2020-02-191-49/+5
* | util.startup: expose current process type (prosody/prosodyctl) in the global ...Matthew Wild2020-01-281-0/+2
* | Merge 0.11->trunkMatthew Wild2020-01-191-2/+1
|\|
| * util.startup: Ensure prosody.opts exists even when no options provided0.11.5Matthew Wild2020-01-191-1/+1
| * util.startup: Remove accidentally-committed debuggingMatthew Wild2020-01-191-1/+0
* | Merge 0.11->trunkMatthew Wild2020-01-191-37/+39
|\|
| * util.startup: Fix logic to make --config work againMatthew Wild2020-01-191-37/+39
* | Merge 0.11->trunkMatthew Wild2020-01-191-6/+60
|\|
| * prosody/util.startup: Switch to parse_args() for --root and --configMatthew Wild2020-01-191-6/+6
| * util.startup: Add startup step for parsing command-line optionsMatthew Wild2020-01-191-0/+54
* | util.startup: Ignore unused errno variable [luacheck]Kim Alvefur2019-12-231-1/+1
* | util.startup: Disable plugin installer path creation for now (see comments)Kim Alvefur2019-11-091-2/+4
* | util.startup: Split plugin installer path setup into a separate functionKim Alvefur2019-11-091-4/+11
* | Merge 0.11->trunkKim Alvefur2019-11-041-2/+9
|\|
| * util.startup: Ensure prosody.paths are absolute (see #1430)Kim Alvefur2019-11-041-1/+7
| * util.startup: Update config path (fixes #1430)Kim Alvefur2019-11-031-1/+2
* | Merge mod-installer (2019 GSoC by João Duarte)Matthew Wild2019-08-191-1/+7
|\ \
| * | util.startup: Changed the way util.paths.complement_lua_path was being accessedJoão Duarte2019-08-161-1/+1
| * | util.startup: Reorganized code at setup_plugindirJoão Duarte2019-08-011-3/+3
| * | util.startup: Now calls a function to complement lua's path/cpathJoão Duarte2019-08-011-13/+2
| * | util.startup: setup_plugindir now also checks package.cpath for duplicatesJoão Duarte2019-08-011-2/+4
| * | util.startup: Directly calling lfs.currentdir instead of storing it in a loca...João Duarte2019-08-011-2/+1
| * | util.startup: Removed/rewrote comments at setup_plugindirJoão Duarte2019-08-011-7/+2
| * | util.startupt: setup_plugindir now uses lfs.mkdir to check/create directoriesJoão Duarte2019-08-011-4/+1