summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Collapse)Author
2022-10-16Attachments are now starting to get real.default
2022-10-16Don't set the admirer as the referrer if it's a Like.default
2022-10-14Don't overwrrite referrers.default
2022-10-11Changed some log to debug.default
2022-10-11Unify enqueueing code.default
2022-10-09Fail in bad disk layout version.default
2022-10-05Alert if _timeline_find_fn() finds more than one file.default
2022-10-04New command-line option purge.default
2022-10-03Backport from xs.default
2022-10-03Use xs_glob() in history_list().default
2022-10-03Use xs_glob() in _timeline_list().default
2022-10-03Use xs_glob() in _timeline_find_fn().default
2022-10-03Use xs_glob() in follower_list().default
2022-10-03Use xs_glob() in user_list().default
2022-10-02The history is shown at the bottom of the local timeline.default
2022-10-02Fixed crash.default
2022-10-01New web action 'Unfollow'.default
2022-10-01New MUTE web action.default
2022-09-30Use doubles instead of floats.default
2022-09-30Timeline is cached.default
2022-09-28The input queue also has retries.default
2022-09-28Process 'Update' + 'Person'.default
2022-09-28Process 'Undo' + 'Follow'.default
2022-09-28More HTML work.default
2022-09-28New function static_get().default
2022-09-28Delete dangling local timeline entry in timeline_admire().default
2022-09-28The outbox returns now some entries.default
2022-09-27New variable USER_AGENT.default
2022-09-26More work but signatures seem to still fail.default
2022-09-26New function msg_admiration().default
2022-09-26Link to local if the child id is from this actor.default
2022-09-26Also store local referrers in the local timeline.default
2022-09-26New metadata 'referrer', that contains an actor.default
This field contains the actor that boosted an entry.
2022-09-25Fixed some incorrect allocations.default
2022-09-25More sign work (I'm tired).default
2022-09-25New function msg_actor().default
2022-09-25Fixed a bug in the digest header.default
2022-09-25New function timeline_request().default
2022-09-25New function timeline_admire().default
2022-09-25Some log tweaks.default
2022-09-25Fixed bug in srv_archive().default
2022-09-25Some fixes to timeline_add().default
2022-09-24Also store the req object in enqueue_input().default
2022-09-23New function enqueue_input().default
2022-09-23New function process_queue().default
2022-09-23New functions send_to_inbox() and send_to_actor().default
2022-09-23Reworked timeline_add().default
2022-09-23Added comment about what to do with recursive parent storage.default
2022-09-23_timeline_parent() does not need to be recursive (or does it?).default
2022-09-22Return 110 "Response Is Stale" to stale actors.default