Software /
code /
prosody-modules
Graph
-
mod_firewall: Fix parsing of pubsubitemid list specificationSat, 11 Mar 2023 16:40:09 +0000, by Matthew Wild
-
mod_http_oauth2: Fix to disable disabled response handlers correctlyFri, 10 Mar 2023 12:03:23 +0100, by Kim Alvefur
-
mod_http_oauth2: Log flows enabled and disabledFri, 10 Mar 2023 12:01:52 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix appending of query parts in error redirectsFri, 10 Mar 2023 11:54:30 +0100, by Kim Alvefur
-
mod_http_oauth2: Implement the OpenID userinfo endpointThu, 09 Mar 2023 14:46:06 +0100, by Kim Alvefur
-
mod_http_oauth2: Close site header tagsThu, 09 Mar 2023 13:15:13 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix contrast of links on consent pageTue, 07 Mar 2023 23:55:33 +0100, by Kim Alvefur
-
mod_http_oauth2: token endpoint: handle missing credentialsTue, 07 Mar 2023 15:33:07 +0000, by Matthew Wild
-
mod_http_oauth2: Fail early when no authorization header presentTue, 07 Mar 2023 15:31:19 +0000, by Matthew Wild
-
mod_http_oauth2: Support HTTP Basic auth on token endpointTue, 07 Mar 2023 15:27:50 +0000, by Matthew Wild
-
mod_http_oauth2: Separate extracting credentials from requests and verifyingTue, 07 Mar 2023 15:18:41 +0000, by Matthew Wild
-
mod_http_oauth2: Reflect ALL attributes of the client registrationTue, 07 Mar 2023 14:52:43 +0000, by Matthew Wild
-
mod_rest: Point URLs to mod_http_oauth2 in demo modeTue, 07 Mar 2023 14:59:45 +0100, by Kim Alvefur
-
mod_http_oauth2: Improve handling of redirect_uri matching and fallbackTue, 07 Mar 2023 13:19:19 +0000, by Matthew Wild
-
mod_http_oauth2: Correct field name for HTTP response status codeTue, 07 Mar 2023 13:14:25 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix incorrect function name (thanks Zash/luacheck)Tue, 07 Mar 2023 10:27:40 +0000, by Matthew Wild
-
mod_cloud_notify: Add note about Lua version requirements to READMETue, 07 Mar 2023 10:26:57 +0000, by Matthew Wild
-
mod_cloud_notify: Log warning when used on Lua 5.1Tue, 07 Mar 2023 10:24:58 +0000, by Matthew Wild
-
mod_http_oauth2: Remove authorization codes after useMon, 06 Mar 2023 16:53:27 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix authorization code logicMon, 06 Mar 2023 16:49:43 +0100, by Kim Alvefur
-
mod_http_oauth2: Include html templates in package for plugin installerMon, 06 Mar 2023 15:55:11 +0100, by Kim Alvefur
-
mod_conversejs: This one weird trick updates options on reloadThu, 23 Feb 2023 00:30:59 +0100, by Kim Alvefur
-
mod_http_oauth2: Switch to '303 See Other' redirectsMon, 06 Mar 2023 10:37:43 +0000, by Matthew Wild
-
mod_http_oauth2: Allow non-HTTPS on localhost URLsMon, 06 Mar 2023 10:29:14 +0000, by Matthew Wild
-
mod_http_oauth2: Add authentication, consent and error pagesMon, 06 Mar 2023 09:46:58 +0000, by Matthew Wild
-
mod_http_oauth: Factor out issuer URL calculation to a helper functionMon, 06 Mar 2023 09:40:17 +0000, by Matthew Wild
-
mod_http_oauth2: Clarify comment referencing mod_http_errors (thanks MattJ)Sun, 05 Mar 2023 12:38:20 +0100, by Kim Alvefur
-
mod_http_oauth2: Specify host for which to retrieve list of rolesSat, 04 Mar 2023 23:36:13 +0100, by Kim Alvefur
-
mod_http_oauth2: Return list of active roles in discoverySat, 04 Mar 2023 21:36:00 +0100, by Kim Alvefur
-
mod_http_oauth2: Return actually enabled response types in discoverySat, 04 Mar 2023 21:24:35 +0100, by Kim Alvefur
-
mod_http_oauth2: Calculate client secret expiry in registration responseSat, 04 Mar 2023 17:06:47 +0100, by Kim Alvefur
-
mod_http_oauth2: Strip trailing '/' from issuer URLSat, 04 Mar 2023 13:23:26 +0000, by Matthew Wild
-
mod_http_oauth2: Advertise endpoints that are enabledFri, 03 Mar 2023 22:54:46 +0100, by Kim Alvefur
-
mod_http_oauth2: Separate client_secret verification key from JWT keyFri, 03 Mar 2023 22:48:59 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix response type configFri, 03 Mar 2023 22:48:38 +0100, by Kim Alvefur
-
mod_http_oauth2/README: Document config optionsFri, 03 Mar 2023 22:48:14 +0100, by Kim Alvefur
-
mod_http_oauth2: Remove error messageFri, 03 Mar 2023 22:03:50 +0100, by Kim Alvefur
-
mod_http_oauth2: Mention name of client when giving out OOB authorization codeFri, 03 Mar 2023 21:45:24 +0100, by Kim Alvefur
-
mod_http_oauth2: Comment on mutation by other moduleFri, 03 Mar 2023 21:45:05 +0100, by Kim Alvefur
-
mod_http_oauth2: Implement stateless dynamic client registrationFri, 03 Mar 2023 21:14:19 +0100, by Kim Alvefur
-
mod_http_oauth2: Add support for 'iss' authz response parameter (RFC 9207)Fri, 03 Mar 2023 19:21:38 +0000, by Matthew Wild
-
mod_http_oauth2: Derive scope from correct user detailsFri, 03 Mar 2023 18:00:28 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix to actually return OOB responseFri, 03 Mar 2023 14:22:05 +0100, by Kim Alvefur
-
mod_http_oauth2: Add OIDC discovery endpoint (thanks Zash)Fri, 03 Mar 2023 11:24:05 +0000, by Matthew Wild
-
mod_http_oauth2: Implement OOB special redirect URI in code flowThu, 02 Mar 2023 23:59:09 +0100, by Kim Alvefur
-
mod_http_oauth2: Add settings for allowed grant and response typesThu, 02 Mar 2023 23:57:29 +0100, by Kim Alvefur
-
mod_http_oauth2: Implement the Implicit flowThu, 02 Mar 2023 22:06:50 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flowThu, 02 Mar 2023 22:00:42 +0100, by Kim Alvefur
-
mod_s2s_whitelist/README: Show inclusion in modules_enabled in exampleThu, 02 Mar 2023 11:38:57 +0100, by Kim Alvefur
-
mod_s2s_blacklist/README: Show inclusion in modules_enabled in exampleThu, 02 Mar 2023 11:38:08 +0100, by Kim Alvefur
-
mod_http_oauth2: Issue tokens for the purpose of 'oauth2'Wed, 01 Mar 2023 21:55:34 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix removal of consumed authorization codesWed, 01 Mar 2023 21:11:48 +0100, by Kim Alvefur
-
mod_sasl2_bind2: Support for SASL handlers forcing a specific resourceWed, 01 Mar 2023 13:21:29 +0000, by Matthew Wild
-
mod_rest: Remove confusing oauth2 tokens from examplesTue, 28 Feb 2023 18:15:20 +0100, by Kim Alvefur
-
mod_register_apps: Detect 0.12+ when called from prosodyctlThu, 23 Feb 2023 21:07:13 +0100, by Kim Alvefur
-
mod_muc_rtbl: fix more incorrect more references to "event"Wed, 22 Feb 2023 13:39:01 +0100, by Jonas Schäfer
-
mod_muc_rtbl: ignore blocklist for affiliated users for messagesWed, 22 Feb 2023 13:35:03 +0100, by Jonas Schäfer
-
mod_muc_rtbl: fix traceback because of scoping errorWed, 22 Feb 2023 13:33:16 +0100, by Jonas Schäfer
-
mod_muc_rtbl: move use of "private" attributes to single functionTue, 21 Feb 2023 21:41:19 +0100, by Jonas Schäfer
-
mod_muc_rtbl: also filter messagesTue, 21 Feb 2023 21:37:27 +0100, by Jonas Schäfer
-
New module, mod_muc_reserve_nick_patternMon, 20 Feb 2023 13:42:13 -0500, by Stephen Paul Weber
-
Strip images from XHTML-IM as wellMon, 20 Feb 2023 13:41:46 -0500, by Stephen Paul Weber
-
mod_muc_moderation: Derive role from reserved nickname if occupantSun, 19 Feb 2023 18:17:37 +0100, by Kim Alvefur
-
mod_muc_moderation: Refactor to prepare for new version of XEP-0425Sun, 19 Feb 2023 17:51:45 +0100, by Kim Alvefur
-
mod_unsubscriber: Revoke roster subscriptions of unreachable hostsSun, 19 Feb 2023 17:39:04 +0100, by Kim Alvefur
-
mod_jsxc: Correct description of resources setting (thanks ham5urg)Thu, 16 Feb 2023 18:53:51 +0100, by Kim Alvefur
-
mod_jsxc: Words about jQueryThu, 16 Feb 2023 17:17:05 +0100, by Kim Alvefur
-
mod_jsxc: Add plugin installer metadataThu, 16 Feb 2023 17:06:23 +0100, by Kim Alvefur
-
mod_jsxc: Document config optionsThu, 16 Feb 2023 17:06:07 +0100, by Kim Alvefur
-
mod_bob: Fix traceback when iq has no payload (thanks meaz)Fri, 10 Feb 2023 12:13:47 +0000, by Matthew Wild
-
mod_muc_auto_member: New module to automatically make MUC participants membersMon, 30 Jan 2023 15:07:31 +0000, by Matthew Wild
-
mod_http_status: Report module statusesMon, 30 Jan 2023 00:48:12 +0100, by Kim Alvefur
-
mod_firewall: Fix 'is_admin' internal dependency rule #1797 (thanks diane)Fri, 27 Jan 2023 23:06:25 +0100, by Kim Alvefur
-
mod_rest/README: Words about bearer tokensWed, 25 Jan 2023 20:39:13 +0100, by Kim Alvefur
-
mod_inject_ecaps2: Mention and link to XEP-0390 in textMon, 16 Jan 2023 15:54:40 +0100, by Kim Alvefur
-
mod_unified_push: Update docs to recommend loading on normal hostsSat, 14 Jan 2023 18:31:38 +0000, by Matthew Wild
-
mod_unified_push: README: Update docsSat, 14 Jan 2023 17:59:40 +0000, by Matthew Wild
-
mod_unified_push: Make unified_push_secret only required for jwt backendSat, 14 Jan 2023 17:59:29 +0000, by Matthew Wild
-
mod_unified_push: Improved error handling and reportingSat, 14 Jan 2023 16:16:47 +0000, by Matthew Wild
-
mod_unified_push: fix return values for paseto backendSat, 14 Jan 2023 16:16:00 +0000, by Matthew Wild
-
mod_unified_push: Fix storage backend error behaviours and return valuesSat, 14 Jan 2023 16:15:35 +0000, by Matthew Wild
-
mod_unified_push: Fix default ACL in component modeSat, 14 Jan 2023 16:14:50 +0000, by Matthew Wild
-
mod_unified_push: Fixes for paseto backend initializationSat, 14 Jan 2023 15:32:24 +0000, by Matthew Wild
-
mod_unified_push: Add support for multiple token backends, including stoageSat, 14 Jan 2023 14:31:37 +0000, by Matthew Wild
-
mod_unified_push: Refactor in anticipation of other registration backendsFri, 13 Jan 2023 16:50:43 +0000, by Matthew Wild
-
mod_unified_push: Add ACL option to restrict accessFri, 13 Jan 2023 16:41:48 +0000, by Matthew Wild
-
mod_unified_push: Fix JWT method parameter order (fixes #1791)Fri, 13 Jan 2023 16:40:00 +0000, by Matthew Wild
-
mod_http_dir_listing: Update Compatibility sectionFri, 13 Jan 2023 16:28:08 +0100, by Kim Alvefur
-
mod_http_dir_listing: Add metadata to fix plugin package buildFri, 13 Jan 2023 16:27:02 +0100, by Kim Alvefur
-
mod_invites_api: Fix traceback when no query params (thanks Menel)Wed, 11 Jan 2023 10:09:12 +0000, by Matthew Wild
-
mod_invites_api: Fix traceback on list command with no entries (thanks mirux)Wed, 11 Jan 2023 09:59:55 +0000, by Matthew Wild
-
Remove reverse dependencies on mod_invites (for plugin installer)Tue, 10 Jan 2023 20:49:17 +0100, by Kim Alvefur
-
mod_pubsub_summary: Mention HTML to Message Styling conversionTue, 10 Jan 2023 19:40:22 +0100, by Kim Alvefur
-
mod_unified_push: Remove dependency on trunk util.jwt (0.12 compat)Tue, 10 Jan 2023 16:34:21 +0000, by Matthew Wild
-
mod_unified_push: README: Documentation updates (example, etc.)Tue, 10 Jan 2023 16:07:00 +0000, by Matthew Wild
-
mod_sasl2_fast: Add some commentsTue, 10 Jan 2023 15:45:25 +0000, by Matthew Wild
-
mod_unified_push: Various fixes, now working with ConversationsTue, 10 Jan 2023 15:45:03 +0000, by Matthew Wild
-
mod_pubsub_summary: Trim preceding and trailing whitespace from titleTue, 10 Jan 2023 16:05:01 +0100, by Kim Alvefur
-
mod_pubsub_text_interface: Try to clarify help message wrt node argumentsSun, 08 Jan 2023 17:54:11 +0100, by Kim Alvefur
-
mod_pubsub_text_interface: Improve error messagesSun, 08 Jan 2023 17:53:14 +0100, by Kim Alvefur
-
mod_onions: Fix URL and linkify it.Sun, 08 Jan 2023 13:17:41 +0100, by Martin Dosch
-
mod_pubsub_summary: Render geo:-URI from OASIS emergency broadcastsSun, 08 Jan 2023 13:45:30 +0100, by Kim Alvefur
-
mod_ping_muc: Error out if loaded on ComponentsSat, 07 Jan 2023 17:36:16 +0100, by Kim Alvefur
-
mod_pubsub_summary: Hide link relation when value is "alternate"Sat, 07 Jan 2023 17:15:47 +0100, by Kim Alvefur
-
mod_unified_push: Experimenal Unified Push providerThu, 05 Jan 2023 17:28:06 +0000, by Matthew Wild
-
mod_muc_moderation/README: Simplify Compatibility sectionTue, 03 Jan 2023 16:10:16 +0100, by Kim Alvefur
-
mod_rest: Fix reference in OpenAPISat, 31 Dec 2022 17:09:18 +0100, by Kim Alvefur
-
mod_rest: Add XEP-0461 to OpenAPISat, 31 Dec 2022 17:03:40 +0100, by Kim Alvefur
-
mod_rest: Add missing message properties to OpenAPI documentationSat, 31 Dec 2022 17:02:36 +0100, by Kim Alvefur
-
mod_rest: Add some GET-mapped iq-queries to OpenAPI documentationSat, 31 Dec 2022 16:57:40 +0100, by Kim Alvefur
-
mod_rest/README: Fix XML well-formedness in example (thanks drsnuggles)Sat, 31 Dec 2022 15:32:25 +0100, by Kim Alvefur
-
mod_auth_dovecot: Fix plugin package (hopefully) (thanks nw)Fri, 30 Dec 2022 01:17:05 +0100, by Kim Alvefur
-
mod_s2s_auth_dane: Update Compatibility chart (doesn't work anymore)Sun, 25 Dec 2022 23:00:38 +0100, by Kim Alvefur
-
mod_rest: Remove manual reference expansion in schemaTue, 20 Dec 2022 21:48:28 +0100, by Kim Alvefur
-
MergeSun, 18 Dec 2022 15:30:02 +0100, by Kim Alvefur
-
Backed out changeset 85882735fd33Sat, 17 Dec 2022 14:13:06 +0100, by Jonas Schäfer
-
mod_http_muc_log: make default presence visibility configurableSat, 17 Dec 2022 13:27:56 +0100, by Jonas Schäfer
-
mod_audit: remove event hookThu, 28 Apr 2022 20:22:03 +0200, by Jonas Schäfer
-
mod_pubsub_mqtt: Switch to MQTT 3.1.1Fri, 16 Dec 2022 22:30:47 +0000, by Matthew Wild
-
mod_pubsub_mqtt: Support atom_title payload typeFri, 16 Dec 2022 22:16:45 +0000, by Matthew Wild
-
mod_pubsub_mqtt: Fix some inappropriate log levelsFri, 16 Dec 2022 12:12:01 +0000, by Matthew Wild
-
mod_pubsub_mqtt: Add XEP-0060 <item> wrapper to payloadsFri, 16 Dec 2022 12:11:16 +0000, by Matthew Wild
-
mod_pubsub_feeds: Include feeds library in plugin packageFri, 09 Dec 2022 21:03:51 +0100, by Kim Alvefur
-
mod_http_muc_log: Fix syntax error in timestamp adjusting scriptSun, 04 Dec 2022 23:30:09 +0100, by Kim Alvefur
-
mod_http_muc_log: Move language attribute onto body itselfSun, 04 Dec 2022 23:16:34 +0100, by Kim Alvefur
-
mod_http_muc_log: Tweak style towards the "modern"Sun, 04 Dec 2022 23:16:31 +0100, by Kim Alvefur
-
mod_http_muc_log: Fix error in js when displaying presence is disabledSun, 04 Dec 2022 22:23:56 +0100, by Kim Alvefur
-
mod_http_muc_log: Include static resources (css & js) in plugin packageSun, 04 Dec 2022 22:21:05 +0100, by Kim Alvefur
-
mod_http_muc_log: Move CSS and JS out of templateSun, 04 Dec 2022 22:10:07 +0100, by Kim Alvefur
-
mod_s2soutinjection: Use session logger where it makes senseFri, 02 Dec 2022 22:06:40 +0100, by Kim Alvefur
-
mod_s2soutinjection: Use module logging APIFri, 02 Dec 2022 22:05:13 +0100, by Kim Alvefur
-
mod_s2soutinjection: Remove undefined global (thanks Damian)Fri, 02 Dec 2022 22:03:29 +0100, by Kim Alvefur
-
mod_s2soutinjection: Remove unused variables [luacheck]Fri, 02 Dec 2022 22:02:55 +0100, by Kim Alvefur
-
mod_compat_roles: Add support for role inheritance (built-in roles only)Tue, 29 Nov 2022 11:43:59 +0000, by Matthew Wild
-
mod_compat_roles: Fix permission checks/roles to be per-host as intendedTue, 29 Nov 2022 11:38:28 +0000, by Matthew Wild
-
mod_compat_roles: Fix traceback when no host roles are defined (thanks cc)Tue, 29 Nov 2022 11:37:58 +0000, by Matthew Wild
-
mod_isolate_host: Pass context to module:may() (thanks cc)Tue, 29 Nov 2022 11:36:28 +0000, by Matthew Wild
-
mod_sasl2_fast: Add explicit dependency on mod_sasl2Mon, 28 Nov 2022 19:12:37 +0100, by Kim Alvefur
-
mod_sasl2_sm: Add explicit dependency on mod_sasl2Mon, 28 Nov 2022 19:12:34 +0100, by Kim Alvefur
-
mod_sasl2_bind2: Add explicit dependency on mod_sasl2Mon, 28 Nov 2022 19:05:48 +0100, by Kim Alvefur
-
mod_sasl2_fast: Add READMEMon, 28 Nov 2022 12:06:28 +0000, by Matthew Wild
-
mod_sasl2_sm: Update README with current informationMon, 28 Nov 2022 11:49:07 +0000, by Matthew Wild
-
mod_sasl2_bind2: Update and expand README with current statusMon, 28 Nov 2022 11:42:46 +0000, by Matthew Wild
-
mod_sasl2: Update and expand README with more (and updated) informationMon, 28 Nov 2022 11:37:24 +0000, by Matthew Wild
-
mod_sasl2: Honour (c2s_)require_encryption config optionMon, 28 Nov 2022 11:35:15 +0000, by Matthew Wild
-
mod_rest: Wrap webhook setup in a function for future reuseSun, 27 Nov 2022 00:34:00 +0100, by Kim Alvefur
-
mod_rest: Do not allow replies to <iq type=result> from webhooksSun, 27 Nov 2022 00:10:38 +0100, by Kim Alvefur
-
mod_clean_roster: Clean out invalid characters from roster entiresTue, 22 Nov 2022 16:59:52 +0100, by Kim Alvefur
-
mod_sasl2_fast: Add more debug loggingMon, 07 Nov 2022 10:21:42 +0000, by Matthew Wild
-
mod_sasl2_fast: Fixes to make channel binding work againMon, 07 Nov 2022 10:21:18 +0000, by Matthew Wild
-
mod_sasl2_fast: Clean up backend return values (fixes constant rotation)Mon, 07 Nov 2022 10:19:10 +0000, by Matthew Wild
-
mod_password_reset: Add rockspec.build.copy_directories entry to make it workSat, 29 Oct 2022 12:01:32 +0200, by Benjamin Danowski
-
mod_rest: Fix JSON conversion of 'displayed' chat markerMon, 24 Oct 2022 16:21:59 +0200, by Kim Alvefur
-
mod_vjud: Better docs for vjud_modeThu, 20 Oct 2022 11:28:53 +0100, by Matthew Wild
-
mod_sasl2_fast: Implement rotation and invalidationSat, 15 Oct 2022 21:01:04 +0100, by Matthew Wild
-
mod_sasl2_fast: Remove X-TOKEN-PLAIN and related profile handlerSat, 15 Oct 2022 20:26:25 +0100, by Matthew Wild
-
mod_sasl2_fast: Improved loggingSat, 15 Oct 2022 19:49:13 +0100, by Matthew Wild
-
mod_sasl2_fast: Register HT-* mechanisms with the required channel bindingSat, 15 Oct 2022 19:47:05 +0100, by Matthew Wild
-
mod_sasl2_fast: Fix field name for returned secretSat, 15 Oct 2022 19:46:23 +0100, by Matthew Wild
-
mod_sasl2_fast: Copy channel binding data state from original SASL handlerSat, 15 Oct 2022 19:45:53 +0100, by Matthew Wild
-
mod_sasl2_fast: Fixes for <authenticate> processingSat, 15 Oct 2022 19:44:54 +0100, by Matthew Wild
-
mod_sasl2_fast: Take username from SASL exchange rather than stream@fromSat, 15 Oct 2022 19:42:55 +0100, by Matthew Wild
-
mod_sasl2_fast: Fix make_token() to return appropriate resultSat, 15 Oct 2022 19:41:33 +0100, by Matthew Wild
-
mod_sasl2_fast: Improve backend profile name and correctly use it everywhereFri, 14 Oct 2022 16:21:01 +0100, by Matthew Wild
-
mod_sasl2_fast: More robust handling of stream@from and user-agent@idFri, 14 Oct 2022 15:44:00 +0100, by Matthew Wild
-
mod_sasl2: Forward stream attributes into sub-eventFri, 14 Oct 2022 15:43:22 +0100, by Matthew Wild
-
mod_sasl2_fast: Implement most of FAST + SASL HT-SHA-256Fri, 14 Oct 2022 14:44:27 +0100, by Matthew Wild
-
mod_block_registrations: Expand default list of blocked usernames (RFC 2142)Thu, 13 Oct 2022 22:51:41 +0100, by Matthew Wild
-
mod_sasl2: Add some brief dev notes about events to the READMEThu, 13 Oct 2022 22:48:57 +0100, by Matthew Wild
-
mod_sasl2: Clear sasl_handler on final successThu, 13 Oct 2022 22:48:28 +0100, by Matthew Wild
-
mod_sasl2_fast: New module for SASL2 FAST authentication (WIP)Thu, 13 Oct 2022 22:47:35 +0100, by Matthew Wild
-
mod_storage_appendmap: Fix keyvalue writesSun, 09 Oct 2022 21:35:18 +0200, by Kim Alvefur
-
mod_sasl2_bind2, mod_sasl2_sm: Remove bind2 <features/> wrapper elementTue, 27 Sep 2022 18:23:42 +0100, by Matthew Wild
-
mod_cloud_notify_extensions: Add note about dependencySat, 24 Sep 2022 09:26:26 +0100, by Matthew Wild
-
mod_cloud_notify: README overhaulSat, 24 Sep 2022 09:25:46 +0100, by Matthew Wild
-
mod_cloud_notify: Improve logging for various error casesSat, 24 Sep 2022 08:28:07 +0100, by Matthew Wild
-
mod_cloud_notify: Add warnings about options including real body/senderSat, 24 Sep 2022 08:06:11 +0100, by Matthew Wild
-
mod_cloud_notify_encrypted: Add debug logging when successfully encryptedSat, 24 Sep 2022 08:00:55 +0100, by Matthew Wild
-
mod_cloud_notify_encrypted: Additional debug logging when enabling/skippingFri, 23 Sep 2022 22:41:15 +0100, by Matthew Wild
-
mod_cloud_notify: Fix default extended timeout from 72 days -> 72 hoursFri, 23 Sep 2022 22:40:54 +0100, by Matthew Wild
-
mod_cloud_notify: Only delay hibernation timeout for push-enabled clientsFri, 23 Sep 2022 22:39:49 +0100, by Matthew Wild
-
mod_bookmarks2: Update README to reflect 0.12 releaseFri, 23 Sep 2022 12:37:36 +0100, by Matthew Wild
-
mod_spam_reporting: Remove redundant rockspec dependency on mod_blocklistFri, 23 Sep 2022 12:10:03 +0200, by Kim Alvefur
-
mod_sasl2: Further break up success handling, into pre/post stream:featuresThu, 22 Sep 2022 18:25:44 +0100, by Matthew Wild
-
mod_sasl2: Store client id if providedThu, 22 Sep 2022 16:48:05 +0100, by Matthew Wild
-
mod_sasl2_bind2: Generate resource from client tag if providedThu, 22 Sep 2022 16:43:51 +0100, by Matthew Wild
-
mod_sasl2_bind2: Remove deprecated <jid> element from <bound>Thu, 22 Sep 2022 16:37:59 +0100, by Matthew Wild
-
mod_sasl2_bind2: Update xmlns to match latest XEP proposal (thanks Andrzej)Thu, 22 Sep 2022 12:52:14 +0100, by Matthew Wild
-
mod_sasl2, mod_sasl2_bind2: rename event.session -> .origin for consistencyWed, 21 Sep 2022 10:32:45 +0100, by Matthew Wild
-
mod_sasl2_bind2: Move <inline> into <bind> feature elementWed, 21 Sep 2022 10:31:50 +0100, by Matthew Wild
-
mod_sasl2: Move <inline/> into <authentication>Wed, 21 Sep 2022 10:25:34 +0100, by Matthew Wild
-
mod_sasl2: Fix missing namespace on failure condition (thanks tmolitor)Wed, 21 Sep 2022 10:05:39 +0100, by Matthew Wild
-
mod_invites_adhoc: Set non-nil defaults for options, fixes traceback (thanks Martin)Wed, 14 Sep 2022 17:21:42 +0200, by Kim Alvefur
-
mod_sasl2, mod_sasl_bind2, mod_sasl2_sm: Bump XEP-0388 namespaceTue, 13 Sep 2022 20:32:20 +0100, by Matthew Wild
-
mod_sasl2: Hacky support for channel bindingTue, 06 Sep 2022 16:01:12 +0100, by Matthew Wild
-
mod_sasl2_bind2, mod_sasl2_sm: Move sasl2_sm_success to sessionSun, 04 Sep 2022 09:51:36 +0100, by Matthew Wild
-
mod_sasl2_bind2: Indicate to the client when carbons has been enabledSat, 03 Sep 2022 18:20:07 +0100, by Matthew Wild
-
mod_sasl2_sm: Fix event field nameSat, 03 Sep 2022 18:11:25 +0100, by Matthew Wild
-
mod_sasl2_sm: Fix typoSat, 03 Sep 2022 18:09:04 +0100, by Matthew Wild
-
mod_sasl2_bind2: Fix event nameSat, 03 Sep 2022 17:58:03 +0100, by Matthew Wild
-
mod_sasl2_bind2: Use correct method to get textSat, 03 Sep 2022 17:45:03 +0100, by Matthew Wild
-
mod_sasl2_bind2: Fix namespace (thanks Daniel)Sat, 03 Sep 2022 17:29:25 +0100, by Matthew Wild
-
mod_sasl2_sm: Integration with mod_sasl2_bind2Fri, 02 Sep 2022 16:22:31 +0100, by Matthew Wild
-
mod_sasl2_bind: Support for Bind 2.0 with SASL2Fri, 02 Sep 2022 16:22:11 +0100, by Matthew Wild
-
mod_sasl2: Add event for other modules to advertise inline featuresFri, 02 Sep 2022 16:20:13 +0100, by Matthew Wild
-
mod_sasl2_sm: Use a stanza method that actually existsMon, 29 Aug 2022 17:41:16 +0100, by Matthew Wild
-
mod_sasl2_sm: Experimental mod_isr alternativeMon, 29 Aug 2022 17:12:16 +0100, by Matthew Wild
-
mod_sasl2: Fix handling of various failure/error casesMon, 29 Aug 2022 16:35:19 +0100, by Matthew Wild
-
mod_isr: XEP-0397: Instant Stream ResumptionSun, 28 Aug 2022 17:30:52 +0100, by Matthew Wild
-
mod_sasl2: Include additional-data in SASL success responseSun, 28 Aug 2022 15:03:58 +0100, by Matthew Wild
-
mod_watch_spam_reports: Fix traceback due to misplaced parenthesis (thanks Menel)Sun, 28 Aug 2022 15:50:39 +0200, by Kim Alvefur
-
mod_sasl2: Eventually return true from success handlerSun, 28 Aug 2022 11:25:21 +0100, by Matthew Wild
-
mod_sasl2: Return true to indicate challenge was handled successfullySun, 28 Aug 2022 11:18:10 +0100, by Matthew Wild
-
mod_sasl2: Fix <challenge> generationSun, 28 Aug 2022 11:12:52 +0100, by Matthew Wild
-
mod_sasl2: Return status from event handlersSun, 28 Aug 2022 11:11:50 +0100, by Matthew Wild
-
mod_admin_blocklist: Add config option for which role(s) to consider (0.12+)Sat, 27 Aug 2022 16:36:22 +0200, by Kim Alvefur
-
mod_admin_blocklist: Fix traceback due to misplaced parenthesisSat, 27 Aug 2022 15:39:38 +0200, by Kim Alvefur
-
mod_muc_ban_ip: Support for service-wide IP bans from trusted servicesFri, 26 Aug 2022 11:30:44 +0100, by Matthew Wild
-
mod_register_apps: add monal iOS and macOS versionsThu, 25 Aug 2022 16:38:14 +0200, by tmolitor
-
mod_auth_imap: Remove unused variable [luacheck]Wed, 24 Aug 2022 16:03:17 +0200, by Kim Alvefur
-
mod_auth_imap: Fix packagingWed, 24 Aug 2022 16:02:00 +0200, by Kim Alvefur
-
mod_muc_bot/README: Update to account for 0.12 going stableWed, 24 Aug 2022 11:37:00 +0200, by Kim Alvefur
-
mod_restrict_xmpp: Treat archive query as a read despite using iq-setMon, 22 Aug 2022 23:51:07 +0200, by Kim Alvefur
-
mod_restrict_xmpp: XMPP-layer access control using Prosody's permissions APIMon, 22 Aug 2022 20:03:23 +0100, by Matthew Wild
-
Merge role-authMon, 22 Aug 2022 15:39:02 +0100, by Matthew Wild
-
*/README: Update compatibility info of modules still using legacy is_admin APIMon, 22 Aug 2022 13:28:01 +0100, by Matthew Wild
-
mod_http_oauth2: Update for new new role APIThu, 18 Aug 2022 10:36:58 +0100, by Matthew Wild
-
mod_http_admin_api: Update for new new role APIThu, 18 Aug 2022 10:36:35 +0100, by Matthew Wild
-
mod_isolate_host: Switch to module:may() (back compatible via compat_roles)Mon, 15 Aug 2022 14:18:07 +0100, by Matthew Wild
-
.luacheckrc: Update for module:may() & co.Mon, 15 Aug 2022 14:16:57 +0100, by Matthew Wild
-
mod_firewall: Update for role-auth (backwards compatible)Thu, 11 Aug 2022 17:04:53 +0100, by Matthew Wild
-
mod_rest: Update for mod_tokenauth API changes (backwards-compatible)Wed, 13 Jul 2022 11:27:44 +0100, by Matthew Wild
-
mod_invites_adhoc: Update for Prosody's new role API (backwards-compatible)Wed, 13 Jul 2022 11:23:55 +0100, by Matthew Wild
-
mod_http_xep227: Updates for new mod_tokenauth (trunk/0.13 only)Wed, 13 Jul 2022 11:21:19 +0100, by Matthew Wild
-
mod_http_oauth2: Updates for Prosody's new role API (backwards-compatible)Wed, 13 Jul 2022 11:20:09 +0100, by Matthew Wild
-
mod_http_admin_api: Updates for new role auth API in Prosody (trunk/0.13 only)Wed, 13 Jul 2022 11:18:46 +0100, by Matthew Wild
-
mod_cloud_notify: Rename field in event for clarity ('node' is ambiguous here)Wed, 13 Jul 2022 11:15:43 +0100, by Matthew Wild
-
mod_sentry: Log warning when server returns unexpected responseWed, 13 Jul 2022 11:14:04 +0100, by Matthew Wild
-
mod_privilege: process entity IQs (credit to adx) and messages with a constructed entity sessionTue, 16 Aug 2022 13:10:39 +0200, by Nicoco
-
mod_http_muc_log: Use stanza:find to save a few bytesTue, 16 Aug 2022 01:45:28 +0200, by Kim Alvefur
-
mod_http_muc_log: Use XEP-0421 ID over nickname for XEP-0308Tue, 16 Aug 2022 01:41:45 +0200, by Kim Alvefur
-
mod_http_muc_log: Use XEP-0359 ID if availableTue, 16 Aug 2022 01:39:25 +0200, by Kim Alvefur
-
mod_http_muc_log: Rename variable for improved clarityTue, 16 Aug 2022 01:34:27 +0200, by Kim Alvefur
-
mod_http_muc_log: Remove dead codeTue, 16 Aug 2022 01:27:59 +0200, by Kim Alvefur
-
mod_rest: Fill in 'type' field in error registryMon, 15 Aug 2022 15:26:14 +0200, by Kim Alvefur
-
mod_http_muc_log: Link to replied-to message using XEP-0461: Message RepliesFri, 12 Aug 2022 17:15:11 +0200, by Kim Alvefur
-
mod_http_muc_log: Mention relevant XEPs in commentsFri, 12 Aug 2022 17:14:43 +0200, by Kim Alvefur
-
mod_rest: Add JSON mapping for XEP-0461: Message RepliesFri, 12 Aug 2022 17:13:58 +0200, by Kim Alvefur
-
mod_compat_roles/README: Fix yaml syntax in metadata blockThu, 11 Aug 2022 20:04:13 +0200, by Kim Alvefur
-
mod_compat_roles: New module providing compat shim for trunk's new role APIThu, 11 Aug 2022 17:49:33 +0100, by Matthew Wild
-
mod_muc_badge: If room has no title use localpart of room's jid (fixes #1767)Tue, 02 Aug 2022 23:45:00 +0200, by Citronalco
-
mod_s2s_smacks_timeout: Use mod_smacks to close stale s2s connectionsWed, 03 Aug 2022 03:14:17 +0200, by Kim Alvefur
-
replaced 'session' with 'origin' in push_disableSat, 30 Jul 2022 21:07:47 +1200, by arcseconds
-
mod_default_bookmarks: Fix support for array of string config in bookmarks 2 part (thanks Menel)Fri, 29 Jul 2022 17:53:56 +0200, by Kim Alvefur
-
mod_default_bookmarks: Bail on empty 'default_bookmarks' to fix tracebackMon, 25 Jul 2022 19:28:38 +0200, by Kim Alvefur
-
mod_log_http: Undo mistake in 456b9f608fcfThu, 21 Jul 2022 18:06:31 +0200, by Kim Alvefur
Scroll all the way down to load more.