mod_cloud_notify_encrypted: Fix variable name (thanks bronko)
|
Matthew Wild |
Thu, 10 Jul 2025 10:15:35 +0100 |
mod_http_presence: news flash: order of vcard is not always the same (fixes 500 on nickname)
|
Nicholas George |
Mon, 07 Jul 2025 11:39:16 -0500 |
mod_pubsub_feeds: Set content-type on websub challenge response
|
Kim Alvefur |
Mon, 07 Jul 2025 16:22:19 +0200 |
mod_http_presence: add new module to display presence over the http server
|
Nicholas George |
Sun, 06 Jul 2025 15:57:55 -0500 |
mod_rest: Add -v flag to example script to allow increasing verbosity
|
Kim Alvefur |
Thu, 03 Jul 2025 17:50:18 +0200 |
mod_rest: Update example script to get refresh tokens from mod_http_oauth2
|
Kim Alvefur |
Thu, 03 Jul 2025 17:49:08 +0200 |
mod_http_oauth2: Avoid tripping on redirect URIs when omitted
|
Kim Alvefur |
Thu, 03 Jul 2025 16:18:38 +0200 |
mod_http_oauth2: Reject invalid attempt to register client without credentials
|
Kim Alvefur |
Thu, 03 Jul 2025 15:45:00 +0200 |
mod_http_oauth2: Only require redirect URIs when using grant types that need it
|
Kim Alvefur |
Thu, 03 Jul 2025 15:42:42 +0200 |
mod_http_oauth2: Comment on origin of a constant URI
|
Kim Alvefur |
Thu, 03 Jul 2025 15:34:57 +0200 |
mod_http_oauth2: Check grant type before issuing refresh token
|
Kim Alvefur |
Thu, 03 Jul 2025 15:34:42 +0200 |
mod_http_oauth2: Remove defaults that should be included on clients
|
Kim Alvefur |
Thu, 03 Jul 2025 12:32:43 +0200 |
mod_http_oauth2: Handle absent array argument in array member check
|
Kim Alvefur |
Thu, 03 Jul 2025 12:27:32 +0200 |
mod_http_oauth2: Use numeric for loop instead of ipairs
|
Kim Alvefur |
Thu, 03 Jul 2025 12:14:53 +0200 |
mod_http_oauth2: Assume Prosody 13.0+ roles are available
|
Kim Alvefur |
Wed, 02 Jul 2025 16:15:32 +0200 |
mod_http_oauth2: Use cheaper array member check
|
Kim Alvefur |
Wed, 02 Jul 2025 15:55:05 +0200 |
mod_http_oauth2: Support the "offline_access" for granting refresh tokens
|
Kim Alvefur |
Wed, 02 Jul 2025 15:53:02 +0200 |
mod_version_spoofed: fix README
|
Nicholas George |
Tue, 01 Jul 2025 23:45:02 -0500 |
mod_version_spoofed: add new evil module
|
Nicholas George |
Tue, 01 Jul 2025 19:14:58 -0500 |
mod_http_connect: Add authentication, target filtering and advertisement via XEP-0215
|
Matthew Wild |
Thu, 26 Jun 2025 13:10:10 +0100 |
mod_http_connect: HTTP CONNECT proxy
|
Kim Alvefur |
Wed, 25 Jun 2025 15:21:00 +0200 |
mod_push2: Also push call retractions
|
Stephen Paul Weber |
Tue, 24 Jun 2025 12:13:51 -0500 |
mod_push2: always push voip notifications
|
Stephen Paul Weber |
Tue, 24 Jun 2025 12:13:27 -0500 |
mod_conversejs: Fix hostname set as default username (thanks roughnecks)
|
Kim Alvefur |
Wed, 18 Jun 2025 14:28:38 +0200 |
Merge update
draft
|
Trần H. Trung |
Sun, 15 Jun 2025 01:08:46 +0700 |
mod_http_oauth2: Handle case of device state having expired
|
Kim Alvefur |
Fri, 13 Jun 2025 21:57:38 +0200 |
mod_http_oauth2: Refactor to return all errors to Device clients
|
Kim Alvefur |
Fri, 13 Jun 2025 21:30:56 +0200 |
READMEs: fixup compat tables
|
Kim Alvefur |
Fri, 13 Jun 2025 12:52:28 +0200 |
mod_pastebin: Update Readme
|
Menel |
Fri, 13 Jun 2025 11:39:58 +0200 |
mod_cloud_notify: Readme: labels, how hard can it be?
|
Menel |
Fri, 13 Jun 2025 10:49:45 +0200 |
mod_cloud_notify: actually fix labels
|
Menel |
Fri, 13 Jun 2025 10:48:20 +0200 |
mod_cloud_notify: Readme: fix links and labels that were removed in the last commit
|
Menel |
Fri, 13 Jun 2025 10:44:37 +0200 |
mod_cloud_notify: Update Readme
|
Menel |
Fri, 13 Jun 2025 10:36:52 +0200 |
mod_csi_grace_period: Fix readme again
|
Menel |
Fri, 13 Jun 2025 10:10:26 +0200 |
mod_csi_grace_period: Readme Fix Tab at beginning of line
|
Menel |
Fri, 13 Jun 2025 10:08:21 +0200 |
mod_muc_moderation: Readme Compatibility
|
Menel |
Fri, 13 Jun 2025 10:04:40 +0200 |
:multble modules: fix tab-> space
|
Menel |
Fri, 13 Jun 2025 09:58:51 +0200 |
Multible community modules: Update Readme
|
Menel |
Fri, 13 Jun 2025 09:53:41 +0200 |
mod_auto156: Add brief README
|
Kim Alvefur |
Sun, 08 Jun 2025 13:49:07 +0200 |
mod_flags: Add short stub README with link to Prosody docs
|
Kim Alvefur |
Sun, 08 Jun 2025 13:36:40 +0200 |
mod_s2s_auth_samecert: Add brief README
|
Kim Alvefur |
Sun, 08 Jun 2025 13:28:33 +0200 |
mod_http_oauth2: Add comment referencing RFC 8176
|
Kim Alvefur |
Sat, 07 Jun 2025 22:13:41 +0200 |
mod_http_oauth2: Reorder metadata by source
|
Kim Alvefur |
Sat, 07 Jun 2025 22:02:18 +0200 |
mod_s2soutinjection: Update compatibility info
|
Kim Alvefur |
Fri, 06 Jun 2025 20:01:13 +0200 |
mod_http_oauth2: Fire authentication events in password grant
|
Kim Alvefur |
Wed, 04 Jun 2025 17:32:19 +0200 |
mod_http_oauth2: Return instead of throwing errors
|
Kim Alvefur |
Tue, 03 Jun 2025 17:20:52 +0200 |
mod_http_oauth2: Forbid inclusion of disabled grant and response types
|
Kim Alvefur |
Tue, 03 Jun 2025 17:04:19 +0200 |
mod_http_oauth2: Allow zero response types (e.g. with the password grant)
|
Kim Alvefur |
Tue, 03 Jun 2025 16:59:07 +0200 |
mod_http_oauth2: Remove now redundant client_id check from remaining grant handlers
|
Kim Alvefur |
Tue, 03 Jun 2025 01:11:37 +0200 |
mod_tls_policy: Remove unneeded exec bit
|
Link Mauve |
Tue, 03 Jun 2025 10:45:45 +0200 |
mod_private_adhoc: Remove unneeded exec bit
|
Link Mauve |
Tue, 03 Jun 2025 10:45:37 +0200 |
mod_http_oauth2: Refactor client grant and response type checks
|
Kim Alvefur |
Mon, 02 Jun 2025 22:21:44 +0200 |
mod_http_oauth2: Enforce the registered grant types
|
Kim Alvefur |
Mon, 02 Jun 2025 20:55:20 +0200 |
mod_http_admin_api: Switch from mod_lastlog2 to mod_account_activity
|
Matthew Wild |
Mon, 02 Jun 2025 12:59:32 +0100 |
mod_invites_page: check query from URL first to avoid 500 ERROR
|
Trần H. Trung |
Sun, 01 Jun 2025 21:32:49 +0700 |
mod_invites_page: rename variables to keep consistant style
|
Trần H. Trung |
Sun, 01 Jun 2025 16:35:52 +0700 |
mod_invites_webgen: add README.md
|
Trần H. Trung |
Sun, 01 Jun 2025 16:25:41 +0700 |
mod_invites_webgen: update filename style for README
|
Trần H. Trung |
Sun, 01 Jun 2025 15:15:17 +0700 |
mod_invites_webgen: update doc
|
Trần H. Trung |
Sun, 01 Jun 2025 15:12:27 +0700 |
mod_invites_webgen: rename variables to keep consistant style
|
Trần H. Trung |
Sun, 01 Jun 2025 14:39:31 +0700 |