log mod_pubsub_post/mod_pubsub_post.lua @ 4263:d3af5f94d6df

age author description
2020-01-01 Kim Alvefur mod_pubsub_post: Fix use of 'id' field in JSON object as pubsub item id
2019-03-30 Kim Alvefur mod_pubsub_post: Make debug messages more informative
2019-03-30 Kim Alvefur mod_pubsub_post: Restructure authentication and authorization (BC)
2018-08-24 Kim Alvefur mod_pubsub_post: Add support for WebSub authentication
2018-08-24 Kim Alvefur mod_pubsub_post: Ensure actor is non-nil (catch inability to determine IP or simliar)
2018-08-24 Kim Alvefur mod_pubsub_post: Start with actor unset
2018-05-20 Kim Alvefur mod_pubsub_post: Add an option for what to use as pubsub 'actor'
2018-05-20 Kim Alvefur mod_pubsub_post: Factor out the 'actor' into an argument
2018-05-19 Kim Alvefur mod_pubsub_post: Add support for publishing arbitrary JSON
2018-05-19 Kim Alvefur mod_pubsub_post: Add support for posting Atom feeds, publishing each entry
2018-05-19 Kim Alvefur mod_pubsub_post: Change to support arbitrary XML payloads
2018-05-19 Kim Alvefur mod_pubsub_post: Remove unused import [luacheck]
2015-02-27 Matthew Wild mod_pubsub_post: Module to publish to pubsub nodes from a simple HTTP POST