summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Expand)Author
2023-07-04Call index_del() from _object_user_cache().default
2023-07-02Added HTTP caching to static data.default
2023-06-29Added instance blocking to data storage.default
2023-06-28Fixed unpinning indexing.default
2023-06-28Added some error control to pinning.default
2023-06-28Also purge pinned.idx.default
2023-06-28New pinning in data storage.default
2023-06-26Minor logging tweak.default
2023-06-18Fixed crash in _object_fn_by_md5().default
2023-06-18Delete unnecessary function information in _object_fn().default
2023-06-18Improved checks to _object_fn_by_md5().default
2023-06-18Added some more checks to _object_fn_by_md5().default
2023-06-18Added the caller function name to _object_fn_by_md5() and _object_fn().default
2023-06-18Avoid checking for deleted entries (starting with '-') in index_gc().default
2023-06-16Added some logging on corrupted md5 ids.default
2023-06-15Fixed voting / replying confusion.default
2023-06-15Increased log level for enqueue_request_replies().default
2023-06-15If a ~/log/ folder exists, also write the log there.default
2023-06-15Avoid returning 'ghost' no-longer-followers in followers_list().default
2023-06-15Use the _a.json extension for actor object links into following/.default
2023-06-15following_list() creates links to the actors if they don't exist.default
2023-06-15Maintain a link to the author object in the following/ subdirectory.default
2023-06-14Use utimes() to 'touch' the actor file in actor_get().default
2023-06-07Don't enqueue a request_replies message if it's already there.default
2023-06-07New function enqueue_request_replies().default
2023-06-07Some prototype update.default
2023-05-31New function was_question_voted().default
2023-05-29Enqueue a close_question user q_item.default
2023-05-29New macro ISO_DATE_SPEC.default
2023-05-24More prototype tunnings.default
2023-05-15Also find local users in /api/v1/search.default
2023-05-15Add /v1/account/search support.default
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