| Fri, 03 Oct 2025 11:31:17 +0100 |
Matthew Wild |
mod_pastebin: Document pastebin_html_preview setting (thanks Zaak)
|
| Fri, 03 Oct 2025 11:24:42 +0100 |
Matthew Wild |
mod_pastebin: Add pastebin_ignore option, to allow suppressing pastebin behaviour (thanks Zaak)
|
| Thu, 02 Oct 2025 14:41:18 +0100 |
Matthew Wild |
mod_log_ringbuffer: Support multiple triggers simultaneously (e.g. signal + event)
|
| Wed, 01 Oct 2025 18:17:13 +0100 |
Matthew Wild |
mod_http_admin_api: Pass util.error object as response when request fails
|
| Wed, 01 Oct 2025 18:16:25 +0100 |
Matthew Wild |
mod_http_admin_api: get_user_info: Fix missing error return
|
| Wed, 01 Oct 2025 12:00:09 +0100 |
Matthew Wild |
mod_http_admin_api: Convert remaining HTTP errors to util.error
|
| Wed, 01 Oct 2025 11:25:57 +0100 |
Matthew Wild |
mod_http_admin_api: Unify error reporting around util.error
|
| Tue, 30 Sep 2025 15:55:57 +0100 |
Matthew Wild |
mod_protect_last_admin: Switch to service-unavailable rather than policy-violation
|
| Mon, 29 Sep 2025 21:28:18 +0100 |
Matthew Wild |
mod_protect_last_admin: Return util.error object to provide more information
|
| Thu, 25 Sep 2025 18:21:27 +0100 |
Matthew Wild |
mod_protect_last_admin: New module to ensure the last admin account on a server cannot be demoted or removed
|
| Thu, 25 Sep 2025 13:09:57 +0100 |
Matthew Wild |
mod_restrict_federation: Yet another module for restricting s2s for (some) users
|
| Tue, 09 Sep 2025 14:09:30 +0200 |
Link Mauve |
mod_report_affiliations: Set trust to 0 if unknown
|
| Sat, 06 Sep 2025 20:57:57 +0200 |
Kim Alvefur |
mod_invites_register_web: Fix loading resources from relative paths
|
| Sat, 06 Sep 2025 21:02:26 +0200 |
Kim Alvefur |
mod_block_registrations: Support blocking confusable usernames (UTS 39)
|
| Sat, 06 Sep 2025 19:25:15 +0200 |
Kim Alvefur |
mod_block_registrations: Fix indentation
|
| Sat, 06 Sep 2025 20:38:46 +0200 |
Menel |
mod_http_presence/README.md: Add rockspec
|
| Thu, 04 Sep 2025 10:14:46 +0100 |
Matthew Wild |
mod_auth_cyrus: Add empty 'profile' table to SASL handler objects
|
| Tue, 02 Sep 2025 22:19:51 +0200 |
Kim Alvefur |
mod_auth_http_async: Remove non-async code (really should not be needed anymore)
|
| Tue, 02 Sep 2025 21:32:01 +0200 |
Kim Alvefur |
mod_auth_http_async: Update documentation
|
| Mon, 18 Aug 2025 08:42:34 -0400 |
Chaz Kettleson |
mod_voipms: Send client error messages in additon to logging
|
| Tue, 12 Aug 2025 16:13:50 -0500 |
Stephen Paul Weber |
mod_muc_restrict_status: create new module
|
| Tue, 05 Aug 2025 12:58:51 +0100 |
Matthew Wild |
mod_groups_internal: Fix traceback on deletion when group has no MUCs
|
| Sun, 03 Aug 2025 14:50:57 +0200 |
Kim Alvefur |
mod_s2soutinjection: Update to override resolver for 13.0 compatibility
|
| Fri, 01 Aug 2025 14:56:48 +0200 |
Kim Alvefur |
mod_http_muc_log: Remove compat for Prosody 0.9
|
| Sat, 02 Aug 2025 11:06:31 -0400 |
Chaz Kettleson |
mod_drop_chatstates: Fix bug using stanza before its defined
|
| Sat, 02 Aug 2025 10:51:20 -0400 |
Chaz Kettleson |
mod_drop_chatstates: New module to drop chatstates for specific domains
|
| Fri, 01 Aug 2025 18:49:57 -0400 |
Chaz Kettleson |
mod_voipms_carddav: New module to sync contacts from CardDAV in mod_voipms format
|
| Fri, 01 Aug 2025 18:41:14 -0400 |
Chaz Kettleson |
mod_voipms: Update documentation, from Stephen
|
| Fri, 01 Aug 2025 18:36:47 -0400 |
Chaz Kettleson |
mod_voipms: Fix bug from not returning in message/bare hook
|
| Thu, 31 Jul 2025 15:43:41 +0100 |
Matthew Wild |
mod_muc_rtbl: Simplify configuration and tweak docs
|
| Thu, 31 Jul 2025 15:12:51 +0100 |
Matthew Wild |
mod_pubsub_subscription: Fix sometimes not subscribing at startup, improve logs
|
| Wed, 30 Jul 2025 14:16:55 +0100 |
Matthew Wild |
mod_muc_rtbl: Use mod_rtbl, adds support for multiple list subscriptions
|
| Thu, 31 Jul 2025 15:07:30 +0100 |
Matthew Wild |
mod_rtbl: Handle and log iq errors
|
| Thu, 31 Jul 2025 15:06:52 +0100 |
Matthew Wild |
mod_rtbl: Correctly export API
|
| Wed, 30 Jul 2025 14:13:44 +0100 |
Matthew Wild |
mod_rtbl: New generic API module for subscribing to RTBLs via XEP-0060
|
| Tue, 22 Jul 2025 06:24:32 +0200 |
Menel |
mod_voipms: Updates
|
| Mon, 21 Jul 2025 23:57:37 +0200 |
Chaz |
mod_voipms: New Module to send and receive SMS/MMS via VoIP.ms APIs.
|
| Tue, 15 Jul 2025 23:06:14 +0200 |
Kim Alvefur |
mod_http_oauth2: Update Compatibility section with new Prosody 13.0 branch
|
| Tue, 15 Jul 2025 23:06:10 +0200 |
Kim Alvefur |
mod_http_oauth2: Update README to mention XEP-0493
|
| Tue, 15 Jul 2025 21:56:56 +0200 |
Kim Alvefur |
mod_http_oauth2: Remove unused function
|
| Tue, 15 Jul 2025 21:55:25 +0200 |
Kim Alvefur |
mod_http_oauth2: Fix passing roles and scopes the same way to template
|
| Tue, 15 Jul 2025 21:53:37 +0200 |
Kim Alvefur |
mod_http_oauth2: Fix passing claim/scope trough template
|
| Tue, 15 Jul 2025 18:34:22 +0200 |
Kim Alvefur |
mod_oidc_userinfo_vcard4: Add verbose oidc claim details
|
| Tue, 15 Jul 2025 18:33:40 +0200 |
Kim Alvefur |
mod_groups_oidc: Add verbose oidc claim details
|
| Tue, 15 Jul 2025 16:28:40 +0200 |
Kim Alvefur |
mod_http_oauth2: Show scope descriptions
|
| Tue, 15 Jul 2025 12:21:23 +0200 |
Kim Alvefur |
mod_audit: Fix argument declaration of --limit
|
| Tue, 15 Jul 2025 01:46:38 +0200 |
Kim Alvefur |
mod_http_oauth2: Only issue id_token when granted openid scope
|
| Thu, 10 Jul 2025 10:15:35 +0100 |
Matthew Wild |
mod_cloud_notify_encrypted: Fix variable name (thanks bronko)
|
| Mon, 07 Jul 2025 11:39:16 -0500 |
Nicholas George |
mod_http_presence: news flash: order of vcard is not always the same (fixes 500 on nickname)
|
| Mon, 07 Jul 2025 16:22:19 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Set content-type on websub challenge response
|
| Sun, 06 Jul 2025 15:57:55 -0500 |
Nicholas George |
mod_http_presence: add new module to display presence over the http server
|
| Thu, 03 Jul 2025 17:50:18 +0200 |
Kim Alvefur |
mod_rest: Add -v flag to example script to allow increasing verbosity
|
| Thu, 03 Jul 2025 17:49:08 +0200 |
Kim Alvefur |
mod_rest: Update example script to get refresh tokens from mod_http_oauth2
|
| Thu, 03 Jul 2025 16:18:38 +0200 |
Kim Alvefur |
mod_http_oauth2: Avoid tripping on redirect URIs when omitted
|
| Thu, 03 Jul 2025 15:45:00 +0200 |
Kim Alvefur |
mod_http_oauth2: Reject invalid attempt to register client without credentials
|
| Thu, 03 Jul 2025 15:42:42 +0200 |
Kim Alvefur |
mod_http_oauth2: Only require redirect URIs when using grant types that need it
|
| Thu, 03 Jul 2025 15:34:57 +0200 |
Kim Alvefur |
mod_http_oauth2: Comment on origin of a constant URI
|
| Thu, 03 Jul 2025 15:34:42 +0200 |
Kim Alvefur |
mod_http_oauth2: Check grant type before issuing refresh token
|
| Thu, 03 Jul 2025 12:32:43 +0200 |
Kim Alvefur |
mod_http_oauth2: Remove defaults that should be included on clients
|
| Thu, 03 Jul 2025 12:27:32 +0200 |
Kim Alvefur |
mod_http_oauth2: Handle absent array argument in array member check
|