Software /
code /
prosody-modules
Graph
-
mod_muc_moderation: Copy XEP-0421 occupant-id from retracted message20 months ago, by Kim Alvefur
-
mod_muc_block_pm: Advertise that Moderators are allowed to send PMs20 months ago, by Kim Alvefur
-
mod_muc_block_pm: Allow private messages to yourself20 months ago, by Kim Alvefur
-
mod_http_oauth2: Show errors on device flow user code entry page20 months ago, by Kim Alvefur
-
mod_http_oauth2: Namespace the various codes to minimize confusion20 months ago, by Kim Alvefur
-
mod_default_bookmarks: Include 'autojoin' in examples20 months ago, by Kim Alvefur
-
mod_http_oauth2: Improve a description in schema20 months ago, by Kim Alvefur
-
editorconfig: Document established conventions20 months ago, by Kim Alvefur
-
mod_muc_limits: Drop unsupported Prosody versions from Compatibility table20 months ago, by Kim Alvefur
-
mod_muc_limits: Set syntax of config snippets to enable syntax highlighting20 months ago, by Kim Alvefur
-
mod_muc_limits: Reduce cost of multi-line messages, make configurable20 months ago, by Kim Alvefur
-
mod_client_management: Make ID column dynamically sized20 months ago, by Kim Alvefur
-
mod_client_management: Fix traceback if no last seen timestamp available20 months ago, by Kim Alvefur
-
mod_http_oauth2: Add titles and descriptions to registration schema20 months ago, by Kim Alvefur
-
mod_client_management: Fix missing equality check20 months ago, by Kim Alvefur
-
mod_client_management: Allow revoking a specific client version20 months ago, by Kim Alvefur
-
mod_client_management: Add way to revoke (one) client by software20 months ago, by Kim Alvefur
-
mod_client_management: Add shell command to revoke client access20 months ago, by Kim Alvefur
-
mod_client_management: Include software version in table (when known)20 months ago, by Kim Alvefur
-
mod_client_management: Include the client id in table in shell command20 months ago, by Kim Alvefur
-
mod_muc_block_pm: Update to 0.12+ API, use roles instead of affiliations20 months ago, by Kim Alvefur
-
mod_http_muc_log: Fix redirect bug20 months ago, by Kim Alvefur
-
mod_http_oauth2: Implement RFC 8628 Device Authorization Grant20 months ago, by Kim Alvefur
-
mod_invites_api: Change and add new commands for `module.command` to improve UX.20 months ago, by Trần H. Trung
-
mod_webpresence: Add TODO about fixing the first adhoc form.20 months ago, by Trần H. Trung
-
Update from upstream20 months ago, by Trần H. Trung
-
mod_http_oauth2: Mention support for RFC 920720 months ago, by Kim Alvefur
-
mod_invites_register_web: Don't register user when refresh `register_error.html`.22 months ago, by Trần H. Trung
-
mod_invites_register_web: Update doc on how to use `invites_html_template`.22 months ago, by Trần H. Trung
-
mod_invites_register_web: Add html template and URL configuration for multiple (human) language.22 months ago, by Trần H. Trung
-
mod_webpresence: Add opt-in mechanism.22 months ago, by Trần H. Trung
-
mod_muc_members_json: Set imported hats to active by default20 months ago, by Matthew Wild
-
mod_muc_members_json: New module to import MUC membership from a JSON URL20 months ago, by Matthew Wild
-
mod_rest: Use logger of HTTP request in trunk20 months ago, by Kim Alvefur
-
mod_measure_lua: Add brief README20 months ago, by Kim Alvefur
-
mod_groups_oidc: Add dependency on mod_groups_internal20 months ago, by Kim Alvefur
-
Multiple modules: Update for split prosody:user role (prosody 082c7d856e61)21 months ago, by Matthew Wild
-
mod_http_muc_log: Hide joins and parts by default21 months ago, by Kim Alvefur
-
mod_http_oauth2: Only add nonce when issuing a client_secret21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Specify acceptable formats in Accept header21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Pass feed data as argument instead of storing on object21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Retrieve only the most recent item to compare21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Handle node already existing21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Remove comment, this text is in the README21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Remove broken attempt to generate an ID from content21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Fix mixup between feed object and parsed feed21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Create pubsub nodes on module load instead of later21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Track latest timestamp seen in feeds instead of last poll21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Add new interval setting in seconds (old still works)21 months ago, by Kim Alvefur
-
mod_pubsub_feeds: Disable WebSub (formerly PubSubHubbub) by default21 months ago, by Kim Alvefur
-
mod_http_oauth2: Always show list of requested scopes21 months ago, by Kim Alvefur
-
mod_muc_limits: Add a limit on number of bytes in a message body21 months ago, by Kim Alvefur
-
mod_muc_limits: Add a limit on number of lines per message21 months ago, by Kim Alvefur
-
mod_muc_limits: Normalise README markdown syntax (thanks pandoc)21 months ago, by Kim Alvefur
-
mod_muc_limits: Raise cost for multi-line messages21 months ago, by Kim Alvefur
-
Back out 22784f001b7f: Documentation change did not match code (thanks bronko)21 months ago, by Kim Alvefur
-
mod_http_oauth2: Rearrange description of redirect URIs requirements21 months ago, by Kim Alvefur
-
mod_http_oauth2: Add a more complete client registration example21 months ago, by Kim Alvefur
-
mod_http_oauth2: Strip JWKS metadata since we do not understand that21 months ago, by Kim Alvefur
-
mod_http_oauth2: Strip unknown client metadata21 months ago, by Kim Alvefur
-
mod_rest: Map the archive-id attribute in MAM result items21 months ago, by Kim Alvefur
-
mod_rest: Include full_jid property on origin21 months ago, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Remove unused import21 months ago, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Fix typo21 months ago, by Kim Alvefur
-
mod_http_oauth2: Make allowed locales configurable21 months ago, by Kim Alvefur
-
mod_http_oauth2: Improve error messages for URI properties21 months ago, by Kim Alvefur
-
mod_rest: Describe the error 'by' property in OpenAPI spec21 months ago, by Kim Alvefur
-
mod_rest: List all error conditions in OpenAPI spec21 months ago, by Kim Alvefur
-
mod_http_oauth2: Make note about handling repeated21 months ago, by Kim Alvefur
-
mod_http_oauth2: Add TODO about disabling password grant21 months ago, by Kim Alvefur
-
mod_http_oauth2: Disable CORS for authorization endpoint21 months ago, by Kim Alvefur
-
mod_http_oauth2: Make CSP configurable21 months ago, by Kim Alvefur
-
mod_http_oauth2: Link to RFC 7628 in README21 months ago, by Kim Alvefur
-
mod_http_oauth2: Use code spans for some config options in README21 months ago, by Kim Alvefur
-
mod_http_oauth2: Remove underscore prefix21 months ago, by Kim Alvefur
-
mod_cloud_notify_extensions: Fix Markdown syntax of Compatibility table21 months ago, by Kim Alvefur
-
mod_firewall: Add console commands to mark/unmark users21 months ago, by Matthew Wild
-
mod_firewall: Load marks from storage on demand rather than at login21 months ago, by Matthew Wild
-
mod_firewall: Log warning when attempting to mark/unmark remote users21 months ago, by Matthew Wild
-
mod_firewall: enable marks by default21 months ago, by Matthew Wild
-
mod_firewall: Improve error when mark name contains invalid characters21 months ago, by Matthew Wild
-
mod_firewall: marks: Fix marking a user with no previous marks21 months ago, by Matthew Wild
-
mod_firewall: Update user marks to store instantly via map store21 months ago, by Matthew Wild
-
mod_firewall: Split some long lines [luacheck]21 months ago, by Matthew Wild
-
mod_firewall: Fix inverted logic of 'FROM FULL JID?'21 months ago, by Matthew Wild
-
mod_firewall: spam-blocking.pfw: Remove requirement for invites to have no body21 months ago, by Matthew Wild
-
mod_firewall: scripts: spam-blocklists: Check sender and inviter of MUC invitations against blocklist21 months ago, by Matthew Wild
-
mod_firewall: scripts: spam-blocking.pfw: Add special handling for MUC invites21 months ago, by Matthew Wild
-
mod_firewall: Add 'FROM FULL JID?' condition21 months ago, by Matthew Wild
-
mod_firewall: README: Add some emphasis on the exact behaviour of TO FULL JID21 months ago, by Matthew Wild
-
mod_rest: Merge some common properties between openapi and schema21 months ago, by Kim Alvefur
-
mod_rest: Apply normalization to openapi spec21 months ago, by Kim Alvefur
-
mod_http_oauth2: Simplify template using if-falsy operator21 months ago, by Kim Alvefur
-
mod_http_dir_listing2: Fix wrong name for resource directory21 months ago, by Kim Alvefur
-
mod_http_dir_listing2: Include html resources with plugin installer21 months ago, by Kim Alvefur
-
mod_http_dir_listing: Strip path to using plugin installer21 months ago, by Kim Alvefur
-
mod_firewall: Include scripts with plugin installer (thanks gooya)21 months ago, by Kim Alvefur
-
mod_http_oauth2: Add some words about supported flows and defaults21 months ago, by Kim Alvefur
-
mod_http_oauth2/README: Expand summary to include OAuth 2.0 role21 months ago, by Kim Alvefur
-
mod_http_oauth2: Return Authentication Time per OpenID Core Section 221 months ago, by Kim Alvefur
-
mod_http_oauth2: Validate the OpenID 'prompt' parameter21 months ago, by Kim Alvefur
-
mod_http_oauth2: Apply text color to OOB input field21 months ago, by Kim Alvefur
-
mod_client_management: Include client software version number in listing21 months ago, by Kim Alvefur
-
mod_http_oauth2: Present OOB code in an input field for easier selection21 months ago, by Kim Alvefur
-
mod_http_oauth2: Revert strict form check to allow consent of multiple scopes21 months ago, by Kim Alvefur
-
mod_http_oauth2: Reject duplicate form-urlencoded parameters21 months ago, by Kim Alvefur
-
mod_http_oauth2: Bind refresh tokens to client21 months ago, by Kim Alvefur
-
mod_http_oauth2: Record hash of client_id to allow future verification21 months ago, by Kim Alvefur
-
mod_http_oauth2: Add client verification wrapper function21 months ago, by Kim Alvefur
-
mod_http_oauth2: Add Cache-Control and Pragma headers per by RFC 674921 months ago, by Kim Alvefur
-
mod_http_oauth2: Linkify mod_client_management in README21 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix messed up section about redirect_uris requirements21 months ago, by Kim Alvefur
-
mod_http_oauth2: Restructure description of client metadata requirements21 months ago, by Kim Alvefur
-
mod_http_oauth2: Correct loopback URL example21 months ago, by Kim Alvefur
-
mod_groups_oidc: Expose groups to OAuth clients21 months ago, by Kim Alvefur
-
mod_oidc_userinfo_vcard4: Advertise OpenID scopes via new mechanism21 months ago, by Kim Alvefur
-
mod_http_oauth2: Add provisions for dynamically adding simple scopes21 months ago, by Kim Alvefur
-
mod_http_oauth2: Sort imports21 months ago, by Kim Alvefur
-
mod_http_oauth2: Fix closing h1 tag21 months ago, by Kim Alvefur
-
mod_auth_oauth_external: Correct docs about default scope21 months ago, by Kim Alvefur
-
misc/lnav: Add a README with installation instructions21 months ago, by Kim Alvefur
-
misc/lnav: Fix delimiting of timestamp in pattern21 months ago, by Kim Alvefur
-
misc/lnav: Fix timestamp-format to be an array as per schema21 months ago, by Kim Alvefur
-
mod_http_oauth2: Create proper template for OOB code delivery22 months ago, by Kim Alvefur
-
mod_http_oauth2: Add an example of client registration22 months ago, by Kim Alvefur
-
mod_http_oauth2: Document client registration requirements22 months ago, by Kim Alvefur
-
mod_http_debug: Handle any path under /debug/* as well22 months ago, by Kim Alvefur
-
mod_http_debug: Log some extended info about requests22 months ago, by Kim Alvefur
Scroll all the way down to load more.