| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Renamed indexes. | 2022-11-25 | 1 | -2/+2 | ||
| | | | | | | | | | timeline.idx to private.idx, local.idx to public.idx. | |||||
| * | | New function timeline_object_add(). | 2022-11-25 | 1 | -9/+16 | ||
| | | | ||||||
| * | | Fixed typo. | 2022-11-25 | 1 | -1/+1 | ||
| | | | ||||||
| * | | In purge_server(), don't purge objects with 2 (or more) hard links. | 2022-11-25 | 1 | -7/+8 | ||
| | | | | | | | | | | | This way, an object can be protected from the purge by creating a hard link to it. | |||||
| * | | New function mtime_nl(). | 2022-11-25 | 2 | -5/+12 | ||
| | | | ||||||
| * | | Also call object_del() on a renewed actor in actor_request(). | 2022-11-25 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Started maintaining timeline.idx and local.idx. | 2022-11-25 | 1 | -0/+9 | ||
| | | | ||||||
| * | | Use macro XS_ALL were possible. | 2022-11-25 | 3 | -7/+4 | ||
| | | | ||||||
| * | | On Update + Person, call object_del() before actor_add(). | 2022-11-25 | 3 | -0/+7 | ||
| | | | ||||||
| * | | The global object database is also purged. | 2022-11-25 | 2 | -9/+40 | ||
| | | | ||||||
| * | | Also purge the hidden/ user directory. | 2022-11-25 | 1 | -4/+5 | ||
| | | | ||||||
| * | | Updated documentation. | 2022-11-25 | 3 | -1/+15 | ||
| | | | ||||||
| * | | Fixed return value of srv_open(). | 2022-11-25 | 1 | -3/+3 | ||
| | | | ||||||
| * | | New command-line command 'upgrade'. | 2022-11-25 | 3 | -4/+25 | ||
| | | | ||||||
| * | | Only log the object_admire() if it's new. | 2022-11-24 | 1 | -3/+4 | ||
| | | | ||||||
| * | | Use index_in() in object_admire() to avoid admiring more than once. | 2022-11-24 | 1 | -3/+7 | ||
| | | | ||||||
| * | | New function index_in(). | 2022-11-24 | 1 | -1/+33 | ||
| | | | ||||||
| * | | New function object_admire(). | 2022-11-24 | 1 | -0/+15 | ||
| | | | ||||||
| * | | Fixed some source comments. | 2022-11-24 | 1 | -4/+4 | ||
| | | | ||||||
| * | | Fixed hide() to store the object id, not its md5. | 2022-11-24 | 1 | -2/+9 | ||
| | | | ||||||
| * | | Fixed muted filenames. | 2022-11-24 | 2 | -1/+14 | ||
| | | | ||||||
| * | | New function object_children(). | 2022-11-24 | 1 | -0/+19 | ||
| | | | ||||||
| * | | Use the new hide API. | 2022-11-24 | 5 | -50/+24 | ||
| | | | ||||||
| * | | New API for hidden threads. | 2022-11-24 | 2 | -0/+34 | ||
| | | | ||||||
| * | | Stop dropping messages with hidden parents. | 2022-11-24 | 1 | -11/+0 | ||
| | | | ||||||
| * | | Added debug info for child index updates. | 2022-11-24 | 1 | -0/+2 | ||
| | | | ||||||
| * | | In object_add(), update the parent's children index even if the parent isn't ↵ | 2022-11-24 | 1 | -4/+2 | ||
| | | | | | | | | | here. | |||||
| * | | Backport from xs. | 2022-11-24 | 5 | -6/+9 | ||
| | | | ||||||
| * | | Refuse to store objects that are already here. | 2022-11-24 | 1 | -0/+6 | ||
| | | | ||||||
| * | | Function object_del() also deletes the indexes. | 2022-11-24 | 1 | -2/+17 | ||
| | | | ||||||
| * | | Don't create an actors/ subdirectory in add user. | 2022-11-24 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Also check for a non-empty in_reply_to in object_add(). | 2022-11-24 | 1 | -3/+5 | ||
| | | | ||||||
| * | | Function object_add() also update the parent's children index. | 2022-11-24 | 1 | -1/+23 | ||
| | | | ||||||
| * | | Renamed listfile functions to index. | 2022-11-24 | 2 | -115/+115 | ||
| | | | ||||||
| * | | Don't search explicitly for Person in actor_get(). | 2022-11-23 | 1 | -2/+2 | ||
| | | | | | | | | | Some actors are of type Service. | |||||
| * | | Added listfile prototypes to snac.h. | 2022-11-23 | 1 | -0/+5 | ||
| | | | ||||||
| * | | Some tweaks to the new listfile functions. | 2022-11-23 | 1 | -9/+10 | ||
| | | | ||||||
| * | | More listfile functions. | 2022-11-23 | 1 | -4/+62 | ||
| | | | ||||||
| * | | New function list_del_md5(). | 2022-11-23 | 1 | -0/+38 | ||
| | | | ||||||
| * | | New function object_get_by_md5(). | 2022-11-23 | 1 | -4/+11 | ||
| | | | ||||||
| * | | Renamed _object_fn_by_id() to _object_fn(). | 2022-11-23 | 1 | -5/+5 | ||
| | | | ||||||
| * | | New function list_add_md5(). | 2022-11-23 | 1 | -0/+19 | ||
| | | | ||||||
| * | | New function object_del(). | 2022-11-23 | 1 | -0/+15 | ||
| | | | ||||||
| * | | Deleted purge of old actors directory. | 2022-11-23 | 1 | -9/+0 | ||
| | | | ||||||
| * | | New db_layout 2.2. | 2022-11-23 | 2 | -2/+36 | ||
| | | | ||||||
| * | | actor_get() and actor_add() now use the object database. | 2022-11-23 | 2 | -49/+23 | ||
| |/ | ||||||
| * | Version 2.12 RELEASED.2.12 | 2022-11-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Disabled call to object_add() from actor_add() temporarily. | 2022-11-23 | 1 | -1/+1 | ||
| | | ||||||
| * | Added calls to flock() in object functions. | 2022-11-23 | 1 | -1/+6 | ||
| | | ||||||
| * | Updated dependencies. | 2022-11-23 | 1 | -8/+9 | ||
| | | ||||||