| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | ||
| | | ||||||
| * | Email notifications can be disabled. | 2023-02-20 | 2 | -5/+23 | ||
| | | ||||||
| * | Version 2.23 RELEASED.2.23 | 2023-02-19 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-02-17 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated TODO. | 2023-02-17 | 1 | -0/+2 | ||
| | | ||||||
| * | Backport from xs. | 2023-02-16 | 2 | -10/+27 | ||
| | | ||||||
| * | Rewritten text 'More...' as 'Load more...'. | 2023-02-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated TODO. | 2023-02-15 | 1 | -4/+4 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-02-15 | 1 | -0/+4 | ||
| | | ||||||
| * | Updated TODO. | 2023-02-15 | 1 | -2/+2 | ||
| | | ||||||
| * | Added form field code for uploading the avatar. | 2023-02-15 | 1 | -6/+4 | ||
| | | ||||||
| * | Added support for receiving un uploaded avatar. | 2023-02-15 | 1 | -0/+19 | ||
| | | ||||||
| * | Don't request the actor in get_actor_inbox(). | 2023-02-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Even more tweaks to connection reply logging. | 2023-02-14 | 1 | -2/+3 | ||
| | | ||||||
| * | More tweaks to connection reply logging. | 2023-02-14 | 1 | -0/+1 | ||
| | | ||||||
| * | Add OK or ERROR to HTTP response. | 2023-02-14 | 1 | -1/+1 | ||
| | | ||||||
| * | Some tweaks to connection reply logging. | 2023-02-14 | 1 | -6/+6 | ||
| | | ||||||
| * | Try to show a piece of the error after connecting. | 2023-02-14 | 2 | -3/+27 | ||
| | | ||||||
| * | Updated documentation. | 2023-02-12 | 1 | -0/+4 | ||
| | | ||||||
| * | Added a user config override for 'purge_days'. | 2023-02-12 | 1 | -4/+5 | ||
| | | ||||||
| * | New file ~user/user_o.json, for the admin to override user settings. | 2023-02-12 | 2 | -7/+24 | ||
| | | ||||||
| * | Version 2.22 RELEASED.2.22 | 2023-02-11 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-02-11 | 1 | -0/+2 | ||
| | | ||||||