Mon, 24 Feb 2020 14:16:45 +0100 mod_muc: add muc-private-message event
Maxime “pep” Buquet <pep@bouah.net> [Mon, 24 Feb 2020 14:16:45 +0100] rev 10666
mod_muc: add muc-private-message event This seems to be the one place handling MUC-PMs. This event is added so that plugins (such as muc_occupant_id) can edit them without having to redo the work.
Mon, 24 Feb 2020 09:10:28 +0100 util.jwt: Remove unused return value from tests [luacheck]
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 09:10:28 +0100] rev 10665
util.jwt: Remove unused return value from tests [luacheck]
Mon, 24 Feb 2020 01:24:25 +0100 util.jwt: Basic JSON Web Token library supporting HS256 tokens
Kim Alvefur <zash@zash.se> [Mon, 24 Feb 2020 01:24:25 +0100] rev 10664
util.jwt: Basic JSON Web Token library supporting HS256 tokens
Sun, 23 Feb 2020 12:38:43 +0000 usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter
Matthew Wild <mwild1@gmail.com> [Sun, 23 Feb 2020 12:38:43 +0000] rev 10663
usermanager, mod_authz_*: Merge mod_authz_config and mod_authz_internal into the latter
Sat, 22 Feb 2020 18:32:50 +0100 mod_admin_telnet: Fix host selection filter, fixes loading on components
Kim Alvefur <zash@zash.se> [Sat, 22 Feb 2020 18:32:50 +0100] rev 10662
mod_admin_telnet: Fix host selection filter, fixes loading on components get_hosts_with_module(a component, mod) would still filter out components since they don't have type="component" instead of "local" Introduced in 4d3549e64489
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
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip