summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Collapse)Author
2022-12-03Upgraded local/ to public/.default
2022-12-03New function timeline_simple_list().default
2022-12-02Use xs_set_result() in timeline_top_level().default
2022-12-02New function object_here_by_md5().default
2022-12-02New function object_parent().default
2022-12-02More old code cleaning.default
2022-12-02Renamed timeline_here() to object_here().default
2022-12-02More old code deletions.default
2022-12-02The old timeline is no longer maintained.default
2022-12-02Big data storage change.default
2022-11-28Fixed status codes for follower_add() and follower_del().default
2022-11-28Changed following_list() to return a list of actors.default
2022-11-28Upgraded followers to the new db.default
2022-11-28New function object_user_cache_in().default
2022-11-27New function object_del_if_unref().default
2022-11-26Added some tweaks to file locking.default
2022-11-26timeline_top_level() works.default
2022-11-26New function timeline_top_level() (untested).default
2022-11-26New function index_first().default
2022-11-26Don't call object_del() from timeline_del().default
Only delete from each user's cache, not from the global database.
2022-11-26Only call the expensive index_del() if unlink() did not fail.default
2022-11-26Added comment.default
2022-11-26_object_user_cache() also update the indexes.default
2022-11-26New function object_user_cache_del().default
2022-11-26Renamed object_user_cache() to object_user_cache_add().default
2022-11-26Maintain a one-element index with each entry's parent.default
2022-11-26New function object_add_ow().default
2022-11-26Avoid calling time() so many times.default
2022-11-26purge_server() deletes using object_del().default
2022-11-25Delete redundant call to timeline_update_indexes().default
2022-11-25New function timeline_update_indexes().default
2022-11-25New function object_user_cache().default
2022-11-25Also purge the public/ and private/ caches.default
2022-11-25Do hard links to objects in each user's public and private caches.default
2022-11-25Renamed indexes.default
timeline.idx to private.idx, local.idx to public.idx.
2022-11-25New function timeline_object_add().default
2022-11-25Fixed typo.default
2022-11-25In purge_server(), don't purge objects with 2 (or more) hard links.default
This way, an object can be protected from the purge by creating a hard link to it.
2022-11-25New function mtime_nl().default
2022-11-25Started maintaining timeline.idx and local.idx.default
2022-11-25Use macro XS_ALL were possible.default
2022-11-25On Update + Person, call object_del() before actor_add().default
2022-11-25The global object database is also purged.default
2022-11-25Also purge the hidden/ user directory.default
2022-11-25Updated documentation.default
2022-11-25Fixed return value of srv_open().default
2022-11-25New command-line command 'upgrade'.default
2022-11-24Only log the object_admire() if it's new.default
2022-11-24Use index_in() in object_admire() to avoid admiring more than once.default
2022-11-24New function index_in().default