summaryrefslogtreecommitdiff
path: root/rss.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix user matchingGravatar rako2025-11-301-1/+1
| | | | | | 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'
* xs_http.h: new file.Gravatar grunfink2025-10-131-0/+1
|
* Fixed RSS.Gravatar grunfink2025-09-091-0/+3
|
* Call enqueue_actor_fresh() from rss_to_timeline().Gravatar grunfink2025-05-301-2/+3
|
* Also store the url in the RSS metadata.Gravatar grunfink2025-05-291-0/+1
|
* Use HTTP caching (etag / if-none-match) in RSS downloads.Gravatar grunfink2025-05-291-2/+38
|
* Fixed typo in rss_to_timeline().Gravatar grunfink2025-05-291-1/+1
|
* Added more checks.Gravatar grunfink2025-05-281-0/+4
|
* Activated hashtag RSS polling.Gravatar grunfink2025-05-281-4/+5
|
* Disabled rss_process() by now.Gravatar grunfink2025-05-281-0/+2
|
* New function rss_to_timeline().Gravatar grunfink2025-05-281-0/+124
|
* New file rss.c.Gravatar grunfink2025-05-281-0/+105