Sat, 22 Feb 2020 18:23:38 +0100 mod_admin_telnet: Reflow hosts filter for readability
Kim Alvefur <zash@zash.se> [Sat, 22 Feb 2020 18:23:38 +0100] rev 10661
mod_admin_telnet: Reflow hosts filter for readability
Sat, 22 Feb 2020 16:26:20 +0100 Merge 0.11->trunk
Kim Alvefur <zash@zash.se> [Sat, 22 Feb 2020 16:26:20 +0100] rev 10660
Merge 0.11->trunk
Sat, 22 Feb 2020 16:23:43 +0100 mod_storage_sql: Move update limit check back one step, fixes traceback 0.11
Kim Alvefur <zash@zash.se> [Sat, 22 Feb 2020 16:23:43 +0100] rev 10659
mod_storage_sql: Move update limit check back one step, fixes traceback 0c00274528a4 moved it one step too far, so the check was performed before connecting to the database instead of after.
Fri, 21 Feb 2020 23:30:47 +0100 mod_ping: Fix double response to internal ping
Kim Alvefur <zash@zash.se> [Fri, 21 Feb 2020 23:30:47 +0100] rev 10658
mod_ping: Fix double response to internal ping When responding to a ping from elsewhere in the same Prosody the send function will be host_send from core.hostmanager, which does not return anything. Tailcalling it therefore lets the iq event fall trough to handle_unhandled_stanza in core.stanza_router, which responds with an error. This error also goes into handle_unhandled_stanza which discards it. Noticed because I have a module that points out when a stanza error reply is created without a text argument.
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]
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip