log mod_pubsub_feeds/mod_pubsub_feeds.lua @ 3047:7c55f05327a2

age author description
Sun, 27 May 2018 15:51:05 +0200 Kim Alvefur mod_pubsub_feeds: Use ETag instead of problematic If-Modified-Since
Thu, 23 Mar 2017 14:36:20 +0100 Kim Alvefur mod_pubsub_feeds: Remove old commented logging
Mon, 19 Dec 2016 07:49:40 +0100 Kim Alvefur mod_pubsub_feeds: Load config option once
Mon, 19 Dec 2016 07:49:12 +0100 Kim Alvefur mod_pubsub_feeds: Always approve unsubscription from unknown feeds
Mon, 19 Dec 2016 07:48:48 +0100 Kim Alvefur mod_pubsub_feeds: Log pushes for unknown feeds to aid in manual unsubscription from them
Mon, 28 Nov 2016 08:48:23 +0100 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)
Sat, 19 Nov 2016 19:40:29 +0100 Kim Alvefur mod_pubsub_feeds: Add fixme for future
Sat, 19 Nov 2016 19:38:14 +0100 Kim Alvefur mod_pubsub_feeds: Halt feed parsing when we see a node we already know about
Sat, 19 Nov 2016 19:37:21 +0100 Kim Alvefur mod_pubsub_feeds: Check if node exists earlier and attempt to create it if not
Sat, 19 Nov 2016 19:17:49 +0100 Kim Alvefur mod_pubsub_feeds: Get entry from list of entries (thanks Link Mauve)
Sat, 19 Nov 2016 19:07:53 +0100 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
Sat, 19 Nov 2016 19:07:00 +0100 Kim Alvefur mod_pubsub_feeds: Iterate over feed backwards due to most feeds being in reverse chronological order
Sat, 19 Nov 2016 17:43:26 +0100 Kim Alvefur mod_pubsub_feeds: Remove default feeds
Tue, 22 Mar 2016 10:55:07 +0100 Michael Töglhofer mod_pubsub_feeds.lua: util.xml not uit.xml
Sun, 20 Mar 2016 12:38:22 +0100 Kim Alvefur mod_pubsub_feeds: Remove unused imports [luacheck]
Sun, 20 Mar 2016 12:32:45 +0100 Kim Alvefur mod_pubsub_feeds: Switch to use util.xml for parsing feeds and include RSS to Atom translation code from lua-feeds
Thu, 26 Jun 2014 18:56:15 +0200 Kim Alvefur mod_pubsub_feeds: Check that lease time exists before comparing
Thu, 26 Jun 2014 18:33:13 +0200 Kim Alvefur mod_pubsub_feeds: Handle denied subscription requests
Thu, 26 Jun 2014 18:32:43 +0200 Kim Alvefur mod_pubsub_feeds: Fix refreshing of subscriptions
Thu, 26 Jun 2014 18:29:01 +0200 Kim Alvefur mod_pubsub_feeds: Update to 0.4 version of PubSubHubbub
Thu, 26 Jun 2014 18:25:18 +0200 Kim Alvefur mod_pubsub_feeds: Fix refresh_feeds() allways refreshing all feeds
Tue, 11 Mar 2014 18:44:01 +0100 Florian Zeitz all the things: Remove trailing whitespace
Fri, 28 Feb 2014 15:37:55 +0100 Kim Alvefur Backed out changeset 853a382c9bd6
Fri, 28 Feb 2014 15:36:06 +0100 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
Thu, 11 Jul 2013 16:48:26 +0200 Kim Alvefur mod_pubsub_feeds: Use HMAC-SHA1 from util.hashes (util.hmac was deprecated)
Fri, 12 Apr 2013 00:33:41 +0100 Matthew Wild mod_pubsub_feeds, mod_sms_clickatell, mod_twitter: Update for net.http API change in prosody:e3b9dc9dd940
Wed, 15 Aug 2012 17:29:18 +0200 Kim Alvefur mod_pubsub_feeds: util.pubsub methods return bool, data
Wed, 15 Aug 2012 17:25:47 +0200 Kim Alvefur mod_pubsub_feeds: Fix method call
Wed, 15 Aug 2012 16:49:00 +0200 Kim Alvefur mod_pubsub_feeds: Check if nodes exists in pubsub, make sure they get restored if not. (Thanks Maranda)
Wed, 15 Aug 2012 16:47:06 +0200 Kim Alvefur mod_pubsub_feeds: Remove config-reloaded hook, do setup in module.load() instead
Wed, 15 Aug 2012 16:34:59 +0200 Kim Alvefur mod_pubsub_feeds: Add parameter refresh_feeds() to force refresh of all feeds
Wed, 15 Aug 2012 16:31:27 +0200 Kim Alvefur mod_pubsub_feeds: Use reference to mod_pubsub from module:depends
Wed, 01 Aug 2012 17:14:03 +0200 Kim Alvefur mod_pubsub_feeds: Use URL as node name if the config index is numeric
Wed, 01 Aug 2012 16:08:54 +0200 Kim Alvefur mod_pubsub_feeds: Depend on pubsub instead of aborting if it's not loaded
Wed, 01 Aug 2012 16:08:15 +0200 Kim Alvefur mod_pubsub_feeds: Use the "superactor" instead of module.host/module.name
Wed, 20 Jun 2012 16:08:47 +0200 Kim Alvefur mod_pubsub_feeds: Prepare for making it possible to unsubscribe, and some other minor changes.
Wed, 20 Jun 2012 15:59:45 +0200 Kim Alvefur mod_pubsub_feeds: Fix updating of config
Wed, 23 May 2012 21:52:14 +0200 Kim Alvefur mod_pubsub_feed: Rename to mod_pubsub_feeds base mod_pubsub_feed/mod_pubsub_feed.lua@967c413686cb