log mod_rest/mod_rest.lua @ 4922:816b23e09c20

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