summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Collapse)Author
2024-05-15Use xs_regex_match() where applicable.default
2024-05-15Convert the regex to lowercase in content_search().default
Is this a good idea?
2024-05-14content_search() also searches the instance timeline.default
2024-05-11Fixed git conflict.default
2024-05-11In timeline_request(), call enqueue_actor_request on actor errors.default
2024-05-11Unified post-like object type match.default
2024-05-10More search tweaks MUAHAHAHA.default
2024-05-10More web ui search tweaks baaaaah I'm boring.default
2024-05-10More content_search() tweaks.default
2024-05-10Added a skip argument to content_search().default
2024-05-09Added a maximum results argument to content_search().default
2024-05-09mastoapi: some search by content tweaks.default
2024-05-08Rewritten content_search() to read from both timelines.default
2024-05-08Minor tweaks to content_search().default
2024-05-08Renamed to content_search().default
2024-05-08Added a timeout flag to search_by_content().default
2024-05-08New function search_by_content().default
2024-05-07New op #3 to list_maint() (get list name).default
2024-05-07List timelines can now be (manually) navigated from the web UI.default
URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id).
2024-05-05Enqueue an object request for closed polls.default
It seems that Pleroma does not send poll updates on close (or never).
2024-05-05New function enqueue_object_request().default
2024-04-30Also add announces to lists.default
2024-04-30Added more internal integrity checks.default
index_add_md5() barfs if the md5 is not valid.
2024-04-30Also purge lists.default
2024-04-29More work in lists.default
2024-04-29New function list_distribute().default
2024-04-29More work in lists.default
2024-04-29More work in lists.default
2024-04-29Start of list support.default
2024-04-22URLs like {srv_baseurl}/{user}/admin/p/{md5} are valid.default
But only if {md5} is in the user's timeline.
2024-04-18Some tweaks to previous patch.default
2024-04-18Merge pull request 'Ability to federate with hidden networks #93 (update for ↵grunfink
v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149
2024-04-12Commented out received unboosts (see code for an explanation).default
2024-04-11In object_unadmire(), don't call index_gc() if index_del() did nothing.default
2024-04-11Also purge like and announce index backups.default
2024-04-11Undo for Likes and Announces are no longer dropped.default
2024-04-02On OpenBSD, don't enable sendmail if email notifications are disabled.default
2024-03-25Emojis are now read from ~/emojis.json.default
2024-03-13Call actor_get_refresh() from actor_request().default
2024-03-12Fixed log message.default
2024-03-12Queue actor request renamed to actor_refresh.default
2024-03-12More actor refreshing tweaks.default
2024-03-12Don't call enqueue_actor_request() with a NULL user.default
2024-03-12Added actor refreshing via the user queue.default
2024-03-11Also call content_check() from timeline_request().default
2024-03-11New function content_check().default
2024-03-09Ability to federate with hidden networks #93 (update for v2.49)iwojim0
2024-03-06Add defines for time to enable macos builds.Andy Piper
2024-03-04More logging tweaks.default
2024-03-04Logging tweaks.default