util/startup.lua
Sun, 24 Mar 2024 21:32:00 +0100 Kim Alvefur util.startup: Abort before initialization of logging when started as root
Sun, 24 Mar 2024 21:31:47 +0100 Kim Alvefur util.startup: Don't use not yet existent shutdown procedure when started as root (thanks SigmaTel71)
Sun, 24 Mar 2024 20:39:42 +0100 Kim Alvefur util.startup: Check root after detecting platform and reading config (thanks SigmaTel71)
Sat, 23 Mar 2024 20:48:19 +0100 Kim Alvefur mod_posix: Move everything to util.startup
Sun, 10 Mar 2024 15:56:01 +0100 Kim Alvefur util.startup: Back out 598df17b8ebb
Wed, 06 Mar 2024 20:43:25 +0100 Kim Alvefur util.startup: Hook signals after daemonization
Sat, 02 Mar 2024 14:08:47 +0100 Kim Alvefur util.startup: Fix firing of USR1/2 events
Sat, 02 Mar 2024 13:23:24 +0100 Kim Alvefur mod_posix: Move POSIX signal handling into util.startup to avoid race
Thu, 22 Feb 2024 09:53:02 +0000 Matthew Wild util.startup: Expose core.features.available as prosody.features
Fri, 24 Nov 2023 13:41:21 +0100 Kim Alvefur util.startup: Use prosody. module namespace
Tue, 07 Nov 2023 12:12:18 +0000 Matthew Wild util.startup: Attempt to bring some order to startup/shutdown with util.fsm
Sun, 18 Jun 2023 16:48:56 +0200 Kim Alvefur renamening: Fix newly added imports to use the new namespace
Wed, 31 May 2023 01:14:59 +0200 Kim Alvefur util.startup: Record current version in a metric
Wed, 31 May 2023 01:07:27 +0200 Kim Alvefur util.startup: Remove componentmanager backwards compatibility
Sat, 01 Apr 2023 11:56:38 +0100 Matthew Wild util.startup: Add prosody.started promise to easily execute code after startup
Sun, 26 Mar 2023 00:11:42 +0100 Kim Alvefur util.startup: Tweak function string representation
Fri, 17 Mar 2023 16:23:16 +0100 Kim Alvefur util: Prefix module imports with prosody namespace
Sun, 22 Jan 2023 15:43:44 +0100 Kim Alvefur Merge 0.12->trunk
Sun, 22 Jan 2023 14:45:47 +0100 Kim Alvefur util.startup: Close state on exit to ensure GC finalizers are called 0.12
Thu, 20 Oct 2022 16:50:12 +0200 Kim Alvefur util.mathcompat: Module to ease reuse of math.type()
Wed, 19 Oct 2022 16:25:05 +0200 Kim Alvefur util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2
Thu, 20 Oct 2022 16:31:18 +0200 Kim Alvefur util.startup: Ensure import() is available in prosodyctl (thanks keyzer) 0.12
Tue, 14 Jun 2022 16:28:49 +0200 Kim Alvefur util.startup: Fix async waiting for last shutdown steps 0.12
Mon, 21 Mar 2022 10:06:48 +0000 Matthew Wild util.startup: Show error for unrecognized arguments passed to 'prosody' (fixes #1722) 0.12
Tue, 01 Jan 2019 16:42:52 +0100 Kim Alvefur prosody: Move last cleanup and shutdown code into util.startup
Sat, 05 Feb 2022 01:36:10 +0100 Kim Alvefur util.startup: Enable DANE in http client library with use_dane
Sun, 28 Nov 2021 23:07:51 +0100 Kim Alvefur util.startup: Teach prosodyctl to be completely --silent
Sun, 28 Nov 2021 23:07:35 +0100 Kim Alvefur util.startup: Teach prosodyctl to be --quiet as complement to --verbose
Sun, 09 Jan 2022 15:16:09 +0100 Kim Alvefur util.startup: Allow supplying an argument parsing settings
Mon, 29 Nov 2021 14:16:20 +0000 Matthew Wild util.startup: Initialize util.async at startup
Sat, 05 Jan 2019 07:15:33 +0100 Kim Alvefur util.startup: Integrate util.promise with net.server main loop
Mon, 25 Oct 2021 15:47:18 +0200 Kim Alvefur util.startup: Understand -h, -? as --help in prosodyctl but ignore
Mon, 25 Oct 2021 15:46:01 +0200 Kim Alvefur util.startup: Show brief usage on `prosody -h|-?|--help`
Sat, 23 Oct 2021 22:24:59 +0200 Kim Alvefur util.startup: Skip config readability check in migrator (thanks eTaurus)
Tue, 12 Oct 2021 15:00:15 +0200 Kim Alvefur util.startup: Only ask if 'prosodyctl' was meant instead of 'prosody' (fix #1692)
Tue, 12 Oct 2021 14:59:18 +0200 Kim Alvefur Merge 0.11->trunk
Tue, 12 Oct 2021 14:53:45 +0200 Kim Alvefur util.startup: Correctly point out unknown short param (fixes #1691) 0.11
Thu, 30 Sep 2021 17:47:00 +0200 Kim Alvefur util.startup: Allow separate command line argument settings for prosody and prosodyctl
Thu, 30 Sep 2021 17:45:43 +0200 Kim Alvefur prosodyctl: Add support for -v/--verbose to enable debug logging
Thu, 13 May 2021 11:17:13 +0100 Matthew Wild Merge 0.11->trunk
Fri, 07 May 2021 16:41:39 +0100 Matthew Wild util.startup: Set more aggressive defaults for GC 0.11
Sun, 24 Jan 2021 16:12:53 +0100 Kim Alvefur util.startup: Make installer_plugin_path relative to data directory
Sun, 24 Jan 2021 15:57:48 +0100 Kim Alvefur util.startup: Don't create installer plugin path (as root)
Sun, 11 Oct 2020 20:25:32 +0100 Matthew Wild util.startup: Handle missing nparams field from debug info (not present in 5.1)
Fri, 09 Oct 2020 17:41:10 +0200 Kim Alvefur util.startup: Include arguments in function string representation
Fri, 09 Oct 2020 17:34:04 +0200 Kim Alvefur util.startup: Retrieve less data for function string representation
Wed, 07 Oct 2020 15:37:15 +0200 Kim Alvefur util.startup: Save the path used by the installer to prosody.paths
Mon, 05 Oct 2020 21:54:17 +0200 Kim Alvefur util.startup: Fix startup failure if CFG_DATADIR is unset
Mon, 05 Oct 2020 21:45:02 +0200 Kim Alvefur util.startup: Re-enable installer path setup
Mon, 05 Oct 2020 21:43:47 +0200 Kim Alvefur util.startup: Put 'installer_plugin_path' under data directory by default
Sat, 19 Sep 2020 20:49:24 +0100 Matthew Wild Merge 0.11->trunk
Mon, 15 Jun 2020 14:16:34 +0100 Matthew Wild util.startup: Configure the GC on startup, using the config or built-in defaults 0.11
Fri, 28 Aug 2020 12:54:31 +0100 Matthew Wild util.startup: Init util.error with defaults if none given
Fri, 28 Aug 2020 12:40:59 +0100 Matthew Wild util.error: Allow optional tracebacks to be injected on errors
Tue, 23 Jun 2020 15:17:35 +0200 Kim Alvefur Merge 0.11->trunk
Mon, 22 Jun 2020 14:56:44 +0200 Kim Alvefur util.startup: Remove duplicated initialization of logging (fix #1527) 0.11
Wed, 17 Jun 2020 19:32:12 +0200 Kim Alvefur util.argparse: Move exiting and error to util.startup
Mon, 15 Jun 2020 14:16:34 +0100 Matthew Wild util.startup: Configure the GC on startup, using the config or built-in defaults
Wed, 19 Feb 2020 21:38:00 +0100 Kim Alvefur util.startup: Break out command line argument parsing into util.argparse
Tue, 28 Jan 2020 12:46:59 +0000 Matthew Wild util.startup: expose current process type (prosody/prosodyctl) in the global prosody object
Sun, 19 Jan 2020 16:01:29 +0000 Matthew Wild Merge 0.11->trunk
Sun, 19 Jan 2020 15:50:32 +0000 Matthew Wild util.startup: Ensure prosody.opts exists even when no options provided 0.11 0.11.5
Sun, 19 Jan 2020 15:50:16 +0000 Matthew Wild util.startup: Remove accidentally-committed debugging 0.11
Sun, 19 Jan 2020 15:39:49 +0000 Matthew Wild Merge 0.11->trunk
Sun, 19 Jan 2020 15:39:13 +0000 Matthew Wild util.startup: Fix logic to make --config work again 0.11
Sun, 19 Jan 2020 15:34:28 +0000 Matthew Wild Merge 0.11->trunk
Sun, 19 Jan 2020 15:27:16 +0000 Matthew Wild prosody/util.startup: Switch to parse_args() for --root and --config 0.11
Sun, 19 Jan 2020 15:26:22 +0000 Matthew Wild util.startup: Add startup step for parsing command-line options 0.11
Mon, 23 Dec 2019 21:02:19 +0100 Kim Alvefur util.startup: Ignore unused errno variable [luacheck]
Sat, 09 Nov 2019 00:26:56 +0100 Kim Alvefur util.startup: Disable plugin installer path creation for now (see comments)
Sat, 09 Nov 2019 00:23:08 +0100 Kim Alvefur util.startup: Split plugin installer path setup into a separate function
Mon, 04 Nov 2019 00:36:49 +0100 Kim Alvefur Merge 0.11->trunk
Mon, 04 Nov 2019 00:29:49 +0100 Kim Alvefur util.startup: Ensure prosody.paths are absolute (see #1430) 0.11
Sun, 03 Nov 2019 22:19:09 +0100 Kim Alvefur util.startup: Update config path (fixes #1430) 0.11
Mon, 19 Aug 2019 12:17:17 +0100 Matthew Wild Merge mod-installer (2019 GSoC by João Duarte)
Fri, 16 Aug 2019 09:26:36 -0700 João Duarte util.startup: Changed the way util.paths.complement_lua_path was being accessed
Thu, 01 Aug 2019 09:29:40 -0700 João Duarte util.startup: Reorganized code at setup_plugindir
Thu, 01 Aug 2019 09:22:50 -0700 João Duarte util.startup: Now calls a function to complement lua's path/cpath
Thu, 01 Aug 2019 08:28:24 -0700 João Duarte util.startup: setup_plugindir now also checks package.cpath for duplicates
Thu, 01 Aug 2019 08:08:06 -0700 João Duarte util.startup: Directly calling lfs.currentdir instead of storing it in a local variable
Thu, 01 Aug 2019 08:02:26 -0700 João Duarte util.startup: Removed/rewrote comments at setup_plugindir
Thu, 01 Aug 2019 07:48:11 -0700 João Duarte util.startupt: setup_plugindir now uses lfs.mkdir to check/create directories
Thu, 01 Aug 2019 04:33:05 -0700 João Duarte util.startupt: I'm now using the resolve_relative_path function from util/paths at the setup_plugindir function
Fri, 26 Jul 2019 17:54:37 -0700 João Duarte util.startup: Improved how .set_plugindir updates prosody.paths.plugins, package.path and package.cpath
Fri, 26 Jul 2019 08:58:56 -0700 João Duarte util.startup: .setup_plugindir now checks if the specified directory for custom plugins exists, and creates it if it doesn't
Fri, 26 Jul 2019 08:39:27 -0700 João Duarte util.startup: The .setup_plugindir function now correctly sets a default/specified path for custom plugins
Thu, 25 Jul 2019 06:46:04 -0700 João Duarte util.startup: Removed unnecessary if clause at startup.set_plugindir
Wed, 24 Jul 2019 10:37:01 -0700 João Duarte util.startup: Now it also loads default or configured paths to custom plugin directories and creates them
Tue, 30 Jul 2019 02:23:06 +0200 Kim Alvefur util.startup: Remove tostring call from logging
Wed, 20 Mar 2019 13:44:29 +0000 Matthew Wild util.startup: Don't die if there are no config warnings to log (thanks buildbot)
Wed, 20 Mar 2019 12:45:58 +0000 Matthew Wild util.startup: Log configuration warnings at startup
Wed, 20 Mar 2019 12:18:34 +0000 Matthew Wild util.startup: Give function a more generic name so it can apply to all warnings
Sun, 06 Jan 2019 12:14:42 +0100 Kim Alvefur util.startup: Always reload logging after config (fixes #1284) 0.11
Sun, 19 Aug 2018 14:44:50 +0100 Matthew Wild util.startup: Set flag when config fully loaded
Sun, 01 Jul 2018 23:22:55 +0200 Kim Alvefur util.startup: Add a comment marking some compat code
Thu, 07 Jun 2018 11:24:29 +0100 Matthew Wild Merge 0.10->trunk
Wed, 18 Apr 2018 08:49:44 +0100 Matthew Wild util.startup: Don't initialize global protection for prosodyctl, for now
Sat, 14 Apr 2018 15:23:08 +0200 Kim Alvefur util.startup: Force console logging before initializing logging (see 2fdeb979cc7c)
Tue, 10 Apr 2018 20:39:05 +0100 Matthew Wild util.startup: Initialize logging immediately after configuration is read (which is how it used to work)
Fri, 06 Apr 2018 16:55:17 +0200 Kim Alvefur util.startup/prosodyctl: Delay enabling global protection until last (silences warning about CFG_PLUGINDIR)
Fri, 06 Apr 2018 16:50:51 +0200 Kim Alvefur util.startup: Fix traceback due to both plugin path becoming nil if plugin_paths is unset
Sun, 04 Feb 2018 01:51:25 +0100 Kim Alvefur Fix spelling throughout the codebase [codespell]
Thu, 05 Apr 2018 17:53:51 +0200 Kim Alvefur util.startup: Set up event hooks for reloading logging here instead of in loggingmanager to simplify startup dependencies
Thu, 05 Apr 2018 17:52:37 +0200 Kim Alvefur util.startup: Initialize prosody.log / _G.log here instead of in loggingmanager to reduce dependencies
Thu, 05 Apr 2018 17:41:00 +0200 Kim Alvefur util.startup: Initialize logging earlier, so that messages from eg net.server are shown
Thu, 29 Mar 2018 16:38:35 +0200 Kim Alvefur util.startup: Access the hosts table via the prosody global for consistency
Thu, 05 Apr 2018 16:01:10 +0200 Kim Alvefur util.startup: Use own logger instead of the possibly not available yet _G.log
Thu, 05 Apr 2018 16:00:27 +0200 Kim Alvefur util.startup: Remove luacheck directive for ignoring use of _G.log which might not exist until loggingmanager has been loaded
Thu, 29 Mar 2018 16:36:18 +0200 Kim Alvefur util.startup: Initialize the 'prosody' global earlier (various things needs the global util.events instance)
Thu, 29 Mar 2018 16:27:11 +0200 Kim Alvefur util.startup: Factor out processing of plugin and data paths into a separate functions
Sun, 25 Mar 2018 17:02:00 +0200 Kim Alvefur configmanager: Move firing of the 'config-reloaded' event into util.startup (fixes #1117)
Sat, 24 Mar 2018 21:39:03 +0100 Kim Alvefur util.startup: Read version for prosodyctl (restores version in 'about' command)
Fri, 23 Mar 2018 14:18:27 +0000 Matthew Wild prosody, util.startup: Switch from async.once() to long-lived thread, to avoid GC
Thu, 22 Mar 2018 22:35:39 +0000 Matthew Wild util.startup: Expose make_host() function
Thu, 22 Mar 2018 22:35:27 +0000 Matthew Wild util.startup: Expose user switching information via prosody global object
Thu, 22 Mar 2018 21:47:16 +0000 Matthew Wild util.startup: Fix variable usage [luacheck]
Thu, 22 Mar 2018 21:46:55 +0000 Matthew Wild util.startup: Move original_logging_config to a local variable
Thu, 22 Mar 2018 21:46:05 +0000 Matthew Wild util.startup: Restore user switching
Thu, 22 Mar 2018 21:45:38 +0000 Matthew Wild util.startup: Fix chdir() to use correct path variable
Thu, 22 Mar 2018 16:24:22 +0000 Matthew Wild util.startup: Execute startup routine inside async context
less more (0) -120 tip