Log

description author age
mod_http_muc_log: Mention relevant XEPs in comments Kim Alvefur Fri, 12 Aug 2022 17:14:43 +0200
mod_rest: Add JSON mapping for XEP-0461: Message Replies Kim Alvefur Fri, 12 Aug 2022 17:13:58 +0200
mod_compat_roles/README: Fix yaml syntax in metadata block Kim Alvefur Thu, 11 Aug 2022 20:04:13 +0200
mod_compat_roles: New module providing compat shim for trunk's new role API Matthew Wild Thu, 11 Aug 2022 17:49:33 +0100
mod_muc_badge: If room has no title use localpart of room's jid (fixes #1767) Citronalco Tue, 02 Aug 2022 23:45:00 +0200
mod_s2s_smacks_timeout: Use mod_smacks to close stale s2s connections Kim Alvefur Wed, 03 Aug 2022 03:14:17 +0200
replaced 'session' with 'origin' in push_disable arcseconds Sat, 30 Jul 2022 21:07:47 +1200
mod_default_bookmarks: Fix support for array of string config in bookmarks 2 part (thanks Menel) Kim Alvefur Fri, 29 Jul 2022 17:53:56 +0200
mod_default_bookmarks: Bail on empty 'default_bookmarks' to fix traceback Kim Alvefur Mon, 25 Jul 2022 19:28:38 +0200
mod_log_http: Undo mistake in 456b9f608fcf Kim Alvefur Thu, 21 Jul 2022 18:06:31 +0200
various: Improve error reporting if missing file server module on 0.12 Kim Alvefur Mon, 18 Jul 2022 22:47:54 +0200
various: Use 0.12+ API for serving files from the file system over HTTP Kim Alvefur Mon, 18 Jul 2022 13:58:27 +0200
mod_log_json: Prefer native Lua table.pack over Prosody util.table one Kim Alvefur Mon, 11 Jul 2022 20:08:41 +0200
mod_http_muc_log: Improve accessibility with descriptive @title attrs Kim Alvefur Wed, 06 Jul 2022 18:28:43 +0200
mod_http_muc_log: Move OOB style from attribute to <style> in header Kim Alvefur Wed, 06 Jul 2022 18:24:43 +0200
luacheck: Update with changes from Prosody 0.12 Kim Alvefur Tue, 05 Jul 2022 16:02:22 +0200
mod_http_muc_log: Drop support for pre-0.11 MUC API Kim Alvefur Sat, 02 Jul 2022 02:30:02 +0200
mod_csi_battery_saver: Add support for urn:xmpp:jingle-message:1 (XEP-0353) tmolitor Sat, 02 Jul 2022 02:30:06 +0200
mod_cloud_notify: Compat for prosody 0.12 tmolitor Sat, 02 Jul 2022 02:29:03 +0200
mod_firewall: README: Fix grammar and further improve wording Matthew Wild Tue, 28 Jun 2022 16:45:09 +0100
mod_firewall: README: Clarify when storage access can occur with roster checks Matthew Wild Tue, 28 Jun 2022 16:39:44 +0100
mod_firewall: README: Correct mention of 'JUMP_CHAIN' to 'JUMP CHAIN' Matthew Wild Tue, 28 Jun 2022 16:28:44 +0100
mod_ping_muc/README: Update Compatibility section for 0.12 going stable Kim Alvefur Mon, 27 Jun 2022 22:18:10 +0200
mod_http_muc_log: Show XEP-0444 reactions Kim Alvefur Sun, 26 Jun 2022 21:23:42 +0200
mod_muc_restrict_media: Don't apply restriction to affiliated users Kim Alvefur Mon, 20 Jun 2022 18:24:32 +0200
mod_pubsub_post/README: Update references to trunk with release numbers Kim Alvefur Tue, 14 Jun 2022 19:08:57 +0200
mod_muc_ping: Remove since Prosody mod_muc 0.11+ covers this natively Kim Alvefur Mon, 13 Jun 2022 14:25:39 +0200
mod_rest: Add various things to openapi spec Kim Alvefur Sun, 05 Jun 2022 21:59:17 +0200
mod_rest: Add some descriptive details to schema Kim Alvefur Sun, 05 Jun 2022 21:56:22 +0200
mod_profile: Obsolete. Remove. Redirect to mod_vcard_legacy Kim Alvefur Mon, 30 May 2022 16:14:51 +0200
mod_http_admin_api: Update for 0.12 changes to mod_smacks Kim Alvefur Sun, 29 May 2022 02:03:41 +0200
mod_rest: Provide a log function on temporary session Kim Alvefur Sun, 29 May 2022 02:02:07 +0200
merge upstream Goffi Sat, 28 May 2022 16:43:04 +0200
mod_delegation: use clean_xmlns to remove jabber:client namespace from node: Goffi Sat, 28 May 2022 16:42:13 +0200
mod_rest: Add an example OAuth client (needs mod_http_oauth2) Kim Alvefur Sat, 28 May 2022 15:03:05 +0200
mod_muc_occupant_id: Update Compatibility to mention being built-in in 0.12 Kim Alvefur Sat, 28 May 2022 14:53:17 +0200
mod_muc_auto_reserve_nicks: Force refresh of nickname (thanks phryk) Kim Alvefur Sun, 22 May 2022 20:33:14 +0200
mod_rest: Add mapping of XEP-0380: Explicit Message Encryption Kim Alvefur Sun, 22 May 2022 17:05:05 +0200
mod_rest: Document /archive/ in openapi spec Kim Alvefur Sat, 21 May 2022 22:57:57 +0200
mod_rest: Treat archive.ids as comma-separated to work in query string Kim Alvefur Sat, 21 May 2022 22:55:41 +0200
mod_reload_modules: Be aware of component module (thanks Menel) Kim Alvefur Sat, 21 May 2022 14:48:18 +0200
mod_onions: Fix for bitop with Lua 5.4 moparisthebest Fri, 20 May 2022 08:41:45 -0400
mod_net_proxy: Fix for bitop with Lua 5.4 moparisthebest Fri, 20 May 2022 08:39:17 -0400
mod_rest: Fix attempt to index nil in handling of single iq response Kim Alvefur Tue, 17 May 2022 11:44:44 +0200
mod_rest: Ensure MAM result-iq is included in results from remote hosts Kim Alvefur Mon, 16 May 2022 20:31:58 +0200
mod_rest: Add special handling to catch MAM results from remote hosts Kim Alvefur Mon, 16 May 2022 19:47:09 +0200
mod_auth_dovecot: Fix compat with Lua 5.2+ move of unpack() (thanks Tom) Kim Alvefur Sat, 14 May 2022 15:52:23 +0200
mod_auth_dovecot: Add luarocks metadata to make automatic packaging work Kim Alvefur Sat, 14 May 2022 15:50:44 +0200
upstream merge Goffi Wed, 11 May 2022 12:44:32 +0200
mod_privilege: update to v0.4: Goffi Wed, 11 May 2022 12:43:26 +0200
mod_rest: Fix 'format' property in schema Kim Alvefur Sat, 30 Apr 2022 01:02:38 +0200
mod_rest: Expand mapping of XEP-0045 join stanza Kim Alvefur Sat, 30 Apr 2022 01:00:01 +0200
mod_audit: make the extension of the module API less of a hack Jonas Schäfer Tue, 26 Apr 2022 22:42:09 +0200
mod_audit*: fix luacheck warnings Jonas Schäfer Tue, 26 Apr 2022 22:37:13 +0200
mod_audit*: modules for audit logging in prosody Jonas Schäfer Tue, 26 Apr 2022 22:32:44 +0200
mod_s2soutinjection: Rewrite based on mod_onions for 0.12 compat (thanks Zash) moparisthebest Sun, 24 Apr 2022 23:58:41 -0400
mod_http_muc_log: Fix exception on lack of trailing slash in room path Kim Alvefur Fri, 22 Apr 2022 14:29:32 +0200
mod_rest: Fix description of extdisco endpoint (thanks MattJ) Kim Alvefur Mon, 18 Apr 2022 23:02:04 +0200
mod_rest/apidemo: Don't show traceback to users on config/resource problem Kim Alvefur Sun, 17 Apr 2022 12:52:13 +0200
mod_rest: Add some notes about custom disco#info mapping code Kim Alvefur Sun, 17 Apr 2022 12:51:45 +0200