Fri, 21 Feb 2020 23:01:43 +0100 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Fri, 21 Feb 2020 23:01:43 +0100] rev 10657
Merge 0.11->trunk
Fri, 21 Feb 2020 23:00:44 +0100 mod_storage_sql: Fix check for deletion limits (fixes #1494) 0.11
Kim Alvefur <zash@zash.se> [Fri, 21 Feb 2020 23:00:44 +0100] rev 10656
mod_storage_sql: Fix check for deletion limits (fixes #1494) The check was only performed if sql_manage_tables was set to true (the default) It should always be performed
Wed, 19 Feb 2020 21:38:00 +0100 util.startup: Break out command line argument parsing into util.argparse
Kim Alvefur <zash@zash.se> [Wed, 19 Feb 2020 21:38:00 +0100] rev 10655
util.startup: Break out command line argument parsing into util.argparse This will allow using it from other places such as prosodyctl sub-commands and plugins
Sun, 16 Feb 2020 23:48:31 +0100 net.resolvers.service: Fix resolving of targets with multiple IPs
Kim Alvefur <zash@zash.se> [Sun, 16 Feb 2020 23:48:31 +0100] rev 10654
net.resolvers.service: Fix resolving of targets with multiple IPs Each basic resolver was only used once and not kept around to try any IP addresses but the first one found.
Sat, 15 Feb 2020 16:43:18 +0100 net.server_epoll: Reduce log level of TLS handshake errors to debug
Kim Alvefur <zash@zash.se> [Sat, 15 Feb 2020 16:43:18 +0100] rev 10653
net.server_epoll: Reduce log level of TLS handshake errors to debug These are triggered all the time by random HTTPS connections, so they are mostly just useless noise. When you actually do need them, you probably have debug logging enabled too, since these messages are fairly useless without more context.
Thu, 13 Feb 2020 23:03:03 +0100 mod_s2s: Fix typo in comment [codespell]
Kim Alvefur <zash@zash.se> [Thu, 13 Feb 2020 23:03:03 +0100] rev 10652
mod_s2s: Fix typo in comment [codespell]
Thu, 13 Feb 2020 14:27:42 +0000 Merge 0.11->trunk
Matthew Wild <mwild1@gmail.com> [Thu, 13 Feb 2020 14:27:42 +0000] rev 10651
Merge 0.11->trunk
Thu, 13 Feb 2020 14:27:12 +0000 mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174) 0.11
Matthew Wild <mwild1@gmail.com> [Thu, 13 Feb 2020 14:27:12 +0000] rev 10650
mod_muc: Allow control over the server-admins-are-room-owners feature (see #1174)
Wed, 05 Feb 2020 22:53:59 +0000 stanza_router: only fire pre-stanza if firing other preevents (e.g. for c2s sessions)
Matthew Wild <mwild1@gmail.com> [Wed, 05 Feb 2020 22:53:59 +0000] rev 10649
stanza_router: only fire pre-stanza if firing other preevents (e.g. for c2s sessions)
Wed, 05 Feb 2020 23:29:39 +0100 mod_admin_telnet: Avoid indexing missing socket (thanks tmolitor)
Kim Alvefur <zash@zash.se> [Wed, 05 Feb 2020 23:29:39 +0100] rev 10648
mod_admin_telnet: Avoid indexing missing socket (thanks tmolitor) if `sock` was nil it would still proceed with SNI and ALPN checks
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip