| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add the baseurl to the user agent in the signed GET. | 2023-03-02 | 1 | -1/+3 | ||
| | | ||||||
| * | Added the url to srv_archive(). | 2023-03-02 | 4 | -4/+12 | ||
| | | ||||||
| * | Log the user-agent when serving the actor. | 2023-03-02 | 1 | -1/+3 | ||
| | | ||||||
| * | Added user-agent in non-signed http connections. | 2023-03-02 | 1 | -1/+2 | ||
| | | ||||||
| * | Connection jobs are treated as urgent. | 2023-03-02 | 4 | -9/+13 | ||
| | | ||||||
| * | Show a bigger piece of a connection error. | 2023-03-02 | 1 | -3/+3 | ||
| | | ||||||
| * | Output to the shared inboxes only the public messages. | 2023-03-02 | 1 | -7/+10 | ||
| | | ||||||
| * | Bumped version. | 2023-03-02 | 1 | -1/+1 | ||
| | | ||||||
| * | Enqueue messages to the collected inboxes first. | 2023-03-02 | 1 | -1/+10 | ||
| | | ||||||
| * | Simplified is_msg_public(). | 2023-03-02 | 3 | -41/+30 | ||
| | | ||||||
| * | Renamed inboxes/ to inbox/. | 2023-03-02 | 2 | -3/+15 | ||
| | | ||||||
| * | New inbox collection functions. | 2023-03-02 | 4 | -16/+42 | ||
| | | ||||||
| * | Minor refactoring to actor_request(). | 2023-03-01 | 1 | -10/+29 | ||
| | | | | | Including commented out experimental code for collecting sharedInboxes. | |||||
| * | New function srv_archive_error(). | 2023-03-01 | 4 | -33/+45 | ||
| | | ||||||
| * | Moved srv_archive() to data.c. | 2023-03-01 | 2 | -94/+96 | ||
| | | ||||||
| * | Backport from xs. | 2023-02-28 | 2 | -16/+18 | ||
| | | ||||||
| * | Don't inline empty avatars in og:avatar meta property. | 2023-02-26 | 1 | -1/+9 | ||
| | | ||||||
| * | Merge branch 'master' of /home/angel/git/snac2 | 2023-02-26 | 1 | -3/+3 | ||
| |\ | ||||||
| | * | Changed debug level for purge log messages. | 2023-02-25 | 1 | -3/+3 | ||
| | | | ||||||
| * | | Added some property og meta headers. | 2023-02-26 | 1 | -6/+33 | ||
| |/ | ||||||
| * | Version 2.24 RELEASED.2.24 | 2023-02-25 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2023-02-25 | 1 | -2/+2 | ||
| | | ||||||
| * | Also purge stray index files. | 2023-02-24 | 1 | -21/+52 | ||
| | | ||||||
| * | In activitypub_request(), retry failed signed requests as non-signed. | 2023-02-24 | 1 | -3/+13 | ||
| | | ||||||
| * | Deleted index_del_md5() and index_del(). | 2023-02-23 | 2 | -54/+1 | ||
| | | ||||||
| * | Call index_gc() on the user indexes. | 2023-02-23 | 1 | -2/+24 | ||
| | | ||||||
| * | New function index_gc(). | 2023-02-23 | 2 | -0/+43 | ||
| | | ||||||
| * | Serialize some data writes. | 2023-02-23 | 1 | -1/+16 | ||
| | | ||||||
| * | Minor actor name code refactoring. | 2023-02-23 | 1 | -14/+22 | ||
| | | ||||||
| * | Updated TODO. | 2023-02-23 | 1 | -0/+2 | ||
| | | ||||||
| * | Deleted the index_lock() nonsense. | 2023-02-22 | 1 | -30/+2 | ||
| | | ||||||
| * | New function index_unlock(). | 2023-02-22 | 1 | -2/+10 | ||
| | | ||||||
| * | Added index locks a bit stronger. | 2023-02-22 | 1 | -2/+24 | ||
| | | ||||||
| * | Added a warning. | 2023-02-22 | 1 | -1/+4 | ||
| | | ||||||
| * | Create sleep mutex and cond variable only once. | 2023-02-22 | 1 | -5/+10 | ||
| | | ||||||
| * | Close everything if xs_socket_accept() returns NULL. | 2023-02-22 | 1 | -3/+6 | ||
| | | ||||||
| * | Deleted useless code. | 2023-02-22 | 1 | -1/+0 | ||
| | | ||||||
| * | Don't wait for 3 seconds if there were some q_items processed. | 2023-02-22 | 3 | -16/+38 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-02-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Unrolled the recipient-to-inbox process in process_user_queue_item(). | 2023-02-20 | 1 | -5/+18 | ||
| | | | | | | | 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. | |||||
| * | Show the avatar in the nav menu. | 2023-02-20 | 1 | -0/+14 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-02-20 | 1 | -0/+2 | ||
| | | ||||||
| * | New checkbox 'Only for mentioned people'. | 2023-02-20 | 1 | -11/+17 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-02-20 | 1 | -0/+2 | ||
| | | ||||||
| * | Use actor_request() again in get_actor_inbox(). | 2023-02-20 | 1 | -1/+3 | ||
| | | | | | | This was faster, but some actors not already here (i.e. some mentions) were not posted. | |||||
| * | New boolean argument 'priv' to msg_note(). | 2023-02-20 | 4 | -7/+11 | ||
| | | ||||||
| * | Don't try to send to empty email addresses. | 2023-02-20 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated documentation. | 2023-02-20 | 2 | -2/+4 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-02-20 | 1 | -0/+4 | ||
| | | ||||||
| * | Bumped version. | 2023-02-20 | 1 | -1/+1 | ||
| | | ||||||