Log

util/startup.lua @ 11098:5b778ec095f0

description author age
Merge 0.11->trunk Matthew Wild Sat, 19 Sep 2020 20:49:24 +0100
util.startup: Configure the GC on startup, using the config or built-in defaults 0.11 Matthew Wild Mon, 15 Jun 2020 14:16:34 +0100
util.startup: Init util.error with defaults if none given Matthew Wild Fri, 28 Aug 2020 12:54:31 +0100
util.error: Allow optional tracebacks to be injected on errors Matthew Wild Fri, 28 Aug 2020 12:40:59 +0100
Merge 0.11->trunk Kim Alvefur Tue, 23 Jun 2020 15:17:35 +0200
util.startup: Remove duplicated initialization of logging (fix #1527) 0.11 Kim Alvefur Mon, 22 Jun 2020 14:56:44 +0200
util.argparse: Move exiting and error to util.startup Kim Alvefur Wed, 17 Jun 2020 19:32:12 +0200
util.startup: Configure the GC on startup, using the config or built-in defaults Matthew Wild Mon, 15 Jun 2020 14:16:34 +0100
util.startup: Break out command line argument parsing into util.argparse Kim Alvefur Wed, 19 Feb 2020 21:38:00 +0100
util.startup: expose current process type (prosody/prosodyctl) in the global prosody object Matthew Wild Tue, 28 Jan 2020 12:46:59 +0000
Merge 0.11->trunk Matthew Wild Sun, 19 Jan 2020 16:01:29 +0000
util.startup: Ensure prosody.opts exists even when no options provided 0.11 0.11.5 Matthew Wild Sun, 19 Jan 2020 15:50:32 +0000
util.startup: Remove accidentally-committed debugging 0.11 Matthew Wild Sun, 19 Jan 2020 15:50:16 +0000
Merge 0.11->trunk Matthew Wild Sun, 19 Jan 2020 15:39:49 +0000
util.startup: Fix logic to make --config work again 0.11 Matthew Wild Sun, 19 Jan 2020 15:39:13 +0000
Merge 0.11->trunk Matthew Wild Sun, 19 Jan 2020 15:34:28 +0000
prosody/util.startup: Switch to parse_args() for --root and --config 0.11 Matthew Wild Sun, 19 Jan 2020 15:27:16 +0000
util.startup: Add startup step for parsing command-line options 0.11 Matthew Wild Sun, 19 Jan 2020 15:26:22 +0000
util.startup: Ignore unused errno variable [luacheck] Kim Alvefur Mon, 23 Dec 2019 21:02:19 +0100
util.startup: Disable plugin installer path creation for now (see comments) Kim Alvefur Sat, 09 Nov 2019 00:26:56 +0100
util.startup: Split plugin installer path setup into a separate function Kim Alvefur Sat, 09 Nov 2019 00:23:08 +0100
Merge 0.11->trunk Kim Alvefur Mon, 04 Nov 2019 00:36:49 +0100
util.startup: Ensure prosody.paths are absolute (see #1430) 0.11 Kim Alvefur Mon, 04 Nov 2019 00:29:49 +0100
util.startup: Update config path (fixes #1430) 0.11 Kim Alvefur Sun, 03 Nov 2019 22:19:09 +0100
Merge mod-installer (2019 GSoC by João Duarte) Matthew Wild Mon, 19 Aug 2019 12:17:17 +0100
util.startup: Changed the way util.paths.complement_lua_path was being accessed João Duarte Fri, 16 Aug 2019 09:26:36 -0700
util.startup: Reorganized code at setup_plugindir João Duarte Thu, 01 Aug 2019 09:29:40 -0700
util.startup: Now calls a function to complement lua's path/cpath João Duarte Thu, 01 Aug 2019 09:22:50 -0700
util.startup: setup_plugindir now also checks package.cpath for duplicates João Duarte Thu, 01 Aug 2019 08:28:24 -0700
util.startup: Directly calling lfs.currentdir instead of storing it in a local variable João Duarte Thu, 01 Aug 2019 08:08:06 -0700