log mod_rest/mod_rest.lua @ 5531:af2778f4ee29

age author description
23 months ago Kim Alvefur mod_rest: Get correct type from config
23 months ago Kim Alvefur mod_rest: Allow passing configuring a timeout for <iq> responses
2022-11-26 Kim Alvefur mod_rest: Wrap webhook setup in a function for future reuse
2022-11-26 Kim Alvefur mod_rest: Do not allow replies to <iq type=result> from webhooks
2022-07-13 Matthew Wild mod_rest: Update for mod_tokenauth API changes (backwards-compatible)
2022-08-15 Kim Alvefur mod_rest: Fill in 'type' field in error registry
2022-05-29 Kim Alvefur mod_rest: Provide a log function on temporary session
2022-05-17 Kim Alvefur mod_rest: Fix attempt to index nil in handling of single iq response
2022-05-16 Kim Alvefur mod_rest: Ensure MAM result-iq is included in results from remote hosts
2022-05-16 Kim Alvefur mod_rest: Add special handling to catch MAM results from remote hosts
2022-04-08 Kim Alvefur mod_rest: Add configuration of which stanzas to route to callback
2022-04-08 Kim Alvefur mod_rest: Improve logging of results from callback startup probe
2022-04-08 Kim Alvefur mod_rest: Support parameters in callback URL
2022-04-07 Kim Alvefur mod_rest: Improve error handling during format mapping
2022-04-07 Kim Alvefur mod_rest: Catch and coerce errors in echo endpoint
2022-02-08 Kim Alvefur mod_rest: Ensure mod_http is loaded before API demo
2021-12-29 Kim Alvefur mod_rest: Fix nested message stanzas in XEP-0297 containers
2021-11-04 Kim Alvefur mod_rest: Let 'type' be implied in path based queries
2021-11-03 Kim Alvefur mod_rest: Remove unused variable [luacheck]
2021-11-01 Kim Alvefur mod_rest: Fire pre-events
2021-11-01 Kim Alvefur mod_rest: Add an anonymous mode
2021-10-26 Kim Alvefur mod_rest: Set type on temp session to satisfy certain auth checks
2021-09-28 Kim Alvefur mod_rest: Support returning multiple replies in an <xmpp> container
2021-03-23 Kim Alvefur mod_rest: Fix name of entry in error registry for unauth 'from'
2021-03-23 Kim Alvefur mod_rest: Remove inaccurate comment
2021-03-20 Kim Alvefur mod_rest: Add an 'echo' endpoint for debugging
2021-03-09 Kim Alvefur mod_rest: Fix typos [codespell]
2021-03-07 Kim Alvefur mod_rest: Allow passing e.g. disco 'node' as a ?query variable
2021-03-07 Kim Alvefur mod_rest: Allow empty @to to mean to=account is in normal XMPP
2021-03-02 Kim Alvefur mod_rest: Add option for serving interactive openapi documentation