summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add the baseurl to the user agent in the signed GET.Gravatar default2023-03-021-1/+3
|
* Added the url to srv_archive().Gravatar default2023-03-024-4/+12
|
* Log the user-agent when serving the actor.Gravatar default2023-03-021-1/+3
|
* Added user-agent in non-signed http connections.Gravatar default2023-03-021-1/+2
|
* Connection jobs are treated as urgent.Gravatar default2023-03-024-9/+13
|
* Show a bigger piece of a connection error.Gravatar default2023-03-021-3/+3
|
* Output to the shared inboxes only the public messages.Gravatar default2023-03-021-7/+10
|
* Bumped version.Gravatar default2023-03-021-1/+1
|
* Enqueue messages to the collected inboxes first.Gravatar default2023-03-021-1/+10
|
* Simplified is_msg_public().Gravatar default2023-03-023-41/+30
|
* Renamed inboxes/ to inbox/.Gravatar default2023-03-022-3/+15
|
* New inbox collection functions.Gravatar default2023-03-024-16/+42
|
* Minor refactoring to actor_request().Gravatar default2023-03-011-10/+29
| | | | Including commented out experimental code for collecting sharedInboxes.
* New function srv_archive_error().Gravatar default2023-03-014-33/+45
|
* Moved srv_archive() to data.c.Gravatar default2023-03-012-94/+96
|
* Backport from xs.Gravatar default2023-02-282-16/+18
|
* Don't inline empty avatars in og:avatar meta property.Gravatar default2023-02-261-1/+9
|
* Merge branch 'master' of /home/angel/git/snac2Gravatar default2023-02-261-3/+3
|\
| * Changed debug level for purge log messages.Gravatar default2023-02-251-3/+3
| |
* | Added some property og meta headers.Gravatar default2023-02-261-6/+33
|/
* Version 2.24 RELEASED.2.24Gravatar default2023-02-251-1/+1
|
* Updated TODO.Gravatar default2023-02-251-2/+2
|
* Also purge stray index files.Gravatar default2023-02-241-21/+52
|
* In activitypub_request(), retry failed signed requests as non-signed.Gravatar default2023-02-241-3/+13
|
* Deleted index_del_md5() and index_del().Gravatar default2023-02-232-54/+1
|
* Call index_gc() on the user indexes.Gravatar default2023-02-231-2/+24
|
* New function index_gc().Gravatar default2023-02-232-0/+43
|
* Serialize some data writes.Gravatar default2023-02-231-1/+16
|
* Minor actor name code refactoring.Gravatar default2023-02-231-14/+22
|
* Updated TODO.Gravatar default2023-02-231-0/+2
|
* Deleted the index_lock() nonsense.Gravatar default2023-02-221-30/+2
|
* New function index_unlock().Gravatar default2023-02-221-2/+10
|
* Added index locks a bit stronger.Gravatar default2023-02-221-2/+24
|
* Added a warning.Gravatar default2023-02-221-1/+4
|
* Create sleep mutex and cond variable only once.Gravatar default2023-02-221-5/+10
|
* Close everything if xs_socket_accept() returns NULL.Gravatar default2023-02-221-3/+6
|
* Deleted useless code.Gravatar default2023-02-221-1/+0
|
* Don't wait for 3 seconds if there were some q_items processed.Gravatar default2023-02-223-16/+38
|
* Updated RELEASE_NOTES.Gravatar default2023-02-211-1/+1
|
* Unrolled the recipient-to-inbox process in process_user_queue_item().Gravatar default2023-02-201-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.Gravatar default2023-02-201-0/+14
|
* Updated RELEASE_NOTES.Gravatar default2023-02-201-0/+2
|
* New checkbox 'Only for mentioned people'.Gravatar default2023-02-201-11/+17
|
* Updated RELEASE_NOTES.Gravatar default2023-02-201-0/+2
|
* Use actor_request() again in get_actor_inbox().Gravatar default2023-02-201-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().Gravatar default2023-02-204-7/+11
|
* Don't try to send to empty email addresses.Gravatar default2023-02-201-1/+1
|
* Updated documentation.Gravatar default2023-02-202-2/+4
|
* Updated RELEASE_NOTES.Gravatar default2023-02-201-0/+4
|
* Bumped version.Gravatar default2023-02-201-1/+1
|