| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-11-30 | Fix user matching | 1 | -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' | |||||
| 2025-10-13 | xs_http.h: new file. | 1 | -0/+1 | ||
| 2025-09-09 | Fixed RSS. | 1 | -0/+3 | ||
| 2025-05-30 | Call enqueue_actor_fresh() from rss_to_timeline(). | 1 | -2/+3 | ||
| 2025-05-29 | Also store the url in the RSS metadata. | 1 | -0/+1 | ||
| 2025-05-29 | Use HTTP caching (etag / if-none-match) in RSS downloads. | 1 | -2/+38 | ||
| 2025-05-29 | Fixed typo in rss_to_timeline(). | 1 | -1/+1 | ||
| 2025-05-28 | Added more checks. | 1 | -0/+4 | ||
| 2025-05-28 | Activated hashtag RSS polling. | 1 | -4/+5 | ||
| 2025-05-28 | Disabled rss_process() by now. | 1 | -0/+2 | ||
| 2025-05-28 | New function rss_to_timeline(). | 1 | -0/+124 | ||
| 2025-05-28 | New file rss.c. | 1 | -0/+105 | ||