| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-04-14 | Fixed crash in rss_from_timeline(). | grunfink | |
| 2026-04-10 | New user toggle 'show_unlisted', to show unlisted posts in public pages and ↵ | grunfink | |
| RSS feeds. | |||
| 2026-03-19 | Add attachments to RSS. | grunfink | |
| 2026-01-01 | Bumped copyright year. | grunfink | |
| 2026-01-01 | truncate rss title at utf8 char boundary | Alexandre Oliva | |
| Advance a whole utf8 char at a time while looking for where to truncate the title. | |||
| 2025-11-30 | Fix user matching | rako | |
| 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. | grunfink | |
| 2025-09-09 | Fixed RSS. | grunfink | |
| 2025-05-30 | Call enqueue_actor_fresh() from rss_to_timeline(). | grunfink | |
| 2025-05-29 | Also store the url in the RSS metadata. | grunfink | |
| 2025-05-29 | Use HTTP caching (etag / if-none-match) in RSS downloads. | grunfink | |
| 2025-05-29 | Fixed typo in rss_to_timeline(). | grunfink | |
| 2025-05-28 | Added more checks. | grunfink | |
| 2025-05-28 | Activated hashtag RSS polling. | grunfink | |
| 2025-05-28 | Disabled rss_process() by now. | grunfink | |
| 2025-05-28 | New function rss_to_timeline(). | grunfink | |
| 2025-05-28 | New file rss.c. | grunfink | |