log

age author description
2022-10-15 Matthew Wild mod_sasl2_fast: Take username from SASL exchange rather than stream@from
2022-10-15 Matthew Wild mod_sasl2_fast: Fix make_token() to return appropriate result
2022-10-14 Matthew Wild mod_sasl2_fast: Improve backend profile name and correctly use it everywhere
2022-10-14 Matthew Wild mod_sasl2_fast: More robust handling of stream@from and user-agent@id
2022-10-14 Matthew Wild mod_sasl2: Forward stream attributes into sub-event
2022-10-14 Matthew Wild mod_sasl2_fast: Implement most of FAST + SASL HT-SHA-256
2022-10-13 Matthew Wild mod_block_registrations: Expand default list of blocked usernames (RFC 2142)
2022-10-13 Matthew Wild mod_sasl2: Add some brief dev notes about events to the README
2022-10-13 Matthew Wild mod_sasl2: Clear sasl_handler on final success
2022-10-13 Matthew Wild mod_sasl2_fast: New module for SASL2 FAST authentication (WIP)
2022-10-09 Kim Alvefur mod_storage_appendmap: Fix keyvalue writes
2022-09-27 Matthew Wild mod_sasl2_bind2, mod_sasl2_sm: Remove bind2 <features/> wrapper element
2022-09-24 Matthew Wild mod_cloud_notify_extensions: Add note about dependency
2022-09-24 Matthew Wild mod_cloud_notify: README overhaul
2022-09-24 Matthew Wild mod_cloud_notify: Improve logging for various error cases
2022-09-24 Matthew Wild mod_cloud_notify: Add warnings about options including real body/sender
2022-09-24 Matthew Wild mod_cloud_notify_encrypted: Add debug logging when successfully encrypted
2022-09-23 Matthew Wild mod_cloud_notify_encrypted: Additional debug logging when enabling/skipping
2022-09-23 Matthew Wild mod_cloud_notify: Fix default extended timeout from 72 days -> 72 hours
2022-09-23 Matthew Wild mod_cloud_notify: Only delay hibernation timeout for push-enabled clients
2022-09-23 Matthew Wild mod_bookmarks2: Update README to reflect 0.12 release
2022-09-23 Kim Alvefur mod_spam_reporting: Remove redundant rockspec dependency on mod_blocklist
2022-09-22 Matthew Wild mod_sasl2: Further break up success handling, into pre/post stream:features
2022-09-22 Matthew Wild mod_sasl2: Store client id if provided
2022-09-22 Matthew Wild mod_sasl2_bind2: Generate resource from client tag if provided
2022-09-22 Matthew Wild mod_sasl2_bind2: Remove deprecated <jid> element from <bound>
2022-09-22 Matthew Wild mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej)
2022-09-21 Matthew Wild mod_sasl2, mod_sasl2_bind2: rename event.session -> .origin for consistency
2022-09-21 Matthew Wild mod_sasl2_bind2: Move <inline> into <bind> feature element
2022-09-21 Matthew Wild mod_sasl2: Move <inline/> into <authentication>
2022-09-21 Matthew Wild mod_sasl2: Fix missing namespace on failure condition (thanks tmolitor)
2022-09-14 Kim Alvefur mod_invites_adhoc: Set non-nil defaults for options, fixes traceback (thanks Martin)
2022-09-13 Matthew Wild mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespace
2022-09-06 Matthew Wild mod_sasl2: Hacky support for channel binding
2022-09-04 Matthew Wild mod_sasl2_bind2, mod_sasl2_sm: Move sasl2_sm_success to session
2022-09-03 Matthew Wild mod_sasl2_bind2: Indicate to the client when carbons has been enabled
2022-09-03 Matthew Wild mod_sasl2_sm: Fix event field name
2022-09-03 Matthew Wild mod_sasl2_sm: Fix typo
2022-09-03 Matthew Wild mod_sasl2_bind2: Fix event name
2022-09-03 Matthew Wild mod_sasl2_bind2: Use correct method to get text
2022-09-03 Matthew Wild mod_sasl2_bind2: Fix namespace (thanks Daniel)
2022-09-02 Matthew Wild mod_sasl2_sm: Integration with mod_sasl2_bind2
2022-09-02 Matthew Wild mod_sasl2_bind: Support for Bind 2.0 with SASL2
2022-09-02 Matthew Wild mod_sasl2: Add event for other modules to advertise inline features
2022-08-29 Matthew Wild mod_sasl2_sm: Use a stanza method that actually exists
2022-08-29 Matthew Wild mod_sasl2_sm: Experimental mod_isr alternative
2022-08-29 Matthew Wild mod_sasl2: Fix handling of various failure/error cases
2022-08-28 Matthew Wild mod_isr: XEP-0397: Instant Stream Resumption
2022-08-28 Matthew Wild mod_sasl2: Include additional-data in SASL success response
2022-08-28 Kim Alvefur mod_watch_spam_reports: Fix traceback due to misplaced parenthesis (thanks Menel)
2022-08-28 Matthew Wild mod_sasl2: Eventually return true from success handler
2022-08-28 Matthew Wild mod_sasl2: Return true to indicate challenge was handled successfully
2022-08-28 Matthew Wild mod_sasl2: Fix <challenge> generation
2022-08-28 Matthew Wild mod_sasl2: Return status from event handlers
2022-08-27 Kim Alvefur mod_admin_blocklist: Add config option for which role(s) to consider (0.12+)
2022-08-27 Kim Alvefur mod_admin_blocklist: Fix traceback due to misplaced parenthesis
2022-08-26 Matthew Wild mod_muc_ban_ip: Support for service-wide IP bans from trusted services
2022-08-25 tmolitor mod_register_apps: add monal iOS and macOS versions
2022-08-24 Kim Alvefur mod_auth_imap: Remove unused variable [luacheck]
2022-08-24 Kim Alvefur mod_auth_imap: Fix packaging