Commit Graph

131 Commits (master)

Author SHA1 Message Date
Kim Alvefur 9eedb15c6f core.configmanager: Remove dependency on 'prosody' global for Credential 10 months ago
Kim Alvefur b4e8a8c6c4 net.adns: Collect DNS lookup timing metrics 11 months ago
Kim Alvefur 885164b2b1 util.startup: Drop mention of systemd from notification socket handling 11 months ago
Kim Alvefur 97884eb956 util.startup: Rename credentials path variable too 11 months ago
Kim Alvefur 41a360ce2a core.configmanager: Add function for getting secrets from separate files 11 months ago
Kim Alvefur 35e92231f8 util.startup: Bump expected util.pposix version 1 year ago
Kim Alvefur a4f4acaa55 util.startup: Fix notifying config-reload to systemd 2 years ago
Kim Alvefur 502b8d3998 util.startup: Support systemd Type=notify service type 2 years ago
Kim Alvefur e311f13c43 util.startup: Fix exiting on pidfile trouble 2 years ago
Kim Alvefur b41253bb49 util.startup: Abort before initialization of logging when started as root 2 years ago
Kim Alvefur 78be92ab70 util.startup: Don't use not yet existent shutdown procedure when started as root (thanks SigmaTel71) 2 years ago
Kim Alvefur e76620ad10 util.startup: Check root after detecting platform and reading config (thanks SigmaTel71) 2 years ago
Kim Alvefur c2c82a10d3 mod_posix: Move everything to util.startup 2 years ago
Kim Alvefur 1b62552e1d util.startup: Back out 598df17b8ebb 2 years ago
Kim Alvefur ed94077e82 util.startup: Hook signals after daemonization 2 years ago
Kim Alvefur dd973a9e43 util.startup: Fix firing of USR1/2 events 2 years ago
Kim Alvefur 3036a689fa mod_posix: Move POSIX signal handling into util.startup to avoid race 2 years ago
Matthew Wild f62f5d71ec util.startup: Expose core.features.available as prosody.features 2 years ago
Kim Alvefur 435e008568 util.startup: Close state on exit to ensure GC finalizers are called 3 years ago
Kim Alvefur bab0635179 util.startup: Ensure import() is available in prosodyctl (thanks keyzer) 3 years ago
Kim Alvefur d5e749bc8a util.startup: Fix async waiting for last shutdown steps 4 years ago
Matthew Wild ff2a6d764e util.startup: Show error for unrecognized arguments passed to 'prosody' (fixes #1722) 4 years ago
Kim Alvefur 7ba9ee013c util.startup: Correctly point out unknown short param (fixes #1691) 4 years ago
Kim Alvefur 812652818d util.startup: Use prosody. module namespace 2 years ago
Matthew Wild 7dc676faad util.startup: Attempt to bring some order to startup/shutdown with util.fsm 2 years ago
Kim Alvefur af2cf5f188 renamening: Fix newly added imports to use the new namespace 3 years ago
Kim Alvefur 6c17ba5f28 util.startup: Record current version in a metric 3 years ago
Kim Alvefur d098a73534 util.startup: Remove componentmanager backwards compatibility 3 years ago
Matthew Wild 5ce1fe2603 util.startup: Add prosody.started promise to easily execute code after startup 3 years ago
Kim Alvefur 026b2d6e88 util.startup: Tweak function string representation 3 years ago
Kim Alvefur 43531740f9 util: Prefix module imports with prosody namespace 3 years ago
Kim Alvefur e2cff34641 util.mathcompat: Module to ease reuse of math.type() 3 years ago
Kim Alvefur e64c5e30c2 util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2 3 years ago
Matthew Wild 4c7989e7e4 util.startup: Set more aggressive defaults for GC 5 years ago
Matthew Wild c313b10cd9 util.startup: Configure the GC on startup, using the config or built-in defaults 6 years ago
Kim Alvefur bd36651336 util.startup: Remove duplicated initialization of logging (fix #1527) 6 years ago
Matthew Wild 73355a4f31 util.startup: Ensure prosody.opts exists even when no options provided 6 years ago
Matthew Wild 0d5f5c9229 util.startup: Remove accidentally-committed debugging 6 years ago
Matthew Wild 704acb8b7a util.startup: Fix logic to make --config work again 6 years ago
Matthew Wild e52171b0cd prosody/util.startup: Switch to parse_args() for --root and --config 6 years ago
Matthew Wild ec3865fa9d util.startup: Add startup step for parsing command-line options 6 years ago
Kim Alvefur ed06f22ae5 prosody: Move last cleanup and shutdown code into util.startup 7 years ago
Kim Alvefur 69a9195243 util.startup: Enable DANE in http client library with use_dane 4 years ago
Kim Alvefur f30bbd6dcf util.startup: Teach prosodyctl to be completely --silent 4 years ago
Kim Alvefur 14f31180b5 util.startup: Teach prosodyctl to be --quiet as complement to --verbose 4 years ago
Kim Alvefur 552af220f4 util.startup: Allow supplying an argument parsing settings 4 years ago
Matthew Wild f89a58330b util.startup: Initialize util.async at startup 4 years ago
Kim Alvefur b0ea55a155 util.startup: Integrate util.promise with net.server main loop 7 years ago
Kim Alvefur 619cf0043f util.startup: Understand -h, -? as --help in prosodyctl but ignore 4 years ago
Kim Alvefur 7791f88775 util.startup: Show brief usage on `prosody -h|-?|--help` 4 years ago