summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* _object_user_cache() also update the indexes.Gravatar default2022-11-261-11/+13
|
* New function object_user_cache_del().Gravatar default2022-11-261-4/+21
|
* Renamed object_user_cache() to object_user_cache_add().Gravatar default2022-11-261-3/+5
|
* Maintain a one-element index with each entry's parent.Gravatar default2022-11-261-4/+8
|
* New function object_add_ow().Gravatar default2022-11-261-3/+21
|
* Avoid calling time() so many times.Gravatar default2022-11-261-4/+3
|
* purge_server() deletes using object_del().Gravatar default2022-11-261-15/+31
|
* Delete redundant call to timeline_update_indexes().Gravatar default2022-11-251-1/+0
|
* New function timeline_update_indexes().Gravatar default2022-11-251-5/+5
|
* New function object_user_cache().Gravatar default2022-11-251-9/+19
|
* Also purge the public/ and private/ caches.Gravatar default2022-11-251-0/+2
|
* Do hard links to objects in each user's public and private caches.Gravatar default2022-11-251-2/+15
|
* Renamed indexes.Gravatar default2022-11-251-2/+2
| | | | timeline.idx to private.idx, local.idx to public.idx.
* New function timeline_object_add().Gravatar default2022-11-251-9/+16
|
* Fixed typo.Gravatar default2022-11-251-1/+1
|
* In purge_server(), don't purge objects with 2 (or more) hard links.Gravatar default2022-11-251-7/+8
| | | | | This way, an object can be protected from the purge by creating a hard link to it.
* New function mtime_nl().Gravatar default2022-11-251-4/+10
|
* Started maintaining timeline.idx and local.idx.Gravatar default2022-11-251-0/+9
|
* Use macro XS_ALL were possible.Gravatar default2022-11-251-4/+1
|
* On Update + Person, call object_del() before actor_add().Gravatar default2022-11-251-0/+3
|
* The global object database is also purged.Gravatar default2022-11-251-8/+39
|
* Also purge the hidden/ user directory.Gravatar default2022-11-251-4/+5
|
* Updated documentation.Gravatar default2022-11-251-1/+1
|
* Fixed return value of srv_open().Gravatar default2022-11-251-3/+3
|
* New command-line command 'upgrade'.Gravatar default2022-11-251-2/+9
|
* Only log the object_admire() if it's new.Gravatar default2022-11-241-3/+4
|
* Use index_in() in object_admire() to avoid admiring more than once.Gravatar default2022-11-241-3/+7
|
* New function index_in().Gravatar default2022-11-241-1/+33
|
* New function object_admire().Gravatar default2022-11-241-0/+15
|
* Fixed some source comments.Gravatar default2022-11-241-4/+4
|
* Fixed hide() to store the object id, not its md5.Gravatar default2022-11-241-2/+9
|
* Fixed muted filenames.Gravatar default2022-11-241-1/+1
|
* New function object_children().Gravatar default2022-11-241-0/+19
|
* Use the new hide API.Gravatar default2022-11-241-46/+2
|
* New API for hidden threads.Gravatar default2022-11-241-0/+31
|
* Stop dropping messages with hidden parents.Gravatar default2022-11-241-11/+0
|
* Added debug info for child index updates.Gravatar default2022-11-241-0/+2
|
* In object_add(), update the parent's children index even if the parent isn't ↵Gravatar default2022-11-241-4/+2
| | | | here.
* Refuse to store objects that are already here.Gravatar default2022-11-241-0/+6
|
* Function object_del() also deletes the indexes.Gravatar default2022-11-241-2/+17
|
* Also check for a non-empty in_reply_to in object_add().Gravatar default2022-11-241-3/+5
|
* Function object_add() also update the parent's children index.Gravatar default2022-11-241-1/+23
|
* Renamed listfile functions to index.Gravatar default2022-11-241-111/+111
|
* Don't search explicitly for Person in actor_get().Gravatar default2022-11-231-2/+2
| | | | Some actors are of type Service.
* Some tweaks to the new listfile functions.Gravatar default2022-11-231-9/+10
|
* More listfile functions.Gravatar default2022-11-231-4/+62
|
* New function list_del_md5().Gravatar default2022-11-231-0/+38
|
* New function object_get_by_md5().Gravatar default2022-11-231-4/+11
|
* Renamed _object_fn_by_id() to _object_fn().Gravatar default2022-11-231-5/+5
|
* New function list_add_md5().Gravatar default2022-11-231-0/+19
|