Commit Graph

1097 Commits

Author SHA1 Message Date
default
28d1da0a81 Don't fail silently if the job fifo is not ready. 2023-02-11 06:28:36 +01:00
default
f325b567e3 Improved Delete button fix. 2023-02-10 23:04:42 +01:00
default
2a47bdd572 Bumped version. 2023-02-10 15:09:55 +01:00
default
ce2ed34677 Updated RELEASE_NOTES. 2023-02-10 15:09:34 +01:00
default
ed44462a41 Fixed actor / post Delete confusion bug. 2023-02-10 14:36:27 +01:00
default
f4d337c549 Version 2.21 RELEASED. 2023-02-10 14:02:50 +01:00
default
381129fb25 Move the #fds log line to dbglevel 0. 2023-02-10 13:53:12 +01:00
default
5f89816bb4 Show (dbglevel 1) the number of file descriptors available. 2023-02-10 13:45:26 +01:00
default
03325d04a5 Show the fd rlimit at httpd startup. 2023-02-10 13:39:17 +01:00
default
b48a4ddfa6 Updated TODO. 2023-02-10 12:26:00 +01:00
default
4dc40305b6 Updated RELEASE_NOTES. 2023-02-10 12:17:07 +01:00
default
d4979d9403 Added more job_fifo concurrency protections. 2023-02-10 11:23:42 +01:00
default
3ba3815b64 Fixed 32bit arch warnings when passing the thread id. 2023-02-10 09:07:54 +01:00
default
a92fb9417b Updated RELEASE_NOTES. 2023-02-09 08:23:51 +01:00
default
677c392625 Updated RELEASE_NOTES. 2023-02-09 08:18:44 +01:00
default
4849b9d64d Updated documentation. 2023-02-09 08:15:01 +01:00
default
090a28ba4e The number of threads can be forced from the config file. 2023-02-09 08:09:55 +01:00
default
308a0e0f64 Updated RELEASE_NOTES. 2023-02-08 20:22:39 +01:00
default
436dbf9913 Followers can be deleted. 2023-02-08 20:19:36 +01:00
default
2ed2914fa3 Print errno in user file opening errors. 2023-02-08 15:03:35 +01:00
default
f5d3859e07 Added the user to the notification. 2023-02-08 14:47:23 +01:00
default
5d126d0e9e Only show the 'in reply to' link if level == 0. 2023-02-08 14:07:13 +01:00
default
03ed4d5309 Updated TODO. 2023-02-08 13:48:25 +01:00
default
95926fb98a Use timeline_here() for parents in html_entry(). 2023-02-08 13:30:15 +01:00
default
b64d0f338d New function timeline_here(). 2023-02-08 13:28:03 +01:00
default
3fcc139d66 timeline_top_level() now looks for the entries in the user caches. 2023-02-08 13:21:44 +01:00
default
b8cd0d6363 New function timeline_fn_by_md5(). 2023-02-08 13:06:49 +01:00
default
819211c620 Updated TODO. 2023-02-08 09:55:39 +01:00
default
09a4423efc Debug level tweaks. 2023-02-07 20:25:18 +01:00
default
8ff5db2c23 Updated RELEASE_NOTES. 2023-02-07 19:11:02 +01:00
default
944bd60e06 Deleted old output message processing in user queue. 2023-02-07 13:34:26 +01:00
default
4cca157641 Output messages are now processed by the pool of threads. 2023-02-07 13:31:48 +01:00
default
8f63c6259a Log unexpected q_item types. 2023-02-07 13:19:27 +01:00
default
7be01b7f34 Output messages are sent with send_to_inbox_raw(). 2023-02-07 10:33:58 +01:00
default
3ddf76c2aa New function send_to_inbox_raw(). 2023-02-07 10:29:06 +01:00
default
67f2d4318d New utility function mkdirx(). 2023-02-07 09:25:01 +01:00
default
392c5147a3 Ensure the setgid bit is set in the base directory. 2023-02-07 09:16:19 +01:00
default
fabe6a5006 Tweaked user and group permissions for new files and dirs. 2023-02-07 09:01:57 +01:00
default
b8b0b96cce Changed some debug levels. 2023-02-07 08:27:23 +01:00
default
967a96b778 Updated documentation. 2023-02-07 08:26:19 +01:00
default
6a45392307 Updated RELEASE_NOTES. 2023-02-07 08:19:46 +01:00
default
f253ea6578 Added web interface for the Telegram information. 2023-02-07 08:19:18 +01:00
default
2db57c9df9 Added internals for Telegram notifications. 2023-02-07 07:37:23 +01:00
default
f6d51357af process_queue() now posts the q_item to the thread pool.
Instead of calling process_queue_item() itself.
2023-02-06 20:29:18 +01:00
default
b2d186cd0f The pool of threads now process q_items.
Also, the purge is commanded as a q_item.
2023-02-06 20:07:29 +01:00
default
b16ceafdde Identify the job threads by number. 2023-02-06 19:29:22 +01:00
default
8b465a586d Incoming connections are processed by the pool of threads. 2023-02-06 19:23:35 +01:00
default
451d964c0c More thread work. 2023-02-06 18:59:20 +01:00
default
06fc40e1cd Simplified job_post() and job_wait(). 2023-02-06 18:43:27 +01:00
default
6bcc6bfa1c New functions job_post() and job_wait() (untested). 2023-02-06 11:29:46 +01:00