log

age author description
Thu, 02 Dec 2021 23:43:11 +0100 Kim Alvefur mod_ping_muc: Yet another attempt to improve MUC reliability
Thu, 02 Dec 2021 16:08:40 +0100 Kim Alvefur mod_rest: Handle unknown 'kind' values
Sun, 28 Nov 2021 21:30:53 +0100 Kim Alvefur mod_rest: Fix minor mistakes in openapi spec
Sun, 28 Nov 2021 21:27:44 +0100 Kim Alvefur mod_rest: Add GET method of invoking XEP-0215 to openapi spec
Sun, 28 Nov 2021 21:26:52 +0100 Kim Alvefur mod_rest: Fix mistaken way of specifying required fields in XEP-0215 map
Sun, 28 Nov 2021 20:10:07 +0100 Kim Alvefur mod_bind2: Add initial README
Sun, 28 Nov 2021 20:08:09 +0100 Kim Alvefur mod_sasl2: Add initial README
Sun, 28 Nov 2021 20:07:15 +0100 Kim Alvefur mod_bind2: Silence [luacheck] warning
Sun, 28 Nov 2021 20:07:06 +0100 Kim Alvefur mod_sasl2: Silence [luacheck] warning
Sun, 28 Nov 2021 20:05:23 +0100 Kim Alvefur mod_bind2: Add missing missing SASL2 namespace [luacheck]
Sun, 28 Nov 2021 19:59:26 +0100 Kim Alvefur mod_bind2: Advertise stream feature
Sun, 28 Nov 2021 19:45:25 +0100 Kim Alvefur mod_bind2: Experimental implementation of XEP-0386: Bind 2.0
Sun, 28 Nov 2021 19:42:00 +0100 Kim Alvefur mod_sasl2: Remove channel binding
Fri, 26 Nov 2021 10:10:02 +0000 Matthew Wild mod_s2s_status: Module to track status of s2s connections by domain
Thu, 25 Nov 2021 16:07:23 +0000 Matthew Wild mod_prometheus: Update docs to reference mod_http_openmetrics for trunk/0.12
Wed, 24 Nov 2021 16:28:35 +0100 Kim Alvefur mod_muc_restrict_media: Fix disco#info field (thanks mirux)
Wed, 24 Nov 2021 16:27:20 +0100 Kim Alvefur mod_muc_hide_media: Fix disco#info field (thanks mirux)
Tue, 23 Nov 2021 17:14:25 +0000 Matthew Wild mod_muc_restrict_media: Allow hiding inline media from unaffiliated users in MUCs
Fri, 09 Jul 2021 18:31:45 +0200 Emmanuel Gil Peyrot mod_mam_muc: Obsolete this module, it is included in Prosody since 0.11 under the name mod_muc_mam
Fri, 09 Jul 2021 18:30:13 +0200 Emmanuel Gil Peyrot mod_csi: Obsolete this module, it is included in Prosody since 0.11
Fri, 09 Jul 2021 18:27:18 +0200 Emmanuel Gil Peyrot mod_carbons: Obsolete this module, it is included in Prosody since 0.10
Fri, 09 Jul 2021 18:25:07 +0200 Emmanuel Gil Peyrot mod_mam: Obsolete this module, it is included in Prosody since 0.10
Fri, 09 Jul 2021 20:54:40 +0200 Emmanuel Gil Peyrot mod_limits: Obsolete this module, it is included in Prosody since 0.10
Mon, 22 Nov 2021 21:01:53 +0100 Kim Alvefur mod_http_muc_log: Show messages moderated using XEP-0425
Fri, 19 Nov 2021 17:00:38 +0000 Matthew Wild mod_muc_offline_delivery: Fix logic bug causing traceback when no reserved_nick (thanks Hund)
Fri, 19 Nov 2021 13:45:21 +0100 Kim Alvefur mod_dnsupdate: Add support for components
Thu, 18 Nov 2021 19:39:38 +0100 Kim Alvefur mod_http_admin_api: Fix YAML indentation
Thu, 18 Nov 2021 19:28:43 +0100 Kim Alvefur mod_http_admin_api: Export total storage use via mod_http_file_share
Thu, 18 Nov 2021 19:26:07 +0100 Kim Alvefur mod_http_admin_api: Ensure freshness of metrics when in manual mode
Thu, 18 Nov 2021 09:07:40 +0000 Matthew Wild mod_muc_offline_delivery: Handle the user not having any affiliation data (thanks Martin)
Wed, 17 Nov 2021 13:35:00 +0000 Matthew Wild mod_measure_active_users: Calculate active user counts over fixed time periods
Tue, 16 Nov 2021 15:09:52 +0000 Matthew Wild mod_muc_offline_delivery: Allow the module to be enabled by default for all users
Tue, 16 Nov 2021 15:08:09 +0000 Matthew Wild mod_muc_auto_reserve_nicks: Automatically reserve nicknames of MUC occupants
Tue, 16 Nov 2021 13:39:49 +0100 Kim Alvefur mod_smacks: Send <r> immediately from csi-flushing event
Mon, 15 Nov 2021 15:29:02 +0000 Matthew Wild mod_muc_offline_delivery: split name/var so that retrieval of form data works
Fri, 12 Nov 2021 03:29:39 -0600 Gary Kramlich mod_slack_webhook: fixed documentation for default nick and marked trunk as works
Tue, 09 Nov 2021 11:40:21 +0000 Matthew Wild mod_muc_offline_delivery: Less noisy, clearer, debug logging for notifications
Tue, 09 Nov 2021 11:39:18 +0000 Matthew Wild mod_invites_adhoc: Allow role-based permissions to override default policy
Tue, 09 Nov 2021 11:33:06 +0000 Matthew Wild mod_invites_adhoc: Add the ability to deny user invites by specific roles
Mon, 08 Nov 2021 23:07:01 +0100 Kim Alvefur mod_dnsupdate: Restore the --each option
Mon, 08 Nov 2021 23:03:14 +0100 Kim Alvefur mod_dnsupdate: Rewrite port config vs DNS comparison code
Mon, 08 Nov 2021 22:28:00 +0100 Kim Alvefur mod_dnsupdate: Fix to use correct port settings
Sat, 06 Nov 2021 14:48:35 +0100 Kim Alvefur mod_dnsupdate: Use with nsupdate to update DNS records from config
Sun, 07 Nov 2021 14:41:43 +0100 tmolitor Merge commit
Sun, 07 Nov 2021 14:40:41 +0100 tmolitor mod_smacks: Don't forgive client counting errors
Sun, 07 Nov 2021 14:30:24 +0100 Jonas Schäfer mod_admin_web: make get_deps.sh stand out a little
Sun, 07 Nov 2021 14:25:58 +0100 Kim Alvefur mod_measure_malloc: Fix accidental global variable write [luacheck]
Sun, 07 Nov 2021 14:18:47 +0100 Kim Alvefur luacheck: Discourage use of the 'hosts' global (like in Prosody)
Sun, 07 Nov 2021 14:17:29 +0100 Kim Alvefur luacheck: Make module:metric() known
Tue, 28 Jan 2020 21:54:04 +0100 Kim Alvefur luacheckrc: Remove accidentally commented directive
Sat, 06 Nov 2021 21:09:21 +0100 Kim Alvefur mod_muc_moderation: Bump year
Sat, 06 Nov 2021 21:08:53 +0100 Kim Alvefur mod_muc_moderation: More client feature requests
Sat, 06 Nov 2021 20:58:41 +0100 Kim Alvefur mod_muc_moderation: Add list of client feature requests for XEP-0425
Sat, 06 Nov 2021 19:25:22 +0100 Kim Alvefur Delete stray editor swap file
Sat, 06 Nov 2021 19:03:00 +0100 Kim Alvefur mod_muc_moderation: Use reserved nickname as fallback
Sat, 06 Nov 2021 16:19:38 +0100 Kim Alvefur mod_muc_moderation: Clarify behavior with a comment
Thu, 04 Nov 2021 20:19:31 +0100 Kim Alvefur mod_rest: Correct unused reference
Thu, 04 Nov 2021 20:18:02 +0100 Kim Alvefur mod_rest: Map the XEP-0313 <fin> element to make paging work
Thu, 04 Nov 2021 20:17:07 +0100 Kim Alvefur mod_rest: Imply type=set for archive queries
Thu, 04 Nov 2021 20:15:44 +0100 Kim Alvefur mod_rest: Let 'type' be implied in path based queries
Thu, 04 Nov 2021 20:13:43 +0100 Kim Alvefur mod_rest: Stop search when an implied type is determined
Thu, 04 Nov 2021 20:04:13 +0100 Kim Alvefur mod_rest: Add some convenience mapping to make MAM queries easier
Thu, 04 Nov 2021 20:03:36 +0100 Kim Alvefur mod_rest: Add support for mapping of XEP-0313 query iqs
Thu, 04 Nov 2021 19:46:38 +0100 Kim Alvefur mod_rest: Add XEP-0059 mapping
Thu, 04 Nov 2021 19:36:11 +0100 Kim Alvefur mod_rest: Add XEP-0004 mapping for future reuse
Wed, 03 Nov 2021 21:16:11 +0100 Kim Alvefur mod_bookmarks2: Fix comparison
Wed, 03 Nov 2021 21:11:55 +0100 Kim Alvefur mod_bookmarks2: Fix handling of nick and password elements
Wed, 03 Nov 2021 20:15:14 +0100 Kim Alvefur mod_rest: Remove unused variable [luacheck]
Wed, 03 Nov 2021 13:47:34 +0100 Kim Alvefur mod_reminders: Fix README metadata syntax
Mon, 01 Nov 2021 15:51:59 +0100 Kim Alvefur mod_rest: Fire pre-events
Mon, 01 Nov 2021 15:08:21 +0100 Kim Alvefur mod_rest: Add an anonymous mode
Wed, 27 Oct 2021 20:54:54 +0200 Kim Alvefur mod_rest: Add JSON mapping of XEP-0313 archive result container
Wed, 27 Oct 2021 20:45:28 +0200 Kim Alvefur mod_rest: Add recursive properties of XEP-0297 forwarded container
Wed, 27 Oct 2021 20:43:17 +0200 Kim Alvefur mod_rest: Apply JSON mapping to items in <xmpp> container (e.g. MAM results etc)
Wed, 27 Oct 2021 19:12:03 +0100 Matthew Wild mod_cloud_notify: Identify (and immediately push) urgent stanzas, e.g. calls
Wed, 27 Oct 2021 14:07:07 +0200 Kim Alvefur mod_rest: Add new fields to openapi spec from mapping schema
Wed, 27 Oct 2021 14:06:34 +0200 Kim Alvefur mod_rest: Correct option name in error message
Tue, 26 Oct 2021 18:07:35 +0200 Kim Alvefur mod_rest: Set type on temp session to satisfy certain auth checks
Tue, 26 Oct 2021 17:52:15 +0200 Kim Alvefur mod_rest: Add mapping for XEP-0215: External Service Discovery
Mon, 25 Oct 2021 16:48:06 +0200 Kim Alvefur mod_muc_webchat_url: Add hint of being an URL to form field
Mon, 25 Oct 2021 16:47:44 +0200 JC Brand mod_muc_http_auth: Add missing import
Mon, 25 Oct 2021 15:58:16 +0200 JC Brand mod_muc_http_auth: Allow for enabling/disabling per user host
Mon, 25 Oct 2021 12:40:26 +0200 Kim Alvefur mod_smacks: Remove EOL releases from Compatibility section, add 0.11 & trunk
Mon, 25 Oct 2021 12:39:34 +0200 Kim Alvefur mod_smacks: Add smacks_s2s_resend to configuration listing
Sat, 23 Oct 2021 14:20:16 +0200 Kim Alvefur mod_rest: Add XEP-0100 gateway to mapping schema
Wed, 20 Oct 2021 22:16:14 +0200 Kim Alvefur mod_bookmarks2: Use max_items='max' on trunk, with fallback
Tue, 19 Oct 2021 11:05:13 +0100 Matthew Wild mod_cloud_notify: Fix traceback for clients without a stable client_id
Mon, 18 Oct 2021 15:42:37 +0200 Kim Alvefur mod_auth_ldap: Mark as Merged into Prosody
Mon, 18 Oct 2021 13:00:28 +0100 Matthew Wild mod_cloud_notify: Move client info out of sub-object to improve usability with map store API
Mon, 18 Oct 2021 12:44:29 +0100 Matthew Wild mod_cloud_notify_priority_tag: Fix summary (thanks Zash)
Mon, 18 Oct 2021 11:55:56 +0100 Matthew Wild mod_http_admin_api: Include client info in push registration debug output
Mon, 18 Oct 2021 11:44:13 +0100 Matthew Wild mod_cloud_notify: Record client id (or resource) and language during registration
Mon, 18 Oct 2021 11:43:48 +0100 Matthew Wild mod_cloud_notify: Fix some minor luacheck offences
Sun, 17 Oct 2021 23:25:25 +0200 Kim Alvefur mod_cloud_notify: Reverse dependencies
Sun, 17 Oct 2021 17:08:07 +0200 Kim Alvefur mod_auth_cyrus: Import from Prosody rev 8f1e7fd55e7b
Fri, 15 Oct 2021 15:10:36 +0200 Goffi mod_delegation: update to XEP-0355 v0.5
Fri, 15 Oct 2021 11:30:44 +0200 Kim Alvefur mod_cloud_notify_extensions: Add depends metadata for plugin installer
Tue, 12 Oct 2021 13:57:24 +0200 Kim Alvefur mod_groups_internal: Remove deleted user from groups
Tue, 12 Oct 2021 13:52:12 +0200 Kim Alvefur mod_groups_internal: Fix accidental global [luacheck]
Sun, 10 Oct 2021 20:10:29 +0100 Matthew Wild mod_cloud_notify_extensions: Convenience meta-module for Tigase push extensions
Sun, 03 Oct 2021 17:14:32 +0200 Kim Alvefur mod_tlsfail/README: Fix header
Sun, 03 Oct 2021 17:12:32 +0200 Kim Alvefur mod_tlsfail: Add README
Sun, 03 Oct 2021 17:04:05 +0200 Kim Alvefur mod_tlsfail: Add c2s support
Fri, 01 Oct 2021 16:58:37 +0200 JC Brand mod_tweet_data: Return when no tweet data returned
Wed, 29 Sep 2021 13:39:59 +0200 Kim Alvefur mod_pastebin: Fix pasting when <body> is not the first tag (thanks thorsten)
Wed, 29 Sep 2021 00:26:44 +0200 Kim Alvefur mod_rest: Support returning multiple replies in an <xmpp> container
Sat, 25 Sep 2021 11:43:31 +0000 arcseconds mod_cloud_notify: notify on groupchat messages sent to bare JID
Thu, 23 Sep 2021 17:13:35 +0200 Seve Ferrer mod_muc_http_auth: Make sure query parameters are URL encoded
Thu, 23 Sep 2021 16:41:42 +0200 Seve Ferrer mod_muc_http_auth: Make sure query parameters are URL encoded
Tue, 21 Sep 2021 14:00:01 +0200 Seve Ferrer mod_muc_http_auth: External auth services might need to check on the nickname as well
Sat, 18 Sep 2021 11:51:48 +0100 Matthew Wild mod_muc_markers: Don't skip archiving markable messages (thanks nicoco)
Thu, 16 Sep 2021 22:57:52 +0200 Emmanuel Gil Peyrot mod_muc_require_tos: Generate a message id instead of hardcoding "foo"
Thu, 16 Sep 2021 22:47:52 +0200 Emmanuel Gil Peyrot mod_muc_require_tos: Prevent a traceback when receiving a message with occupant being nil
Thu, 16 Sep 2021 22:32:59 +0200 Emmanuel Gil Peyrot mod_muc_require_tos: Send the message after the subject, once the client is fully joined
Thu, 16 Sep 2021 20:41:14 +0200 Emmanuel Gil Peyrot mod_muc_require_tos: Add this new module
Wed, 15 Sep 2021 17:55:58 +0200 Kim Alvefur mod_debug_omemo: Use archive single message retrieval method
Wed, 15 Sep 2021 17:39:37 +0200 Kim Alvefur mod_bookmarks2: Use same default as mod_pep for max_items
Mon, 13 Sep 2021 21:10:50 +0100 Matthew Wild mod_debug_omemo: Improve no keys/devices cases
Mon, 13 Sep 2021 21:47:01 +0200 Kim Alvefur mod_debug_omemo: Fix traceback in case of zero devices
Mon, 13 Sep 2021 21:45:20 +0200 Kim Alvefur mod_debug_omemo: Adjust priority to act after mod_mam archived