log mod_rest/mod_rest.lua @ 5819:bb51cf204dd4 default tip

age author description
Wed, 25 Oct 2023 15:36:20 +0200 Kim Alvefur mod_rest: Limit payload size (cf stanza size limits)
Fri, 07 Jul 2023 00:10:37 +0200 Kim Alvefur mod_rest: Use logger of HTTP request in trunk
Sun, 18 Jun 2023 22:23:24 +0200 Kim Alvefur mod_rest: Include full_jid property on origin
Sat, 08 Apr 2023 19:51:24 +0200 Kim Alvefur mod_rest: Get correct type from config
Fri, 07 Apr 2023 20:26:33 +0200 Kim Alvefur mod_rest: Allow passing configuring a timeout for <iq> responses
Sun, 27 Nov 2022 00:34:00 +0100 Kim Alvefur mod_rest: Wrap webhook setup in a function for future reuse
Sun, 27 Nov 2022 00:10:38 +0100 Kim Alvefur mod_rest: Do not allow replies to <iq type=result> from webhooks
Wed, 13 Jul 2022 11:27:44 +0100 Matthew Wild mod_rest: Update for mod_tokenauth API changes (backwards-compatible)
Mon, 15 Aug 2022 15:26:14 +0200 Kim Alvefur mod_rest: Fill in 'type' field in error registry
Sun, 29 May 2022 02:02:07 +0200 Kim Alvefur mod_rest: Provide a log function on temporary session
Tue, 17 May 2022 11:44:44 +0200 Kim Alvefur mod_rest: Fix attempt to index nil in handling of single iq response
Mon, 16 May 2022 20:31:58 +0200 Kim Alvefur mod_rest: Ensure MAM result-iq is included in results from remote hosts
Mon, 16 May 2022 19:47:09 +0200 Kim Alvefur mod_rest: Add special handling to catch MAM results from remote hosts
Sat, 09 Apr 2022 01:04:25 +0200 Kim Alvefur mod_rest: Add configuration of which stanzas to route to callback
Sat, 09 Apr 2022 00:43:18 +0200 Kim Alvefur mod_rest: Improve logging of results from callback startup probe
Sat, 09 Apr 2022 00:41:18 +0200 Kim Alvefur mod_rest: Support parameters in callback URL
Thu, 07 Apr 2022 17:49:08 +0200 Kim Alvefur mod_rest: Improve error handling during format mapping
Thu, 07 Apr 2022 17:48:08 +0200 Kim Alvefur mod_rest: Catch and coerce errors in echo endpoint
Tue, 08 Feb 2022 13:51:41 +0100 Kim Alvefur mod_rest: Ensure mod_http is loaded before API demo
Wed, 29 Dec 2021 19:40:28 +0100 Kim Alvefur mod_rest: Fix nested message stanzas in XEP-0297 containers
Thu, 04 Nov 2021 20:15:44 +0100 Kim Alvefur mod_rest: Let 'type' be implied in path based queries
Wed, 03 Nov 2021 20:15:14 +0100 Kim Alvefur mod_rest: Remove unused variable [luacheck]
Mon, 01 Nov 2021 15:51:59 +0100 Kim Alvefur mod_rest: Fire pre-events
Mon, 01 Nov 2021 15:08:21 +0100 Kim Alvefur mod_rest: Add an anonymous mode
Tue, 26 Oct 2021 18:07:35 +0200 Kim Alvefur mod_rest: Set type on temp session to satisfy certain auth checks
Wed, 29 Sep 2021 00:26:44 +0200 Kim Alvefur mod_rest: Support returning multiple replies in an <xmpp> container
Tue, 23 Mar 2021 23:41:10 +0100 Kim Alvefur mod_rest: Fix name of entry in error registry for unauth 'from'
Tue, 23 Mar 2021 20:23:35 +0100 Kim Alvefur mod_rest: Remove inaccurate comment
Sun, 21 Mar 2021 00:31:53 +0100 Kim Alvefur mod_rest: Add an 'echo' endpoint for debugging
Tue, 09 Mar 2021 18:44:35 +0100 Kim Alvefur mod_rest: Fix typos [codespell]
Sun, 07 Mar 2021 22:01:50 +0100 Kim Alvefur mod_rest: Allow passing e.g. disco 'node' as a ?query variable
Sun, 07 Mar 2021 21:02:18 +0100 Kim Alvefur mod_rest: Allow empty @to to mean to=account is in normal XMPP
Tue, 02 Mar 2021 18:38:13 +0100 Kim Alvefur mod_rest: Add option for serving interactive openapi documentation
Mon, 01 Mar 2021 17:33:32 +0100 Kim Alvefur mod_rest: Fix syntax error in previous commit
Sun, 28 Feb 2021 20:59:53 +0100 Kim Alvefur mod_rest: Revert leftover of unfinished ?query mapping
Sun, 28 Feb 2021 19:33:09 +0100 Kim Alvefur mod_rest: Support GET for certain IQ queries
Sun, 28 Feb 2021 19:25:45 +0100 Kim Alvefur mod_rest: Add more REST-looking way to send stanzas
Sun, 15 Nov 2020 16:29:48 +0100 Kim Alvefur mod_rest: Ensure no attempt is made to reply to an error stanza
Sun, 15 Nov 2020 16:25:49 +0100 Kim Alvefur mod_rest: Catch and log errors in callback promise chain
Sun, 15 Nov 2020 15:33:56 +0100 Kim Alvefur mod_rest: Use promise based HTTP client API
Sun, 15 Nov 2020 15:17:50 +0100 Kim Alvefur mod_rest: Use HTTP error mapping from net.http.errors
Sat, 14 Nov 2020 22:38:28 +0100 Kim Alvefur mod_rest: Use util.error registry datatype
Thu, 12 Nov 2020 20:37:54 +0100 Kim Alvefur mod_rest: Add whitespace to improve readability, code navigation
Mon, 20 Jul 2020 21:42:11 +0200 Kim Alvefur mod_rest: Add support for form-encoded output
Fri, 29 May 2020 12:38:23 +0200 Kim Alvefur mod_rest: Add support for CBOR
Fri, 29 May 2020 12:30:15 +0200 Kim Alvefur mod_rest: Respond to unknown payload types with HTTP status 415
Sun, 12 Apr 2020 18:07:16 +0200 Kim Alvefur mod_rest: Improve auth error reporting
Sun, 08 Mar 2020 12:52:18 +0100 Kim Alvefur mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
Sat, 07 Mar 2020 17:35:09 +0100 Kim Alvefur mod_rest: Add an XML error formatter (fixes #1499)
Sat, 07 Mar 2020 17:34:17 +0100 Kim Alvefur mod_rest: Break out POST errors into a registry
Sat, 07 Mar 2020 16:12:49 +0100 Kim Alvefur mod_rest: Separate lists of mediatypes for input, output and errors
Sat, 29 Feb 2020 13:26:05 +0100 Kim Alvefur mod_rest: Fix routing to self-jid (thanks jonas’)
Fri, 28 Feb 2020 22:40:53 +0100 Kim Alvefur mod_rest: Advertise "support" for text/plain
Fri, 28 Feb 2020 22:39:42 +0100 Kim Alvefur mod_rest: Spred array over multiple lines for nicer future diffs
Wed, 26 Feb 2020 22:48:10 +0000 Matthew Wild mod_rest, mod_http_oauth2: Switch from mod_authtokens to mod_tokenauth per Prosody bf81523e2ff4
Wed, 26 Feb 2020 20:14:14 +0100 Kim Alvefur mod_rest: Support urlencoded form data (does a subset of JSON mapping)
Wed, 26 Feb 2020 18:36:40 +0000 Matthew Wild mod_rest: Add support for token authentication
Wed, 26 Feb 2020 18:04:17 +0000 Matthew Wild mod_rest: Handle uncaught native errors correctly
Fri, 07 Feb 2020 20:57:47 +0100 Kim Alvefur mod_rest: Remove no longer needed logging
Tue, 04 Feb 2020 22:22:47 +0100 Kim Alvefur mod_rest: Fix traceback