log mod_pubsub_feeds/mod_pubsub_feeds.lua @ 3546:ef5d52ca31bb

age author description
2018-08-25 Kim Alvefur mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)
2018-08-25 Kim Alvefur mod_pubsub_feeds: Fix syntax error
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log a message for HTTP 301 redirects
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc
2018-08-25 Kim Alvefur mod_pubsub_feeds: Log a debug message for status codes not handled
2018-08-20 Kim Alvefur mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub
2018-05-27 Kim Alvefur mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since
2017-03-23 Kim Alvefur mod_pubsub_feeds: Remove old commented logging
2016-12-19 Kim Alvefur mod_pubsub_feeds: Load config option once
2016-12-19 Kim Alvefur mod_pubsub_feeds: Always approve unsubscription from unknown feeds
2016-12-19 Kim Alvefur mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them
2016-11-28 Kim Alvefur mod_pubsub_feeds: Ask for leases that expire after one day (Years after testing this module, I was still subscribed to a GNU Social instance)
2016-11-19 Kim Alvefur mod_pubsub_feeds: Add fixme for future
2016-11-19 Kim Alvefur mod_pubsub_feeds: Halt feed parsing when we see a node we already know about
2016-11-19 Kim Alvefur mod_pubsub_feeds: Check if node exists earlier and attempt to create it if not
2016-11-19 Kim Alvefur mod_pubsub_feeds: Get entry from list of entries (thanks Link Mauve)
2016-11-19 Kim Alvefur mod_pubsub_feeds: Use URL as ID if no id set. If that's not there either then hash stuff and call it a day
2016-11-19 Kim Alvefur mod_pubsub_feeds: Iterate over feed backwards due to most feeds being in reverse chronological order
2016-11-19 Kim Alvefur mod_pubsub_feeds: Remove default feeds
2016-03-22 Michael Töglhofer mod_pubsub_feeds.lua: util.xml not uit.xml
2016-03-20 Kim Alvefur mod_pubsub_feeds: Remove unused imports [luacheck]
2016-03-20 Kim Alvefur mod_pubsub_feeds: Switch to use util.xml for parsing feeds and include RSS to Atom translation code from lua-feeds
2014-06-26 Kim Alvefur mod_pubsub_feeds: Check that lease time exists before comparing
2014-06-26 Kim Alvefur mod_pubsub_feeds: Handle denied subscription requests
2014-06-26 Kim Alvefur mod_pubsub_feeds: Fix refreshing of subscriptions
2014-06-26 Kim Alvefur mod_pubsub_feeds: Update to 0.4 version of PubSubHubbub
2014-06-26 Kim Alvefur mod_pubsub_feeds: Fix refresh_feeds() allways refreshing all feeds
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2014-02-28 Kim Alvefur Backed out changeset 853a382c9bd6
2014-02-28 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)