log mod_rest/mod_rest.lua @ 4734:e58ec4b3cf90

age author description
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