log

age author description
2021-10-26 Kim Alvefur mod_rest: Add mapping for XEP-0215: External Service Discovery
2021-10-25 Kim Alvefur mod_muc_webchat_url: Add hint of being an URL to form field
2021-10-25 JC Brand mod_muc_http_auth: Add missing import
2021-10-25 JC Brand mod_muc_http_auth: Allow for enabling/disabling per user host
2021-10-25 Kim Alvefur mod_smacks: Remove EOL releases from Compatibility section, add 0.11 & trunk
2021-10-25 Kim Alvefur mod_smacks: Add smacks_s2s_resend to configuration listing
2021-10-23 Kim Alvefur mod_rest: Add XEP-0100 gateway to mapping schema
2021-10-20 Kim Alvefur mod_bookmarks2: Use max_items='max' on trunk, with fallback
2021-10-19 Matthew Wild mod_cloud_notify: Fix traceback for clients without a stable client_id
2021-10-18 Kim Alvefur mod_auth_ldap: Mark as Merged into Prosody
2021-10-18 Matthew Wild mod_cloud_notify: Move client info out of sub-object to improve usability with map store API
2021-10-18 Matthew Wild mod_cloud_notify_priority_tag: Fix summary (thanks Zash)
2021-10-18 Matthew Wild mod_http_admin_api: Include client info in push registration debug output
2021-10-18 Matthew Wild mod_cloud_notify: Record client id (or resource) and language during registration
2021-10-18 Matthew Wild mod_cloud_notify: Fix some minor luacheck offences
2021-10-17 Kim Alvefur mod_cloud_notify: Reverse dependencies
2021-10-17 Kim Alvefur mod_auth_cyrus: Import from Prosody rev 8f1e7fd55e7b
2021-10-15 Goffi mod_delegation: update to XEP-0355 v0.5
2021-10-15 Kim Alvefur mod_cloud_notify_extensions: Add depends metadata for plugin installer
2021-10-12 Kim Alvefur mod_groups_internal: Remove deleted user from groups
2021-10-12 Kim Alvefur mod_groups_internal: Fix accidental global [luacheck]
2021-10-10 Matthew Wild mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
2021-10-03 Kim Alvefur mod_tlsfail/README: Fix header
2021-10-03 Kim Alvefur mod_tlsfail: Add README
2021-10-03 Kim Alvefur mod_tlsfail: Add c2s support
2021-10-01 JC Brand mod_tweet_data: Return when no tweet data returned
2021-09-29 Kim Alvefur mod_pastebin: Fix pasting when <body> is not the first tag (thanks thorsten)
2021-09-28 Kim Alvefur mod_rest: Support returning multiple replies in an <xmpp> container
2021-09-25 arcseconds mod_cloud_notify: notify on groupchat messages sent to bare JID
2021-09-23 Seve Ferrer mod_muc_http_auth: Make sure query parameters are URL encoded
2021-09-23 Seve Ferrer mod_muc_http_auth: Make sure query parameters are URL encoded
2021-09-21 Seve Ferrer mod_muc_http_auth: External auth services might need to check on the nickname as well
2021-09-18 Matthew Wild mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Generate a message id instead of hardcoding "foo"
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Prevent a traceback when receiving a message with occupant being nil
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Send the message after the subject, once the client is fully joined
2021-09-16 Emmanuel Gil Peyrot mod_muc_require_tos: Add this new module
2021-09-15 Kim Alvefur mod_debug_omemo: Use archive single message retrieval method
2021-09-15 Kim Alvefur mod_bookmarks2: Use same default as mod_pep for max_items
2021-09-13 Matthew Wild mod_debug_omemo: Improve no keys/devices cases
2021-09-13 Kim Alvefur mod_debug_omemo: Fix traceback in case of zero devices
2021-09-13 Kim Alvefur mod_debug_omemo: Adjust priority to act after mod_mam archived
2021-09-13 Matthew Wild mod_debug_omemo: README: Maybe fix version table
2021-09-13 Matthew Wild mod_debug_omemo: Fix header level in HTML template
2021-09-13 Matthew Wild mod_debug_omemo: OMEMO debugging tool
2021-09-12 Kim Alvefur mod_smacks: Include username in offline event, mirroring Prosody 0.10+
2021-09-12 Matthew Wild mod_auto_moved: Fix README rendering
2021-09-12 Matthew Wild mod_auto_moved: New module implementing XEP-0283 r0.2.0
2021-09-12 Martin Dosch mod_smacks: Update README
2021-09-11 Kim Alvefur mod_http_muc_log: Sort rooms with a description before those without
2021-09-11 Kim Alvefur mod_http_muc_log: Add way to list certain rooms in a specified order
2021-09-10 Kim Alvefur mod_s2s_auth_samecert: Handle lack of provided client certificate
2021-09-09 Kim Alvefur mod_tls_policy: Switch method of checking for TLS-encrypted connection
2021-09-09 Matthew Wild mod_invites_register: advertise new stream feature from XEP-0445
2021-09-08 Kim Alvefur mod_register_apps: Fix removal on unload (thanks ibikk)
2021-09-04 Kim Alvefur mod_storage_xmlarchive: Stop exporting XEP-0091 timestamp in conversion
2021-09-02 Kim Alvefur mod_http_oauth2: Gracefully handle cache write failure
2021-09-02 Kim Alvefur mod_http_oauth2: Optimize cleanup timer
2021-08-30 Kim Alvefur mod_external_services: Factor out public function for converting to XML
2021-08-29 Kim Alvefur mod_external_services: Factor out public function returning current services