summaryrefslogtreecommitdiff
path: root/activitypub.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-02-02New function queue() (the global queue).Gravatar default1-2/+29
2023-02-02Renamed process_queue_item() to process_user_queue_item().Gravatar default1-2/+2
2023-02-02process_queue() has been renamed to process_user_queue().Gravatar default1-2/+2
2023-02-02queue() renamed to user_queue().Gravatar default1-1/+1
2023-02-02dequeue() does not need a snac argument.Gravatar default1-1/+1
2023-01-31New function process_queue_item().Gravatar default1-88/+96
2023-01-31Deleted dead code.Gravatar default1-13/+0
2023-01-31Unified queue message field names.Gravatar default1-2/+5
2023-01-28Image attachments in posts can now have descriptions ('alt text').Gravatar default1-14/+11
2023-01-27More tweaks to the default avatar.Gravatar default1-1/+6
2023-01-27Some tweaks to the default avatar.Gravatar default1-0/+8
2023-01-27New function default_avatar_base64().Gravatar default1-0/+16
2023-01-24Use a shorter timeout for first output connections.Gravatar default1-6/+6
2023-01-22Always make ids unique.Gravatar default1-2/+2
2023-01-20In msg_note(), store the original content in the sourceContent field.Gravatar default1-0/+2
2023-01-17Updated year in copyright notices.Gravatar default1-1/+1
2023-01-17Process HTML Unicode entities specially in process_tags().Gravatar default1-1/+8
2023-01-13Added OpenBSD's unveil() and pledge() support.Gravatar Andrew Alderwick1-10/+32
2023-01-13Some mention formatting tweaks.Gravatar default1-1/+2
2023-01-12Added (partial) support for #HashTags in posts.Gravatar default1-5/+16
2023-01-11Deleted unused argument in timeline_request().Gravatar default1-6/+6
2023-01-11Deleted unused argument in timeline_admire().Gravatar default1-2/+2
2023-01-11Deleted unused arguments in timeline_add().Gravatar default1-3/+3
2023-01-11More keyId/signature tweaks.Gravatar default1-6/+1
2023-01-10Log tweaks.Gravatar default1-1/+1
2023-01-10Use the already loaded actor in check_signature().Gravatar default1-1/+1