Sun, 25 Jun 2023 23:53:15 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Specify acceptable formats in Accept header
|
Sun, 25 Jun 2023 20:15:44 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Pass feed data as argument instead of storing on object
|
Sun, 25 Jun 2023 19:58:45 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Retrieve only the most recent item to compare
|
Sun, 25 Jun 2023 19:52:24 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Handle node already existing
|
Sun, 25 Jun 2023 16:48:21 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Remove comment, this text is in the README
|
Sun, 25 Jun 2023 16:45:25 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Remove broken attempt to generate an ID from content
|
Sun, 25 Jun 2023 16:42:57 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Fix mixup between feed object and parsed feed
|
Sun, 25 Jun 2023 16:41:50 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Create pubsub nodes on module load instead of later
|
Sun, 25 Jun 2023 16:27:55 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Track latest timestamp seen in feeds instead of last poll
|
Sun, 25 Jun 2023 16:24:12 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Add new interval setting in seconds (old still works)
|
Sun, 25 Jun 2023 16:20:57 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Disable WebSub (formerly PubSubHubbub) by default
|
Fri, 04 Feb 2022 21:22:10 +0100 |
Kim Alvefur |
mod_pubsub_feeds: Allow but ignore XML comments and processing instructions
|
Mon, 30 Nov 2020 15:17:29 +0100 |
Kim Alvefur |
mod_pubsub_feeds: Don't skip publishing items after an existing one
|
Sat, 25 Aug 2018 14:28:15 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Handle feed parsing error (thanks apollo13)
|
Sat, 25 Aug 2018 14:25:30 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Fix syntax error
|
Sat, 25 Aug 2018 14:14:27 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Log a message for HTTP 301 redirects
|
Sat, 25 Aug 2018 13:59:32 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Log non-HTTP errors like certificate problems etc
|
Sat, 25 Aug 2018 13:59:09 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Log a debug message for status codes not handled
|
Mon, 20 Aug 2018 14:23:35 +0200 |
Kim Alvefur |
mod_pubsub_feeds: Include pubsub namespace on wrapper item as required by mod_pubsub
|
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
|