2023-01-07 |
Kim Alvefur |
mod_pubsub_summary: Hide link relation when value is "alternate"
|
2023-01-05 |
Matthew Wild |
mod_unified_push: Experimenal Unified Push provider
|
2023-01-03 |
Kim Alvefur |
mod_muc_moderation/README: Simplify Compatibility section
|
2022-12-31 |
Kim Alvefur |
mod_rest: Fix reference in OpenAPI
|
2022-12-31 |
Kim Alvefur |
mod_rest: Add XEP-0461 to OpenAPI
|
2022-12-31 |
Kim Alvefur |
mod_rest: Add missing message properties to OpenAPI documentation
|
2022-12-31 |
Kim Alvefur |
mod_rest: Add some GET-mapped iq-queries to OpenAPI documentation
|
2022-12-31 |
Kim Alvefur |
mod_rest/README: Fix XML well-formedness in example (thanks drsnuggles)
|
2022-12-30 |
Kim Alvefur |
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw)
|
2022-12-25 |
Kim Alvefur |
mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore)
|
2022-12-20 |
Kim Alvefur |
mod_rest: Remove manual reference expansion in schema
|
2022-12-18 |
Kim Alvefur |
Merge
|
2022-12-17 |
Jonas Schäfer |
Backed out changeset 85882735fd33
|
2022-12-17 |
Jonas Schäfer |
mod_http_muc_log: make default presence visibility configurable
|
2022-04-28 |
Jonas Schäfer |
mod_audit: remove event hook
|
2022-12-16 |
Matthew Wild |
mod_pubsub_mqtt: Switch to MQTT 3.1.1
|
2022-12-16 |
Matthew Wild |
mod_pubsub_mqtt: Support atom_title payload type
|
2022-12-16 |
Matthew Wild |
mod_pubsub_mqtt: Fix some inappropriate log levels
|
2022-12-16 |
Matthew Wild |
mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloads
|
2022-12-09 |
Kim Alvefur |
mod_pubsub_feeds: Include feeds library in plugin package
|
2022-12-04 |
Kim Alvefur |
mod_http_muc_log: Fix syntax error in timestamp adjusting script
|
2022-12-04 |
Kim Alvefur |
mod_http_muc_log: Move language attribute onto body itself
|
2022-12-04 |
Kim Alvefur |
mod_http_muc_log: Tweak style towards the "modern"
|
2022-12-04 |
Kim Alvefur |
mod_http_muc_log: Fix error in js when displaying presence is disabled
|
2022-12-04 |
Kim Alvefur |
mod_http_muc_log: Include static resources (css & js) in plugin package
|
2022-12-04 |
Kim Alvefur |
mod_http_muc_log: Move CSS and JS out of template
|
2022-12-02 |
Kim Alvefur |
mod_s2soutinjection: Use session logger where it makes sense
|
2022-12-02 |
Kim Alvefur |
mod_s2soutinjection: Use module logging API
|
2022-12-02 |
Kim Alvefur |
mod_s2soutinjection: Remove undefined global (thanks Damian)
|
2022-12-02 |
Kim Alvefur |
mod_s2soutinjection: Remove unused variables [luacheck]
|
2022-11-29 |
Matthew Wild |
mod_compat_roles: Add support for role inheritance (built-in roles only)
|
2022-11-29 |
Matthew Wild |
mod_compat_roles: Fix permission checks/roles to be per-host as intended
|
2022-11-29 |
Matthew Wild |
mod_compat_roles: Fix traceback when no host roles are defined (thanks cc)
|
2022-11-29 |
Matthew Wild |
mod_isolate_host: Pass context to module:may() (thanks cc)
|
2022-11-28 |
Kim Alvefur |
mod_sasl2_fast: Add explicit dependency on mod_sasl2
|
2022-11-28 |
Kim Alvefur |
mod_sasl2_sm: Add explicit dependency on mod_sasl2
|
2022-11-28 |
Kim Alvefur |
mod_sasl2_bind2: Add explicit dependency on mod_sasl2
|
2022-11-28 |
Matthew Wild |
mod_sasl2_fast: Add README
|
2022-11-28 |
Matthew Wild |
mod_sasl2_sm: Update README with current information
|
2022-11-28 |
Matthew Wild |
mod_sasl2_bind2: Update and expand README with current status
|
2022-11-28 |
Matthew Wild |
mod_sasl2: Update and expand README with more (and updated) information
|
2022-11-28 |
Matthew Wild |
mod_sasl2: Honour (c2s_)require_encryption config option
|
2022-11-26 |
Kim Alvefur |
mod_rest: Wrap webhook setup in a function for future reuse
|
2022-11-26 |
Kim Alvefur |
mod_rest: Do not allow replies to <iq type=result> from webhooks
|
2022-11-22 |
Kim Alvefur |
mod_clean_roster: Clean out invalid characters from roster entires
|
2022-11-07 |
Matthew Wild |
mod_sasl2_fast: Add more debug logging
|
2022-11-07 |
Matthew Wild |
mod_sasl2_fast: Fixes to make channel binding work again
|
2022-11-07 |
Matthew Wild |
mod_sasl2_fast: Clean up backend return values (fixes constant rotation)
|
2022-10-29 |
Benjamin Danowski |
mod_password_reset: Add rockspec.build.copy_directories entry to make it work
|
2022-10-24 |
Kim Alvefur |
mod_rest: Fix JSON conversion of 'displayed' chat marker
|
2022-10-20 |
Matthew Wild |
mod_vjud: Better docs for vjud_mode
|
2022-10-15 |
Matthew Wild |
mod_sasl2_fast: Implement rotation and invalidation
|
2022-10-15 |
Matthew Wild |
mod_sasl2_fast: Remove X-TOKEN-PLAIN and related profile handler
|
2022-10-15 |
Matthew Wild |
mod_sasl2_fast: Improved logging
|
2022-10-15 |
Matthew Wild |
mod_sasl2_fast: Register HT-* mechanisms with the required channel binding
|
2022-10-15 |
Matthew Wild |
mod_sasl2_fast: Fix field name for returned secret
|
2022-10-15 |
Matthew Wild |
mod_sasl2_fast: Copy channel binding data state from original SASL handler
|
2022-10-15 |
Matthew Wild |
mod_sasl2_fast: Fixes for <authenticate> processing
|
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
|
2022-08-24 |
Kim Alvefur |
mod_muc_bot/README: Update to account for 0.12 going stable
|
2022-08-22 |
Kim Alvefur |
mod_restrict_xmpp: Treat archive query as a read despite using iq-set
|