summaryrefslogtreecommitdiff
path: root/src/feeds.h
AgeCommit message (Collapse)Author
2021-09-25Feeds: Fixed tracking of heading entries; unread countJaakko Keränen
Heading entries were being discarded from the list of known entries prematurely, causing them to be rediscovered as new later on. The unread count ignores heading entries without a valid discovery time, i.e., the ones from the first update.
2021-04-30CleanupJaakko Keränen
A missing license banners and pragmas.
2021-03-20Show unread entry count in sidebarJaakko Keränen
2020-12-01Subscribing to new headings on a pageJaakko Keränen
When "subscribed" and "headings" tags are used, the subscribed page is tracked for newly added headings (of any kind). This works for the weiph/pikkulogs out there.
2020-11-27Autoupdate feeds after subscribing to the first oneJaakko Keränen
2020-11-27Feeds: Separate timestamps for posting and discoveryJaakko Keränen
The discovery time is needed for knowing how long the entry can be retained in the history.
2020-11-27Feeds: Removing all entries of a feedJaakko Keränen
2020-11-26Feeds: Manual refreshJaakko Keränen
2020-11-26Feeds: Added "about:feeds"Jaakko Keränen
Show all entries in a CAPCOM-like chronological list.
2020-11-23Added FeedsJaakko Keränen
Feeds fetches bookmarks with the "subscribed" tag and looks for feed-formatted links. The found links are added to the database of feed entries.