Sat, 24 Sep 2022 08:28:07 +0100 mod_cloud_notify: Improve logging for various error cases
Matthew Wild <mwild1@gmail.com> [Sat, 24 Sep 2022 08:28:07 +0100] rev 5061
mod_cloud_notify: Improve logging for various error cases
Sat, 24 Sep 2022 08:06:11 +0100 mod_cloud_notify: Add warnings about options including real body/sender
Matthew Wild <mwild1@gmail.com> [Sat, 24 Sep 2022 08:06:11 +0100] rev 5060
mod_cloud_notify: Add warnings about options including real body/sender
Sat, 24 Sep 2022 08:00:55 +0100 mod_cloud_notify_encrypted: Add debug logging when successfully encrypted
Matthew Wild <mwild1@gmail.com> [Sat, 24 Sep 2022 08:00:55 +0100] rev 5059
mod_cloud_notify_encrypted: Add debug logging when successfully encrypted
Fri, 23 Sep 2022 22:41:15 +0100 mod_cloud_notify_encrypted: Additional debug logging when enabling/skipping
Matthew Wild <mwild1@gmail.com> [Fri, 23 Sep 2022 22:41:15 +0100] rev 5058
mod_cloud_notify_encrypted: Additional debug logging when enabling/skipping
Fri, 23 Sep 2022 22:40:54 +0100 mod_cloud_notify: Fix default extended timeout from 72 days -> 72 hours
Matthew Wild <mwild1@gmail.com> [Fri, 23 Sep 2022 22:40:54 +0100] rev 5057
mod_cloud_notify: Fix default extended timeout from 72 days -> 72 hours
Fri, 23 Sep 2022 22:39:49 +0100 mod_cloud_notify: Only delay hibernation timeout for push-enabled clients
Matthew Wild <mwild1@gmail.com> [Fri, 23 Sep 2022 22:39:49 +0100] rev 5056
mod_cloud_notify: Only delay hibernation timeout for push-enabled clients
Fri, 23 Sep 2022 12:37:36 +0100 mod_bookmarks2: Update README to reflect 0.12 release
Matthew Wild <mwild1@gmail.com> [Fri, 23 Sep 2022 12:37:36 +0100] rev 5055
mod_bookmarks2: Update README to reflect 0.12 release
Fri, 23 Sep 2022 12:10:03 +0200 mod_spam_reporting: Remove redundant rockspec dependency on mod_blocklist
Kim Alvefur <zash@zash.se> [Fri, 23 Sep 2022 12:10:03 +0200] rev 5054
mod_spam_reporting: Remove redundant rockspec dependency on mod_blocklist mod_blocklist is included in the same version that has the plugin installer
Thu, 22 Sep 2022 18:25:44 +0100 mod_sasl2: Further break up success handling, into pre/post stream:features
Matthew Wild <mwild1@gmail.com> [Thu, 22 Sep 2022 18:25:44 +0100] rev 5053
mod_sasl2: Further break up success handling, into pre/post stream:features This allows us to enable mod_smacks after sending success, but before sending stream:features. Previously, the features were being calculated before SM was finalized on the session. We can't finalize SM before sending <success> because it may generate stanzas.
Thu, 22 Sep 2022 16:48:05 +0100 mod_sasl2: Store client id if provided
Matthew Wild <mwild1@gmail.com> [Thu, 22 Sep 2022 16:48:05 +0100] rev 5052
mod_sasl2: Store client id if provided
Thu, 22 Sep 2022 16:43:51 +0100 mod_sasl2_bind2: Generate resource from client tag if provided
Matthew Wild <mwild1@gmail.com> [Thu, 22 Sep 2022 16:43:51 +0100] rev 5051
mod_sasl2_bind2: Generate resource from client tag if provided This follows the updated advice in the latest XEP-0386 proposal.
Thu, 22 Sep 2022 16:37:59 +0100 mod_sasl2_bind2: Remove deprecated <jid> element from <bound>
Matthew Wild <mwild1@gmail.com> [Thu, 22 Sep 2022 16:37:59 +0100] rev 5050
mod_sasl2_bind2: Remove deprecated <jid> element from <bound> This is now communicated via SASL2's <authorization-identity> element.
Thu, 22 Sep 2022 12:52:14 +0100 mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej)
Matthew Wild <mwild1@gmail.com> [Thu, 22 Sep 2022 12:52:14 +0100] rev 5049
mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej)
Wed, 21 Sep 2022 10:32:45 +0100 mod_sasl2, mod_sasl2_bind2: rename event.session -> .origin for consistency
Matthew Wild <mwild1@gmail.com> [Wed, 21 Sep 2022 10:32:45 +0100] rev 5048
mod_sasl2, mod_sasl2_bind2: rename event.session -> .origin for consistency
Wed, 21 Sep 2022 10:31:50 +0100 mod_sasl2_bind2: Move <inline> into <bind> feature element
Matthew Wild <mwild1@gmail.com> [Wed, 21 Sep 2022 10:31:50 +0100] rev 5047
mod_sasl2_bind2: Move <inline> into <bind> feature element This mirrors the equivalent change in SASL2.
Wed, 21 Sep 2022 10:25:34 +0100 mod_sasl2: Move <inline/> into <authentication>
Matthew Wild <mwild1@gmail.com> [Wed, 21 Sep 2022 10:25:34 +0100] rev 5046
mod_sasl2: Move <inline/> into <authentication> This is a small change we've agreed upon in the upcoming version of the XEP.
Wed, 21 Sep 2022 10:05:39 +0100 mod_sasl2: Fix missing namespace on failure condition (thanks tmolitor)
Matthew Wild <mwild1@gmail.com> [Wed, 21 Sep 2022 10:05:39 +0100] rev 5045
mod_sasl2: Fix missing namespace on failure condition (thanks tmolitor)
Wed, 14 Sep 2022 17:21:42 +0200 mod_invites_adhoc: Set non-nil defaults for options, fixes traceback (thanks Martin)
Kim Alvefur <zash@zash.se> [Wed, 14 Sep 2022 17:21:42 +0200] rev 5044
mod_invites_adhoc: Set non-nil defaults for options, fixes traceback (thanks Martin) Fixes an error when attempting to call the :empty() method on the default implicit default nil value.
Tue, 13 Sep 2022 20:32:20 +0100 mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace
Matthew Wild <mwild1@gmail.com> [Tue, 13 Sep 2022 20:32:20 +0100] rev 5043
mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace This is the namespace for the proposed update to XEP-0388. I.e. not even experimental yet... but this is all a work in progress anyway.
Tue, 06 Sep 2022 16:01:12 +0100 mod_sasl2: Hacky support for channel binding
Matthew Wild <mwild1@gmail.com> [Tue, 06 Sep 2022 16:01:12 +0100] rev 5042
mod_sasl2: Hacky support for channel binding We should work out how to share this code properly between here and mod_saslauth.
Sun, 04 Sep 2022 09:51:36 +0100 mod_sasl2_bind2, mod_sasl2_sm: Move sasl2_sm_success to session
Matthew Wild <mwild1@gmail.com> [Sun, 04 Sep 2022 09:51:36 +0100] rev 5041
mod_sasl2_bind2, mod_sasl2_sm: Move sasl2_sm_success to session ...to allow referencing it across multiple different events.
Sat, 03 Sep 2022 18:20:07 +0100 mod_sasl2_bind2: Indicate to the client when carbons has been enabled
Matthew Wild <mwild1@gmail.com> [Sat, 03 Sep 2022 18:20:07 +0100] rev 5040
mod_sasl2_bind2: Indicate to the client when carbons has been enabled
Sat, 03 Sep 2022 18:11:25 +0100 mod_sasl2_sm: Fix event field name
Matthew Wild <mwild1@gmail.com> [Sat, 03 Sep 2022 18:11:25 +0100] rev 5039
mod_sasl2_sm: Fix event field name
Sat, 03 Sep 2022 18:09:04 +0100 mod_sasl2_sm: Fix typo
Matthew Wild <mwild1@gmail.com> [Sat, 03 Sep 2022 18:09:04 +0100] rev 5038
mod_sasl2_sm: Fix typo
Sat, 03 Sep 2022 17:58:03 +0100 mod_sasl2_bind2: Fix event name
Matthew Wild <mwild1@gmail.com> [Sat, 03 Sep 2022 17:58:03 +0100] rev 5037
mod_sasl2_bind2: Fix event name
Sat, 03 Sep 2022 17:45:03 +0100 mod_sasl2_bind2: Use correct method to get text
Matthew Wild <mwild1@gmail.com> [Sat, 03 Sep 2022 17:45:03 +0100] rev 5036
mod_sasl2_bind2: Use correct method to get text
Sat, 03 Sep 2022 17:29:25 +0100 mod_sasl2_bind2: Fix namespace (thanks Daniel)
Matthew Wild <mwild1@gmail.com> [Sat, 03 Sep 2022 17:29:25 +0100] rev 5035
mod_sasl2_bind2: Fix namespace (thanks Daniel)
Fri, 02 Sep 2022 16:22:31 +0100 mod_sasl2_sm: Integration with mod_sasl2_bind2
Matthew Wild <mwild1@gmail.com> [Fri, 02 Sep 2022 16:22:31 +0100] rev 5034
mod_sasl2_sm: Integration with mod_sasl2_bind2
Fri, 02 Sep 2022 16:22:11 +0100 mod_sasl2_bind: Support for Bind 2.0 with SASL2
Matthew Wild <mwild1@gmail.com> [Fri, 02 Sep 2022 16:22:11 +0100] rev 5033
mod_sasl2_bind: Support for Bind 2.0 with SASL2 This is based on an experimental in-progress derivative of the current XEP-0386.
Fri, 02 Sep 2022 16:20:13 +0100 mod_sasl2: Add event for other modules to advertise inline features
Matthew Wild <mwild1@gmail.com> [Fri, 02 Sep 2022 16:20:13 +0100] rev 5032
mod_sasl2: Add event for other modules to advertise inline features
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 tip