summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Expand)Author
2023-05-08Added a source (web, mastoapi, etc) to lastlog_write().default
2023-05-04Added some const here and there.default
2023-05-04Deleted real unused parameters.default
2023-05-03Ensure no actor data is left in actor_get().default
2023-05-01Partial support for mastoapi unfavourite / unreblog.default
2023-05-01New functions index_del_md5(), index_del() and object_unadmire().default
2023-05-01Purge / gc the instance timeline index.default
2023-04-30Return immediately from actor_get() if it's a local user.default
2023-04-30actor_get() returns an actor message for local users.default
2023-04-30Some instance timeline work.default
2023-04-29Public posts are also added to an instance public timeline index.default
2023-04-28New function mastoapi_purge() (still dummy).default
2023-04-23Fixed warning.default
2023-04-23Added mastoapi unfollow.default
2023-04-23Added mastoapi follow.default
2023-04-23Attend mastoapi relationships.default
2023-04-22History functions fail on ids with /.default
2023-04-22Fail on static data ids with / in them.default
2023-04-22Use static_get_meta() when preparing the attachment.default
2023-04-22New functions to get and set metadata into static files.default
2023-04-16Replaced strcpy() with strncpy().default
2023-04-16New function user_open_by_md5().default
2023-04-14New mastoapi to clear all notifications.default
2023-04-14New function timeline_touch().default
2023-04-14notify_list() returns the notifications in reverse order.default
2023-04-14Fixed crash in notification list.default
2023-04-13Fixed crash in notify_get().default
2023-04-13Implemented mastoapi notifications.default
2023-04-13New functions notify_get() and notify_list().default
2023-04-13New function notify_check_time().default
2023-04-13New function notify_add().default
2023-04-13f_ctime() returns the oldest of ctime and mtime.default
2023-04-12Don't generate invalid JSON if an attachment has no description.default
2023-04-12New functions object_ctime() and object_ctime_by_md5().default
2023-04-12New function f_ctime().default
2023-04-06Updated RELEASE_NOTES.default
2023-04-05New function lastlog_write().default
2023-03-07Collected addresses are also purged.default
2023-03-07Renamed _purge_subdir() to _purge_user_subdir().default
2023-03-02Added the url to srv_archive().default
2023-03-02Connection jobs are treated as urgent.default
2023-03-02Simplified is_msg_public().default
2023-03-02Renamed inboxes/ to inbox/.default
2023-03-02New inbox collection functions.default
2023-03-01New function srv_archive_error().default
2023-03-01Moved srv_archive() to data.c.default
2023-02-25Changed debug level for purge log messages.default
2023-02-24Also purge stray index files.default
2023-02-23Deleted index_del_md5() and index_del().default
2023-02-23Call index_gc() on the user indexes.default