Commit graph

  • 987f1d288b Bumped version. default 2023-03-02 09:30:23 +0100
  • d53d9af2be Enqueue messages to the collected inboxes first. default 2023-03-02 09:28:19 +0100
  • 29b12498dd Simplified is_msg_public(). default 2023-03-02 09:15:40 +0100
  • e74ae0f589 Renamed inboxes/ to inbox/. default 2023-03-02 09:01:08 +0100
  • 5e3c50d6e1 New inbox collection functions. default 2023-03-02 08:43:50 +0100
  • eb0c7eabbb Minor refactoring to actor_request(). default 2023-03-01 09:22:32 +0100
  • d75a22adab New function srv_archive_error(). default 2023-03-01 08:25:36 +0100
  • 105683d4d2 Moved srv_archive() to data.c. default 2023-03-01 08:09:56 +0100
  • fd4774336e Backport from xs. default 2023-02-28 11:22:52 +0100
  • ec48ec314f Don't inline empty avatars in og:avatar meta property. default 2023-02-26 20:23:02 +0100
  • 91d670a627 Merge branch 'master' of /home/angel/git/snac2 default 2023-02-26 20:11:50 +0100
  • 2c2c0df129 Added some property og meta headers. default 2023-02-26 20:11:45 +0100
  • e4b6054313 Changed debug level for purge log messages. default 2023-02-25 18:37:19 +0100
  • cb9e82acf7 Version 2.24 RELEASED. 2.24 default 2023-02-25 18:17:51 +0100
  • 8de4987a3e Updated TODO. default 2023-02-25 18:15:58 +0100
  • 3a9ea8aa1c Also purge stray index files. default 2023-02-24 10:07:00 +0100
  • 1d82d13d62 In activitypub_request(), retry failed signed requests as non-signed. default 2023-02-24 09:00:03 +0100
  • 1630519066 Deleted index_del_md5() and index_del(). default 2023-02-23 18:43:52 +0100
  • 285dbe1a5e Call index_gc() on the user indexes. default 2023-02-23 18:42:38 +0100
  • 307c9420c3 New function index_gc(). default 2023-02-23 10:42:09 +0100
  • 4eec215729 Serialize some data writes. default 2023-02-23 09:32:47 +0100
  • 90838f07c6 Minor actor name code refactoring. default 2023-02-23 09:22:13 +0100
  • 80b6824f2b Updated TODO. default 2023-02-23 08:57:40 +0100
  • 5a5835b4fa Deleted the index_lock() nonsense. default 2023-02-22 21:52:24 +0100
  • 0f328d079c New function index_unlock(). default 2023-02-22 19:15:22 +0100
  • 450863031b Added index locks a bit stronger. default 2023-02-22 19:09:05 +0100
  • 23c433ee02 Added a warning. default 2023-02-22 18:15:48 +0100
  • 60c50c02f6 Create sleep mutex and cond variable only once. default 2023-02-22 10:35:26 +0100
  • 295507fd9e Close everything if xs_socket_accept() returns NULL. default 2023-02-22 10:02:24 +0100
  • 3283536cfa Deleted useless code. default 2023-02-22 09:31:18 +0100
  • 2bfebba7be Don't wait for 3 seconds if there were some q_items processed. default 2023-02-22 08:39:54 +0100
  • 372aa42125 Updated RELEASE_NOTES. default 2023-02-21 06:20:13 +0100
  • 3a97721c30 Unrolled the recipient-to-inbox process in process_user_queue_item(). default 2023-02-20 13:19:29 +0100
  • 9d02e70a2f Show the avatar in the nav menu. default 2023-02-20 11:09:39 +0100
  • 188d224e35 Updated RELEASE_NOTES. default 2023-02-20 10:22:53 +0100
  • fdda3c9235 New checkbox 'Only for mentioned people'. default 2023-02-20 10:19:15 +0100
  • 9ac8ae93d7 Updated RELEASE_NOTES. default 2023-02-20 10:09:36 +0100
  • 58c01be996 Use actor_request() again in get_actor_inbox(). default 2023-02-20 10:02:21 +0100
  • 5230435b31 New boolean argument 'priv' to msg_note(). default 2023-02-20 09:32:44 +0100
  • 9083bef5cb Don't try to send to empty email addresses. default 2023-02-20 06:12:23 +0100
  • 235c92ea0c Updated documentation. default 2023-02-20 06:10:51 +0100
  • b57b958f25 Updated RELEASE_NOTES. default 2023-02-20 06:03:39 +0100
  • 27bc74ab5c Bumped version. default 2023-02-20 06:01:19 +0100
  • f1f3e3b116 Email notifications can be disabled. default 2023-02-20 06:00:54 +0100
  • a3804c2c89 Version 2.23 RELEASED. 2.23 default 2023-02-19 12:36:49 +0100
  • 6be2942b3c Updated RELEASE_NOTES. default 2023-02-17 12:45:03 +0100
  • 1727d5fbd9 Updated TODO. default 2023-02-17 11:04:45 +0100
  • 19ed90319b Backport from xs. default 2023-02-16 09:32:42 +0100
  • 75fbc38db3 Rewritten text 'More...' as 'Load more...'. default 2023-02-15 09:35:44 +0100
  • 0e9f240f06 Updated TODO. default 2023-02-15 09:34:50 +0100
  • fa77473936 Updated RELEASE_NOTES. default 2023-02-15 09:33:39 +0100
  • 2de75731ad Updated TODO. default 2023-02-15 09:31:19 +0100
  • 08aa6107b1 Added form field code for uploading the avatar. default 2023-02-15 09:30:08 +0100
  • 306f5bdd26 Added support for receiving un uploaded avatar. default 2023-02-15 09:08:27 +0100
  • d3da67eaba Don't request the actor in get_actor_inbox(). default 2023-02-15 06:01:47 +0100
  • 1af96788f0 Even more tweaks to connection reply logging. default 2023-02-14 08:49:17 +0100
  • e71c72f037 More tweaks to connection reply logging. default 2023-02-14 08:32:07 +0100
  • e144b0dc67 Add OK or ERROR to HTTP response. default 2023-02-14 08:29:21 +0100
  • f832e6a508 Some tweaks to connection reply logging. default 2023-02-14 08:26:39 +0100
  • 7e27ccfde8 Try to show a piece of the error after connecting. default 2023-02-14 08:15:38 +0100
  • 296625c3a4 Updated documentation. default 2023-02-12 09:32:15 +0100
  • d817264e52 Added a user config override for 'purge_days'. default 2023-02-12 09:26:44 +0100
  • 0f4db7cf26 New file ~user/user_o.json, for the admin to override user settings. default 2023-02-12 09:17:38 +0100
  • dca071b14d Version 2.22 RELEASED. 2.22 default 2023-02-11 14:11:08 +0100
  • 4fc6efb227 Updated RELEASE_NOTES. default 2023-02-11 06:58:11 +0100
  • 2c45b655c3 Added 'fattr' to the pledge() list. default 2023-02-11 06:43:43 +0100
  • 9acf7796ae Updated RELEASE_NOTES. default 2023-02-11 06:32:27 +0100
  • 28d1da0a81 Don't fail silently if the job fifo is not ready. default 2023-02-11 06:28:36 +0100
  • f325b567e3 Improved Delete button fix. default 2023-02-10 23:04:42 +0100
  • 2a47bdd572 Bumped version. default 2023-02-10 15:09:55 +0100
  • ce2ed34677 Updated RELEASE_NOTES. default 2023-02-10 15:09:34 +0100
  • ed44462a41 Fixed actor / post Delete confusion bug. default 2023-02-10 14:36:27 +0100
  • f4d337c549 Version 2.21 RELEASED. 2.21 default 2023-02-10 14:02:50 +0100
  • 381129fb25 Move the #fds log line to dbglevel 0. default 2023-02-10 13:53:12 +0100
  • 5f89816bb4 Show (dbglevel 1) the number of file descriptors available. default 2023-02-10 13:45:26 +0100
  • 03325d04a5 Show the fd rlimit at httpd startup. default 2023-02-10 13:39:17 +0100
  • b48a4ddfa6 Updated TODO. default 2023-02-10 12:26:00 +0100
  • 4dc40305b6 Updated RELEASE_NOTES. default 2023-02-10 12:17:07 +0100
  • d4979d9403 Added more job_fifo concurrency protections. default 2023-02-10 11:23:42 +0100
  • 3ba3815b64 Fixed 32bit arch warnings when passing the thread id. default 2023-02-10 09:07:54 +0100
  • a92fb9417b Updated RELEASE_NOTES. default 2023-02-09 08:23:51 +0100
  • 677c392625 Updated RELEASE_NOTES. default 2023-02-09 08:18:44 +0100
  • 4849b9d64d Updated documentation. default 2023-02-09 08:15:01 +0100
  • 090a28ba4e The number of threads can be forced from the config file. default 2023-02-09 08:09:55 +0100
  • 308a0e0f64 Updated RELEASE_NOTES. default 2023-02-08 20:22:39 +0100
  • 436dbf9913 Followers can be deleted. default 2023-02-08 20:19:36 +0100
  • 2ed2914fa3 Print errno in user file opening errors. default 2023-02-08 15:03:35 +0100
  • f5d3859e07 Added the user to the notification. default 2023-02-08 14:47:23 +0100
  • 5d126d0e9e Only show the 'in reply to' link if level == 0. default 2023-02-08 14:07:13 +0100
  • 03ed4d5309 Updated TODO. default 2023-02-08 13:48:25 +0100
  • 95926fb98a Use timeline_here() for parents in html_entry(). default 2023-02-08 13:30:15 +0100
  • b64d0f338d New function timeline_here(). default 2023-02-08 13:28:03 +0100
  • 3fcc139d66 timeline_top_level() now looks for the entries in the user caches. default 2023-02-08 13:21:44 +0100
  • b8cd0d6363 New function timeline_fn_by_md5(). default 2023-02-08 13:06:49 +0100
  • 819211c620 Updated TODO. default 2023-02-08 09:55:39 +0100
  • 09a4423efc Debug level tweaks. default 2023-02-07 20:25:18 +0100
  • 8ff5db2c23 Updated RELEASE_NOTES. default 2023-02-07 19:11:02 +0100
  • 944bd60e06 Deleted old output message processing in user queue. default 2023-02-07 13:34:26 +0100
  • 4cca157641 Output messages are now processed by the pool of threads. default 2023-02-07 13:31:48 +0100
  • 8f63c6259a Log unexpected q_item types. default 2023-02-07 13:19:27 +0100