summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Collapse)Author
2023-02-15Don't request the actor in get_actor_inbox().default
2023-02-14Even more tweaks to connection reply logging.default
2023-02-14More tweaks to connection reply logging.default
2023-02-14Some tweaks to connection reply logging.default
2023-02-14Try to show a piece of the error after connecting.default
2023-02-08Added the user to the notification.default
2023-02-07Deleted old output message processing in user queue.default
2023-02-07Output messages are now processed by the pool of threads.default
2023-02-07Log unexpected q_item types.default
2023-02-07Output messages are sent with send_to_inbox_raw().default
2023-02-07New function send_to_inbox_raw().default
2023-02-07Added internals for Telegram notifications.default
2023-02-06process_queue() now posts the q_item to the thread pool.default
Instead of calling process_queue_item() itself.
2023-02-06The pool of threads now process q_items.default
Also, the purge is commanded as a q_item.
2023-02-05Deleted the type argument from object_get_my_md5() and object_get().default
It was never used.
2023-02-03Elevated debug level to bad user / invalid user messages.default
2023-02-02Email notifications have been moved to the global queue.default
2023-02-02New function queue() (the global queue).default
2023-02-02Renamed process_queue_item() to process_user_queue_item().default
2023-02-02process_queue() has been renamed to process_user_queue().default
2023-02-02queue() renamed to user_queue().default
2023-02-02dequeue() does not need a snac argument.default
2023-01-31New function process_queue_item().default
2023-01-31Deleted dead code.default
2023-01-31Unified queue message field names.default
2023-01-28Image attachments in posts can now have descriptions ('alt text').default
2023-01-27More tweaks to the default avatar.default
2023-01-27Some tweaks to the default avatar.default
2023-01-27New function default_avatar_base64().default
2023-01-24Use a shorter timeout for first output connections.default
2023-01-22Always make ids unique.default
2023-01-20In msg_note(), store the original content in the sourceContent field.default
2023-01-17Updated year in copyright notices.default
2023-01-17Process HTML Unicode entities specially in process_tags().default
2023-01-13Added OpenBSD's unveil() and pledge() support.Andrew Alderwick
2023-01-13Some mention formatting tweaks.default
2023-01-12Added (partial) support for #HashTags in posts.default
2023-01-11Deleted unused argument in timeline_request().default
2023-01-11Deleted unused argument in timeline_admire().default
2023-01-11Deleted unused arguments in timeline_add().default
2023-01-11More keyId/signature tweaks.default
2023-01-10Log tweaks.default
2023-01-10Use the already loaded actor in check_signature().default
2022-12-24Fixed log level for 'serving actor'.default
2022-12-23Added a working space to timeline_request().default
2022-12-23Don't rewrite the id unless it's different.default
2022-12-23Corrected a debug level.default
2022-12-23Fixed crash on some webfinger errors.default
2022-12-23timeline_request() fixes the canonical id for the object.default
2022-12-23Don't generate inReplyTo as an empty string.default