Wed, 25 Aug 2021 16:05:09 +0200 mod_tos: Initial draft
Jonas Schäfer <jonas@wielicki.name> [Wed, 25 Aug 2021 16:05:09 +0200] rev 4659
mod_tos: Initial draft
Wed, 25 Aug 2021 12:52:33 +0200 mod_http_upload: Prevent the module from starting without TLS
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Wed, 25 Aug 2021 12:52:33 +0200] rev 4658
mod_http_upload: Prevent the module from starting without TLS
Wed, 25 Aug 2021 10:22:37 +0200 mod_http_upload: Don’t send http: URIs to clients, this is forbidden by the XEP
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Wed, 25 Aug 2021 10:22:37 +0200] rev 4657
mod_http_upload: Don’t send http: URIs to clients, this is forbidden by the XEP
Mon, 23 Aug 2021 14:28:40 +0200 mod_http_muc_kick: Missing local keyword
Seve Ferrer <seve@delape.net> [Mon, 23 Aug 2021 14:28:40 +0200] rev 4656
mod_http_muc_kick: Missing local keyword
Sun, 22 Aug 2021 13:22:59 +0200 mod_cloud_notify_encrypted: Ensure body substring remains valid UTF-8
Kim Alvefur <zash@zash.se> [Sun, 22 Aug 2021 13:22:59 +0200] rev 4655
mod_cloud_notify_encrypted: Ensure body substring remains valid UTF-8 The `body:sub()` call risks splitting the string in the middle of a multi-byte UTF-8 sequence. This should have been caught by util.stanza validation, but that would have caused some havoc, at the very least causing the notification to not be sent. There have been no reports of this happening. Likely because this module isn't widely deployed among users with languages that use many longer UTF-8 sequences. The util.encodings.utf8.valid() function is O(n) where only the last sequence really needs to be checked, but it's in C and expected to be fast.
Sun, 22 Aug 2021 10:46:31 +0100 mod_cloud_notify_encrypted: For encrypted messages, push a friendly message instead of fallback body
Matthew Wild <mwild1@gmail.com> [Sun, 22 Aug 2021 10:46:31 +0100] rev 4654
mod_cloud_notify_encrypted: For encrypted messages, push a friendly message instead of fallback body A fix for https://github.com/snikket-im/snikket-server/issues/18
Sun, 15 Aug 2021 12:57:00 +0200 mod_storage_xmlarchive: Support query by list of IDs
Kim Alvefur <zash@zash.se> [Sun, 15 Aug 2021 12:57:00 +0200] rev 4653
mod_storage_xmlarchive: Support query by list of IDs Needed for extended MAM
Fri, 13 Aug 2021 01:23:34 +0200 mod_storage_xmlarchive: Support full id range queries
Kim Alvefur <zash@zash.se> [Fri, 13 Aug 2021 01:23:34 +0200] rev 4652
mod_storage_xmlarchive: Support full id range queries
Fri, 13 Aug 2021 01:37:15 +0200 mod_storage_xmlarchive: Fix return of numeric 'when' from key-value API
Kim Alvefur <zash@zash.se> [Fri, 13 Aug 2021 01:37:15 +0200] rev 4651
mod_storage_xmlarchive: Fix return of numeric 'when' from key-value API At some point, 'when' was stored as a timestamp string then as a numeric UNIX timestamp, so both cases needs to be handled, as they are elsewhere. Thanks spec/core_storagemanager_spec.lua
Fri, 13 Aug 2021 01:18:32 +0200 mod_storage_xmlarchive: Advertise capabilities (none atm)
Kim Alvefur <zash@zash.se> [Fri, 13 Aug 2021 01:18:32 +0200] rev 4650
mod_storage_xmlarchive: Advertise capabilities (none atm) Both 'total' and 'quota' would be prohibitively expensive for the kind of archives this module targets as it would require counting items across the entire archive.
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip