| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | If a metadata value is an account handle, it's also verified using webfinger. | 2025-06-07 | 2 | -3/+26 | ||
| | | | ||||||
| * | | Always show the 'pending follow confirmations' if there are any. | 2025-06-07 | 1 | -2/+2 | ||
| | | | | | | | | | Even if the toggle is off. | |||||
| * | | Skip incomplete attachments. | 2025-06-06 | 1 | -0/+3 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2025-06-04 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Fixed markdown links with parenthesis. | 2025-06-04 | 1 | -13/+16 | ||
| | | | ||||||
| * | | Minor tweak. | 2025-06-04 | 1 | -2/+3 | ||
| | | | ||||||
| * | | Don't enable unveil() and pledge() for sendmail spawn if "smtp_url" is set. | 2025-06-04 | 1 | -0/+5 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2025-06-03 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Fixed regression while sending email via pipe on OpenBSD. | 2025-06-03 | 1 | -0/+8 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES.2.78 | 2025-06-02 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Version 2.78 RELEASED. | 2025-06-02 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2025-06-02 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-06-01 | 1 | -13/+24 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-06-01 | 1 | -3/+16 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-05-30 | 1 | -1/+2 | ||
| | | | ||||||
| * | | More webhook checks. | 2025-05-30 | 2 | -2/+2 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-05-30 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Merge branch 'master' of comam.es:git/snac2 | 2025-05-30 | 1 | -0/+3 | ||
| |\ \ | ||||||
| | * | | Updated documentation. | 2025-05-30 | 1 | -0/+3 | ||
| | | | | ||||||
| * | | | Added uid, basedir and baseurl to the notify webhook message. | 2025-05-30 | 2 | -5/+9 | ||
| |/ / | ||||||
| * | | Added a new server knob disable_notify_webhook. | 2025-05-30 | 2 | -3/+4 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-05-30 | 1 | -0/+8 | ||
| | | | ||||||
| * | | Added web UI to set the notify webhook. | 2025-05-30 | 1 | -0/+11 | ||
| | | | ||||||
| * | | auto_follower_webhook.py new example program. | 2025-05-30 | 1 | -0/+55 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2025-05-30 | 1 | -0/+2 | ||
| | | | ||||||
| * | | More notify_webhook work. | 2025-05-30 | 2 | -1/+43 | ||
| | | | ||||||
| * | | New function enqueue_notify_webhook(). | 2025-05-30 | 2 | -0/+21 | ||
| | | | ||||||
| * | | Call enqueue_actor_fresh() from rss_to_timeline(). | 2025-05-30 | 1 | -2/+3 | ||
| | | | ||||||
| * | | Also store the url in the RSS metadata. | 2025-05-29 | 1 | -0/+1 | ||
| | | | ||||||
| * | | New command-line option 'poll_hashtag_rss'. | 2025-05-29 | 1 | -0/+5 | ||
| | | | ||||||
| * | | Use HTTP caching (etag / if-none-match) in RSS downloads. | 2025-05-29 | 3 | -4/+40 | ||
| | | | ||||||
| * | | Fixed typo in rss_to_timeline(). | 2025-05-29 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2025-05-29 | 1 | -2/+4 | ||
| | | | ||||||
| * | | mastoapi: fixed uploaded images name collision. | 2025-05-29 | 2 | -3/+5 | ||
| | | | ||||||
| * | | Added more checks. | 2025-05-28 | 1 | -0/+4 | ||
| | | | ||||||
| * | | Merge branch 'master' of comam.es:git/snac2 | 2025-05-28 | 1 | -1/+3 | ||
| |\ \ | ||||||
| | * | | Updated documentation. | 2025-05-28 | 1 | -1/+3 | ||
| | | | | ||||||
| * | | | Updated RELEASE_NOTES. | 2025-05-28 | 1 | -0/+2 | ||
| |/ / | ||||||
| * | | Renamed server knob to 'rss_hashtag_poll_hours'. | 2025-05-28 | 2 | -3/+3 | ||
| | | | ||||||
| * | | Updated documentation. | 2025-05-28 | 1 | -0/+3 | ||
| | | | ||||||
| * | | Activated hashtag RSS polling. | 2025-05-28 | 5 | -17/+43 | ||
| | | | ||||||
| * | | Don't prepend a # before a hashtag that is really an URL. | 2025-05-28 | 1 | -3/+10 | ||
| | | | ||||||
| * | | Disabled rss_process() by now. | 2025-05-28 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Updated dependencies. | 2025-05-28 | 2 | -2/+4 | ||
| | | | ||||||
| * | | New function rss_to_timeline(). | 2025-05-28 | 2 | -0/+126 | ||
| | | | ||||||
| * | | New file rss.c. | 2025-05-28 | 5 | -107/+118 | ||
| | | | ||||||
| * | | Renamed timeline_to_rss() to rss_from_timeline(). | 2025-05-28 | 3 | -4/+4 | ||
| | | | ||||||
| * | | New function timeline_here(). | 2025-05-27 | 5 | -10/+13 | ||
| | | | ||||||
| * | | Renamed timeline_here() to timeline_here_by_md5(), as it always should have ↵ | 2025-05-27 | 5 | -8/+8 | ||
| | | | | | | | | | been. | |||||
| * | | Updated RELEASE_NOTES. | 2025-05-26 | 1 | -0/+2 | ||
| | | | ||||||