Log

description author age
mod_muc_rai: Switch to low-priority pre-* events, which should suffice for per-session tracking Matthew Wild Mon, 15 Mar 2021 16:55:21 +0000
mod_http_upload_external: add access control option Nicolas Cedilnik Sun, 14 Mar 2021 17:19:38 +0100
mod_pubsub_eventsource: Fix processing of newlines Kim Alvefur Fri, 12 Mar 2021 21:32:03 +0100
mod_pubsub_summary: Fix traceback when <content> not included Kim Alvefur Fri, 12 Mar 2021 11:00:26 +0100
mod_rest: Fix typos [codespell] Kim Alvefur Tue, 09 Mar 2021 18:44:35 +0100
mod_muc_http_defaults/README: Fix schema Kim Alvefur Tue, 09 Mar 2021 12:55:42 +0100
mod_ogp: Log error responses JC Brand Mon, 08 Mar 2021 13:25:40 +0100
mod_rest: Allow passing e.g. disco 'node' as a ?query variable Kim Alvefur Sun, 07 Mar 2021 22:01:50 +0100
mod_rest: Allow empty @to to mean to=account is in normal XMPP Kim Alvefur Sun, 07 Mar 2021 21:02:18 +0100
mod_rest: Fix tag name in parsing of OOB payloads Kim Alvefur Sun, 07 Mar 2021 01:35:43 +0100
mod_rest: Fix the OOB tag name which also differs in messages Kim Alvefur Sun, 07 Mar 2021 01:30:42 +0100
mod_rest: Change OOB namespace to the one used in messages Kim Alvefur Sun, 07 Mar 2021 01:26:20 +0100
mod_rest/apidemo: Serve yaml with a (non-standard) content-type Kim Alvefur Sun, 07 Mar 2021 01:22:15 +0100
mod_rest/openapi: Reorder request bodies becasue YAML Kim Alvefur Thu, 04 Mar 2021 01:42:47 +0100
mod_rest/openapi: Add missing body for POST /kind/type/to query Kim Alvefur Thu, 04 Mar 2021 01:28:26 +0100
mod_rest/openapi: Improve ping (XEP-0199) representation Kim Alvefur Thu, 04 Mar 2021 01:26:41 +0100
mod_rest/openapi: Improve organization and navigation Kim Alvefur Thu, 04 Mar 2021 01:21:11 +0100
mod_rest/openapi: Describe 'version' endpoint in more detail Kim Alvefur Thu, 04 Mar 2021 00:44:15 +0100
mod_rest/openapi: Remove 202 response for ping (doesn't happen) Kim Alvefur Thu, 04 Mar 2021 00:43:26 +0100
mod_s2s_auth_dane: Fix traceback in DANE-TA check because unpack() moved Kim Alvefur Wed, 03 Mar 2021 11:51:39 +0100
mod_s2s_auth_dane: Disable now redundant validation done in trunk Kim Alvefur Wed, 03 Mar 2021 11:43:38 +0100
mod_pubsub_text_interface: Pass node object to broadcaster for config access Kim Alvefur Tue, 02 Mar 2021 19:20:41 +0100
mod_rest: Add option for serving interactive openapi documentation Kim Alvefur Tue, 02 Mar 2021 18:38:13 +0100
mod_rest/openapi: Deduplicate things using references Kim Alvefur Tue, 02 Mar 2021 18:35:54 +0100
mod_rest/openapi: Fix dataform references Kim Alvefur Tue, 02 Mar 2021 16:14:20 +0100
mod_ogp/README: Add Lua language annotation to prosody config snippet Kim Alvefur Tue, 02 Mar 2021 14:19:19 +0100
mod_ogp/README: Annotate example as XML to enable syntax highlighting Kim Alvefur Tue, 02 Mar 2021 14:17:51 +0100
mod_ogp: Add the ability to whitelist domains JC Brand Tue, 02 Mar 2021 13:36:10 +0100
mod_ogp: Add the ability to detect and process multiple URLs in a body JC Brand Tue, 02 Mar 2021 12:04:14 +0100
mod_rest: Fix syntax error in previous commit Kim Alvefur Mon, 01 Mar 2021 17:33:32 +0100
mod_rest: Revert leftover of unfinished ?query mapping Kim Alvefur Sun, 28 Feb 2021 20:59:53 +0100
mod_rest: Add schema for errors Kim Alvefur Sun, 28 Feb 2021 20:47:32 +0100
mod_rest: Support GET for certain IQ queries Kim Alvefur Sun, 28 Feb 2021 19:33:09 +0100
mod_rest: Add more REST-looking way to send stanzas Kim Alvefur Sun, 28 Feb 2021 19:25:45 +0100
mod_rest: Restructure API spec Kim Alvefur Sun, 28 Feb 2021 18:55:18 +0100
mod_muc_http_defaults: Schema corrections Kim Alvefur Sat, 27 Feb 2021 02:37:01 +0100
mod_rest: Add an OpenAPI specification Kim Alvefur Sat, 27 Feb 2021 02:05:06 +0100
mod_rest: Roundtrip disco and items when string or boolean is used Kim Alvefur Fri, 26 Feb 2021 22:05:25 +0100
mod_migrate_http_upload: Remove storage path when done Kim Alvefur Wed, 24 Feb 2021 18:46:20 +0100
mod_migrate_http_upload: Don't include per-upload directory twice Kim Alvefur Wed, 24 Feb 2021 18:13:19 +0100
mod_migrate_http_upload: Respect the 'http_upload_path' setting Kim Alvefur Wed, 24 Feb 2021 18:12:12 +0100
mod_migrate_http_upload: Fix autolink in README Kim Alvefur Wed, 24 Feb 2021 16:57:28 +0100
mod_migrate_http_upload: Upload data converter to mod_http_file_share Kim Alvefur Wed, 24 Feb 2021 16:55:46 +0100
mod_cloud_notify_encrypted: Advertise support for JMI push notifications Matthew Wild Tue, 23 Feb 2021 20:59:14 +0000
mod_cloud_notify_encrypted: Include full JID of sender with call notifications, per spec Matthew Wild Tue, 23 Feb 2021 16:37:06 +0000
mod_cloud_notify_encrypted: Fix expected namespace of JMI description element Matthew Wild Tue, 23 Feb 2021 16:10:13 +0000
mod_cloud_notify: Consider incoming XEP-0353 call requests as important Matthew Wild Tue, 23 Feb 2021 15:23:29 +0000
mod_smacks: Correct field name for session Kim Alvefur Tue, 23 Feb 2021 03:22:33 +0100
mod_log_json: allow logging of formatted message Jonas Schäfer Mon, 22 Feb 2021 16:08:55 +0100
mod_ogp: Remove old, empty README JC Brand Mon, 22 Feb 2021 17:56:27 +0100
mod_ogp: Add README JC Brand Mon, 22 Feb 2021 17:51:51 +0100
mod_ogp: Make sure OGP fasten messages get archived JC Brand Mon, 22 Feb 2021 17:37:50 +0100
mod_smacks: Only act on CSI state changes if smacks is enabled Kim Alvefur Mon, 22 Feb 2021 16:44:40 +0100
mod_cloud_notify_encrypted: Fix traceback (incorrect variable name) Matthew Wild Mon, 22 Feb 2021 13:45:29 +0000
mod_cloud_notify_encrypted: Update to latest spec, fixes unreliable call notifications Matthew Wild Mon, 22 Feb 2021 13:11:35 +0000
mod_muc_http_defaults: Add template filters to let you extract room JID parts Kim Alvefur Sun, 21 Feb 2021 16:15:21 +0100
mod_auth_http: type fix #1621 Ben Mon, 25 Jan 2021 08:41:37 +0100
mod_muc_http_defaults: Expand documentation on expected API response Kim Alvefur Sat, 20 Feb 2021 20:17:18 +0100
mod_muc_http_defaults: Minor schema tweak Kim Alvefur Sat, 20 Feb 2021 20:16:24 +0100
Add tag 'Statistics' to some modules to ease discoverability Kim Alvefur Fri, 19 Feb 2021 23:42:12 +0100