summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* New function enqueue_collect_replies().Gravatar grunfink2025-08-181-0/+13
* content_search() also looks in the attributedTo field.Gravatar grunfink2025-08-121-0/+3
* New function unhide().Gravatar grunfink2025-08-031-1/+9
* New server knob 'propagate_local_purge'.Gravatar grunfink2025-07-301-1/+2
* New function delete_purged_posts().Gravatar grunfink2025-07-251-0/+39
* Added 'alias' and 'alias_raw' as forced update in user_persist().Gravatar grunfink2025-06-181-1/+2
* Renamed webhook 'inReplyTo' to 'reply'.Gravatar grunfink2025-06-161-1/+1
* In enqueue_notify_webhook(), also add the inReplyTo object if there is one.Gravatar grunfink2025-06-161-0/+10
* More webhook checks.Gravatar grunfink2025-05-301-1/+1
* Added uid, basedir and baseurl to the notify webhook message.Gravatar grunfink2025-05-301-0/+4
* Added a new server knob disable_notify_webhook.Gravatar grunfink2025-05-301-2/+3
* More notify_webhook work.Gravatar grunfink2025-05-301-1/+10
* New function enqueue_notify_webhook().Gravatar grunfink2025-05-301-0/+19
* New function timeline_here().Gravatar grunfink2025-05-271-0/+8
* Renamed timeline_here() to timeline_here_by_md5(), as it always should have b...Gravatar grunfink2025-05-271-2/+2
* Increase verbosity for srv_debug() in tag_index()Gravatar shtrophic2025-05-251-1/+1
* Minor memory leak fixes.Gravatar grunfink2025-05-221-4/+4
* Merge pull request 'use utf-8 lowercase function for tags #396' (#400) from p...Gravatar grunfink2025-05-221-3/+3
|\
| * add missed replacement to the `content_match` functionGravatar postscriptum2025-05-221-1/+1
| * use utf-8 lowercase function for tags #396Gravatar postscriptum2025-05-221-2/+2
* | performance: use following_list_len in more placesGravatar green2025-05-191-1/+1
* | performance: functions to get the number of followersGravatar green2025-05-191-0/+17
|/
* Added a pending follow request count next to the "people" link.Gravatar grunfink2025-05-181-0/+10
* New function enqueue_webmention().Gravatar grunfink2025-05-031-0/+13
* Merge pull request 'do email notifications with CURL' (#283) from shtrophic/s...Gravatar grunfink2025-04-271-1/+1
|\
| * Merge tag '2.75' into curl-smtpGravatar shtrophic2025-04-171-4/+71
| |\
| * | duping isn't necessary as xs_vals are copied anyway (right?)Gravatar shtrophic2025-02-201-1/+1
| * | duplicate dict insteadGravatar shtrophic2025-02-201-1/+1
| * | Revert "fix ownership-problem of mailinfo"Gravatar shtrophic2025-02-201-3/+2
| * | fix ownership-problem of mailinfoGravatar shtrophic2025-02-191-2/+3
| * | Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-02-171-0/+45
| |\ \
| * \ \ Merge tag '2.72' into curl-smtpGravatar shtrophic2025-02-151-14/+68
| |\ \ \
| * | | | add xs_smtp_requestGravatar shtrophic2025-01-201-1/+1
* | | | | mastoapi: support lists for usersGravatar green2025-04-261-1/+2
* | | | | New command-line option 'add_to_list'.Gravatar default2025-04-181-2/+2
* | | | | New command-line options 'lists' and 'list_members'.Gravatar default2025-04-181-0/+13
| |_|_|/ |/| | |
* | | | Cache the timezone inside the snac struct.Gravatar default2025-04-131-0/+2
* | | | More scheduled post code.Gravatar default2025-04-011-1/+28
* | | | Added more scheduling code.Gravatar default2025-04-011-0/+37
* | | | Filter out block instances from inbox_list().Gravatar default2025-03-221-3/+4
| |_|/ |/| |
* | | Return ASAP if srv_open() fails.Gravatar default2025-02-171-0/+3
* | | The interface language preference can now be set.Gravatar default2025-02-151-0/+1
* | | srv_open() now loads all .po files into srv_langs.Gravatar default2025-02-151-0/+22
* | | Optimized lang_str().Gravatar default2025-02-151-13/+6
* | | xs_po.h new file.Gravatar default2025-02-141-0/+1
* | | New function lang_str().Gravatar default2025-02-141-0/+25
| |/ |/|
* | Minor tweak to inbox_list().Gravatar default2025-02-061-1/+1
* | Fixed bug in search.Gravatar default2025-02-051-1/+11
* | Deleted useless code.Gravatar default2025-01-281-3/+0
* | Some tweaks to the already seen mark code.Gravatar default2025-01-281-1/+17