index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
startup.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
util.startup: Fix notifying config-reload to systemd
Kim Alvefur
2024-04-08
1
-1
/
+1
*
util.startup: Support systemd Type=notify service type
Kim Alvefur
2024-04-04
1
-0
/
+34
*
util.startup: Fix exiting on pidfile trouble
Kim Alvefur
2024-03-27
1
-3
/
+3
*
util.startup: Abort before initialization of logging when started as root
Kim Alvefur
2024-03-24
1
-3
/
+3
*
util.startup: Don't use not yet existent shutdown procedure when started as r...
Kim Alvefur
2024-03-24
1
-1
/
+1
*
util.startup: Check root after detecting platform and reading config (thanks ...
Kim Alvefur
2024-03-24
1
-1
/
+1
*
mod_posix: Move everything to util.startup
Kim Alvefur
2024-03-23
1
-9
/
+108
*
util.startup: Back out 598df17b8ebb
Kim Alvefur
2024-03-10
1
-1
/
+1
*
util.startup: Hook signals after daemonization
Kim Alvefur
2024-03-06
1
-1
/
+1
*
util.startup: Fix firing of USR1/2 events
Kim Alvefur
2024-03-02
1
-2
/
+2
*
mod_posix: Move POSIX signal handling into util.startup to avoid race
Kim Alvefur
2024-03-02
1
-0
/
+43
*
util.startup: Expose core.features.available as prosody.features
Matthew Wild
2024-02-22
1
-0
/
+2
*
util.startup: Use prosody. module namespace
Kim Alvefur
2023-11-24
1
-1
/
+1
*
util.startup: Attempt to bring some order to startup/shutdown with util.fsm
Matthew Wild
2023-11-07
1
-10
/
+41
*
renamening: Fix newly added imports to use the new namespace
Kim Alvefur
2023-06-18
1
-2
/
+2
*
util.startup: Record current version in a metric
Kim Alvefur
2023-05-31
1
-1
/
+1
*
util.startup: Remove componentmanager backwards compatibility
Kim Alvefur
2023-05-31
1
-5
/
+0
*
util.startup: Add prosody.started promise to easily execute code after startup
Matthew Wild
2023-04-01
1
-3
/
+14
*
util.startup: Tweak function string representation
Kim Alvefur
2023-03-26
1
-1
/
+1
*
util: Prefix module imports with prosody namespace
Kim Alvefur
2023-03-17
1
-39
/
+39
*
Merge 0.12->trunk
Kim Alvefur
2023-01-22
1
-1
/
+1
|
\
|
*
util.startup: Close state on exit to ensure GC finalizers are called
Kim Alvefur
2023-01-22
1
-1
/
+1
*
|
util.mathcompat: Module to ease reuse of math.type()
Kim Alvefur
2022-10-20
1
-10
/
+1
*
|
util.startup: Provide a common Lua 5.3+ math.type() for Lua 5.2
Kim Alvefur
2022-10-19
1
-0
/
+14
|
/
*
util.startup: Ensure import() is available in prosodyctl (thanks keyzer)
Kim Alvefur
2022-10-20
1
-1
/
+1
*
util.startup: Fix async waiting for last shutdown steps
Kim Alvefur
2022-06-14
1
-1
/
+5
*
util.startup: Show error for unrecognized arguments passed to 'prosody' (fixe...
Matthew Wild
2022-03-21
1
-6
/
+13
*
prosody: Move last cleanup and shutdown code into util.startup
Kim Alvefur
2019-01-01
1
-0
/
+16
*
util.startup: Enable DANE in http client library with use_dane
Kim Alvefur
2022-02-05
1
-0
/
+1
*
util.startup: Teach prosodyctl to be completely --silent
Kim Alvefur
2021-11-28
1
-0
/
+3
*
util.startup: Teach prosodyctl to be --quiet as complement to --verbose
Kim Alvefur
2021-11-28
1
-1
/
+7
*
util.startup: Allow supplying an argument parsing settings
Kim Alvefur
2022-01-09
1
-2
/
+2
*
util.startup: Initialize util.async at startup
Matthew Wild
2021-11-29
1
-0
/
+9
*
util.startup: Integrate util.promise with net.server main loop
Kim Alvefur
2019-01-05
1
-0
/
+8
*
util.startup: Understand -h, -? as --help in prosodyctl but ignore
Kim Alvefur
2021-10-25
1
-1
/
+1
*
util.startup: Show brief usage on `prosody -h|-?|--help`
Kim Alvefur
2021-10-25
1
-1
/
+8
*
util.startup: Skip config readability check in migrator (thanks eTaurus)
Kim Alvefur
2021-10-23
1
-1
/
+1
*
util.startup: Only ask if 'prosodyctl' was meant instead of 'prosody' (fix #1...
Kim Alvefur
2021-10-12
1
-1
/
+3
*
util.startup: Allow separate command line argument settings for prosody and p...
Kim Alvefur
2021-09-30
1
-6
/
+11
*
prosodyctl: Add support for -v/--verbose to enable debug logging
Kim Alvefur
2021-09-30
1
-2
/
+4
*
Merge 0.11->trunk
Matthew Wild
2021-05-13
1
-1
/
+7
|
\
|
*
util.startup: Set more aggressive defaults for GC
Matthew Wild
2021-05-07
1
-1
/
+7
|
*
util.startup: Configure the GC on startup, using the config or built-in defaults
Matthew Wild
2020-06-15
1
-0
/
+17
*
|
util.startup: Make installer_plugin_path relative to data directory
Kim Alvefur
2021-01-24
1
-3
/
+2
*
|
util.startup: Don't create installer plugin path (as root)
Kim Alvefur
2021-01-24
1
-2
/
+0
*
|
util.startup: Handle missing nparams field from debug info (not present in 5.1)
Matthew Wild
2020-10-11
1
-2
/
+3
*
|
util.startup: Include arguments in function string representation
Kim Alvefur
2020-10-09
1
-2
/
+8
*
|
util.startup: Retrieve less data for function string representation
Kim Alvefur
2020-10-09
1
-1
/
+1
*
|
util.startup: Save the path used by the installer to prosody.paths
Kim Alvefur
2020-10-07
1
-0
/
+1
*
|
util.startup: Fix startup failure if CFG_DATADIR is unset
Kim Alvefur
2020-10-05
1
-1
/
+1
[next]