summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Collapse)Author
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
2022-11-22Increased max grampa levels.default
2022-11-21Changed debug level to grampa max_levels reached.default
2022-11-21In _timeline_write(), limit the number of grampa levels updated.default
2022-11-21Don't hide messages (and their children) if it's already hidden.default
2022-11-21In timeline_hide(), also hide the children.default
2022-11-20Also log the hidden parent of a dropped message.default
2022-11-18Logging tweaks.default
2022-11-18New function enqueue_output_to_actor().default
2022-11-17Queue messages to inboxes instead of actors.default
2022-11-16Drop incoming messages that has their parent hidden.default
2022-11-16Posts can be marked as 'sensitive content' (not yet for replies).default
2022-11-15Disabled unveil() temporarily.default
2022-11-14Call unveil() from srv_open() if on OpenBSD.default
2022-11-12Added local timeline purging.default
2022-11-04New 'Hide' button.default
2022-11-02More work in the people page.default
2022-10-31Always set the referrer if it's the user.default
2022-10-26Errors (really messages) are always shown in srv_open().default
2022-10-25Fixed another bug in actor_get().default
2022-10-25Some code moving to avoid false positive leaks.default
2022-10-25New function srv_free().default
2022-10-25Use xs_free().default
2022-10-24Don't load unneeded actor info in html_entry().default
2022-10-21Send notification emails through the queue.default
2022-10-20Better 'Delete' message logging.default
2022-10-18Rewritten queue() using xs_glob().default
2022-10-17Added some forgotten fclose() calls.default
2022-10-17Updated RELEASE_NOTES.default
2022-10-17If timeline_purge_days is set to 0, purging is disabled.default
2022-10-17New thread for purge.default
2022-10-17New function purge_all().default
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