summaryrefslogtreecommitdiff
path: root/data.c
AgeCommit message (Collapse)Author
2023-04-16New function user_open_by_md5().default
2023-04-14New mastoapi to clear all notifications.default
2023-04-14New function timeline_touch().default
2023-04-14notify_list() returns the notifications in reverse order.default
2023-04-14Fixed crash in notification list.default
2023-04-13Fixed crash in notify_get().default
2023-04-13Implemented mastoapi notifications.default
2023-04-13New functions notify_get() and notify_list().default
2023-04-13New function notify_check_time().default
2023-04-13New function notify_add().default
2023-04-13f_ctime() returns the oldest of ctime and mtime.default
2023-04-12Don't generate invalid JSON if an attachment has no description.default
2023-04-12New functions object_ctime() and object_ctime_by_md5().default
2023-04-12New function f_ctime().default
2023-04-06Updated RELEASE_NOTES.default
2023-04-05New function lastlog_write().default
2023-03-07Collected addresses are also purged.default
2023-03-07Renamed _purge_subdir() to _purge_user_subdir().default
2023-03-02Added the url to srv_archive().default
2023-03-02Connection jobs are treated as urgent.default
2023-03-02Simplified is_msg_public().default
2023-03-02Renamed inboxes/ to inbox/.default
2023-03-02New inbox collection functions.default
2023-03-01New function srv_archive_error().default
2023-03-01Moved srv_archive() to data.c.default
2023-02-25Changed debug level for purge log messages.default
2023-02-24Also purge stray index files.default
2023-02-23Deleted index_del_md5() and index_del().default
2023-02-23Call index_gc() on the user indexes.default
2023-02-23New function index_gc().default
2023-02-23Serialize some data writes.default
2023-02-22Deleted the index_lock() nonsense.default
2023-02-22New function index_unlock().default
2023-02-22Added index locks a bit stronger.default
2023-02-22Added a warning.default
2023-02-12Added a user config override for 'purge_days'.default
2023-02-12New file ~user/user_o.json, for the admin to override user settings.default
2023-02-11Added 'fattr' to the pledge() list.default
2023-02-11Don't fail silently if the job fifo is not ready.default
2023-02-10Show the fd rlimit at httpd startup.default
2023-02-08Print errno in user file opening errors.default
2023-02-08New function timeline_here().default
2023-02-08timeline_top_level() now looks for the entries in the user caches.default
2023-02-08New function timeline_fn_by_md5().default
2023-02-07Output messages are now processed by the pool of threads.default
2023-02-07New utility function mkdirx().default
2023-02-07Tweaked user and group permissions for new files and dirs.default
2023-02-07Added internals for Telegram notifications.default
2023-02-05New user option 'purge_days'.default
2023-02-05Reworked purge_user() to be clearer.default