aboutsummaryrefslogtreecommitdiff
path: root/rss.c
AgeCommit message (Collapse)Author
2026-04-14Fixed crash in rss_from_timeline().grunfink
2026-04-10New user toggle 'show_unlisted', to show unlisted posts in public pages and ↵grunfink
RSS feeds.
2026-03-19Add attachments to RSS.grunfink
2026-01-01Bumped copyright year.grunfink
2026-01-01truncate rss title at utf8 char boundaryAlexandre Oliva
Advance a whole utf8 char at a time while looking for where to truncate the title.
2025-11-30Fix user matchingrako
In order to be a proper prefix, the actor url must end with a '/' otherwise it can match another user that starts with the same prefix: for example 'testuser' will match anything made by 'testuser2'
2025-10-13xs_http.h: new file.grunfink
2025-09-09Fixed RSS.grunfink
2025-05-30Call enqueue_actor_fresh() from rss_to_timeline().grunfink
2025-05-29Also store the url in the RSS metadata.grunfink
2025-05-29Use HTTP caching (etag / if-none-match) in RSS downloads.grunfink
2025-05-29Fixed typo in rss_to_timeline().grunfink
2025-05-28Added more checks.grunfink
2025-05-28Activated hashtag RSS polling.grunfink
2025-05-28Disabled rss_process() by now.grunfink
2025-05-28New function rss_to_timeline().grunfink
2025-05-28New file rss.c.grunfink