summaryrefslogtreecommitdiff
path: root/data.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-18New function enqueue_collect_replies().Gravatar grunfink1-0/+13
2025-08-12content_search() also looks in the attributedTo field.Gravatar grunfink1-0/+3
2025-08-03New function unhide().Gravatar grunfink1-1/+9
2025-07-30New server knob 'propagate_local_purge'.Gravatar grunfink1-1/+2
2025-07-25New function delete_purged_posts().Gravatar grunfink1-0/+39
2025-06-18Added 'alias' and 'alias_raw' as forced update in user_persist().Gravatar grunfink1-1/+2
2025-06-16Renamed webhook 'inReplyTo' to 'reply'.Gravatar grunfink1-1/+1
2025-06-16In enqueue_notify_webhook(), also add the inReplyTo object if there is one.Gravatar grunfink1-0/+10
2025-05-30More webhook checks.Gravatar grunfink1-1/+1
2025-05-30Added uid, basedir and baseurl to the notify webhook message.Gravatar grunfink1-0/+4
2025-05-30Added a new server knob disable_notify_webhook.Gravatar grunfink1-2/+3
2025-05-30More notify_webhook work.Gravatar grunfink1-1/+10
2025-05-30New function enqueue_notify_webhook().Gravatar grunfink1-0/+19
2025-05-27New function timeline_here().Gravatar grunfink1-0/+8
2025-05-27Renamed timeline_here() to timeline_here_by_md5(), as it always should have ↵Gravatar grunfink1-2/+2
been.
2025-05-25Increase verbosity for srv_debug() in tag_index()Gravatar shtrophic1-1/+1
2025-05-22Minor memory leak fixes.Gravatar grunfink1-4/+4
2025-05-22add missed replacement to the `content_match` functionGravatar postscriptum1-1/+1
2025-05-22use utf-8 lowercase function for tags #396Gravatar postscriptum1-2/+2
2025-05-19performance: use following_list_len in more placesGravatar green1-1/+1
2025-05-19performance: functions to get the number of followersGravatar green1-0/+17
2025-05-18Added a pending follow request count next to the "people" link.Gravatar grunfink1-0/+10
2025-05-03New function enqueue_webmention().Gravatar grunfink1-0/+13
The q_msg is queued, but nothing is done yet.
2025-04-26mastoapi: support lists for usersGravatar green1-1/+2
2025-04-18New command-line option 'add_to_list'.Gravatar default1-2/+2
2025-04-18New command-line options 'lists' and 'list_members'.Gravatar default1-0/+13
2025-04-13Cache the timezone inside the snac struct.Gravatar default1-0/+2
2025-04-01More scheduled post code.Gravatar default1-1/+28
2025-04-01Added more scheduling code.Gravatar default1-0/+37
2025-03-22Filter out block instances from inbox_list().Gravatar default1-3/+4
2025-02-20duping isn't necessary as xs_vals are copied anyway (right?)Gravatar shtrophic1-1/+1
2025-02-20duplicate dict insteadGravatar shtrophic1-1/+1
2025-02-20Revert "fix ownership-problem of mailinfo"Gravatar shtrophic1-3/+2
This reverts commit 2ca7735779e79dbe6fe62f0111a12c145f428d8f.
2025-02-19fix ownership-problem of mailinfoGravatar shtrophic1-2/+3
2025-02-17Return ASAP if srv_open() fails.Gravatar default1-0/+3
2025-02-15The interface language preference can now be set.Gravatar default1-0/+1
2025-02-15srv_open() now loads all .po files into srv_langs.Gravatar default1-0/+22
2025-02-15Optimized lang_str().Gravatar default1-13/+6
2025-02-14xs_po.h new file.Gravatar default1-0/+1
2025-02-14New function lang_str().Gravatar default1-0/+25
2025-02-06Minor tweak to inbox_list().Gravatar default1-1/+1
2025-02-05Fixed bug in search.Gravatar default1-1/+11
2025-01-28Deleted useless code.Gravatar default1-3/+0
2025-01-28Some tweaks to the already seen mark code.Gravatar default1-1/+17
2025-01-27Added a 'No more unseen posts' mark.Gravatar default1-0/+8
2025-01-27Minor optimization in timeline retrieving.Gravatar default1-6/+18
Functions now receive an optional int *more, set to 1 if there are more than the 'show' requested.
2025-01-25Fixed repeated entries in the instance public timeline.Gravatar default1-6/+17
2025-01-20add xs_smtp_requestGravatar shtrophic1-1/+1
2025-01-15Implement faster min_id handlingGravatar Paul Martin1-0/+31
2025-01-10New user settings latitude and longitude.Gravatar default1-1/+2