summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-11Updated RELEASE_NOTES.default
2023-02-11Added 'fattr' to the pledge() list.default
2023-02-11Updated RELEASE_NOTES.default
2023-02-11Don't fail silently if the job fifo is not ready.default
2023-02-10Improved Delete button fix.default
2023-02-10Bumped version.default
2023-02-10Updated RELEASE_NOTES.default
2023-02-10Fixed actor / post Delete confusion bug.default
2023-02-10Version 2.21 RELEASED.default
2023-02-10Move the #fds log line to dbglevel 0.default
2023-02-10Show (dbglevel 1) the number of file descriptors available.default
2023-02-10Show the fd rlimit at httpd startup.default
2023-02-10Updated TODO.default
2023-02-10Updated RELEASE_NOTES.default
2023-02-10Added more job_fifo concurrency protections.default
2023-02-10Fixed 32bit arch warnings when passing the thread id.default
2023-02-09Updated RELEASE_NOTES.default
2023-02-09Updated RELEASE_NOTES.default
2023-02-09Updated documentation.default
2023-02-09The number of threads can be forced from the config file.default
2023-02-08Updated RELEASE_NOTES.default
2023-02-08Followers can be deleted.default
2023-02-08Print errno in user file opening errors.default
2023-02-08Added the user to the notification.default
2023-02-08Only show the 'in reply to' link if level == 0.default
2023-02-08Updated TODO.default
2023-02-08Use timeline_here() for parents in html_entry().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-08Updated TODO.default
2023-02-07Debug level tweaks.default
2023-02-07Updated RELEASE_NOTES.default
2023-02-07Deleted old output message processing in user queue.default
2023-02-07Output messages are now processed by the pool of threads.default
2023-02-07Log unexpected q_item types.default
2023-02-07Output messages are sent with send_to_inbox_raw().default
2023-02-07New function send_to_inbox_raw().default
2023-02-07New utility function mkdirx().default
2023-02-07Ensure the setgid bit is set in the base directory.default
2023-02-07Tweaked user and group permissions for new files and dirs.default
2023-02-07Changed some debug levels.default
2023-02-07Updated documentation.default
2023-02-07Updated RELEASE_NOTES.default
2023-02-07Added web interface for the Telegram information.default
2023-02-07Added internals for Telegram notifications.default
2023-02-06process_queue() now posts the q_item to the thread pool.default
Instead of calling process_queue_item() itself.
2023-02-06The pool of threads now process q_items.default
Also, the purge is commanded as a q_item.
2023-02-06Identify the job threads by number.default
2023-02-06Incoming connections are processed by the pool of threads.default