Mercurial > prosody-modules
log mod_pubsub_feeds/mod_pubsub_feeds.lua @ 2383:18323c6aa133
age | author | description |
---|---|---|
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 |