summaryrefslogtreecommitdiff
path: root/activitypub.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-05Fixed overzealous rejection of Announces.Gravatar default1-1/+10
2023-04-02Some log tweaks.Gravatar default1-1/+1
2023-03-31In is_msg_public(), also look at 'Announce' messages.Gravatar default1-2/+13
2023-03-08Inbox collection can be disabled from the config file.Gravatar default1-2/+7
2023-03-07Enable back inbox recollection.Gravatar default1-2/+0
2023-03-07Disabled inbox recollection temporarily (for global re push).Gravatar default1-0/+2
2023-03-07Reject messages not for me.Gravatar default1-4/+3
2023-03-07is_msg_for_me() also accepts msgs where a followed is cc'ed.Gravatar default1-3/+7
2023-03-06Some improvements to is_msg_for_me().Gravatar default1-19/+39
2023-03-06Fixed is_msg_for_me().Gravatar default1-3/+3
2023-03-06New function is_msg_for_me().Gravatar default1-1/+34
2023-03-06msg_update() sends copies the 'to' and 'cc' fields in notes.Gravatar default1-2/+9
2023-03-06Don't send public admirations of non-public messages.Gravatar default1-1/+3
2023-03-04Reject MUTEd actor messages ASAP with a 403 status.Gravatar default1-0/+11
2023-03-03Send to collected inboxes AFTER sending to explicit recipients.Gravatar default1-13/+13
2023-03-02Log the user-agent when serving the actor.Gravatar default1-1/+3
2023-03-02Added user-agent in non-signed http connections.Gravatar default1-1/+2
2023-03-02Connection jobs are treated as urgent.Gravatar default1-1/+1
2023-03-02Show a bigger piece of a connection error.Gravatar default1-3/+3
2023-03-02Output to the shared inboxes only the public messages.Gravatar default1-7/+10
2023-03-02Enqueue messages to the collected inboxes first.Gravatar default1-1/+10
2023-03-02Simplified is_msg_public().Gravatar default1-35/+2
2023-03-02Renamed inboxes/ to inbox/.Gravatar default1-1/+2
2023-03-02New inbox collection functions.Gravatar default1-16/+2
2023-03-01Minor refactoring to actor_request().Gravatar default1-10/+29
2023-03-01New function srv_archive_error().Gravatar default1-2/+7
2023-02-24In activitypub_request(), retry failed signed requests as non-signed.Gravatar default1-3/+13
2023-02-22Don't wait for 3 seconds if there were some q_items processed.Gravatar default1-3/+12
2023-02-20Unrolled the recipient-to-inbox process in process_user_queue_item().Gravatar default1-5/+18
2023-02-20Use actor_request() again in get_actor_inbox().Gravatar default1-1/+3
2023-02-20New boolean argument 'priv' to msg_note().Gravatar default1-4/+4
2023-02-20Don't try to send to empty email addresses.Gravatar default1-1/+1
2023-02-20Email notifications can be disabled.Gravatar default1-2/+12
2023-02-15Don't request the actor in get_actor_inbox().Gravatar default1-1/+1
2023-02-14Even more tweaks to connection reply logging.Gravatar default1-2/+3
2023-02-14More tweaks to connection reply logging.Gravatar default1-0/+1
2023-02-14Some tweaks to connection reply logging.Gravatar default1-6/+6
2023-02-14Try to show a piece of the error after connecting.Gravatar default1-2/+26
2023-02-08Added the user to the notification.Gravatar default1-3/+6
2023-02-07Deleted old output message processing in user queue.Gravatar default1-36/+0
2023-02-07Output messages are now processed by the pool of threads.Gravatar default1-0/+38
2023-02-07Log unexpected q_item types.Gravatar default1-6/+10
2023-02-07Output messages are sent with send_to_inbox_raw().Gravatar default1-8/+12
2023-02-07New function send_to_inbox_raw().Gravatar default1-4/+16
2023-02-07Added internals for Telegram notifications.Gravatar default1-29/+58
2023-02-06process_queue() now posts the q_item to the thread pool.Gravatar default1-1/+1
2023-02-06The pool of threads now process q_items.Gravatar default1-0/+8
2023-02-05Deleted the type argument from object_get_my_md5() and object_get().Gravatar default1-5/+5
2023-02-03Elevated debug level to bad user / invalid user messages.Gravatar default1-1/+1
2023-02-02Email notifications have been moved to the global queue.Gravatar default1-21/+25