Wed, 13 Jul 2022 11:20:09 +0100 mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)
Matthew Wild <mwild1@gmail.com> [Wed, 13 Jul 2022 11:20:09 +0100] rev 5002
mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)
Wed, 13 Jul 2022 11:18:46 +0100 mod_http_admin_api: Updates for new role auth API in Prosody (trunk/0.13 only)
Matthew Wild <mwild1@gmail.com> [Wed, 13 Jul 2022 11:18:46 +0100] rev 5001
mod_http_admin_api: Updates for new role auth API in Prosody (trunk/0.13 only)
Wed, 13 Jul 2022 11:15:43 +0100 mod_cloud_notify: Rename field in event for clarity ('node' is ambiguous here)
Matthew Wild <mwild1@gmail.com> [Wed, 13 Jul 2022 11:15:43 +0100] rev 5000
mod_cloud_notify: Rename field in event for clarity ('node' is ambiguous here) ...because the push protocol is based on XEP-0060, and the 'node' can mean the identifier communicated to the push service.
Wed, 13 Jul 2022 11:14:04 +0100 mod_sentry: Log warning when server returns unexpected response
Matthew Wild <mwild1@gmail.com> [Wed, 13 Jul 2022 11:14:04 +0100] rev 4999
mod_sentry: Log warning when server returns unexpected response
Tue, 16 Aug 2022 13:10:39 +0200 mod_privilege: process entity IQs (credit to adx) and messages with a constructed entity session
Nicoco <nicoco@nicoco.fr> [Tue, 16 Aug 2022 13:10:39 +0200] rev 4998
mod_privilege: process entity IQs (credit to adx) and messages with a constructed entity session
Tue, 16 Aug 2022 01:45:28 +0200 mod_http_muc_log: Use stanza:find to save a few bytes
Kim Alvefur <zash@zash.se> [Tue, 16 Aug 2022 01:45:28 +0200] rev 4997
mod_http_muc_log: Use stanza:find to save a few bytes Why don't we have a stanza:get_child_attr(name, namespace, attrname) ?
Tue, 16 Aug 2022 01:41:45 +0200 mod_http_muc_log: Use XEP-0421 ID over nickname for XEP-0308
Kim Alvefur <zash@zash.se> [Tue, 16 Aug 2022 01:41:45 +0200] rev 4996
mod_http_muc_log: Use XEP-0421 ID over nickname for XEP-0308 This prevents someone else from joining with the same nickname as someone who left, and "correcting" their messages.
Tue, 16 Aug 2022 01:39:25 +0200 mod_http_muc_log: Use XEP-0359 ID if available
Kim Alvefur <zash@zash.se> [Tue, 16 Aug 2022 01:39:25 +0200] rev 4995
mod_http_muc_log: Use XEP-0359 ID if available Clients apparently prefer this over message@id for reasons. Only used internally to find items for message edits
Tue, 16 Aug 2022 01:34:27 +0200 mod_http_muc_log: Rename variable for improved clarity
Kim Alvefur <zash@zash.se> [Tue, 16 Aug 2022 01:34:27 +0200] rev 4994
mod_http_muc_log: Rename variable for improved clarity
Tue, 16 Aug 2022 01:27:59 +0200 mod_http_muc_log: Remove dead code
Kim Alvefur <zash@zash.se> [Tue, 16 Aug 2022 01:27:59 +0200] rev 4993
mod_http_muc_log: Remove dead code This might be something left over since a different variant where the loop went like `for n = i-1, i-100, -1 do ... end` i.e. it went trough a fixed number of items instead of all the page until the current message. Then it would have needed something to stop going over the end, but since the checks are simple it shouldn't be much of a problem looping over even a very busy day.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 tip