Commit Graph

1104 Commits

Author SHA1 Message Date
default
91d670a627 Merge branch 'master' of /home/angel/git/snac2 2023-02-26 20:11:50 +01:00
default
2c2c0df129 Added some property og meta headers. 2023-02-26 20:11:45 +01:00
default
e4b6054313 Changed debug level for purge log messages. 2023-02-25 18:37:19 +01:00
default
cb9e82acf7 Version 2.24 RELEASED. 2023-02-25 18:17:51 +01:00
default
8de4987a3e Updated TODO. 2023-02-25 18:15:58 +01:00
default
3a9ea8aa1c Also purge stray index files. 2023-02-24 10:07:00 +01:00
default
1d82d13d62 In activitypub_request(), retry failed signed requests as non-signed. 2023-02-24 09:00:03 +01:00
default
1630519066 Deleted index_del_md5() and index_del(). 2023-02-23 18:43:52 +01:00
default
285dbe1a5e Call index_gc() on the user indexes. 2023-02-23 18:42:38 +01:00
default
307c9420c3 New function index_gc(). 2023-02-23 10:42:09 +01:00
default
4eec215729 Serialize some data writes. 2023-02-23 09:32:47 +01:00
default
90838f07c6 Minor actor name code refactoring. 2023-02-23 09:22:13 +01:00
default
80b6824f2b Updated TODO. 2023-02-23 08:57:40 +01:00
default
5a5835b4fa Deleted the index_lock() nonsense. 2023-02-22 21:52:24 +01:00
default
0f328d079c New function index_unlock(). 2023-02-22 19:15:22 +01:00
default
450863031b Added index locks a bit stronger. 2023-02-22 19:09:05 +01:00
default
23c433ee02 Added a warning. 2023-02-22 18:15:48 +01:00
default
60c50c02f6 Create sleep mutex and cond variable only once. 2023-02-22 10:35:26 +01:00
default
295507fd9e Close everything if xs_socket_accept() returns NULL. 2023-02-22 10:02:24 +01:00
default
3283536cfa Deleted useless code. 2023-02-22 09:31:18 +01:00
default
2bfebba7be Don't wait for 3 seconds if there were some q_items processed. 2023-02-22 08:39:54 +01:00
default
372aa42125 Updated RELEASE_NOTES. 2023-02-21 06:20:13 +01:00
default
3a97721c30 Unrolled the recipient-to-inbox process in process_user_queue_item().
Instead of calling inbox_list(), waiting for it to end and then
sending to all the "uniqueized" inboxes, the sending is done everytime
a unique inbox is found.
2023-02-20 13:19:29 +01:00
default
9d02e70a2f Show the avatar in the nav menu. 2023-02-20 11:09:39 +01:00
default
188d224e35 Updated RELEASE_NOTES. 2023-02-20 10:22:53 +01:00
default
fdda3c9235 New checkbox 'Only for mentioned people'. 2023-02-20 10:19:15 +01:00
default
9ac8ae93d7 Updated RELEASE_NOTES. 2023-02-20 10:09:36 +01:00
default
58c01be996 Use actor_request() again in get_actor_inbox().
This was faster, but some actors not already here (i.e. some
mentions) were not posted.
2023-02-20 10:02:21 +01:00
default
5230435b31 New boolean argument 'priv' to msg_note(). 2023-02-20 09:32:44 +01:00
default
9083bef5cb Don't try to send to empty email addresses. 2023-02-20 06:12:23 +01:00
default
235c92ea0c Updated documentation. 2023-02-20 06:10:51 +01:00
default
b57b958f25 Updated RELEASE_NOTES. 2023-02-20 06:03:39 +01:00
default
27bc74ab5c Bumped version. 2023-02-20 06:01:19 +01:00
default
f1f3e3b116 Email notifications can be disabled. 2023-02-20 06:00:54 +01:00
default
a3804c2c89 Version 2.23 RELEASED. 2023-02-19 12:36:49 +01:00
default
6be2942b3c Updated RELEASE_NOTES. 2023-02-17 12:45:03 +01:00
default
1727d5fbd9 Updated TODO. 2023-02-17 11:04:45 +01:00
default
19ed90319b Backport from xs. 2023-02-16 09:32:42 +01:00
default
75fbc38db3 Rewritten text 'More...' as 'Load more...'. 2023-02-15 09:35:44 +01:00
default
0e9f240f06 Updated TODO. 2023-02-15 09:34:50 +01:00
default
fa77473936 Updated RELEASE_NOTES. 2023-02-15 09:33:39 +01:00
default
2de75731ad Updated TODO. 2023-02-15 09:31:19 +01:00
default
08aa6107b1 Added form field code for uploading the avatar. 2023-02-15 09:30:08 +01:00
default
306f5bdd26 Added support for receiving un uploaded avatar. 2023-02-15 09:08:27 +01:00
default
d3da67eaba Don't request the actor in get_actor_inbox(). 2023-02-15 06:01:47 +01:00
default
1af96788f0 Even more tweaks to connection reply logging. 2023-02-14 08:49:17 +01:00
default
e71c72f037 More tweaks to connection reply logging. 2023-02-14 08:32:07 +01:00
default
e144b0dc67 Add OK or ERROR to HTTP response. 2023-02-14 08:29:21 +01:00
default
f832e6a508 Some tweaks to connection reply logging. 2023-02-14 08:26:39 +01:00
default
7e27ccfde8 Try to show a piece of the error after connecting. 2023-02-14 08:15:43 +01:00