summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Added 'fattr' to the pledge() list.Gravatar default2023-02-111-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-02-111-0/+2
|
* Don't fail silently if the job fifo is not ready.Gravatar default2023-02-113-1/+9
|
* Improved Delete button fix.Gravatar default2023-02-101-6/+7
|
* Bumped version.Gravatar default2023-02-101-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-02-101-0/+4
|
* Fixed actor / post Delete confusion bug.Gravatar default2023-02-101-2/+4
|
* Version 2.21 RELEASED.2.21Gravatar default2023-02-101-1/+1
|
* Move the #fds log line to dbglevel 0.Gravatar default2023-02-101-1/+1
|
* Show (dbglevel 1) the number of file descriptors available.Gravatar default2023-02-101-1/+2
|
* Show the fd rlimit at httpd startup.Gravatar default2023-02-102-0/+8
|
* Updated TODO.Gravatar default2023-02-101-9/+9
|
* Updated RELEASE_NOTES.Gravatar default2023-02-101-4/+4
|
* Added more job_fifo concurrency protections.Gravatar default2023-02-101-2/+6
|
* Fixed 32bit arch warnings when passing the thread id.Gravatar default2023-02-101-5/+6
|
* Updated RELEASE_NOTES.Gravatar default2023-02-091-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2023-02-091-0/+2
|
* Updated documentation.Gravatar default2023-02-091-0/+4
|
* The number of threads can be forced from the config file.Gravatar default2023-02-091-2/+6
|
* Updated RELEASE_NOTES.Gravatar default2023-02-081-0/+2
|
* Followers can be deleted.Gravatar default2023-02-081-13/+21
|
* Print errno in user file opening errors.Gravatar default2023-02-081-2/+2
|
* Added the user to the notification.Gravatar default2023-02-081-3/+6
|
* Only show the 'in reply to' link if level == 0.Gravatar default2023-02-081-9/+11
|
* Updated TODO.Gravatar default2023-02-081-2/+2
|
* Use timeline_here() for parents in html_entry().Gravatar default2023-02-081-1/+1
|
* New function timeline_here().Gravatar default2023-02-082-3/+11
|
* timeline_top_level() now looks for the entries in the user caches.Gravatar default2023-02-083-7/+10
|
* New function timeline_fn_by_md5().Gravatar default2023-02-081-12/+26
|
* Updated TODO.Gravatar default2023-02-081-0/+2
|
* Debug level tweaks.Gravatar default2023-02-071-3/+3
|
* Updated RELEASE_NOTES.Gravatar default2023-02-071-1/+1
|
* Deleted old output message processing in user queue.Gravatar default2023-02-071-36/+0
|
* Output messages are now processed by the pool of threads.Gravatar default2023-02-073-10/+60
|
* Log unexpected q_item types.Gravatar default2023-02-071-6/+10
|
* Output messages are sent with send_to_inbox_raw().Gravatar default2023-02-071-8/+12
|
* New function send_to_inbox_raw().Gravatar default2023-02-073-8/+30
|
* New utility function mkdirx().Gravatar default2023-02-075-17/+28
|
* Ensure the setgid bit is set in the base directory.Gravatar default2023-02-071-1/+4
|
* Tweaked user and group permissions for new files and dirs.Gravatar default2023-02-076-14/+21
|
* Changed some debug levels.Gravatar default2023-02-071-3/+3
|
* Updated documentation.Gravatar default2023-02-071-0/+7
|
* Updated RELEASE_NOTES.Gravatar default2023-02-071-0/+2
|
* Added web interface for the Telegram information.Gravatar default2023-02-071-0/+19
|
* Added internals for Telegram notifications.Gravatar default2023-02-073-29/+75
|
* process_queue() now posts the q_item to the thread pool.Gravatar default2023-02-062-2/+4
| | | | Instead of calling process_queue_item() itself.
* The pool of threads now process q_items.Gravatar default2023-02-063-76/+74
| | | | Also, the purge is commanded as a q_item.
* Identify the job threads by number.Gravatar default2023-02-061-6/+6
|
* Incoming connections are processed by the pool of threads.Gravatar default2023-02-061-15/+13
|
* More thread work.Gravatar default2023-02-061-8/+47
|