mod_unsubscriber: Add disabling mod_s2s to example
|
Kim Alvefur |
Mon, 03 Feb 2025 17:25:34 +0100 |
mod_groups_internal: Improve Markdown structure of documentation
|
Rémi Bardon |
Fri, 31 Jan 2025 02:16:55 +0100 |
mod_groups_internal: Remove broken links
|
Rémi Bardon |
Fri, 31 Jan 2025 02:13:19 +0100 |
mod_groups_internal: Update groups_muc_host config documentation
|
Rémi Bardon |
Fri, 31 Jan 2025 02:11:42 +0100 |
mod_groups_internal: Use syntax closer to Lua in README
|
Rémi Bardon |
Fri, 31 Jan 2025 02:09:38 +0100 |
mod_groups_internal: Replace tabs by spaces in README
|
Rémi Bardon |
Fri, 31 Jan 2025 02:50:23 +0100 |
mod_groups_internal: Uncommit README.markdown
|
Rémi Bardon |
Fri, 31 Jan 2025 02:22:19 +0100 |
mod_groups_internal: Rename README.markdown to README.md
|
Rémi Bardon |
Fri, 31 Jan 2025 01:49:01 +0100 |
mod_groups_internal: Add README
|
Rémi Bardon |
Fri, 12 Jul 2024 19:00:06 +0200 |
mod_groups_internal: Delete all associated MUCs when deleting a group
|
Rémi Bardon |
Fri, 12 Jul 2024 19:55:30 +0200 |
mod_storage_metronome_readonly: Sort the days first before iterating on MUC MAM entries
|
Link Mauve |
Wed, 29 Jan 2025 00:20:01 +0100 |
mod_storage_metronome_readonly: Add documentation about how to migrate a MUC domain
|
Link Mauve |
Tue, 28 Jan 2025 22:27:35 +0100 |
mod_storage_metronome_readonly: Fix wrongly done refactoring
|
Link Mauve |
Tue, 28 Jan 2025 21:22:05 +0100 |
mod_storage_metronome_readonly: Revert non-working is_muc hack, the correct with is "message<groupchat"
|
Link Mauve |
Tue, 28 Jan 2025 01:58:45 +0100 |
mod_storage_metronome_readonly: Add support for mod_muc_mam storage
|
Link Mauve |
Tue, 28 Jan 2025 00:35:39 +0100 |
mod_storage_metronome_readonly: Fix luacheck warnings
|
Link Mauve |
Mon, 27 Jan 2025 21:33:18 +0100 |
mod_storage_metronome_readonly: Fix documentation for pep_data (was pep)
|
Link Mauve |
Mon, 27 Jan 2025 21:32:08 +0100 |
mod_storage_metronome_readonly: Add uploads to the documentation
|
Link Mauve |
Mon, 27 Jan 2025 19:34:52 +0100 |
mod_storage_metronome_readonly: Fix with to be JID, and not just username
|
Link Mauve |
Mon, 27 Jan 2025 19:34:41 +0100 |
mod_storage_metronome_readonly: Add support for migrating to mod_http_file_share
|
Link Mauve |
Mon, 27 Jan 2025 19:17:49 +0100 |
mod_sasl_ssdp: Fix delimiter ascii codes
|
tmolitor |
Sat, 25 Jan 2025 00:18:08 +0100 |
mod_sasl_ssdp: Upgrade to version 0.4.0 with new delimiter
|
tmolitor |
Sat, 25 Jan 2025 00:04:37 +0100 |
mod_muc_moderation: add missing id attribute to retract
|
nicoco |
Fri, 24 Jan 2025 06:55:44 +0100 |
mod_dnsbl: Flag accounts registered by IPs matching blocklists
|
Matthew Wild |
Wed, 22 Jan 2025 18:04:26 +0000 |
mod_turn_external: Remove merged module
|
Link Mauve |
Mon, 20 Jan 2025 10:59:32 +0100 |
mod_anti_spam: prosody 0.12 compat
|
Menel |
Sun, 19 Jan 2025 09:48:10 +0100 |
mod_anti_spam: Fix generation of error bounce stanzas
|
Matthew Wild |
Fri, 17 Jan 2025 12:19:55 +0000 |
mod_anti_spam: Don't consider pre-approved contacts as strangers
|
Matthew Wild |
Fri, 17 Jan 2025 11:19:05 +0000 |
mod_muc_moderation: partial support for XEP-0425 v0.3.0 (no tombstones)
|
nicoco |
Fri, 17 Jan 2025 10:20:00 +0100 |
mod_anti_spam: Also consider not a stranger if we have a pending (out) sub request
|
Matthew Wild |
Fri, 17 Jan 2025 11:02:02 +0000 |
mod_anti_spam: Optimization to avoid needless string concatenation
|
Matthew Wild |
Fri, 17 Jan 2025 10:32:34 +0000 |
mod_anti_spam: Update definition of "stranger" to include sub to/from JID or domains
|
Matthew Wild |
Fri, 17 Jan 2025 10:31:41 +0000 |
mod_anti_spam: Allow customizing spam actions (drop/bounce), switching default to bounce
|
Matthew Wild |
Fri, 17 Jan 2025 10:29:28 +0000 |
mod_anti_spam: Declare dependency on mod_pubsub_subscription for plugin installer
|
Kim Alvefur |
Thu, 16 Jan 2025 18:51:16 +0100 |
mod_sasl2_fast: Restore non-FAST SASL handler upon reset
|
Matthew Wild |
Thu, 16 Jan 2025 15:46:15 +0000 |
mod_sasl2: Reset SASL handler after failed authentication
|
Matthew Wild |
Thu, 16 Jan 2025 15:44:24 +0000 |
mod_persisthosts: Also skip defined Components (thanks gtech1)
|
Kim Alvefur |
Sat, 11 Jan 2025 12:12:18 +0100 |
mod_storage_metronome_readonly: New module for migrating off Metronome
|
Link Mauve |
Fri, 10 Jan 2025 23:17:09 +0100 |
mod_persisthosts: Retrieve hosts from config instead of Prosody state
|
Kim Alvefur |
Fri, 10 Jan 2025 16:19:27 +0100 |
luacheckrc: Add module.ready() (new in trunk)
|
Kim Alvefur |
Fri, 10 Jan 2025 12:35:48 +0100 |
luacheckrc: Add module.could() (new in trunk)
|
Kim Alvefur |
Fri, 10 Jan 2025 12:35:21 +0100 |
mod_cloud_notify: Prevent loading if Prosody indicates it is already bundled
|
Matthew Wild |
Thu, 09 Jan 2025 15:57:19 +0000 |
mod_report_forward: Measure number of forwarded reports
|
Kim Alvefur |
Wed, 08 Jan 2025 09:21:25 +0100 |
mod_spam_reporting: Add a metric
|
Kim Alvefur |
Wed, 08 Jan 2025 09:20:56 +0100 |
mod_storage_s3: Note about data format change
|
Kim Alvefur |
Wed, 08 Jan 2025 09:18:42 +0100 |
mod_sasl2: revert changes that should not have been committed
|
tmolitor |
Sun, 05 Jan 2025 18:01:47 +0100 |
Merge upstream
|
tmolitor |
Sun, 05 Jan 2025 17:50:02 +0100 |
mod_sasl_ssdp: Fix handling of disabled sasl mechanisms
|
tmolitor |
Wed, 20 Nov 2024 05:07:11 +0100 |
mod_sasl2: add usable sasl mechanisms to session table
|
tmolitor |
Wed, 20 Nov 2024 05:05:30 +0100 |
mod_flags: trunk version backported to 0.12
|
Matthew Wild |
Sat, 04 Jan 2025 22:50:49 +0000 |
Backed out changeset ffec70ddbffc
|
Matthew Wild |
Sat, 04 Jan 2025 22:48:54 +0000 |
mod_muc_activity: create module
|
Jonas Schäfer |
Sat, 04 Jan 2025 19:04:26 +0100 |
mod_flags: trunk version backported to 0.12
|
Matthew Wild |
Sat, 04 Jan 2025 17:50:35 +0000 |
mod_groups_internal: Disable MUC integration by default
|
Matthew Wild |
Wed, 01 Jan 2025 14:15:20 +0000 |
mod_anti_spam: Gracefully handle failure to parse CIDR in IP RTBL
|
Matthew Wild |
Wed, 01 Jan 2025 11:48:19 +0000 |
mod_anti_spam: Fix spam sender check in presence subscriptions (thanks mirux)
|
Matthew Wild |
Wed, 01 Jan 2025 09:57:31 +0000 |
mod_anti_spam: Fix stanza type check in presence handler
|
Matthew Wild |
Tue, 31 Dec 2024 21:38:14 +0000 |
mod_anti_spam: Skip content filtering for messages with no body (thanks Martin)
|
Matthew Wild |
Tue, 31 Dec 2024 15:17:37 +0000 |
mod_anti_spam: Improve error bounce text with actionable info
|
Matthew Wild |
Mon, 30 Dec 2024 13:54:30 +0000 |
mod_anti_spam: Fix luacheck warning
|
Matthew Wild |
Mon, 30 Dec 2024 13:52:59 +0000 |
mod_anti_spam: Add some debug logs
|
Matthew Wild |
Mon, 30 Dec 2024 13:52:38 +0000 |
mod_anti_spam: Add README
|
Matthew Wild |
Mon, 30 Dec 2024 13:51:35 +0000 |
mod_anti_spam: Prevent traceback when processing a message to an unknown host
|
Matthew Wild |
Mon, 30 Dec 2024 08:58:16 +0000 |
mod_anti_spam: Fix traceback when no anti-spam services defined in config (thanks mirux)
|
Matthew Wild |
Sun, 29 Dec 2024 11:49:36 +0000 |
mod_anti_spam: Fix another traceback for origin sessions without an IP
|
Matthew Wild |
Sat, 28 Dec 2024 21:02:08 +0000 |
mod_pubsub_subscription: Don't block pubsub unhandled or bare JID notifications
|
Matthew Wild |
Sat, 28 Dec 2024 18:45:40 +0000 |
mod_anti_spam: Tweak trie method name (fixes traceback)
|
Matthew Wild |
Sat, 28 Dec 2024 18:08:17 +0000 |
mod_anti_spam: Fix traceback on missing/invalid session IP and log warning
|
Matthew Wild |
Sat, 28 Dec 2024 18:03:32 +0000 |
mod_anti_spam: Fix incorrect util.ip method name (thanks Martin)
|
Matthew Wild |
Sat, 28 Dec 2024 16:00:25 +0000 |
mod_anti_spam: Fix syntax of user_exists() check (thanks Martin/Zash)
|
Matthew Wild |
Sat, 28 Dec 2024 15:25:33 +0000 |
mod_pubsub_subscription: Match stanzas with fixed prefix only
|
Matthew Wild |
Sat, 28 Dec 2024 15:23:33 +0000 |
mod_compliance_latest: using module:log_status
|
Menel |
Mon, 23 Dec 2024 14:09:56 +0100 |
mod_compliance_latest: Gracefull error logging on missing dependency.
|
Menel |
Mon, 23 Dec 2024 12:58:03 +0100 |
mod_compliance_latest: New module that depends on and therefore loads the latest compliance tester mod.
|
Menel |
Sun, 22 Dec 2024 18:12:42 +0100 |
mod_compliance_2023: Add 2023 Version of the compliance module, basis is the 2021 Version.
|
Menel |
Sun, 22 Dec 2024 16:06:28 +0100 |
mod_push2: fix link
|
Menel |
Sat, 21 Dec 2024 22:14:21 +0100 |
mod_sasl2_sm: Add dependency to sasl2_bind2 as stated in the Readme to module and rockspec
|
Menel |
Sat, 21 Dec 2024 21:25:15 +0100 |
mod_sasl2_fast: Update Compatibility
|
Menel |
Sat, 21 Dec 2024 21:13:38 +0100 |
mod_sasl2_bind2: Update XEP status and Comp.
|
Menel |
Sat, 21 Dec 2024 21:10:34 +0100 |
mod_auto_accept_subscriptions: Update Compatibility
|
Menel |
Sat, 21 Dec 2024 20:52:10 +0100 |
mod_auto_moved: Fix markdown in Readme and update Compatibility
|
Menel |
Sat, 21 Dec 2024 20:44:10 +0100 |
mod_admin_blocklist: fix typo
|
Menel |
Sat, 21 Dec 2024 20:36:00 +0100 |
mod_bind2: Remove
|
Kim Alvefur |
Sat, 21 Dec 2024 21:20:20 +0100 |
mod_stanzadebug: markdown syntax correction
|
Menel |
Fri, 20 Dec 2024 13:23:47 +0100 |
mod_stanzadebug: mark as merged
|
Menel |
Fri, 20 Dec 2024 13:17:10 +0100 |
mod_swedishchef: update Comp of the most important module and mention whole server support as tested :-)
|
Menel |
Fri, 20 Dec 2024 13:01:19 +0100 |
mod_storage_memory: Cleanup old community version and add note to Readme for prosody integration.
|
Menel |
Fri, 20 Dec 2024 12:50:14 +0100 |
mod_statistics: is broken
|
Menel |
Fri, 20 Dec 2024 12:38:04 +0100 |
mod_register_apps: Fix iOS download button image URLs
|
Robby Stokoe |
Mon, 16 Dec 2024 20:01:00 -0700 |
mod_warn_legacy_tls: typo
|
Menel |
Mon, 16 Dec 2024 13:09:42 +0100 |
mod_warn_legacy_tls: Update Examples and Introduction for current TLS versions.
|
Menel |
Mon, 16 Dec 2024 13:06:23 +0100 |
mod_http_upload_external: add external service and update Compatibility.
|
Menel |
Thu, 12 Dec 2024 21:34:50 +0100 |
mod_http_libjs: Update Compability
|
Menel |
Sun, 08 Dec 2024 22:53:55 +0100 |
mod_invites_tracking: Add Compability
|
Menel |
Sun, 08 Dec 2024 22:27:39 +0100 |
mod_invites_register_web: Add compability-section
|
Menel |
Sun, 08 Dec 2024 22:20:31 +0100 |
mod_invites_page: Add compability-section and clarify dependencies.
|
Menel |
Sun, 08 Dec 2024 22:16:07 +0100 |
mod_sslv3_warn: add Readme to obsolete it.
|
Menel |
Sun, 08 Dec 2024 21:54:18 +0100 |
mod_unified_push: add http default path to readme for reverse proxying
|
Menel |
Sun, 08 Dec 2024 11:06:01 +0100 |
mod_filter_chatstates: Add note about csi_simple
|
Menel |
Sun, 08 Dec 2024 10:54:31 +0100 |
mod_throttle_presence: add note about csi_simple
|
Menel |
Sun, 08 Dec 2024 09:46:57 +0100 |
mod_unified_push: typo
|
Menel |
Sun, 08 Dec 2024 09:25:10 +0100 |
mod_unified_push: update testing time and Chapter size
|
Menel |
Sun, 08 Dec 2024 09:19:12 +0100 |
mod_roster_allinall: Tweak table
|
Kim Alvefur |
Sat, 07 Dec 2024 22:59:35 +0100 |
mod_report_forward: Normalize Markdown
|
Kim Alvefur |
Sat, 07 Dec 2024 22:59:11 +0100 |
mod_unified_push: Normalize Markdown
|
Kim Alvefur |
Sat, 07 Dec 2024 22:54:32 +0100 |
mod_muc_restrict_pm: Tweak and normalize table
|
Kim Alvefur |
Sat, 07 Dec 2024 22:57:02 +0100 |
mod_checkcerts: fix warning.
|
Menel |
Sat, 07 Dec 2024 22:51:41 +0100 |
mod_muc_restrict_pm: fix layout
|
Menel |
Sat, 07 Dec 2024 22:47:07 +0100 |
mod_report_forward: fix layout
|
Menel |
Sat, 07 Dec 2024 22:43:43 +0100 |
mod_roster_allinall: fix layout in README.md
|
Menel |
Sat, 07 Dec 2024 22:42:35 +0100 |
mod_checkcerts: Mark as broken.
|
Menel |
Sat, 07 Dec 2024 22:39:46 +0100 |
mod_unified_push: fix Compability sextion and improve Layout
|
Menel |
Sat, 07 Dec 2024 22:29:20 +0100 |
mod_muc_restrict_pm: Feature merged to trunk.
|
Menel |
Sat, 07 Dec 2024 22:18:33 +0100 |
mod_report_forward: Add Compability section to README.md
|
Menel |
Sat, 07 Dec 2024 22:09:41 +0100 |
mod_roster_allinall: Add Compability to README.md
|
Menel |
Sat, 07 Dec 2024 22:02:20 +0100 |
mod_muc_restrict_pm: Add merge into trunk
|
Menel |
Sat, 07 Dec 2024 21:52:15 +0100 |
mod_report_forward: Drop 'spam-' here too?
|
Kim Alvefur |
Tue, 26 Nov 2024 15:24:43 +0100 |
mod_report_forward: Drop 'spam' prefix from address field, it's not only spam
|
Matthew Wild |
Tue, 26 Nov 2024 12:14:24 +0000 |
mod_report_forward: Add default fallback to domain JID when sending reports
|
Matthew Wild |
Tue, 26 Nov 2024 12:12:59 +0000 |
mod_register_dnsbl_firewall_mark: Add account trait for mod_report_affiliations
|
Matthew Wild |
Mon, 25 Nov 2024 14:33:01 +0000 |
mod_report_tracker: Add trait for reported accounts, for mod_report_affiliations
|
Matthew Wild |
Mon, 25 Nov 2024 14:06:16 +0000 |
mod_report_tracker: Keep track of spam/abuse reports about local JIDs
|
Matthew Wild |
Mon, 25 Nov 2024 13:12:20 +0000 |
mod_report_affiliations: Remove irrelevant note from README
|
Matthew Wild |
Mon, 25 Nov 2024 12:39:41 +0000 |
mod_sasl2: update README.md, the mentioned xep is stable now and not in the inbox anymore.
|
Menel |
Sun, 24 Nov 2024 16:27:27 +0100 |
mod_sasl2_fast: Only copy SASL handler internals from util.sasl instance
|
Kim Alvefur |
Sun, 24 Nov 2024 14:42:59 +0100 |
mod_pubsub_serverinfo: Allow including the count of active users in the published info
|
Matthew Wild |
Fri, 22 Nov 2024 19:09:10 +0000 |
mod_report_affiliations: New module for XEP-0489: Reporting Account Affiliations
|
Matthew Wild |
Fri, 22 Nov 2024 19:05:49 +0000 |
mod_firewall: SUBSCRIBED: Flip subscription check to match documentation
|
Matthew Wild |
Fri, 22 Nov 2024 13:50:48 +0000 |
mod_sasl2/mod_sasl2.lua: rollback until fixed
|
Menel |
Tue, 19 Nov 2024 10:44:00 +0100 |
mod_muc_gateway_optimize: New module to optimize muc presence to remote gateways
|
Stephen Paul Weber |
Sun, 17 Nov 2024 22:32:52 -0500 |
mod_s2s_idle_timeout: Reword Readme
|
Menel |
Mon, 11 Nov 2024 23:33:01 +0100 |
mod_s2s_keepalive: Update Compability slSection and Label
|
Menel |
Mon, 11 Nov 2024 23:27:53 +0100 |
mod_s2s_idle_timeout: Reword README
|
Menel |
Mon, 11 Nov 2024 23:19:33 +0100 |
mod_s2s_idle_timeout: Update Compability section of README.md
|
Menel |
Mon, 11 Nov 2024 23:11:01 +0100 |
mod_measure_conn_buffers: Global module, buffers are not per host
|
Matthew Wild |
Mon, 11 Nov 2024 14:30:24 +0000 |
mod_measure_conn_buffers: Measure total size of connection write buffers
|
Matthew Wild |
Mon, 11 Nov 2024 14:03:46 +0000 |
mod_auth_oauth_external: Reword 'How it works'
|
Kim Alvefur |
Thu, 07 Nov 2024 23:33:49 +0100 |
mod_prometheus: add label, update compability
|
Menel |
Thu, 07 Nov 2024 22:50:10 +0100 |
mod_muc_ping: Add explaination of deletion
|
Menel |
Thu, 07 Nov 2024 22:38:15 +0100 |
mod_http_upload: metion obsolete status
|
Menel |
Thu, 07 Nov 2024 22:30:57 +0100 |
mod_http_upload: README.md add redirect notice
|
Menel |
Thu, 07 Nov 2024 22:27:37 +0100 |
mod_report_forward: Fix traceback on error message passed to datetime function
|
Kim Alvefur |
Wed, 06 Nov 2024 22:25:41 +0100 |
mod_rest: Add XEP-0191 blocklist retrieval to JSON mapping
|
Kim Alvefur |
Wed, 06 Nov 2024 09:50:48 +0100 |
mod_vcard_muc: Use footnote syntax of Pandocs markdown
|
Kim Alvefur |
Wed, 06 Nov 2024 00:43:31 +0100 |
mod_auth_http: Fixup code block syntax
|
Kim Alvefur |
Wed, 06 Nov 2024 00:43:17 +0100 |
mod_rest: Add XEP-0377 spam reporting to JSON mapping
|
Kim Alvefur |
Wed, 06 Nov 2024 00:34:40 +0100 |
mod_rest: Add XEP-0191 blocking to JSON mapping
|
Kim Alvefur |
Wed, 06 Nov 2024 00:33:38 +0100 |
mod_http_oauth2: Fix check for userinfo endpoint handler
|
Kim Alvefur |
Thu, 31 Oct 2024 21:49:32 +0100 |
mod_sasl2: hook for modules to implement tasks
|
Stephen Paul Weber |
Fri, 01 Nov 2024 11:09:49 -0500 |
mod_push2: fix push during smacks hibernate
|
Stephen Paul Weber |
Fri, 01 Nov 2024 11:08:26 -0500 |
mod_push2: fix some log lines
|
Stephen Paul Weber |
Fri, 01 Nov 2024 11:08:06 -0500 |
mod_push2: Switch from patched luaossl to prosody-trunk methods
|
Stephen Paul Weber |
Fri, 01 Nov 2024 11:07:23 -0500 |
mod_bookmarks2: remove merged module
|
Menel |
Thu, 31 Oct 2024 13:53:48 +0100 |
mod_bookmark: remove mod_bookmarks.lua
|
Menel |
Thu, 31 Oct 2024 13:48:22 +0100 |
mod_bidi: Obsolete mod_bidi.lua
|
Menel |
Thu, 31 Oct 2024 13:19:10 +0100 |
mod_alias: README.md: fix label
|
Menel |
Wed, 30 Oct 2024 12:54:11 +0100 |
mod_muc_occupant_id: Obsolete this module, its functionality has been included in mod_muc since 0.12
|
Emmanuel Gil Peyrot |
Mon, 28 Oct 2024 20:38:39 +0100 |
mod_smacks_offline: remove obsoleted module
|
Menel |
Sun, 27 Oct 2024 14:22:34 +0100 |
mod_http_upload: Obsolete this module, it is superseded by mod_http_file_share included in Prosody since 0.12
|
Emmanuel Gil Peyrot |
Sun, 27 Oct 2024 13:16:34 +0100 |
mod_smacks: Obsolete this module, it is included in Prosody since 0.12
|
Emmanuel Gil Peyrot |
Sun, 27 Oct 2024 13:14:25 +0100 |
mod_http_admin_api: README.md add links
|
Menel |
Wed, 23 Oct 2024 14:55:17 +0200 |
mod_slack_webhooks: README.md correction
|
Menel |
Wed, 23 Oct 2024 14:52:57 +0200 |
mod_http_admin_api make list
|
Menel |
Wed, 23 Oct 2024 13:32:18 +0200 |
mod_http_admin_api/README.md
|
Menel |
Wed, 23 Oct 2024 13:18:25 +0200 |
mod_http_admin_api/README.md
|
Menel |
Wed, 23 Oct 2024 13:15:18 +0200 |
mod_http_admin_api/README.md
|
Menel |
Wed, 23 Oct 2024 13:10:54 +0200 |
mod_http_admin_api/README.md
|
Menel |
Wed, 23 Oct 2024 13:09:35 +0200 |
mod_http_admin_api: README.md update
|
Menel |
Wed, 23 Oct 2024 13:00:38 +0200 |
mod_http_admin_api: README.md initial stub file
|
Menel |
Wed, 23 Oct 2024 12:42:22 +0200 |
mod_slack_webhooks: README.md: link and footer
|
Menel |
Wed, 23 Oct 2024 12:09:39 +0200 |
mod_turncredentials: fix copy error.
|
Menel |
Wed, 23 Oct 2024 12:04:20 +0200 |
mod_muc_moderation: update Readme Compability
|
Menel |
Tue, 22 Oct 2024 11:48:31 +0200 |
mod_muc_limits: Update Compability
|
Menel |
Tue, 22 Oct 2024 11:36:52 +0200 |
mod_turncredentials: marking obsolete
|
Menel |
Tue, 22 Oct 2024 11:34:27 +0200 |
mod_storage_xmlarchive: Reorganize Readme Layout
|
Menel |
Tue, 22 Oct 2024 11:25:43 +0200 |
mod_slack_webhooks: Update compability and note about mod_rest
|
Menel |
Tue, 22 Oct 2024 11:16:22 +0200 |
mod_vcard_muc: Add Label, Update Compability
|
Menel |
Tue, 22 Oct 2024 11:11:01 +0200 |
mod_csi_grace_period: ADD README lables and Sections
|
Menel |
Tue, 22 Oct 2024 11:07:05 +0200 |
mod_compression_unsafe: Add Stage-Deprecated and warning highlight
|
Menel |
Tue, 22 Oct 2024 10:58:22 +0200 |
mod_alias: Update Compability section and label
|
Menel |
Tue, 22 Oct 2024 10:48:53 +0200 |
mod_admin_blocklist: Update README Compability Section
|
Menel |
Tue, 22 Oct 2024 10:44:56 +0200 |
All community modules: Unify file extention of Markdown files to .md
|
Menel |
Tue, 22 Oct 2024 10:26:01 +0200 |
mod_smacks: fix small copy error
|
Menel |
Mon, 21 Oct 2024 22:09:46 +0200 |
Update mod_smacks status to obsolete - included in prosody
|
Menel |
Mon, 21 Oct 2024 21:50:58 +0200 |
Update compability section of mod_pastebin.
|
Menel |
Mon, 21 Oct 2024 21:36:16 +0200 |
merge
|
Stephen Paul Weber |
Wed, 16 Oct 2024 09:30:02 -0500 |
mod_push2: fix broken log statement
|
Stephen Paul Weber |
Tue, 08 Oct 2024 10:24:39 -0500 |
mod_csi_muc_priorities: Allow setting the default priority for mucs to low
|
aereaux |
Sun, 22 Sep 2024 08:13:09 -0700 |
mod_http_index: Fix loading template
|
Kim Alvefur |
Tue, 08 Oct 2024 22:23:57 +0200 |
mod_http_index: Add metadata to enable installation with plugin installer
|
Kim Alvefur |
Tue, 08 Oct 2024 22:17:01 +0200 |
misc/lnav: Fix invalid value warning
|
Kim Alvefur |
Thu, 03 Oct 2024 22:29:03 +0200 |
mod_rest: Wrap mod_tokenauth errors
|
Kim Alvefur |
Sat, 21 Sep 2024 21:10:45 +0200 |
mod_csi_muc_priorities: Fix saving list with only high-priority MUCs (thanks aereaux)
|
Kim Alvefur |
Fri, 20 Sep 2024 18:47:59 +0200 |
mod_pubsub_serverinfo: Reference workaround for issue #1841
|
Guus der Kinderen |
Wed, 11 Sep 2024 14:02:39 +0200 |
mod_muc_moderation_delay: Fix lua 5.3/5.4 compatibility.
|
John Livingston |
Tue, 10 Sep 2024 18:03:03 +0200 |
mod_http_oauth2: Fix error due to mistake in 5f8a306c8306
|
Kim Alvefur |
Sat, 07 Sep 2024 15:20:23 +0200 |
mod_http_oauth2: Simplify negation in condition
|
Kim Alvefur |
Sat, 31 Aug 2024 14:46:33 +0200 |
mod_http_oauth2: Fix XHTML-ness of template
|
Kim Alvefur |
Sat, 31 Aug 2024 14:45:37 +0200 |
mod_http_oauth2: Require a stringprepped host part of URLs
|
Kim Alvefur |
Sat, 31 Aug 2024 13:30:55 +0200 |
mod_http_oauth2: Ensure URL ports are integer in correct range
|
Kim Alvefur |
Thu, 29 Aug 2024 18:03:23 +0200 |
mod_http_oauth2: Reject URLs with 'userinfo' part (thanks mimi89999)
|
Kim Alvefur |
Thu, 29 Aug 2024 16:02:46 +0200 |
mod_rest: Improve OpenAPI documentation for XEP-0363 GET method
|
Kim Alvefur |
Mon, 19 Aug 2024 20:17:52 +0200 |
mod_rest: Workaround lack of number coercion in util.datamapper for HTTP upload
|
Kim Alvefur |
Mon, 19 Aug 2024 20:08:41 +0200 |
mod_rest: Fix to allow underscores in path of HTTP GET to iq-get mapping
|
Kim Alvefur |
Mon, 19 Aug 2024 18:39:22 +0200 |
mod_ping_muc: Update docs for ping delay
|
Kim Alvefur |
Sun, 11 Aug 2024 16:19:37 +0200 |
mod_ping_muc: Delay ping a configurable amount of time
|
Kim Alvefur |
Sun, 11 Aug 2024 16:10:24 +0200 |
mod_storage_s3: Inherit default HTTP client settings
|
Kim Alvefur |
Wed, 07 Aug 2024 21:28:11 +0200 |
mod_auth_oauth_external: Inherit default HTTP client settings (thanks nils)
|
Kim Alvefur |
Wed, 07 Aug 2024 17:59:14 +0200 |
mod_invites: Fix traceback when token_info isn’t set
|
Emmanuel Gil Peyrot |
Wed, 31 Jul 2024 22:06:18 +0200 |
mod_muc_slow_mode: adding more context in the README.
|
John Livingston |
Mon, 29 Jul 2024 23:07:09 +0200 |
mod_muc_anonymize_moderation_actions: fix XEP-0425 v0.2.1 compliance.
|
John Livingston |
Mon, 29 Jul 2024 13:26:55 +0200 |
mod_muc_anonymize_moderation_actions: anonymize muc moderation announcements and tombstones.
|
John Livingston |
Mon, 29 Jul 2024 13:11:43 +0200 |
mod_muc_moderation: adding a new hook that can be used to cancel the moderation, or modify resulting stanzas.
|
John Livingston |
Mon, 29 Jul 2024 13:08:43 +0200 |
mod_muc_moderation: Fix occupant-id placement in moderated tombstone.
|
John Livingston |
Mon, 29 Jul 2024 12:35:19 +0200 |
mod_muc_moderation: Fix a regression. Actor occupant-id was not added under the moderated tag, but at the top level.
|
John Livingston |
Fri, 26 Jul 2024 18:22:30 +0200 |
mod_muc_anonymize_moderation_actions: first commit.
|
John Livingston |
Fri, 26 Jul 2024 17:07:05 +0200 |
mod_muc_slow_mode: update readme file.
|
John Livingston |
Fri, 26 Jul 2024 16:00:03 +0200 |
mod_muc_slow_mode: initial commit.
|
John Livingston |
Fri, 26 Jul 2024 15:47:18 +0200 |
mod_muc_moderation_delay: first commit to prosody-modules.
|
John Livingston |
Fri, 26 Jul 2024 15:36:05 +0200 |
mod_sasl2: Clarify that this module requires Prosody trunk
|
Kim Alvefur |
Tue, 23 Jul 2024 20:32:57 +0200 |
mod_rest: use bash getopts to handle cli flags in example script
|
Kim Alvefur |
Sun, 21 Jul 2024 17:58:41 +0200 |
mod_http_oauth2: Guard against malformed authorization header
|
Kim Alvefur |
Mon, 15 Jul 2024 20:02:25 +0200 |
mod_rest: Fix authentication
|
Kim Alvefur |
Mon, 15 Jul 2024 16:24:20 +0200 |
mod_rest: Normalize case after filtering out non-match
|
Kim Alvefur |
Sun, 14 Jul 2024 18:01:24 +0200 |
mod_rest: Fix to allow case sensitive HTTP authentication scheme
|
Kim Alvefur |
Sun, 14 Jul 2024 17:58:48 +0200 |
mod_http_oauth2: HTTP authentication schemes are case-insensitive
|
Kim Alvefur |
Sun, 14 Jul 2024 17:47:06 +0200 |
mod_cloud_notify_extensions: Linkify dependency list
|
Kim Alvefur |
Thu, 11 Jul 2024 19:13:18 +0200 |
mod_ping_muc: Describe the client facing protocol (from XEP-0045)
|
Kim Alvefur |
Thu, 11 Jul 2024 15:14:33 +0200 |
mod_log_json: Support for logging to stdout
|
Matthew Wild |
Thu, 11 Jul 2024 10:15:21 +0100 |
mod_register_apps: Update Conversations Android version
|
Kim Alvefur |
Mon, 08 Jul 2024 10:47:07 +0200 |
mod_rest: Return specific errors from credential checks
|
Kim Alvefur |
Sat, 06 Jul 2024 19:26:07 +0200 |
mod_rest: Reject password that fails saslprep earlier (thanks tgy)
|
Kim Alvefur |
Thu, 04 Jul 2024 16:06:32 +0200 |
mod_cloud_notify_encrypted: Add runtime dependency on mod_cloud_notify
|
Matthew Wild |
Wed, 19 Jun 2024 16:54:52 +0100 |
mod_sasl2_fast: Fix traceback when no cb_data is available (thanks riau)
|
Matthew Wild |
Wed, 19 Jun 2024 13:53:12 +0100 |
mod_server_info: fix dataforms require
|
Nicholas George |
Sat, 08 Jun 2024 03:28:25 -0500 |
mod_sasl2_fast: Fix malformed-request when using HT-*-NONE (thanks lnj!)
|
Matthew Wild |
Fri, 07 Jun 2024 16:26:54 +0100 |
mod_server_contact_info: Backport from prosody trunk
|
Matthew Wild |
Fri, 07 Jun 2024 16:14:58 +0100 |
mod_pubsub_serverinfo: Explicitly depend on mod_server_info
|
Matthew Wild |
Fri, 07 Jun 2024 15:53:30 +0100 |
mod_pubsub_serverinfo: fix syntax error
|
Guus der Kinderen |
Tue, 04 Jun 2024 09:06:44 +0200 |
mod_invites_webgen: mention default url and the way to config it
|
Trần H. Trung |
Wed, 26 Feb 2025 19:36:35 +0700 |