log mod_pubsub_feeds/mod_pubsub_feeds.lua @ 5963:c61a82f80e57 default tip

age author description
18 months ago Kim Alvefur mod_pubsub_feeds: Specify acceptable formats in Accept header
18 months ago Kim Alvefur mod_pubsub_feeds: Pass feed data as argument instead of storing on object
18 months ago Kim Alvefur mod_pubsub_feeds: Retrieve only the most recent item to compare
18 months ago Kim Alvefur mod_pubsub_feeds: Handle node already existing
18 months ago Kim Alvefur mod_pubsub_feeds: Remove comment, this text is in the README
18 months ago Kim Alvefur mod_pubsub_feeds: Remove broken attempt to generate an ID from content
18 months ago Kim Alvefur mod_pubsub_feeds: Fix mixup between feed object and parsed feed
18 months ago Kim Alvefur mod_pubsub_feeds: Create pubsub nodes on module load instead of later
18 months ago Kim Alvefur mod_pubsub_feeds: Track latest timestamp seen in feeds instead of last poll
18 months ago Kim Alvefur mod_pubsub_feeds: Add new interval setting in seconds (old still works)
18 months ago Kim Alvefur mod_pubsub_feeds: Disable WebSub (formerly PubSubHubbub) by default
2022-02-04 Kim Alvefur mod_pubsub_feeds: Allow but ignore XML comments and processing instructions
2020-11-30 Kim Alvefur mod_pubsub_feeds: Don't skip publishing items after an existing one
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)
2013-07-11 Kim Alvefur mod_pubsub_feeds: Use HMAC-SHA1 from util.hashes (util.hmac was deprecated)
2013-04-11 Matthew Wild mod_pubsub_feeds, mod_sms_clickatell, mod_twitter: Update for net.http API change in prosody:e3b9dc9dd940
2012-08-15 Kim Alvefur mod_pubsub_feeds: util.pubsub methods return bool, data
2012-08-15 Kim Alvefur mod_pubsub_feeds: Fix method call
2012-08-15 Kim Alvefur mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)
2012-08-15 Kim Alvefur mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead
2012-08-15 Kim Alvefur mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds
2012-08-15 Kim Alvefur mod_pubsub_feeds: Use reference to mod_pubsub from module:depends
2012-08-01 Kim Alvefur mod_pubsub_feeds: Use URL as node name if the config index is numeric
2012-08-01 Kim Alvefur mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded
2012-08-01 Kim Alvefur mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name
2012-06-20 Kim Alvefur mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes.
2012-06-20 Kim Alvefur mod_pubsub_feeds: Fix updating of config
2012-05-23 Kim Alvefur mod_pubsub_feed: Rename to mod_pubsub_feeds base mod_pubsub_feed/mod_pubsub_feed.lua@967c413686cb