log

age author description
2021-11-06 Kim Alvefur mod_muc_moderation: Clarify behavior with a comment
2021-11-04 Kim Alvefur mod_rest: Correct unused reference
2021-11-04 Kim Alvefur mod_rest: Map the XEP-0313 <fin> element to make paging work
2021-11-04 Kim Alvefur mod_rest: Imply type=set for archive queries
2021-11-04 Kim Alvefur mod_rest: Let 'type' be implied in path based queries
2021-11-04 Kim Alvefur mod_rest: Stop search when an implied type is determined
2021-11-04 Kim Alvefur mod_rest: Add some convenience mapping to make MAM queries easier
2021-11-04 Kim Alvefur mod_rest: Add support for mapping of XEP-0313 query iqs
2021-11-04 Kim Alvefur mod_rest: Add XEP-0059 mapping
2021-11-04 Kim Alvefur mod_rest: Add XEP-0004 mapping for future reuse
2021-11-03 Kim Alvefur mod_bookmarks2: Fix comparison
2021-11-03 Kim Alvefur mod_bookmarks2: Fix handling of nick and password elements
2021-11-03 Kim Alvefur mod_rest: Remove unused variable [luacheck]
2021-11-03 Kim Alvefur mod_reminders: Fix README metadata syntax
2021-11-01 Kim Alvefur mod_rest: Fire pre-events
2021-11-01 Kim Alvefur mod_rest: Add an anonymous mode
2021-10-27 Kim Alvefur mod_rest: Add JSON mapping of XEP-0313 archive result container
2021-10-27 Kim Alvefur mod_rest: Add recursive properties of XEP-0297 forwarded container
2021-10-27 Kim Alvefur mod_rest: Apply JSON mapping to items in <xmpp> container (e.g. MAM results etc)
2021-10-27 Matthew Wild mod_cloud_notify: Identify (and immediately push) urgent stanzas, e.g. calls
2021-10-27 Kim Alvefur mod_rest: Add new fields to openapi spec from mapping schema
2021-10-27 Kim Alvefur mod_rest: Correct option name in error message
2021-10-26 Kim Alvefur mod_rest: Set type on temp session to satisfy certain auth checks
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