summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Expand)Author
2022-11-25Do hard links to objects in each user's public and private caches.default
2022-11-25Renamed indexes.default
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
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
2022-11-24New function object_admire().default
2022-11-24Fixed some source comments.default
2022-11-24Fixed hide() to store the object id, not its md5.default
2022-11-24Fixed muted filenames.default
2022-11-24New function object_children().default
2022-11-24Use the new hide API.default
2022-11-24New API for hidden threads.default
2022-11-24Stop dropping messages with hidden parents.default
2022-11-24Added debug info for child index updates.default
2022-11-24In object_add(), update the parent's children index even if the parent isn't ...default
2022-11-24Refuse to store objects that are already here.default
2022-11-24Function object_del() also deletes the indexes.default
2022-11-24Also check for a non-empty in_reply_to in object_add().default
2022-11-24Function object_add() also update the parent's children index.default
2022-11-24Renamed listfile functions to index.default
2022-11-23Don't search explicitly for Person in actor_get().default
2022-11-23Some tweaks to the new listfile functions.default
2022-11-23More listfile functions.default
2022-11-23New function list_del_md5().default
2022-11-23New function object_get_by_md5().default
2022-11-23Renamed _object_fn_by_id() to _object_fn().default
2022-11-23New function list_add_md5().default
2022-11-23New function object_del().default
2022-11-23Deleted purge of old actors directory.default
2022-11-23New db_layout 2.2.default
2022-11-23actor_get() and actor_add() now use the object database.default
2022-11-23Disabled call to object_add() from actor_add() temporarily.default
2022-11-23Added calls to flock() in object functions.default
2022-11-23Moved db_upgrade() to its source file.default
2022-11-23More logging in db_upgrade().default
2022-11-23New generic object functions.default
2022-11-23New db_layout 2.1.default
2022-11-23New function db_upgrade().default