Thu, 09 Sep 2021 20:27:14 +0200 mod_tls_policy: Switch method of checking for TLS-encrypted connection
Kim Alvefur <zash@zash.se> [Thu, 09 Sep 2021 20:27:14 +0200] rev 4678
mod_tls_policy: Switch method of checking for TLS-encrypted connection Might deprecate 'session.encrypted', not sure if it's used anywhere else. This is likely more compatible anyhow.
Thu, 09 Sep 2021 14:39:13 +0100 mod_invites_register: advertise new stream feature from XEP-0445
Matthew Wild <mwild1@gmail.com> [Thu, 09 Sep 2021 14:39:13 +0100] rev 4677
mod_invites_register: advertise new stream feature from XEP-0445 Continue to advertise the older one for backwards-compatibility.
Wed, 08 Sep 2021 19:28:42 +0200 mod_register_apps: Fix removal on unload (thanks ibikk)
Kim Alvefur <zash@zash.se> [Wed, 08 Sep 2021 19:28:42 +0200] rev 4676
mod_register_apps: Fix removal on unload (thanks ibikk) Fixes "attempt to index local 'app_info' (a number value)"
Sat, 04 Sep 2021 14:56:04 +0200 mod_storage_xmlarchive: Stop exporting XEP-0091 timestamp in conversion
Kim Alvefur <zash@zash.se> [Sat, 04 Sep 2021 14:56:04 +0200] rev 4675
mod_storage_xmlarchive: Stop exporting XEP-0091 timestamp in conversion
Thu, 02 Sep 2021 23:06:58 +0200 mod_http_oauth2: Gracefully handle cache write failure
Kim Alvefur <zash@zash.se> [Thu, 02 Sep 2021 23:06:58 +0200] rev 4674
mod_http_oauth2: Gracefully handle cache write failure Would previously have thrown an error and probably returned a traceback. This would only happen if a *lot* of authorization codes were requested in a short interval.
Thu, 02 Sep 2021 23:03:41 +0200 mod_http_oauth2: Optimize cleanup timer
Kim Alvefur <zash@zash.se> [Thu, 02 Sep 2021 23:03:41 +0200] rev 4673
mod_http_oauth2: Optimize cleanup timer Pause exactly until after the next entry has expired.
Mon, 30 Aug 2021 20:19:15 +0200 mod_external_services: Factor out public function for converting to XML
Kim Alvefur <zash@zash.se> [Mon, 30 Aug 2021 20:19:15 +0200] rev 4672
mod_external_services: Factor out public function for converting to XML Along with the previous commit, allows building the XML thing yourself, should you wish to send it yourself or use it in a different context than an iq reply. API change: The 'reply' is removed from the event.
Mon, 30 Aug 2021 00:11:58 +0200 mod_external_services: Factor out public function returning current services
Kim Alvefur <zash@zash.se> [Mon, 30 Aug 2021 00:11:58 +0200] rev 4671
mod_external_services: Factor out public function returning current services This way you get the _prepared_ services and don't have to do that mapping yourself.
Mon, 30 Aug 2021 20:19:09 +0200 mod_external_services: Filter services by requested credentials using a Set
Kim Alvefur <zash@zash.se> [Mon, 30 Aug 2021 20:19:09 +0200] rev 4670
mod_external_services: Filter services by requested credentials using a Set Please don't be accidentally quadratic.
Sun, 29 Aug 2021 23:26:19 +0200 mod_external_services: Validate required attributes on credentials requests
Kim Alvefur <zash@zash.se> [Sun, 29 Aug 2021 23:26:19 +0200] rev 4669
mod_external_services: Validate required attributes on credentials requests
(0) -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip