| Fri, 13 Mar 2026 12:43:05 +0100 |
Menel |
mod_watchuntrusted/mod_watchuntrusted.lua: making luacheck happy
|
| Fri, 13 Mar 2026 12:28:20 +0100 |
Menel |
delete both remnants of mod_bookmark that only point to the prosody modules
|
| Fri, 13 Mar 2026 12:24:06 +0100 |
Menel |
mod_external_services/README.md: mark obsolete
|
| Fri, 13 Mar 2026 12:22:09 +0100 |
Menel |
mod_extdisco/README.md: mark as superseded
|
| Fri, 13 Mar 2026 12:13:38 +0100 |
Menel |
mod_muc_restrict_media/README.md: Add Stage and Compatibility
|
| Fri, 13 Mar 2026 12:11:05 +0100 |
Menel |
mod_csi_muc_priorities/README.md: Set Stage and Compatibility
|
| Fri, 13 Mar 2026 12:03:03 +0100 |
Menel |
mod_csi_simple_compat/README.md: Add "Stage-Deprecated"
|
| Fri, 13 Mar 2026 11:55:24 +0100 |
Menel |
mod_csi/README.md: remove remnant of long obsolete module
|
| Fri, 13 Mar 2026 08:17:01 +0100 |
Menel |
mod_smacks_noerror: delete obsoleted
|
| Fri, 13 Mar 2026 07:54:36 +0100 |
Menel |
mod_sasl2_fast/mod_sasl2_fast.lua: fix luacheck warning too long line
|
| Fri, 13 Mar 2026 07:46:57 +0100 |
Menel |
mod_admin_message/README.md: mark broken for supported versions
|
| Fri, 13 Mar 2026 07:42:50 +0100 |
Menel |
mod_clean_roster/mod_clean_roster.lua: fix empty if (luacheck)
|
| Fri, 13 Mar 2026 07:39:42 +0100 |
Menel |
mod_compliance_latest/mod_compliance_latest.lua: remove unused variable (luacheck)
|
| Fri, 13 Mar 2026 07:09:53 +0100 |
Menel |
mod_muc_restrict_attention/mod_muc_restrict_attention.lua: fix trailing newline
|
| Thu, 12 Mar 2026 08:16:06 +0100 |
Menel |
mod_muc_restrict_media/mod_muc_restrict_media.lua: Put the muc config form in the right section
|
| Thu, 12 Mar 2026 08:15:22 +0100 |
Menel |
mod_muc_restrict_attention/mod_muc_restrict_attention.lua: Put the form in the right Place
|
| Wed, 11 Mar 2026 08:55:15 +0100 |
Menel |
mod_muc_restrict_attention: adjusted more variable names to reflect it works on members
|
| Wed, 11 Mar 2026 00:42:57 +0100 |
Link Mauve |
mod_statistics: Replace util.serialization.serialize with %q
|
| Wed, 11 Mar 2026 00:42:49 +0100 |
Link Mauve |
mod_statistics_statsman: Replace util.serialization.serialize with %q
|
| Wed, 11 Mar 2026 00:34:11 +0100 |
Link Mauve |
mod_xhtmlim: Replace util.serialization.serialize with %q
|
| Wed, 11 Mar 2026 00:33:54 +0100 |
Link Mauve |
mod_sms_clickatell: Remove unused import
|
| Wed, 11 Mar 2026 00:33:42 +0100 |
Link Mauve |
mod_sentry: Remove unused import
|
| Wed, 11 Mar 2026 00:33:27 +0100 |
Link Mauve |
mod_s2s_auth_monkeysphere: Replace util.serialization.serialize with %q
|
| Wed, 11 Mar 2026 00:33:01 +0100 |
Link Mauve |
mod_pubsub_twitter: Remove commented out util.serialization import
|
| Wed, 11 Mar 2026 00:32:38 +0100 |
Link Mauve |
mod_pubsub_mqtt: Replace util.serialization.serialize with %q
|
| Wed, 11 Mar 2026 00:32:23 +0100 |
Link Mauve |
mod_protect_last_admin: Replace util.serialization.serialize with %q
|
| Wed, 11 Mar 2026 00:32:02 +0100 |
Link Mauve |
mod_auto_moved: Replace util.serialization.serialize with %q
|
| Wed, 11 Mar 2026 00:31:32 +0100 |
Link Mauve |
mod_net_dovecotauth: Replace util.serialization.serialize with %q
|
| Tue, 10 Mar 2026 23:06:58 +0100 |
Menel |
mod_muc_restrict_attention: logging configurable and to debug by default.
|
| Tue, 10 Mar 2026 20:37:04 +0100 |
Kim Alvefur |
mod_muc_members_json: Use logging stacks own serialization
|
| Tue, 10 Mar 2026 18:23:50 +0100 |
Menel |
mod_muc_restrict_attention/mod_muc_restrict_attention.lua: cleanup code and logging
|
| Tue, 10 Mar 2026 16:58:17 +0000 |
Matthew Wild |
mod_muc_members_json: Support private MUCs, non-member affiliation grants, async storage, dry-run mode
|
| Tue, 10 Mar 2026 16:13:25 +0100 |
Kim Alvefur |
mod_rest: Fixup incorrect user auth docs
|
| Tue, 10 Mar 2026 15:38:39 +0100 |
Menel |
mod_muc_restrict_attention: change variable names to fit the new logic to allow restricting members. Adhere to stylesheet.
|
| Tue, 10 Mar 2026 14:24:07 +0100 |
Menel |
mod_muc_restrict_attention: Change logic:, always disallow unaffiliated, always allow admin and owner and make it configurable for members. Also it actually works O_o.
|
| Tue, 10 Mar 2026 12:18:08 +0100 |
Menel |
mod_firewall/README.md: Clarify layout how to seperate Rules.
|
| Mon, 09 Mar 2026 17:03:11 +0000 |
Matthew Wild |
mod_dnsbl: Fix support for IPv6 lookups (thanks Zash)
|
| Mon, 09 Mar 2026 17:02:46 +0000 |
Matthew Wild |
mod_dnsbl: Fix incorrect result from lookup
|
| Mon, 09 Mar 2026 17:01:53 +0000 |
Matthew Wild |
mod_dnsbl: Fix result and error handling in shell command
|
| Sun, 08 Mar 2026 10:59:40 +0100 |
Menel |
mod_muc_restrict_attention: New Module based on mod_muc_restrict_media to strip Attention. Untested.
|
| Thu, 05 Mar 2026 14:35:43 +0000 |
Matthew Wild |
mod_muc_auto_role: Set default role for MUC occupants based on policies
|
| Sat, 28 Feb 2026 10:33:48 +0100 |
nicoco |
mod_register_apps: Add macOS platform for gajim
|
| Tue, 24 Feb 2026 21:28:17 +0100 |
Kim Alvefur |
mod_auth_ldap: Remove, was merged into Prosody 0.12.0
|
| Tue, 24 Feb 2026 15:26:37 -0500 |
Stephen Paul Weber |
mod_muc_cache_media: use raw strings not patterns
|
| Tue, 24 Feb 2026 13:20:45 -0500 |
Stephen Paul Weber |
mod_muc_cache_media: relative link is better
|
| Tue, 24 Feb 2026 11:57:09 -0500 |
Stephen Paul Weber |
mod_muc_cache_media: move to storage that matches RFC 6920
|
| Tue, 24 Feb 2026 16:39:04 +0100 |
Kim Alvefur |
mod_conversejs: Rely on autolink to link to prosody.im
|
| Mon, 23 Feb 2026 15:06:37 -0500 |
Stephen Paul Weber |
File extension is optional on disk
|
| Mon, 23 Feb 2026 12:41:36 -0500 |
Stephen Paul Weber |
mod_muc_cache_media: simplify code with target_filter
|
| Mon, 23 Feb 2026 16:22:33 +0100 |
Kim Alvefur |
mod_dnsupdate: Support multiple hosts/components
|
| Sun, 22 Feb 2026 01:08:33 -0500 |
Stephen Paul Weber |
mod_muc_cache_media: Initial commit
|
| Sat, 21 Feb 2026 19:13:08 +0100 |
Christian Weiske |
mod_unified_push: Allow additional CORS headers for unified push (fixes #1985)
|
| Fri, 20 Feb 2026 15:09:06 +0000 |
Matthew Wild |
mod_poke_strangers: Poke on subscription requests
|
| Wed, 18 Feb 2026 17:01:42 +0000 |
Matthew Wild |
mod_anti_spam: Skip user existence check when no username (thanks Link Mauve)
|
| Wed, 18 Feb 2026 16:35:30 +0100 |
Kim Alvefur |
mod_http_oauth2: Make error template optional
|
| Wed, 18 Feb 2026 16:34:37 +0100 |
Kim Alvefur |
mod_authz_delegate: Ruse parent host logic from mod_authz_internal
|
| Wed, 18 Feb 2026 16:30:18 +0100 |
Kim Alvefur |
mod_auth_oauth_external: Pass on storage error from account info
|
| Sat, 14 Feb 2026 12:57:51 +0100 |
Kim Alvefur |
mod_block_registrations: Enable syntax highlighting in examples
|
| Sat, 14 Feb 2026 12:57:22 +0100 |
Kim Alvefur |
mod_block_registrations: Add username length requirements
|
| Wed, 11 Feb 2026 09:40:30 +0000 |
Matthew Wild |
mod_pubsub_serverinfo: Include hostname in default pubsub node name
|
| Mon, 09 Feb 2026 18:49:58 -0500 |
Waqas Hussain |
mod_xmllang_check: Fix and link ejabberd source URLs in markdown doc
|
| Mon, 09 Feb 2026 18:34:40 -0500 |
Waqas Hussain |
mod_xmllang_check: Initial commit
|
| Sat, 07 Feb 2026 19:59:19 +0100 |
Kim Alvefur |
mod_invites_page,register_web: Add blurb about web dependencies
|
| Sat, 07 Feb 2026 19:48:30 +0100 |
Kim Alvefur |
mod_invites: Remove, these are shipped with the oldest supported Prosody
|
| Sat, 07 Feb 2026 12:25:52 +0100 |
Kim Alvefur |
mod_unsubscriber: Add MUC support
|
| Sun, 01 Feb 2026 14:10:14 +0100 |
Link Mauve |
mod_throttle_unsolicited: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:10:12 +0100 |
Link Mauve |
mod_storage_ldap: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:10:04 +0100 |
Link Mauve |
mod_statistics: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:58 +0100 |
Link Mauve |
mod_s2s_auth_monkeysphere: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:55 +0100 |
Link Mauve |
mod_prometheus: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:49 +0100 |
Link Mauve |
mod_muc_slow_mode: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:44 +0100 |
Link Mauve |
mod_measure_cpu: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:39 +0100 |
Link Mauve |
mod_log_slow_events: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:34 +0100 |
Link Mauve |
mod_http_host_status_check: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:29 +0100 |
Link Mauve |
mod_host_status_heartbeat: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:22 +0100 |
Link Mauve |
mod_host_status_check: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:14 +0100 |
Link Mauve |
mod_firewall: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Sun, 01 Feb 2026 14:09:07 +0100 |
Link Mauve |
mod_benchmark_storage: Use util.time instead of prosody.util.time, for 0.12 compatibility
|
| Fri, 30 Jan 2026 15:04:36 +0100 |
Link Mauve |
mod_throttle_unsolicited: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:04:34 +0100 |
Link Mauve |
mod_s2s_auth_monkeysphere: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:04:30 +0100 |
Link Mauve |
mod_storage_ldap: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:04:25 +0100 |
Link Mauve |
mod_prometheus: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:04:22 +0100 |
Link Mauve |
mod_muc_slow_mode: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:04:11 +0100 |
Link Mauve |
mod_statistics: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:04:03 +0100 |
Link Mauve |
mod_http_host_status_check: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:03:56 +0100 |
Link Mauve |
mod_measure_cpu: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:03:50 +0100 |
Link Mauve |
mod_host_status_check: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:03:44 +0100 |
Link Mauve |
mod_benchmark_storage: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:03:37 +0100 |
Link Mauve |
mod_log_slow_events: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:03:30 +0100 |
Link Mauve |
mod_host_status_heartbeat: Switch to prosody.util.time.now() to get the current time
|
| Fri, 30 Jan 2026 15:03:21 +0100 |
Link Mauve |
mod_firewall: Switch to prosody.util.time.now() to get the current time
|
| Tue, 27 Jan 2026 21:12:21 +0100 |
Christian Weiske |
mod_auth_sql: Document database table in README
|
| Tue, 27 Jan 2026 21:12:03 +0100 |
Christian Weiske |
mod_auth_sql: Fix markdown frontmatter in README
|
| Sat, 17 Jan 2026 19:23:14 +0100 |
Menel |
mod_pubsub_serverinfo/mod_pubsub_serverinfo.lua: fix last logging error that was made by trying to fix previous error.
|
| Sat, 17 Jan 2026 17:20:13 +0100 |
Menel |
mod_pubsub_serverinfo/mod_pubsub_serverinfo.lua: change debug loging to core
|
| Sat, 17 Jan 2026 08:12:14 +0100 |
Kim Alvefur |
mod_auth_oauth_external: Add Mastodon example
|
| Sat, 17 Jan 2026 08:11:50 +0100 |
Kim Alvefur |
mod_auth_oauth_external: Update Compatibility section with 13.0.x
|
| Sat, 17 Jan 2026 05:16:25 +0100 |
Kim Alvefur |
mod_auth_oauth_external: Implement user deletion
|
| Sat, 17 Jan 2026 05:14:25 +0100 |
Kim Alvefur |
mod_auth_oauth_external: Record existence of users
|
| Sat, 17 Jan 2026 05:13:09 +0100 |
Kim Alvefur |
mod_auth_oauth_external: Improve example
|
| Thu, 15 Jan 2026 17:35:43 +0000 |
Matthew Wild |
mod_pubsub_serverinfo: Update README with some clarifications/improvements
|
| Thu, 15 Jan 2026 16:07:19 +0100 |
Kim Alvefur |
mod_http_muc_log: Show reactions after XEP-0066: Out of Band Data
|
| Thu, 15 Jan 2026 16:03:01 +0100 |
Kim Alvefur |
mod_http_muc_log: Ignore fallback body next to XEP-0444: Message Reactions
|
| Wed, 14 Jan 2026 19:36:54 +0000 |
Matthew Wild |
mod_mam_smart_retention: Improve error handling during cleanup
|
| Wed, 14 Jan 2026 13:56:31 +0000 |
Matthew Wild |
mod_pubsub_serverinfo: Use log_status to preserve last publication result
|
| Wed, 14 Jan 2026 13:55:36 +0000 |
Matthew Wild |
mod_pubsub_serverinfo: Some minor style/code tidying
|
| Wed, 14 Jan 2026 13:54:26 +0000 |
Matthew Wild |
mod_pubsub_serverinfo: Remove verbose debug log statements
|
| Wed, 14 Jan 2026 13:59:01 +0100 |
Guus der Kinderen |
mod_pubsub_serverinfo: add 'common configuration issues' to readme
|
| Sat, 10 Jan 2026 17:41:53 +0100 |
Kim Alvefur |
mod_s2s_auth_samecert: Link to section in XEP-0344 describing this behavior
|
| Tue, 30 Dec 2025 23:32:50 +0100 |
Kim Alvefur |
mod_s2s_failclose: Report outgoing connection failures to remote servers
|
| Tue, 30 Dec 2025 13:19:43 +0100 |
Link Mauve |
mod_report_affiliations: Fix traceback a non-user is sending a presence
|
| Fri, 26 Dec 2025 11:39:34 -0500 |
Stephen Paul Weber |
mod_muc_thread_polyfill: new module to infer threads when possible for clients that do not send them
|
| Thu, 18 Dec 2025 10:43:50 +0000 |
Matthew Wild |
mod_measure_active_users: Add support for mod_account_activity in Prosody 13.0
|
| Sat, 06 Dec 2025 18:22:04 +0000 |
Matthew Wild |
mod_mam_smart_retention: New experimental module for smart retention in MAM archives
|
| Fri, 14 Nov 2025 02:06:22 -0400 |
moparisthebest |
mod_net_proxy: Add support for `proxy_out` and `proxy_secure`
|
| Thu, 06 Nov 2025 15:25:19 +0100 |
Kim Alvefur |
mod_s2s_cache_failures: Fix traceback when reporting stats (thanks sundance)
|
| Tue, 28 Oct 2025 16:29:47 -0400 |
Ganiman |
Updating phpbb3 authentication module for argon2 password support.
|
| Mon, 27 Oct 2025 12:05:07 +0100 |
Link Mauve |
mod_omemo_all_access: Obsolete with mod_pep
|
| Fri, 17 Oct 2025 21:18:07 -0400 |
Chaz Kettleson |
mod_drop_chatstates: Remove module; never worked correctly
|
| Thu, 16 Oct 2025 19:08:20 +0100 |
Matthew Wild |
mod_s2s_cache_failures: New module to cache failures to remote domains and control retries
|