log mod_pubsub_post/mod_pubsub_post.lua @ 4690:82dabfffaddf

age author description
Mon, 26 Apr 2021 02:49:25 +0200 Kim Alvefur mod_pubsub_post: Add support for urlencoded form-data
Mon, 22 Mar 2021 21:20:03 +0100 Kim Alvefur mod_pubsub_post: Allow specifying item id by a special mapping
Mon, 22 Mar 2021 21:18:35 +0100 Kim Alvefur mod_pubsub_post: Add support for mapping incoming JSON to XML
Wed, 01 Jan 2020 10:11:08 +0100 Kim Alvefur mod_pubsub_post: Fix use of 'id' field in JSON object as pubsub item id
Sat, 30 Mar 2019 21:34:28 +0100 Kim Alvefur mod_pubsub_post: Make debug messages more informative
Sat, 30 Mar 2019 21:16:13 +0100 Kim Alvefur mod_pubsub_post: Restructure authentication and authorization (BC)
Fri, 24 Aug 2018 14:52:09 +0200 Kim Alvefur mod_pubsub_post: Add support for WebSub authentication
Fri, 24 Aug 2018 14:49:02 +0200 Kim Alvefur mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar)
Fri, 24 Aug 2018 14:48:59 +0200 Kim Alvefur mod_pubsub_post: Start with actor unset
Sun, 20 May 2018 03:03:59 +0200 Kim Alvefur mod_pubsub_post: Add an option for what to use as pubsub 'actor'
Sun, 20 May 2018 02:56:48 +0200 Kim Alvefur mod_pubsub_post: Factor out the 'actor' into an argument
Sun, 20 May 2018 00:00:33 +0200 Kim Alvefur mod_pubsub_post: Add support for publishing arbitrary JSON
Sun, 20 May 2018 00:04:41 +0200 Kim Alvefur mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
Sat, 19 May 2018 23:56:39 +0200 Kim Alvefur mod_pubsub_post: Change to support arbitrary XML payloads
Sat, 19 May 2018 23:54:05 +0200 Kim Alvefur mod_pubsub_post: Remove unused import [luacheck]
Fri, 27 Feb 2015 16:25:48 +0000 Matthew Wild mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST