util.net: Fix signedness warning on ARM
|
Emmanuel Gil Peyrot |
2020-01-30 |
util.startup: expose current process type (prosody/prosodyctl) in the global prosody object
|
Matthew Wild |
2020-01-28 |
mod_authz_internal, usermanager: Rename to mod_authz_config
|
Matthew Wild |
2020-01-27 |
usermanager: Load authz providers on components also
|
Matthew Wild |
2020-01-27 |
usermanager, mod_authz_internal: Move admin-checking functionality into a module. Fixes #517 (ish).
|
Matthew Wild |
2020-01-27 |
mod_s2s: Comment on the various 'reason' arguments passed to :close
|
Kim Alvefur |
2020-01-26 |
CHANGES: Mention deprecation of 'daemonize' option
|
Kim Alvefur |
2020-01-26 |
scansion tests: Remove daemonize option, not needed
|
Kim Alvefur |
2020-01-26 |
prosodyctl: Add 'daemonize' to deprecated options known by check command
|
Kim Alvefur |
2020-01-26 |
mod_posix: Add deprecation warning for the 'daemonize' option
|
Kim Alvefur |
2020-01-26 |
util.prosodyctl: Pass command line flag to force daemonization on start
|
Kim Alvefur |
2020-01-26 |
net.resolvers.basic: Fix continuing if IPv6 or Legacy IP is disabled
|
Kim Alvefur |
2020-01-26 |
mod_s2s: Pass use_ipv4/use_ipv6 from config to service resolver
|
Matthew Wild |
2020-01-25 |
net.resolvers.basic: Obey extra.use_ipv4/use_ipv6
|
Matthew Wild |
2020-01-25 |
Backed out changeset 44ef46e1a951 (not optimal API)
|
Matthew Wild |
2020-01-25 |
Backed out changeset 74d66b1be989 (not optimal API)
|
Matthew Wild |
2020-01-25 |
net.resolvers.basic: Obey use_ipv4/use_ipv6
|
Matthew Wild |
2020-01-25 |
mod_admin_telnet: Use promise based DNS resolving
|
Kim Alvefur |
2020-01-24 |
Merge 0.11->trunk
|
Kim Alvefur |
2020-01-24 |
mod_admin_telnet: Create a DNS resolver per console session (fixes #1492)
0.11
|
Kim Alvefur |
2020-01-24 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-24 |
mod_websocket: Fire event on session creation (thanks Aaron van Meerten)
0.11
|
Matthew Wild |
2020-01-24 |
mod_websocket: Fire event on session creation (thanks Aaron van Meerten)
|
Matthew Wild |
2020-01-24 |
net.adns: Add :lookup_promise() method
|
Matthew Wild |
2020-01-24 |
mod_s2s: Pass use_ipv4/ipv6 from config to connector config
|
Matthew Wild |
2020-01-24 |
net.connect: Add API to create custom connect()s with options, incl. use_ipv[46]
|
Matthew Wild |
2020-01-24 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-23 |
prosodyctl: Fix some luacheck warnings
0.11
|
Matthew Wild |
2020-01-23 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-23 |
Log warning when using prosodyctl start/stop/restart
0.11
|
Matthew Wild |
2020-01-23 |
Merge
0.11
|
Kim Alvefur |
2020-01-20 |
Added tag 0.11.4 for changeset 10d6d0d91f4e
0.11
|
Kim Alvefur |
2020-01-06 |
Added tag 0.11.5 for changeset dbd60f473164
0.11
|
Matthew Wild |
2020-01-19 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-19 |
util.startup: Ensure prosody.opts exists even when no options provided
0.11 0.11.5
|
Matthew Wild |
2020-01-19 |
util.startup: Remove accidentally-committed debugging
0.11
|
Matthew Wild |
2020-01-19 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-19 |
util.startup: Fix logic to make --config work again
0.11
|
Matthew Wild |
2020-01-19 |
Merge 0.11->trunk
|
Matthew Wild |
2020-01-19 |
mod_posix: Support for command-line flags to override 'daemonize' config option
0.11
|
Matthew Wild |
2020-01-19 |
prosody/util.startup: Switch to parse_args() for --root and --config
0.11
|
Matthew Wild |
2020-01-19 |
util.startup: Add startup step for parsing command-line options
0.11
|
Matthew Wild |
2020-01-19 |
core.moduleapi: Hook correct event type in some cases
|
Kim Alvefur |
2020-01-16 |
util.set: Fix equality metamethod in Lua 5.3
|
Kim Alvefur |
2020-01-15 |
util.ip: Fix equality metamethod for Lua 5.3
|
Kim Alvefur |
2020-01-15 |
util.array: Fix equality metamethod in Lua 5.3
|
Kim Alvefur |
2020-01-15 |
util.json: Test util.array integration
|
Kim Alvefur |
2020-01-15 |
util.array: Add a test case for a behavior change in Lua 5.3
|
Kim Alvefur |
2020-01-14 |