Software /
code /
prosody-modules
Graph
-
mod_storage_s3: Fix passing of prefixes, should not be urlencodedSat, 02 Dec 2023 12:20:36 +0100, by Kim Alvefur
-
mod_audit: Update command to handle storing JIDs instead of only usernamesSat, 02 Dec 2023 11:48:19 +0100, by Kim Alvefur
-
mod_client_management: Include session in the other new-client event tooSat, 02 Dec 2023 11:18:57 +0100, by Kim Alvefur
-
luacheckrc: Replace deprecated module:once with :on_readySat, 02 Dec 2023 11:10:43 +0100, by Kim Alvefur
-
mod_restrict_xmpp: Add vcard4 PEP node to profile permissionSat, 02 Dec 2023 11:07:23 +0100, by Kim Alvefur
-
mod_client_management: Include session in new-client eventSat, 02 Dec 2023 11:06:47 +0100, by Kim Alvefur
-
mod_http_oauth2: Fire authentication events on login formFri, 01 Dec 2023 22:40:41 +0100, by Kim Alvefur
-
mod_http_oauth2: Comment on authorization code storageFri, 01 Dec 2023 21:35:25 +0100, by Kim Alvefur
-
mod_audit_tokens: Record events fired by mod_tokenauth in audit logFri, 01 Dec 2023 21:32:33 +0100, by Kim Alvefur
-
mod_audit_auth: Add audit record when a client connects that has not been seen beforeFri, 01 Dec 2023 11:59:02 +0000, by Matthew Wild
-
mod_audit_auth: Ignore FAST authentication events by defaultFri, 01 Dec 2023 11:34:52 +0000, by Matthew Wild
-
mod_restrict_xmpp: Fix remaining hard-coded role nameThu, 30 Nov 2023 18:05:42 +0000, by Matthew Wild
-
mod_audit: Update README with new name of mod_audit_registerThu, 30 Nov 2023 17:59:47 +0000, by Matthew Wild
-
mod_audit_user_accounts: Renamed from mod_audit_registerThu, 30 Nov 2023 17:59:08 +0000, by Matthew Wild
-
mod_audit_register: Support for deregister and enable/disable eventsThu, 30 Nov 2023 17:51:27 +0000, by Matthew Wild
-
mod_audit_status: Support writing heartbeat with async storage driversWed, 29 Nov 2023 12:14:49 +0000, by Matthew Wild
-
mod_storage_xmlarchive: Support using requested archive-idWed, 29 Nov 2023 11:14:21 +0100, by Kim Alvefur
-
mod_storage_xmlarchive: Pass hostname to converter for converting all usersTue, 28 Nov 2023 19:55:43 +0100, by Kim Alvefur
-
mod_storage_xmlarchive: Migrate all users/rooms if no JID argument givenTue, 28 Nov 2023 19:48:34 +0100, by Kim Alvefur
-
misc: Add a basic grafterm dashboardMon, 27 Nov 2023 17:16:15 +0100, by Kim Alvefur
-
misc: Add a Grafana dashboardMon, 27 Nov 2023 17:14:36 +0100, by Kim Alvefur
-
mod_storage_s3: Sort archive items by LastModifiedMon, 27 Nov 2023 14:27:35 +0100, by Kim Alvefur
-
mod_storage_s3: Reorder path components (BC: invalidates any existing data)Mon, 27 Nov 2023 09:30:04 +0100, by Kim Alvefur
-
mod_storage_s3: Fix querying for basic MAM parametersMon, 27 Nov 2023 09:28:28 +0100, by Kim Alvefur
-
luacheck: Add new module API methods from trunkMon, 27 Nov 2023 07:10:06 +0100, by Kim Alvefur
-
mod_storage_s3: Implement search for set of IDsSun, 26 Nov 2023 22:44:01 +0100, by Kim Alvefur
-
mod_storage_s3: Advertise full id range archive query capabilitySun, 26 Nov 2023 22:29:21 +0100, by Kim Alvefur
-
mod_audit: Use new module API for period/time rangesSun, 26 Nov 2023 21:51:12 +0100, by Kim Alvefur
-
mod_auth_oauth_external: Fix typoSat, 25 Nov 2023 01:09:01 +0100, by Kim Alvefur
-
mod_storage_xmlarchive: Fix "user" iteration APIThu, 23 Nov 2023 16:16:34 +0100, by Kim Alvefur
-
mod_storage_s3: Fix storing archives for host itself (e.g. mod_audit)Wed, 22 Nov 2023 12:56:50 +0100, by Kim Alvefur
-
mod_register_redirect: docs: Fix typo in example (thanks melvo)Wed, 22 Nov 2023 11:54:22 +0000, by Matthew Wild
-
mod_sasl2_sm: Remove duplicate advertisement of stream management (thanks singpolyma)Tue, 21 Nov 2023 17:34:54 +0000, by Matthew Wild
-
mod_invites_page: Add support for Haiku and mobile LinuxThu, 16 Nov 2023 19:18:22 +0100, by Emmanuel Gil Peyrot
-
mod_invites_page: Also remove jQuery usage in client pageThu, 16 Nov 2023 19:18:05 +0100, by Emmanuel Gil Peyrot
-
mod_invites_page: Stop displaying the QRCode to mobile devicesThu, 16 Nov 2023 19:17:44 +0100, by Emmanuel Gil Peyrot
-
mod_register_apps: Remove intrinsic size from SVGs, to always display them at their full sizeThu, 16 Nov 2023 18:06:40 +0100, by Emmanuel Gil Peyrot
-
mod_invites_page: Typo in preventing the default event when clicking on show allThu, 16 Nov 2023 16:31:02 +0100, by Emmanuel Gil Peyrot
-
mod_http_avatar: Fix displaying the fallback on FirefoxThu, 16 Nov 2023 16:25:52 +0100, by Emmanuel Gil Peyrot
-
mod_invites_page: Move the JS script to its own fileThu, 16 Nov 2023 16:16:55 +0100, by Emmanuel Gil Peyrot
-
mod_invites_page: Replace jQuery with vanilla.js in the HTMLThu, 16 Nov 2023 16:15:26 +0100, by Emmanuel Gil Peyrot
-
mod_register_apps: Add Renga to the list of supported clientsThu, 16 Nov 2023 16:14:24 +0100, by Emmanuel Gil Peyrot
-
mod_http_oauth2: Make defaults more secureTue, 14 Nov 2023 23:19:19 +0100, by Kim Alvefur
-
mod_http_oauth2: Skip consent screen if requested by client and same scopes already grantedTue, 14 Nov 2023 23:03:37 +0100, by Kim Alvefur
-
mod_audit: Replace argument parsing debug print() with debug loggingTue, 14 Nov 2023 16:01:33 +0100, by Kim Alvefur
-
mod_audit_register: Include hostpart with audit events here tooMon, 13 Nov 2023 17:23:49 +0100, by Kim Alvefur
-
mod_audit_auth: Include hostpart with audit eventsMon, 13 Nov 2023 17:14:09 +0100, by Kim Alvefur
-
mod_audit: Fix storing IP prefixesMon, 13 Nov 2023 16:55:12 +0100, by Kim Alvefur
-
mod_audit: Fix showing session details in module commandMon, 13 Nov 2023 12:37:21 +0100, by Kim Alvefur
-
mod_audit: Also record human-readable name of countryMon, 13 Nov 2023 12:22:17 +0100, by Kim Alvefur
-
mod_audit: Fix recording location infoMon, 13 Nov 2023 12:14:31 +0100, by Kim Alvefur
-
mod_audit: Parse IP into util.ip object once and reuseMon, 13 Nov 2023 12:05:17 +0100, by Kim Alvefur
-
mod_audit: Pass IP address in string formMon, 13 Nov 2023 12:02:54 +0100, by Kim Alvefur
-
mod_audit: Fix use of util.ipMon, 13 Nov 2023 11:36:56 +0100, by Kim Alvefur
-
mod_firewall: Add FROM COUNTRY condition based on GeoIP DBSun, 12 Nov 2023 16:37:47 +0100, by Kim Alvefur
-
mod_firewall: Tweak page outlineSun, 12 Nov 2023 16:14:09 +0100, by Kim Alvefur
-
mod_aws_profile: Fix use of timer APISun, 12 Nov 2023 02:37:53 +0100, by Kim Alvefur
-
mod_auth_oauth_external: Enable experimental http connection poolingSun, 12 Nov 2023 02:35:34 +0100, by Kim Alvefur
-
mod_storage_s3: Enable connection pooling added in latest trunkSat, 11 Nov 2023 23:55:44 +0100, by Kim Alvefur
-
mod_storage_s3: Fix loggingSat, 11 Nov 2023 22:43:34 +0100, by Kim Alvefur
-
mod_storage_s3: Sort importsSat, 11 Nov 2023 22:32:18 +0100, by Kim Alvefur
-
mod_storage_s3: Implement archive store deletionSat, 11 Nov 2023 22:47:14 +0100, by Kim Alvefur
-
mod_storage_s3: Skip archive items matching on date but not full datetimeSat, 11 Nov 2023 22:26:39 +0100, by Kim Alvefur
-
mod_storage_s3: Move request signing into a net.http hookSat, 11 Nov 2023 17:01:29 +0100, by Kim Alvefur
-
mod_client_management: Report on longest lived token when grant does not expireFri, 10 Nov 2023 00:26:17 +0100, by Kim Alvefur
-
mod_muc_members_json: Fix typo in example and set correct syntax highlighterTue, 07 Nov 2023 11:28:46 +0000, by Matthew Wild
-
mod_muc_members_json: Expand example config and docs for clarityTue, 07 Nov 2023 11:26:36 +0000, by Matthew Wild
-
mod_storage_appendmap: Include timestamps when appending dataSun, 05 Nov 2023 21:06:23 +0100, by Kim Alvefur
-
mod_storage_appendmap: Implement item/user iteration methodsSun, 05 Nov 2023 21:03:30 +0100, by Kim Alvefur
-
mod_http_health: Copypaste IP access control codeSun, 05 Nov 2023 19:22:46 +0100, by Kim Alvefur
-
mod_dnsupdate: Support advertising explicit non-existence of serviceFri, 03 Nov 2023 23:26:57 +0100, by Kim Alvefur
-
mod_http_admin_api: Support for adding/removing group MUCsThu, 02 Nov 2023 17:00:53 +0000, by Matthew Wild
-
mod_groups_muc_bookmarks: Update bookmarks when a group MUC is added/removedThu, 02 Nov 2023 17:00:14 +0000, by Matthew Wild
-
mod_groups_internal: Update to support multiple MUCs per groupThu, 02 Nov 2023 16:59:44 +0000, by Matthew Wild
-
mod_storage_ejabberdsql_readonly: Don't use MySQL-specific syntaxMon, 30 Oct 2023 12:28:12 +0000, by Matthew Wild
-
mod_client_management: Bail out retrieving tokens for userSun, 29 Oct 2023 12:41:56 +0100, by Kim Alvefur
-
mod_http_oauth2: Limit revocation to clients own tokens in strict modeSun, 29 Oct 2023 11:30:49 +0100, by Kim Alvefur
-
mod_http_oauth2: Restrict introspection to clients own tokensSun, 29 Oct 2023 11:20:15 +0100, by Kim Alvefur
-
mod_http_oauth2: Implement introspection endpointThu, 25 May 2023 09:31:21 +0200, by Kim Alvefur
-
mod_http_status: Add IP allowlisting capabilitiesWed, 25 Oct 2023 17:18:50 +0200, by Kim Alvefur
-
mod_rest: Limit payload size (cf stanza size limits)Wed, 25 Oct 2023 15:36:20 +0200, by Kim Alvefur
-
mod_storage_s3: Add brief READMESat, 14 Oct 2023 23:05:59 +0200, by Kim Alvefur
-
mod_storage_s3: Treat 404 to GET as a signal for empty dataSat, 14 Oct 2023 22:50:29 +0200, by Kim Alvefur
-
mod_storage_s3: Use '@' as placeholder for empty (host) store slotsSat, 14 Oct 2023 22:49:57 +0200, by Kim Alvefur
-
mod_storage_s3: Handle archive query without parametersSat, 14 Oct 2023 22:49:12 +0200, by Kim Alvefur
-
mod_storage_s3: Implement Archive storageSat, 14 Oct 2023 21:44:14 +0200, by Kim Alvefur
-
mod_storage_s3: Implement iteration of keyvalue keys (users usually)Sat, 14 Oct 2023 21:41:01 +0200, by Kim Alvefur
-
mod_storage_s3: Implement keyvalue deletionSat, 14 Oct 2023 21:40:46 +0200, by Kim Alvefur
-
mod_storage_s3: Handle signing of request ?query partSat, 14 Oct 2023 21:40:20 +0200, by Kim Alvefur
-
mod_storage_s3: Beginnings of an experimental S3 storage driverSat, 14 Oct 2023 17:31:06 +0200, by Kim Alvefur
-
mod_measure_modules: Report module statuses via OpenMetricsFri, 06 Oct 2023 18:34:39 +0200, by Kim Alvefur
-
mod_http_health: Provide a health check HTTP endpointFri, 06 Oct 2023 16:49:57 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Restore default read-only behavior and the -rw flagSun, 01 Oct 2023 16:39:48 +0200, by Kim Alvefur
-
mod_http_oauth2: Include 'amr' claim in ID TokenThu, 28 Sep 2023 16:38:29 +0200, by Kim Alvefur
-
mod_push2: restore offline message hookThu, 21 Sep 2023 18:47:27 -0500, by Stephen Paul Weber
-
mod_push2: Need to include the public key with the JWTWed, 20 Sep 2023 23:05:29 -0500, by Stephen Paul Weber
-
mod_push2: Add note about luaossl patchTue, 19 Sep 2023 21:39:14 -0500, by Stephen Paul Weber
-
mod_push2: Fix unbalanced quote in readmeTue, 19 Sep 2023 21:36:13 -0500, by Stephen Paul Weber
-
mod_push2: Add back body truncation logicTue, 19 Sep 2023 21:33:40 -0500, by Stephen Paul Weber
-
Initial work on Push 2.0Tue, 19 Sep 2023 21:21:17 -0500, by Stephen Paul Weber
-
mod_muc_adhoc_bots: Fix unbalanced quote in metadata sectionTue, 19 Sep 2023 15:03:01 +0200, by Kim Alvefur
-
mod_muc_members_json: Fix potential error when removing old affiliationsTue, 19 Sep 2023 14:55:56 +0200, by Kim Alvefur
-
mod_http_muc_log: Correctly handle changed or retracted reactionsTue, 19 Sep 2023 13:22:00 +0200, by Kim Alvefur
-
mod_muc_members_json: Demonstrate support for more than one JID per listMon, 18 Sep 2023 18:34:55 +0200, by Kim Alvefur
-
mod_muc_members_json: Fix invalid JSON in READMEMon, 18 Sep 2023 18:33:01 +0200, by Kim Alvefur
-
MergeMon, 18 Sep 2023 08:24:19 -0500, by Stephen Paul Weber
-
mod_muc_adhoc_bots: add moduleMon, 18 Sep 2023 08:22:07 -0500, by Stephen Paul Weber
-
mod_pubsub_subscription: support subscribing from a bare JIDSat, 06 May 2023 19:42:08 -0500, by Stephen Paul Weber
-
mergeSat, 06 May 2023 19:40:23 -0500, by Stephen Paul Weber
-
mod_muc_restrict_avatars: Block MUC participant avatars for non-membersWed, 22 Feb 2023 22:47:45 -0500, by Stephen Paul Weber
-
misc/mtail: Start of an mtail configSun, 17 Sep 2023 13:36:30 +0200, by Kim Alvefur
-
mod_muc_moderation: Mention that it works with mod_storage_xmlarchive (thanks Menel)Mon, 11 Sep 2023 18:03:18 +0200, by Kim Alvefur
-
mod_http_oauth2: Apply refresh token ttl to refresh token instead of grantMon, 11 Sep 2023 10:48:31 +0200, by Kim Alvefur
-
mod_client_management: Show grant expiry in shell commandMon, 11 Sep 2023 10:19:38 +0200, by Kim Alvefur
-
mod_http_oauth2: Tweak wording in README to point out that this is an ASSat, 09 Sep 2023 22:51:25 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow 'login_hint' as a substitute for OIDC 'select_account' promptSat, 09 Sep 2023 21:42:24 +0200, by Kim Alvefur
-
mod_http_oauth2: Remove broken in-CSS templatingSun, 27 Aug 2023 09:49:35 +0200, by Kim Alvefur
-
mod_invites_page: load `invites_template_html` from config which support multiple languages and parse the correct query params accordingly.Tue, 29 Aug 2023 22:25:01 +0700, by Trần H. Trung
-
mod_invites_register_web: update README for `invites_template_html`.Tue, 29 Aug 2023 22:06:19 +0700, by Trần H. Trung
-
mod_invites_register_web: change config option from `invites_html_template` to `invites_template_html`.Tue, 29 Aug 2023 22:05:46 +0700, by Trần H. Trung
-
mod_bidi: Really extra finally fix auto-linking to mod_s2s_bidiSun, 27 Aug 2023 15:33:14 +0200, by Kim Alvefur
-
mod_bidi: Fix README againSun, 27 Aug 2023 15:31:46 +0200, by Kim Alvefur
-
mod_bidi: Fix autolink syntaxSun, 27 Aug 2023 15:30:00 +0200, by Kim Alvefur
-
mod_bidi: Add warning about use with 0.12Sun, 27 Aug 2023 15:28:53 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Silence shellcheck SC1091Sat, 26 Aug 2023 14:49:45 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Update to use httpie-oauth2 pluginSat, 26 Aug 2023 14:37:04 +0200, by Kim Alvefur
-
mod_http_oauth2: Specify language in templatesSat, 26 Aug 2023 01:40:23 +0200, by Kim Alvefur
-
mod_http_oauth2: Remove duplicated word in README introduced in 734788d8bfc3Thu, 17 Aug 2023 08:34:17 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow omitting application type for native appsWed, 16 Aug 2023 23:56:40 +0200, by Kim Alvefur
-
mod_client_management: Show timestamp of first client appearanceWed, 16 Aug 2023 11:17:28 +0200, by Kim Alvefur
-
mod_http_oauth2: Improve templatesTue, 08 Aug 2023 17:04:50 +0200, by Kim Alvefur
-
mod_http_oauth2: Add autocomplete hint to username fieldMon, 07 Aug 2023 22:52:14 +0200, by Kim Alvefur
-
mod_http_oauth2: Make storage of various code more consistentSun, 06 Aug 2023 12:07:05 +0200, by Kim Alvefur
-
mod_http_oauth2: Bail on invalid or expired device flow state tokenFri, 04 Aug 2023 01:11:01 +0200, by Kim Alvefur
-
mod_http_oauth2: Tweak method of centering the UIMon, 31 Jul 2023 07:28:09 +0200, by Kim Alvefur
-
mod_http_oauth2: Optionally enforce authentication on revocation endpointMon, 31 Jul 2023 02:07:58 +0200, by Kim Alvefur
-
mod_http_oauth2: Present errors in HTML <dialog>Mon, 31 Jul 2023 02:07:24 +0200, by Kim Alvefur
-
mod_http_oauth2: Move site name into <header>Mon, 31 Jul 2023 02:05:49 +0200, by Kim Alvefur
-
mod_http_oauth2: Conform to XHTML in templatesMon, 31 Jul 2023 02:04:05 +0200, by Kim Alvefur
-
mod_invites_register_web: add inviter back in every html render.Tue, 01 Aug 2023 01:27:45 +0700, by Trần H. Trung
-
mod_invites_api: refactor to keep consistent error message.Mon, 31 Jul 2023 16:41:48 +0700, by Trần H. Trung
-
mod_invites_api: fix error messages when not `found`.Mon, 31 Jul 2023 13:15:54 +0700, by Trần H. Trung
-
mod_invites_api: add `rename` command.Mon, 31 Jul 2023 12:49:04 +0700, by Trần H. Trung
-
mod_invites_api: add `module:depends("http");` to use `module:http_url()` in `prosodyctl`.Mon, 31 Jul 2023 11:52:00 +0700, by Trần H. Trung
-
mod_invites_api: Update README.markdown.Sat, 29 Jul 2023 22:51:48 +0700, by Trần H. Trung
-
Merge upstreamSat, 29 Jul 2023 18:11:24 +0700, by Trần H. Trung
-
mod_webpresence: use module:http_url() to get the correct url.Sat, 29 Jul 2023 18:08:58 +0700, by Trần H. Trung
-
mod_s2sout_override: Add support for one-level wildcards (e.g. *.example.net)Thu, 27 Jul 2023 15:04:38 +0200, by Kim Alvefur
-
mod_s2sout_override: Add support for a catch-all targetThu, 27 Jul 2023 15:00:26 +0200, by Kim Alvefur
-
mod_invites_page: Produce URL without config from prosodyctl in trunkWed, 26 Jul 2023 16:23:13 +0200, by Kim Alvefur
-
mod_invites_api: remove unnecessary variables.Thu, 27 Jul 2023 18:41:06 +0700, by Trần H. Trung
-
mod_invites_api: use the nice `module:http_url()` to get the correct url.Thu, 27 Jul 2023 18:33:12 +0700, by Trần H. Trung
-
Merge upstream.Wed, 26 Jul 2023 18:45:41 +0700, by Trần H. Trung
-
mod_http_oauth2: Don't use new time period API just yetTue, 25 Jul 2023 11:01:58 +0200, by Kim Alvefur
-
mod_http_oauth2: Clean cache less frequentlyMon, 24 Jul 2023 01:26:41 +0200, by Kim Alvefur
-
mod_http_oauth2: Shorten default token validity periodsMon, 24 Jul 2023 01:30:14 +0200, by Kim Alvefur
-
mod_http_oauth2: Implement refresh token rotationSun, 23 Jul 2023 02:56:08 +0200, by Kim Alvefur
-
mod_http_oauth2: Hint at future deprecation of resource owner password grantFri, 21 Jul 2023 00:38:04 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow a shorter form of the device grant in configFri, 21 Jul 2023 00:37:34 +0200, by Kim Alvefur
-
mod_http_oauth2: Mention Device flow in list of flows in READMEFri, 21 Jul 2023 00:29:24 +0200, by Kim Alvefur
-
mod_muc_moderation: Stamp XEP-0421 occupant-id for the acting moderatorThu, 20 Jul 2023 10:38:33 +0200, by Kim Alvefur
-
mod_muc_moderation: Copy XEP-0421 occupant-id from retracted messageThu, 20 Jul 2023 10:37:27 +0200, by Kim Alvefur
-
mod_muc_block_pm: Advertise that Moderators are allowed to send PMsWed, 19 Jul 2023 17:01:40 +0200, by Kim Alvefur
-
mod_muc_block_pm: Allow private messages to yourselfWed, 19 Jul 2023 16:59:16 +0200, by Kim Alvefur
-
mod_http_oauth2: Show errors on device flow user code entry pageWed, 19 Jul 2023 13:05:47 +0200, by Kim Alvefur
-
mod_http_oauth2: Namespace the various codes to minimize confusionWed, 19 Jul 2023 12:58:04 +0200, by Kim Alvefur
-
mod_default_bookmarks: Include 'autojoin' in examplesMon, 17 Jul 2023 16:40:45 +0200, by Kim Alvefur
-
mod_http_oauth2: Improve a description in schemaSat, 15 Jul 2023 12:27:24 +0200, by Kim Alvefur
-
editorconfig: Document established conventionsSat, 15 Jul 2023 10:45:26 +0200, by Kim Alvefur
-
mod_muc_limits: Drop unsupported Prosody versions from Compatibility tableSat, 15 Jul 2023 09:16:19 +0200, by Kim Alvefur
-
mod_muc_limits: Set syntax of config snippets to enable syntax highlightingSat, 15 Jul 2023 09:14:57 +0200, by Kim Alvefur
-
mod_muc_limits: Reduce cost of multi-line messages, make configurableSat, 15 Jul 2023 09:09:41 +0200, by Kim Alvefur
-
mod_client_management: Make ID column dynamically sizedFri, 14 Jul 2023 16:20:54 +0200, by Kim Alvefur
-
mod_client_management: Fix traceback if no last seen timestamp availableFri, 14 Jul 2023 16:09:43 +0200, by Kim Alvefur
-
mod_http_oauth2: Add titles and descriptions to registration schemaFri, 14 Jul 2023 16:04:11 +0200, by Kim Alvefur
-
mod_client_management: Fix missing equality checkFri, 14 Jul 2023 15:44:55 +0200, by Kim Alvefur
-
mod_client_management: Allow revoking a specific client versionFri, 14 Jul 2023 15:16:06 +0200, by Kim Alvefur
-
mod_client_management: Add way to revoke (one) client by softwareFri, 14 Jul 2023 15:01:56 +0200, by Kim Alvefur
-
mod_client_management: Add shell command to revoke client accessFri, 14 Jul 2023 13:25:30 +0200, by Kim Alvefur
-
mod_client_management: Include software version in table (when known)Thu, 13 Jul 2023 23:26:02 +0200, by Kim Alvefur
-
mod_client_management: Include the client id in table in shell commandThu, 13 Jul 2023 23:24:23 +0200, by Kim Alvefur
-
mod_muc_block_pm: Update to 0.12+ API, use roles instead of affiliationsWed, 12 Jul 2023 15:47:20 +0200, by Kim Alvefur
-
mod_http_muc_log: Fix redirect bugMon, 10 Jul 2023 16:10:57 +0200, by Kim Alvefur
-
mod_http_oauth2: Implement RFC 8628 Device Authorization GrantMon, 10 Jul 2023 07:16:54 +0200, by Kim Alvefur
-
mod_invites_api: Change and add new commands for `module.command` to improve UX.Wed, 26 Jul 2023 18:43:45 +0700, by Trần H. Trung
-
mod_webpresence: Add TODO about fixing the first adhoc form.Mon, 10 Jul 2023 19:19:36 +0700, by Trần H. Trung
-
Update from upstreamSun, 09 Jul 2023 01:31:29 +0700, by Trần H. Trung
-
mod_http_oauth2: Mention support for RFC 9207Fri, 07 Jul 2023 19:45:48 +0200, by Kim Alvefur
-
mod_invites_register_web: Don't register user when refresh `register_error.html`.Fri, 26 May 2023 02:15:45 +0700, by Trần H. Trung
-
mod_invites_register_web: Update doc on how to use `invites_html_template`.Fri, 26 May 2023 02:08:29 +0700, by Trần H. Trung
-
mod_invites_register_web: Add html template and URL configuration for multiple (human) language.Fri, 26 May 2023 01:37:08 +0700, by Trần H. Trung
-
mod_webpresence: Add opt-in mechanism.Tue, 23 May 2023 23:45:00 +0700, by Trần H. Trung
-
mod_muc_members_json: Set imported hats to active by defaultFri, 07 Jul 2023 02:02:09 +0100, by Matthew Wild
-
mod_muc_members_json: New module to import MUC membership from a JSON URLFri, 07 Jul 2023 01:25:44 +0100, by Matthew Wild
-
mod_rest: Use logger of HTTP request in trunkFri, 07 Jul 2023 00:10:37 +0200, by Kim Alvefur
-
mod_measure_lua: Add brief READMEFri, 30 Jun 2023 23:58:03 +0200, by Kim Alvefur
-
mod_groups_oidc: Add dependency on mod_groups_internalFri, 30 Jun 2023 23:57:37 +0200, by Kim Alvefur
-
Multiple modules: Update for split prosody:user role (prosody 082c7d856e61)Thu, 29 Jun 2023 15:58:33 +0100, by Matthew Wild
-
mod_http_muc_log: Hide joins and parts by defaultWed, 28 Jun 2023 21:47:22 +0200, by Kim Alvefur
-
mod_http_oauth2: Only add nonce when issuing a client_secretMon, 26 Jun 2023 00:19:05 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Specify acceptable formats in Accept headerSun, 25 Jun 2023 23:53:15 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Pass feed data as argument instead of storing on objectSun, 25 Jun 2023 20:15:44 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Retrieve only the most recent item to compareSun, 25 Jun 2023 19:58:45 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Handle node already existingSun, 25 Jun 2023 19:52:24 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Remove comment, this text is in the READMESun, 25 Jun 2023 16:48:21 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Remove broken attempt to generate an ID from contentSun, 25 Jun 2023 16:45:25 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Fix mixup between feed object and parsed feedSun, 25 Jun 2023 16:42:57 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Create pubsub nodes on module load instead of laterSun, 25 Jun 2023 16:41:50 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Track latest timestamp seen in feeds instead of last pollSun, 25 Jun 2023 16:27:55 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Add new interval setting in seconds (old still works)Sun, 25 Jun 2023 16:24:12 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Disable WebSub (formerly PubSubHubbub) by defaultSun, 25 Jun 2023 16:20:57 +0200, by Kim Alvefur
-
mod_http_oauth2: Always show list of requested scopesSun, 25 Jun 2023 11:12:07 +0200, by Kim Alvefur
-
mod_muc_limits: Add a limit on number of bytes in a message bodySun, 25 Jun 2023 00:00:02 +0200, by Kim Alvefur
-
mod_muc_limits: Add a limit on number of lines per messageSat, 24 Jun 2023 23:56:13 +0200, by Kim Alvefur
-
mod_muc_limits: Normalise README markdown syntax (thanks pandoc)Sat, 24 Jun 2023 23:53:48 +0200, by Kim Alvefur
-
mod_muc_limits: Raise cost for multi-line messagesSat, 24 Jun 2023 23:51:31 +0200, by Kim Alvefur
-
Back out 22784f001b7f: Documentation change did not match code (thanks bronko)Thu, 22 Jun 2023 22:00:51 +0200, by Kim Alvefur
-
mod_http_oauth2: Rearrange description of redirect URIs requirementsThu, 22 Jun 2023 21:59:49 +0200, by Kim Alvefur
-
mod_http_oauth2: Add a more complete client registration exampleThu, 22 Jun 2023 09:18:32 +0200, by Kim Alvefur
-
mod_http_oauth2: Strip JWKS metadata since we do not understand thatTue, 20 Jun 2023 01:13:51 +0200, by Kim Alvefur
-
mod_http_oauth2: Strip unknown client metadataTue, 20 Jun 2023 01:11:34 +0200, by Kim Alvefur
-
mod_rest: Map the archive-id attribute in MAM result itemsMon, 19 Jun 2023 01:26:56 +0200, by Kim Alvefur
-
mod_rest: Include full_jid property on originSun, 18 Jun 2023 22:23:24 +0200, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Remove unused importSun, 18 Jun 2023 15:28:23 +0200, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Fix typoSun, 18 Jun 2023 15:28:13 +0200, by Kim Alvefur
-
mod_http_oauth2: Make allowed locales configurableSat, 17 Jun 2023 19:03:32 +0200, by Kim Alvefur
-
mod_http_oauth2: Improve error messages for URI propertiesSat, 17 Jun 2023 18:15:00 +0200, by Kim Alvefur
-
mod_rest: Describe the error 'by' property in OpenAPI specSat, 17 Jun 2023 16:28:13 +0200, by Kim Alvefur
-
mod_rest: List all error conditions in OpenAPI specSat, 17 Jun 2023 16:26:33 +0200, by Kim Alvefur
-
mod_http_oauth2: Make note about handling repeatedFri, 16 Jun 2023 00:10:46 +0200, by Kim Alvefur
-
mod_http_oauth2: Add TODO about disabling password grantFri, 16 Jun 2023 00:06:53 +0200, by Kim Alvefur
-
mod_http_oauth2: Disable CORS for authorization endpointFri, 16 Jun 2023 00:05:57 +0200, by Kim Alvefur
-
mod_http_oauth2: Make CSP configurableSun, 11 Jun 2023 14:06:28 +0200, by Kim Alvefur
-
mod_http_oauth2: Link to RFC 7628 in READMESun, 11 Jun 2023 14:03:27 +0200, by Kim Alvefur
-
mod_http_oauth2: Use code spans for some config options in READMESun, 11 Jun 2023 14:02:47 +0200, by Kim Alvefur
-
mod_http_oauth2: Remove underscore prefixSat, 10 Jun 2023 12:04:00 +0200, by Kim Alvefur
-
mod_cloud_notify_extensions: Fix Markdown syntax of Compatibility tableFri, 09 Jun 2023 18:07:15 +0200, by Kim Alvefur
-
mod_firewall: Add console commands to mark/unmark usersThu, 08 Jun 2023 19:47:35 +0100, by Matthew Wild
-
mod_firewall: Load marks from storage on demand rather than at loginThu, 08 Jun 2023 19:19:46 +0100, by Matthew Wild
-
mod_firewall: Log warning when attempting to mark/unmark remote usersThu, 08 Jun 2023 19:15:12 +0100, by Matthew Wild
-
mod_firewall: enable marks by defaultThu, 08 Jun 2023 17:00:04 +0100, by Matthew Wild
-
mod_firewall: Improve error when mark name contains invalid charactersThu, 08 Jun 2023 16:59:22 +0100, by Matthew Wild
-
mod_firewall: marks: Fix marking a user with no previous marksThu, 08 Jun 2023 16:53:12 +0100, by Matthew Wild
-
mod_firewall: Update user marks to store instantly via map storeThu, 08 Jun 2023 16:20:42 +0100, by Matthew Wild
-
mod_firewall: Split some long lines [luacheck]Thu, 08 Jun 2023 16:17:25 +0100, by Matthew Wild
-
mod_firewall: Fix inverted logic of 'FROM FULL JID?'Thu, 08 Jun 2023 13:04:19 +0100, by Matthew Wild
-
mod_firewall: spam-blocking.pfw: Remove requirement for invites to have no bodyThu, 08 Jun 2023 12:20:34 +0100, by Matthew Wild
-
mod_firewall: scripts: spam-blocklists: Check sender and inviter of MUC invitations against blocklistThu, 08 Jun 2023 11:30:39 +0100, by Matthew Wild
-
mod_firewall: scripts: spam-blocking.pfw: Add special handling for MUC invitesThu, 08 Jun 2023 11:28:56 +0100, by Matthew Wild
-
mod_firewall: Add 'FROM FULL JID?' conditionThu, 08 Jun 2023 11:28:06 +0100, by Matthew Wild
-
mod_firewall: README: Add some emphasis on the exact behaviour of TO FULL JIDThu, 08 Jun 2023 11:25:40 +0100, by Matthew Wild
-
mod_rest: Merge some common properties between openapi and schemaWed, 07 Jun 2023 15:59:34 +0200, by Kim Alvefur
-
mod_rest: Apply normalization to openapi specWed, 07 Jun 2023 15:52:02 +0200, by Kim Alvefur
-
mod_http_oauth2: Simplify template using if-falsy operatorWed, 07 Jun 2023 12:54:52 +0200, by Kim Alvefur
-
mod_http_dir_listing2: Fix wrong name for resource directoryWed, 07 Jun 2023 12:31:52 +0200, by Kim Alvefur
-
mod_http_dir_listing2: Include html resources with plugin installerWed, 07 Jun 2023 12:27:13 +0200, by Kim Alvefur
-
mod_http_dir_listing: Strip path to using plugin installerWed, 07 Jun 2023 12:26:27 +0200, by Kim Alvefur
-
mod_firewall: Include scripts with plugin installer (thanks gooya)Wed, 07 Jun 2023 12:23:31 +0200, by Kim Alvefur
-
mod_http_oauth2: Add some words about supported flows and defaultsWed, 07 Jun 2023 01:51:23 +0200, by Kim Alvefur
-
mod_http_oauth2/README: Expand summary to include OAuth 2.0 roleWed, 07 Jun 2023 01:43:35 +0200, by Kim Alvefur
-
mod_http_oauth2: Return Authentication Time per OpenID Core Section 2Mon, 05 Jun 2023 22:32:44 +0200, by Kim Alvefur
-
mod_http_oauth2: Validate the OpenID 'prompt' parameterMon, 05 Jun 2023 22:19:17 +0200, by Kim Alvefur
-
mod_http_oauth2: Apply text color to OOB input fieldSat, 03 Jun 2023 20:04:40 +0200, by Kim Alvefur
-
mod_client_management: Include client software version number in listingSat, 03 Jun 2023 19:21:39 +0200, by Kim Alvefur
-
mod_http_oauth2: Present OOB code in an input field for easier selectionFri, 02 Jun 2023 11:28:04 +0200, by Kim Alvefur
-
mod_http_oauth2: Revert strict form check to allow consent of multiple scopesFri, 02 Jun 2023 11:20:08 +0200, by Kim Alvefur
-
mod_http_oauth2: Reject duplicate form-urlencoded parametersFri, 02 Jun 2023 11:03:57 +0200, by Kim Alvefur
-
mod_http_oauth2: Bind refresh tokens to clientFri, 02 Jun 2023 10:40:48 +0200, by Kim Alvefur
-
mod_http_oauth2: Record hash of client_id to allow future verificationFri, 02 Jun 2023 10:14:16 +0200, by Kim Alvefur
-
mod_http_oauth2: Add client verification wrapper functionFri, 02 Jun 2023 10:12:46 +0200, by Kim Alvefur
-
mod_http_oauth2: Add Cache-Control and Pragma headers per by RFC 6749Fri, 02 Jun 2023 08:59:59 +0200, by Kim Alvefur
-
mod_http_oauth2: Linkify mod_client_management in READMEFri, 02 Jun 2023 08:59:29 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix messed up section about redirect_uris requirementsThu, 01 Jun 2023 20:02:45 +0200, by Kim Alvefur
-
mod_http_oauth2: Restructure description of client metadata requirementsThu, 01 Jun 2023 19:55:36 +0200, by Kim Alvefur
-
mod_http_oauth2: Correct loopback URL exampleThu, 01 Jun 2023 19:37:17 +0200, by Kim Alvefur
-
mod_groups_oidc: Expose groups to OAuth clientsThu, 01 Jun 2023 18:32:59 +0200, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Advertise OpenID scopes via new mechanismThu, 01 Jun 2023 18:16:18 +0200, by Kim Alvefur
-
mod_http_oauth2: Add provisions for dynamically adding simple scopesThu, 01 Jun 2023 18:16:13 +0200, by Kim Alvefur
-
mod_http_oauth2: Sort importsThu, 01 Jun 2023 16:37:03 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix closing h1 tagThu, 01 Jun 2023 02:33:05 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Correct docs about default scopeWed, 31 May 2023 22:37:51 +0200, by Kim Alvefur
-
misc/lnav: Add a README with installation instructionsWed, 31 May 2023 19:31:45 +0200, by Kim Alvefur
-
misc/lnav: Fix delimiting of timestamp in patternWed, 31 May 2023 18:04:30 +0200, by Kim Alvefur
-
misc/lnav: Fix timestamp-format to be an array as per schemaWed, 31 May 2023 17:59:56 +0200, by Kim Alvefur
-
mod_http_oauth2: Create proper template for OOB code deliveryWed, 31 May 2023 03:44:04 +0200, by Kim Alvefur
-
mod_http_oauth2: Add an example of client registrationFri, 26 May 2023 15:49:39 +0200, by Kim Alvefur
-
mod_http_oauth2: Document client registration requirementsFri, 26 May 2023 15:48:02 +0200, by Kim Alvefur
-
mod_http_debug: Handle any path under /debug/* as wellFri, 26 May 2023 15:38:38 +0200, by Kim Alvefur
-
mod_http_debug: Log some extended info about requestsFri, 26 May 2023 15:37:15 +0200, by Kim Alvefur
-
mod_http_debug: Handle more HTTP methodsFri, 26 May 2023 15:36:04 +0200, by Kim Alvefur
-
mod_http_debug: Add a brief READMEFri, 26 May 2023 15:20:04 +0200, by Kim Alvefur
-
mod_rest/example: Include 'application_type' in registrationFri, 26 May 2023 14:32:59 +0200, by Kim Alvefur
-
mod_s2sout_override: Add support for Direct TLSWed, 24 May 2023 16:34:35 +0200, by Kim Alvefur
-
mod_s2sout_override: New module for overriding s2s connectionsWed, 24 May 2023 15:56:26 +0200, by Kim Alvefur
-
mod_pubsub_alertmanager: Support for per-path config overridesTue, 23 May 2023 19:40:38 +0100, by Matthew Wild
-
mod_muc_moderation: Point to new Conversations issue trackerThu, 18 May 2023 21:11:13 +0200, by Kim Alvefur
-
mod_invites_adhoc: Fall back to generic allow_user_invites for role-less usersThu, 18 May 2023 18:15:50 +0200, by Matthew Wild
-
mod_invites{,_adhoc,_register}: Recommend using version included with prosodyThu, 18 May 2023 18:08:40 +0200, by Kim Alvefur
-
mod_welcome_page: Remove dependency on mod_invites (included with Prosody)Thu, 18 May 2023 17:56:10 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow CORS for browser clientsThu, 18 May 2023 14:51:48 +0200, by Kim Alvefur
-
mod_http_oauth2: Disable Referrer via headerThu, 18 May 2023 14:47:54 +0200, by Kim Alvefur
-
mod_http_oauth2: Always render errors as HTML for OOB redirect URIThu, 18 May 2023 14:25:11 +0200, by Kim Alvefur
-
mod_http_oauth2: Use validated redirect URI when returning errors to clientThu, 18 May 2023 14:17:58 +0200, by Kim Alvefur
-
mod_http_oauth2: Return OAuth error for authz code store errorThu, 18 May 2023 14:07:37 +0200, by Kim Alvefur
-
mod_http_oauth2: Validate redirect_uri before using it for error redirectsThu, 18 May 2023 14:02:09 +0200, by Kim Alvefur
-
mod_http_oauth2: Don't return redirects or HTML from token endpointThu, 18 May 2023 13:41:23 +0200, by Kim Alvefur
-
mod_http_oauth2: Tweak formatting of log messageThu, 18 May 2023 13:27:27 +0200, by Kim Alvefur
-
mod_http_oauth2: Always show early errors to userThu, 18 May 2023 13:43:17 +0200, by Kim Alvefur
-
mod_http_oauth2: Clarify some error messagesThu, 18 May 2023 13:24:18 +0200, by Kim Alvefur
-
mod_http_oauth2: Use error status code when rendering error pageThu, 18 May 2023 13:19:25 +0200, by Kim Alvefur
-
mod_http_oauth2: Add human-readable error messagesThu, 18 May 2023 13:03:09 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix returning errors from response handlersThu, 18 May 2023 12:57:23 +0200, by Kim Alvefur
-
mod_http_oauth2: Add a special "xmpp" scope that grants the users' default roleWed, 17 May 2023 19:40:27 +0200, by Kim Alvefur
-
mod_http_oauth2: Add support for the OpenID 'login_hint' parameterWed, 17 May 2023 18:49:22 +0200, by Kim Alvefur
-
mod_http_oauth2: Note about partial OpenID Discovery implementationWed, 17 May 2023 17:56:56 +0200, by Kim Alvefur
-
mod_http_oauth2: Split long list line in READMEWed, 17 May 2023 17:38:18 +0200, by Kim Alvefur
-
mod_http_oauth2: Proper OAuth error for invalid redirect URI in implicit flow tooWed, 17 May 2023 16:40:07 +0200, by Kim Alvefur
-
mod_http_oauth2: Return proper OAuth error for invalid redirect URIWed, 17 May 2023 16:34:19 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix use of arbitrary ports in loopback redirect URIsWed, 17 May 2023 13:51:30 +0200, by Kim Alvefur
-
mod_http_oauth2: Add FIXME about loopback redirect URIsWed, 17 May 2023 00:55:50 +0200, by Kim Alvefur
-
mod_http_oauth2: Rename variables to improve clarityWed, 17 May 2023 00:09:37 +0200, by Kim Alvefur
-
mod_http_oauth2: Do minimal validation of private-use URI schemesTue, 16 May 2023 22:18:12 +0200, by Kim Alvefur
-
mod_http_oauth2: Reject relative redirect URIsTue, 16 May 2023 22:16:39 +0200, by Kim Alvefur
-
mod_http_oauth2: Reject duplicate list items in client registrationTue, 16 May 2023 21:10:55 +0200, by Kim Alvefur
-
mod_http_oauth2: Require non-empty arrays in client registrationTue, 16 May 2023 21:09:38 +0200, by Kim Alvefur
-
mod_http_oauth2: Reject duplicate redirect URIs in registrationTue, 16 May 2023 21:04:31 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix schema to enforce at least one redirect URITue, 16 May 2023 20:56:57 +0200, by Kim Alvefur
-
mod_http_oauth2: Show only roles the user can use in consent dialogFri, 12 May 2023 11:58:20 +0200, by Kim Alvefur
-
mod_http_oauth2: Reference grant by id instead of valueFri, 12 May 2023 11:11:38 +0200, by Kim Alvefur
-
mod_http_oauth2: Scope FIXMEsThu, 11 May 2023 21:43:23 +0200, by Kim Alvefur
-
mod_http_oauth2: Describe type signatures of scope handling functionsThu, 11 May 2023 21:41:37 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow requesting a subset of scopes on token refreshThu, 11 May 2023 21:40:09 +0200, by Kim Alvefur
-
mod_http_oauth2: Enforce client scope restrictions in authorizationThu, 11 May 2023 19:33:44 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix inclusion of role in refreshed access tokensThu, 11 May 2023 21:37:35 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix unintentional persistenceThu, 11 May 2023 15:10:44 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Update compatibility section with unknownsWed, 10 May 2023 19:49:40 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Also do XEP-0106 escaping in SASL OAUTHBEARERWed, 10 May 2023 19:33:37 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Stub not implemented auth module methodsWed, 10 May 2023 19:11:25 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Add Mastodon to READMEWed, 10 May 2023 18:32:47 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Allow different username in PLAIN vs final JIDWed, 10 May 2023 13:52:31 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Remove untested JID mappingWed, 10 May 2023 13:45:28 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Remove untested role mappingWed, 10 May 2023 13:43:59 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Expect XEP-0106 escaped username in PLAINWed, 10 May 2023 12:55:13 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Make 'scope' configurable in password grant requestWed, 10 May 2023 12:39:05 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Add setting for client_secretMon, 08 May 2023 20:12:43 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Work without token validation endpointMon, 08 May 2023 20:01:34 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Fix missing import of util.jidMon, 08 May 2023 19:57:10 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Trim trailing whitespaceSun, 07 May 2023 20:44:44 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Add --logout to revoke tokenSun, 07 May 2023 20:42:33 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Make scopes to request configurable in restrcSun, 07 May 2023 20:41:35 +0200, by Kim Alvefur
-
mod_http_oauth2: Strip unknown scopes from consent pageSun, 07 May 2023 20:25:18 +0200, by Kim Alvefur
-
mod_http_oauth2: Simplify code with the power of first class functionsSun, 07 May 2023 20:24:18 +0200, by Kim Alvefur
-
mod_http_oauth2: More functional functionsSun, 07 May 2023 19:11:20 +0200, by Kim Alvefur
-
mod_http_oauth2: Add function for filtering rolesSun, 07 May 2023 19:07:52 +0200, by Kim Alvefur
-
mod_http_oauth2: Support granting zero role-scopesSun, 07 May 2023 19:29:15 +0200, by Kim Alvefur
-
mod_http_oauth2: Revert role selector, going to try something elseSun, 07 May 2023 19:40:57 +0200, by Kim Alvefur
-
mod_http_oauth2: Include all granted roles in scopesSun, 07 May 2023 19:06:37 +0200, by Kim Alvefur
-
mod_block_registrations: Refresh Compatibility sectionSat, 06 May 2023 17:06:13 +0200, by Kim Alvefur
-
mod_block_registrations: Update description expansion of default listSat, 06 May 2023 17:04:28 +0200, by Kim Alvefur
-
mod_http_oauth2: Bail out of implicit flow on invalid or missing redirectSat, 06 May 2023 12:23:22 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix error if no scopes requestedFri, 05 May 2023 21:32:34 +0200, by Kim Alvefur
-
mod_http_oauth2: Add role selector to consent pageFri, 05 May 2023 01:23:13 +0200, by Kim Alvefur
-
mod_http_oauth2: Refactor scope handling into smaller functionsFri, 05 May 2023 00:57:20 +0200, by Kim Alvefur
-
mod_http_oauth2: Add option for specifying TTL of registered clientsThu, 04 May 2023 18:41:33 +0200, by Kim Alvefur
-
mod_strict_https: Add way to disable redirectWed, 03 May 2023 10:55:22 +0200, by Kim Alvefur
-
mod_strict_https: Refresh READMEWed, 03 May 2023 10:54:15 +0200, by Kim Alvefur
-
mod_prometheus: Wrap pointer to mod_http_openmetrics in a boxWed, 03 May 2023 10:34:00 +0200, by Kim Alvefur
-
mod_listusers: Obsolete, suggest prosodyctl shell insteadWed, 03 May 2023 10:29:46 +0200, by Kim Alvefur
-
mod_strict_https: Update to use modern APIs instead of monkey patchingWed, 03 May 2023 10:16:15 +0200, by Kim Alvefur
-
mod_http_oauth2: Link to RFC 7009: OAuth 2.0 Token RevocationTue, 02 May 2023 19:06:17 +0200, by Kim Alvefur
-
mod_http_oauth2: Add service documentation URL to metadataTue, 02 May 2023 17:04:19 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow configuring links to policy and terms in metadataTue, 02 May 2023 17:01:02 +0200, by Kim Alvefur
-
mod_http_oauth2: Don't issue client_secret when not using authenticationTue, 02 May 2023 16:39:32 +0200, by Kim Alvefur
-
mod_http_oauth2: Validate consistency of response and grant typesTue, 02 May 2023 16:34:31 +0200, by Kim Alvefur
-
mod_http_oauth2: Enforce response type encoded in client_idTue, 02 May 2023 16:31:25 +0200, by Kim Alvefur
-
mod_http_oauth2: Strip unknown extra fields from client registrationTue, 02 May 2023 16:23:40 +0200, by Kim Alvefur
-
mod_http_oauth2: Simplify validation of various URIsTue, 02 May 2023 16:23:05 +0200, by Kim Alvefur
-
mod_http_oauth2: More appropriate error conditions in client validationTue, 02 May 2023 16:22:17 +0200, by Kim Alvefur
-
mod_http_oauth2: Reject loopback URIs as client_uriTue, 02 May 2023 16:20:55 +0200, by Kim Alvefur
-
mod_http_oauth2: Reduce line count of metadata constructionTue, 02 May 2023 16:14:22 +0200, by Kim Alvefur
-
mod_http_oauth2: Advertise response modesTue, 02 May 2023 16:08:35 +0200, by Kim Alvefur
-
mod_http_oauth2: Advertise supported grant typesTue, 02 May 2023 16:07:09 +0200, by Kim Alvefur
-
mod_http_oauth2: Advertise revocation endpoint in metadataTue, 02 May 2023 15:41:36 +0200, by Kim Alvefur
-
mod_http_oauth2: Return status 405 for GET to endpoints without GET handlerSun, 30 Apr 2023 17:04:55 +0200, by Kim Alvefur
-
mod_inotify_reload: Update to use FD watching methodSun, 30 Apr 2023 20:34:36 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow loopback IP literals in redirect URIsSun, 30 Apr 2023 17:16:47 +0200, by Kim Alvefur
-
mod_http_oauth2: Add way to retrieve registration schemaSun, 30 Apr 2023 16:58:53 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix missing base64 part of base64url (Thanks KeyCloak)Sun, 30 Apr 2023 16:42:04 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix accidental uppercase in invocation of hash functionSun, 30 Apr 2023 16:41:30 +0200, by Kim Alvefur
-
mod_http_oauth2: Advertise the currently supported id_token signing algorithmSun, 30 Apr 2023 16:13:40 +0200, by Kim Alvefur
-
mod_http_oauth2: Specify that 'contacts' items are emails in client registrationSun, 30 Apr 2023 15:20:05 +0200, by Kim Alvefur
-
Back out 6f13200c9fc1: Confused request URI with redirect URISat, 29 Apr 2023 15:47:03 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Implement RFC 7636 PKCE with the 'plain' methodSat, 29 Apr 2023 14:06:51 +0200, by Kim Alvefur
-
mod_http_oauth2: Advertise required registration of redirect URIsSat, 29 Apr 2023 13:26:33 +0200, by Kim Alvefur
-
mod_http_oauth2: Advertise supported token endpoint auth methodsSat, 29 Apr 2023 13:23:30 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow configuring PKCE challenge methodsSat, 29 Apr 2023 13:09:49 +0200, by Kim Alvefur
-
mod_http_oauth2: Implement RFC 7628 Proof Key for Code ExchangeSat, 29 Apr 2023 13:09:46 +0200, by Kim Alvefur
-
mod_http_oauth2: Reorder routes into order they happen in OAuth 2.0Sat, 29 Apr 2023 11:26:04 +0200, by Kim Alvefur
-
mod_firewall: Initialize compiled chunk just once for all handlersFri, 28 Apr 2023 13:27:06 +0100, by Matthew Wild
-
mod_rest/rest.sh: Set software_id in client registration to somethingThu, 27 Apr 2023 20:56:24 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Include .sh suffix in client registrationThu, 27 Apr 2023 20:52:55 +0200, by Kim Alvefur
-
mod_http_oauth2: Record OAuth software id and version attached to tokensThu, 27 Apr 2023 19:16:14 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix misplaced 'default' on wrong side of } in client registration schemaThu, 27 Apr 2023 19:14:23 +0200, by Kim Alvefur
-
mod_remote_roster: Set id on generated iq stanzas (thanks @agwa)Thu, 27 Apr 2023 16:58:48 +0100, by Matthew Wild
-
mod_http_oauth2: Fix to include "openid" scope in discovery metadataWed, 26 Apr 2023 23:41:49 +0200, by Kim Alvefur
-
mod_client_management: Show time for recent timestamps in shell commandWed, 26 Apr 2023 12:42:09 +0200, by Kim Alvefur
-
mod_client_management: Fix changed column cell "key"Wed, 26 Apr 2023 12:12:34 +0200, by Kim Alvefur
-
mod_client_management: Fix error when called against host without this moduleWed, 26 Apr 2023 12:09:17 +0200, by Kim Alvefur
-
mod_client_management: Move table cell formatting into column specificationWed, 26 Apr 2023 11:55:55 +0200, by Kim Alvefur
-
mod_client_management: Fix type confusionTue, 25 Apr 2023 22:12:02 +0200, by Kim Alvefur
-
mod_client_management: Fix error when last password change is unknown (or never)Tue, 25 Apr 2023 22:06:08 +0200, by Kim Alvefur
-
mod_rest/rest.sh: Register as native applicationTue, 25 Apr 2023 19:50:27 +0200, by Kim Alvefur
-
mod_http_oauth2: Validate redirect URI depending on application typeTue, 25 Apr 2023 19:49:41 +0200, by Kim Alvefur
-
mod_http_oauth2: Fill in some client metadata defaultsTue, 25 Apr 2023 18:09:08 +0200, by Kim Alvefur
-
mod_http_oauth2: Allow only l10n variants of name in client metadataTue, 25 Apr 2023 17:38:36 +0200, by Kim Alvefur
-
mod_http_oauth2: Normalize whitespace in client metadata schemaTue, 25 Apr 2023 17:16:12 +0200, by Kim Alvefur
-
mod_log_ringbuffer: Fix description and examples of level configurationMon, 24 Apr 2023 17:11:08 +0100, by Matthew Wild
-
mod_log_ringbuffer: Fix example configMon, 24 Apr 2023 17:00:05 +0100, by Matthew Wild
-
mod_oidc_userinfo_vcard4: Fix phone number claimSun, 23 Apr 2023 14:18:25 +0200, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Unpack <vcard> from PubSub <item>Sun, 23 Apr 2023 13:37:58 +0200, by Kim Alvefur
-
mod_http_oauth2: Use new Lua pattern schema propertiesSat, 22 Apr 2023 16:29:56 +0200, by Kim Alvefur
-
mod_http_oauth2: Include additional OpenID scopes in metadataSat, 22 Apr 2023 14:22:56 +0200, by Kim Alvefur
-
mod_http_oauth2: Validate (unused at this point) localized URIsSat, 22 Apr 2023 14:02:56 +0200, by Kim Alvefur
-
mod_http_oauth2: Declare https as required of URIs in schemaSat, 22 Apr 2023 14:06:41 +0200, by Kim Alvefur
-
mod_http_oauth2: Enforce https requirement on TOS URISat, 22 Apr 2023 12:02:01 +0200, by Kim Alvefur
-
mod_http_oauth2: Use new mod_cron API for periodic cleanupSat, 22 Apr 2023 11:59:52 +0200, by Kim Alvefur
-
mod_audit_status: Fix error on first startTue, 18 Apr 2023 21:48:31 +0200, by Kim Alvefur
-
mod_muc_rtbl: Use correct occupant objectMon, 17 Apr 2023 14:31:50 +0100, by Matthew Wild
-
mod_audit: Move underscore to avoid luacheck warningMon, 17 Apr 2023 08:26:20 +0200, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Provide profile details in mod_http_oauth2Mon, 17 Apr 2023 08:01:09 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Add configuration exampleSat, 15 Apr 2023 10:54:34 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Linkify password grantSat, 15 Apr 2023 10:46:04 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Some notes in READMESat, 15 Apr 2023 10:41:47 +0200, by Kim Alvefur
-
mod_auth_oauth_external: Allow setting identity instead of discovery URLThu, 16 Mar 2023 13:04:13 +0100, by Kim Alvefur
-
mod_auth_oauth_external: Support PLAIN via resource owner password grantThu, 16 Mar 2023 12:45:52 +0100, by Kim Alvefur
-
mod_auth_oauth_external: Authenticate against an OAuth 2 providerThu, 16 Mar 2023 12:45:22 +0100, by Kim Alvefur
-
mod_client_management: Fix import of util.error (not errors)Thu, 13 Apr 2023 09:11:28 +0200, by Kim Alvefur
-
mod_rest: Implement use of refresh tokens in rest.sh exampleWed, 12 Apr 2023 11:24:50 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix error due to reference loop when using refresh tokenWed, 12 Apr 2023 11:24:06 +0200, by Kim Alvefur
-
mod_http_oauth2: Fix table index error when using refresh tokenWed, 12 Apr 2023 11:22:36 +0200, by Kim Alvefur
-
mod_muc_http_defaults: Use the new set_subject API. Thanks John LivingstonTue, 11 Apr 2023 15:59:35 +0200, by Maxime “pep” Buquet
-
mod_service_outage_status: XEP-0455: Service Outage StatusMon, 10 Apr 2023 13:24:03 +0200, by Kim Alvefur
-
mod_http_oauth2: Support OpenID UserInfo claimsMon, 10 Apr 2023 10:49:02 +0200, by Kim Alvefur
-
mod_http_oauth2: Add some debug logging for UserInfo endpointMon, 10 Apr 2023 10:47:51 +0200, by Kim Alvefur
-
mod_http_oauth2: Correct error code when missing credentials for userinfoMon, 10 Apr 2023 10:44:23 +0200, by Kim Alvefur
-
mod_rest: Get correct type from configSat, 08 Apr 2023 19:51:24 +0200, by Kim Alvefur
-
mod_http_debug: Module that echos back HTTP request info for debuggingFri, 07 Apr 2023 21:10:14 +0200, by Kim Alvefur
-
mod_rest: Allow passing configuring a timeout for <iq> responsesFri, 07 Apr 2023 20:26:33 +0200, by Kim Alvefur
-
mod_audit: Add expiration of entries, and handling of full archive storesFri, 07 Apr 2023 15:21:54 +0100, by Matthew Wild
-
mod_rest/rest.sh: Update 'client_uri' to module pageFri, 07 Apr 2023 15:27:03 +0200, by Kim Alvefur
-
mod_rest/rest.sh: List dependencies in commentFri, 07 Apr 2023 15:26:41 +0200, by Kim Alvefur
-
mod_http_oauth2/README: Add rest.sh to known implementationsFri, 07 Apr 2023 15:21:33 +0200, by Kim Alvefur
-
mod_audit: Add 'note' columnFri, 07 Apr 2023 13:46:29 +0100, by Matthew Wild
-
mod_audit: Improve filtering options and add documentation to READMEFri, 07 Apr 2023 13:44:18 +0100, by Matthew Wild
-
mod_audit: Add some control over output columns via command-line flagsFri, 07 Apr 2023 13:25:34 +0100, by Matthew Wild
-
mod_audit_status: Include shutdown reason in log entryFri, 07 Apr 2023 13:10:43 +0100, by Matthew Wild
-
mod_audit: Let util.human.io pick a suitable default widthFri, 07 Apr 2023 13:10:20 +0100, by Matthew Wild
-
mod_audit: Use proportional columns in table outputFri, 07 Apr 2023 13:09:51 +0100, by Matthew Wild
-
mod_audit: Fix iteration of custom payloads to use ipairsFri, 07 Apr 2023 13:09:31 +0100, by Matthew Wild
-
mod_audit_status: New module to log server status to audit logFri, 07 Apr 2023 12:09:21 +0100, by Matthew Wild
-
mod_audit: Display most recent entries first, rather than showing oldestFri, 07 Apr 2023 12:03:29 +0100, by Matthew Wild
-
mod_audit: Minor style nitFri, 07 Apr 2023 12:00:31 +0100, by Matthew Wild
-
mod_audit: Allow caller to specify time of the eventFri, 07 Apr 2023 12:00:06 +0100, by Matthew Wild
-
mod_http_oauth2/README: Link to mod_restFri, 07 Apr 2023 11:38:46 +0200, by Kim Alvefur
-
mod_http_oauth2/README: Link to OAuth and OIDC sitesFri, 07 Apr 2023 11:37:58 +0200, by Kim Alvefur
-
mod_client_management: README: Update docs to detail shell and XMPP interfacesThu, 06 Apr 2023 19:31:29 +0100, by Matthew Wild
-
mod_http_oauth2: README: Updated documentation to reflect module statusThu, 06 Apr 2023 17:24:16 +0100, by Matthew Wild
-
mod_client_management: Add list-clients + manage-clients permissions to usersThu, 06 Apr 2023 16:10:27 +0100, by Matthew Wild
-
mod_client_management: Add support for revoking client access via XMPPThu, 06 Apr 2023 16:09:56 +0100, by Matthew Wild
-
mod_client_management: Improve representation of authentication methodsThu, 06 Apr 2023 15:24:49 +0100, by Matthew Wild
-
mod_client_management: Improve table outputThu, 06 Apr 2023 15:22:10 +0100, by Matthew Wild
-
mod_client_management: Fix user:clients() shell command to take a JIDThu, 06 Apr 2023 15:21:09 +0100, by Matthew Wild
-
mod_client_management: Use grant id from keyThu, 06 Apr 2023 15:20:25 +0100, by Matthew Wild
-
mod_client_management: Fail to revoke clients that have used passwordsWed, 05 Apr 2023 19:45:13 +0100, by Matthew Wild
-
mod_client_management: Add support for revocation of clients (when possible)Wed, 05 Apr 2023 19:42:16 +0100, by Matthew Wild
-
mod_client_management: Include client type in XML response listingWed, 05 Apr 2023 19:39:53 +0100, by Matthew Wild
-
mod_sasl2_fast: Add API method to revoke FAST tokens for a given clientWed, 05 Apr 2023 19:38:59 +0100, by Matthew Wild
-
mod_cloud_notify_filters: Fix traceback when invalid JIDs are submittedTue, 04 Apr 2023 18:09:48 +0100, by Matthew Wild
-
mod_client_management: Add XMPP and shell interfaces to fetch client listSat, 01 Apr 2023 13:56:53 +0100, by Matthew Wild
-
.luacheckrc: Add module.onceSat, 01 Apr 2023 13:56:15 +0100, by Matthew Wild
-
mod_audit: Add a command to print the audit log on the command-lineSat, 01 Apr 2023 13:22:12 +0100, by Matthew Wild
-
mod_audit: Support for adding location (GeoIP) to audit eventsSat, 01 Apr 2023 13:11:53 +0100, by Matthew Wild
-
mod_isolate_host: potentially pedantic optimizationSat, 01 Apr 2023 12:10:56 +0200, by Jonas Schäfer
-
mod_isolate_host: handle server-generated stanzasSat, 01 Apr 2023 12:03:08 +0200, by Jonas Schäfer
-
mod_authz_delegate: make resistant against startup order issuesFri, 31 Mar 2023 16:56:42 +0200, by Jonas Schäfer
-
mod_client_management: New module for users to view/manage permitted clientsThu, 30 Mar 2023 11:32:50 +0100, by Matthew Wild
-
mod_http_admin_api: Add roles to user schema in openapiThu, 30 Mar 2023 12:06:18 +0200, by Kim Alvefur
-
mod_http_admin_api: Fix types of numbers in openapi specThu, 30 Mar 2023 12:05:05 +0200, by Kim Alvefur
-
Merge accidental extra headWed, 29 Mar 2023 17:55:29 +0200, by Kim Alvefur
-
mod_vcard_muc: take roles into account for access checkWed, 29 Mar 2023 17:52:21 +0200, by Jonas Schäfer
-
mod_authz_delegate: introduce module to "link" authorization of hostsWed, 29 Mar 2023 17:21:45 +0200, by Jonas Schäfer
-
mod_authz_delegate: introduce module to "link" authorization of hostsWed, 29 Mar 2023 17:21:45 +0200, by Jonas Schäfer
-
mod_sasl2_fast: Add an API that allows modules to check if a client has FASTWed, 29 Mar 2023 16:13:42 +0100, by Matthew Wild
-
mod_sasl2_fast: Add flag to FAST sasl_handler for easier identificationWed, 29 Mar 2023 16:13:00 +0100, by Matthew Wild
-
mod_sasl2_fast: Fix harmless off-by-one error (invalidates existing tokens!)Wed, 29 Mar 2023 16:12:15 +0100, by Matthew Wild
-
mod_http_admin_api: Fix missing importTue, 28 Mar 2023 21:04:23 +0200, by Kim Alvefur
-
mod_http_admin_api: Tweak token session to please module:may()Tue, 28 Mar 2023 20:45:11 +0200, by Kim Alvefur
-
mod_sasl2_fast: Invalidate tokens issued prior to last password changeTue, 28 Mar 2023 12:43:05 +0100, by Matthew Wild
-
mod_rest: Add an example bash script for using mod_restMon, 27 Mar 2023 23:19:09 +0200, by Kim Alvefur
-
mod_http_oauth2: Update to use new API of Prosody mod_tokenauth @ 601d9a375b86Mon, 27 Mar 2023 18:51:12 +0100, by Matthew Wild
-
mod_http_oauth2: Add support for refresh tokensFri, 24 Mar 2023 14:29:07 +0000, by Matthew Wild
-
mod_http_oauth2: Declare additional client registration fields as stringsSun, 26 Mar 2023 14:44:30 +0200, by Kim Alvefur
-
mod_http_oauth2: Stricten check of urlencoded form dataSun, 26 Mar 2023 14:39:34 +0200, by Kim Alvefur
-
mod_http_oauth2: Pedantic optimizationSun, 26 Mar 2023 14:37:42 +0200, by Kim Alvefur
-
mod_pubsub_feeds: Fix packaging of support library for installerSat, 25 Mar 2023 20:18:05 +0100, by Kim Alvefur
-
mod_muc_rtbl: Handle node purgeFri, 17 Mar 2023 22:29:55 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix traceback on missing 'scope' parameterFri, 24 Mar 2023 00:07:58 +0100, by Kim Alvefur
-
mod_http_oauth2: Focus username field automaticallyThu, 23 Mar 2023 16:48:18 +0100, by Kim Alvefur
-
mod_http_oauth2: Allow user to decide which requested scopes to grantThu, 23 Mar 2023 16:28:08 +0100, by Kim Alvefur
-
mod_http_oauth2: Use <fieldset> in templates because it looks niceThu, 23 Mar 2023 16:19:09 +0100, by Kim Alvefur
-
mod_rest: Update prosody_oauth.py example to non-legacy OAuth2Thu, 23 Mar 2023 12:47:51 +0100, by Kim Alvefur
-
mod_http_oauth2: Remove another reference to obsolete functionWed, 22 Mar 2023 00:09:58 +0100, by Kim Alvefur
-
mod_http_oauth2: Relax payload content type checking in revocationTue, 21 Mar 2023 22:29:47 +0100, by Kim Alvefur
-
mod_http_oauth2: Remove now unused codeTue, 21 Mar 2023 22:23:28 +0100, by Kim Alvefur
-
mod_http_oauth2: Allow revoking a token without OAuth client credentialsTue, 21 Mar 2023 22:02:38 +0100, by Kim Alvefur
-
mod_http_oauth2: Correctly verify OAuth client credentials on revocationTue, 21 Mar 2023 21:57:18 +0100, by Kim Alvefur
-
mod_http_oauth2: Group metadata section into OAuth and OpenIDTue, 21 Mar 2023 21:45:02 +0100, by Kim Alvefur
-
mod_http_oauth2: Rename oauth client credential related functionsTue, 21 Mar 2023 21:36:54 +0100, by Kim Alvefur
-
mod_sasl2: Pull user-agent info into sasl_handler for later referenceTue, 21 Mar 2023 15:26:03 +0000, by Matthew Wild
-
mod_adhoc_oauth2_client: Update to call into mod_http_oauth2Sun, 19 Mar 2023 22:21:41 +0100, by Kim Alvefur
-
mod_http_oauth2: Refactor to allow reuse of OAuth client creationSun, 19 Mar 2023 22:13:27 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix userinfo status code off-by-oneThu, 16 Mar 2023 19:59:32 +0100, by Kim Alvefur
-
mod_http_oauth2: Implement and return ID Token in authorization code flowThu, 16 Mar 2023 19:28:44 +0100, by Kim Alvefur
-
mod_http_oauth2: Reject non-local hosts in more code pathsThu, 16 Mar 2023 17:52:10 +0100, by Kim Alvefur
-
mod_http_oauth2: Add support for the "openid" scopeThu, 16 Mar 2023 17:06:35 +0100, by Kim Alvefur
-
mod_http_oauth2: Prepare to handle multiple e.g. non-role scopesThu, 16 Mar 2023 17:03:48 +0100, by Kim Alvefur
-
mod_adhoc_oauth2_client: Make note in README about current broken stateThu, 16 Mar 2023 14:27:46 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix attempt to index a boolean valueThu, 16 Mar 2023 00:06:43 +0100, by Kim Alvefur
-
mod_audit: Allow disabling IP logging, or limiting it to a prefixTue, 14 Mar 2023 18:59:39 +0000, by Matthew Wild
-
mod_audit: Include client id in audit log entries (if known)Tue, 14 Mar 2023 17:48:44 +0000, by Matthew Wild
-
mod_sasl2: Fire authentication-{success,failure} events like mod_saslauthTue, 14 Mar 2023 17:13:46 +0000, by Matthew Wild
-
mod_http_oauth2: Record details of OAuth client a token is issued toTue, 14 Mar 2023 18:08:25 +0100, by Kim Alvefur
-
mod_http_oauth2: Invoke mod_http_errors to render error on invalid redirectSun, 12 Mar 2023 17:56:23 +0100, by Kim Alvefur
-
mod_http_oauth2: Validate all URIs against client_uri in client registrationSun, 12 Mar 2023 12:06:44 +0100, by Kim Alvefur
-
mod_http_oauth2: Organize HTTP routes with commentsSun, 12 Mar 2023 11:27:29 +0100, by Kim Alvefur
-
mod_http_oauth2: Fix validation of informative URIsSat, 11 Mar 2023 22:58:47 +0100, by Kim Alvefur
-
mod_http_oauth2: Use more compact IDsSat, 11 Mar 2023 22:46:27 +0100, by Kim Alvefur
-
mod_http_oauth2: Validate that informative URLs match the redirect URIsSat, 11 Mar 2023 22:31:02 +0100, by Kim Alvefur
-
mod_http_oauth2: Reject insecure redirect URIsSat, 11 Mar 2023 22:25:50 +0100, by Kim Alvefur
-
mod_http_oauth2: Validate that redirect URIs are absoluteSat, 11 Mar 2023 22:25:22 +0100, by Kim Alvefur
-
mod_http_oauth2: Validate basic URI syntax of redirect URIsSat, 11 Mar 2023 22:30:58 +0100, by Kim Alvefur
-
mod_spam_report_forwarder: Forward spam/abuse reports to one or more JIDsSat, 11 Mar 2023 20:20:37 +0000, by Matthew Wild
-
mod_http_oauth2: Require URL to client informational page in registrationSat, 11 Mar 2023 21:13:00 +0100, by Kim Alvefur
-
mod_http_oauth2: Reorder client metadata validation schemaSat, 11 Mar 2023 21:11:50 +0100, by Kim Alvefur
-
mod_firewall: Add 'REPORT TO' to report (XEP-0377) a stanza to a specified JIDSat, 11 Mar 2023 18:41:49 +0000, by Matthew Wild
-
mod_firewall: README: Clarify docs about some of the stanza processing actionsSat, 11 Mar 2023 18:29:38 +0000, by Matthew Wild
-
mod_firewall: Warn about invalid pubsubitemid list specificationSat, 11 Mar 2023 16:40:24 +0000, by Matthew Wild
-
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
Scroll all the way down to load more.