summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2023-02-06More thread work.default
2023-02-06Simplified job_post() and job_wait().default
2023-02-06New functions job_post() and job_wait() (untested).default
2023-02-06Backport from xs.default
2023-02-06Started work towards the pool of threads.default
2023-02-06Input connections cannot be non-threaded.default
2023-02-05Updated RELEASE_NOTES.default
2023-02-05Updated documentation.default
2023-02-05The 'note' command now accepts -e and -.default
2023-02-05Updated RELEASE_NOTES.default
2023-02-05Updated documentation.default
2023-02-05Updated RELEASE_NOTES.default
2023-02-05New user option 'purge_days'.default
2023-02-05Reworked purge_user() to be clearer.default
2023-02-05timeline_get_by_md5() reads from the user cachedirs instead of the global ↵default
object. This way, user defined purging will be easier to implement.
2023-02-05Deleted the type argument from object_get_my_md5() and object_get().default
It was never used.