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