summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't request the actor in get_actor_inbox().Gravatar default2023-02-151-1/+1
* Even more tweaks to connection reply logging.Gravatar default2023-02-141-2/+3
* More tweaks to connection reply logging.Gravatar default2023-02-141-0/+1
* Some tweaks to connection reply logging.Gravatar default2023-02-141-6/+6
* Try to show a piece of the error after connecting.Gravatar default2023-02-141-2/+26
* Added the user to the notification.Gravatar default2023-02-081-3/+6
* Deleted old output message processing in user queue.Gravatar default2023-02-071-36/+0
* Output messages are now processed by the pool of threads.Gravatar default2023-02-071-0/+38
* Log unexpected q_item types.Gravatar default2023-02-071-6/+10
* Output messages are sent with send_to_inbox_raw().Gravatar default2023-02-071-8/+12
* New function send_to_inbox_raw().Gravatar default2023-02-071-4/+16
* Added internals for Telegram notifications.Gravatar default2023-02-071-29/+58
* process_queue() now posts the q_item to the thread pool.Gravatar default2023-02-061-1/+1
* The pool of threads now process q_items.Gravatar default2023-02-061-0/+8
* Deleted the type argument from object_get_my_md5() and object_get().Gravatar default2023-02-051-5/+5
* Elevated debug level to bad user / invalid user messages.Gravatar default2023-02-031-1/+1
* Email notifications have been moved to the global queue.Gravatar default2023-02-021-21/+25
* New function queue() (the global queue).Gravatar default2023-02-021-2/+29
* Renamed process_queue_item() to process_user_queue_item().Gravatar default2023-02-021-2/+2
* process_queue() has been renamed to process_user_queue().Gravatar default2023-02-021-2/+2
* queue() renamed to user_queue().Gravatar default2023-02-021-1/+1
* dequeue() does not need a snac argument.Gravatar default2023-02-021-1/+1
* New function process_queue_item().Gravatar default2023-01-311-88/+96
* Deleted dead code.Gravatar default2023-01-311-13/+0
* Unified queue message field names.Gravatar default2023-01-311-2/+5
* Image attachments in posts can now have descriptions ('alt text').Gravatar default2023-01-281-14/+11
* More tweaks to the default avatar.Gravatar default2023-01-271-1/+6
* Some tweaks to the default avatar.Gravatar default2023-01-271-0/+8
* New function default_avatar_base64().Gravatar default2023-01-271-0/+16
* Use a shorter timeout for first output connections.Gravatar default2023-01-241-6/+6
* Always make ids unique.Gravatar default2023-01-221-2/+2
* In msg_note(), store the original content in the sourceContent field.Gravatar default2023-01-201-0/+2
* Updated year in copyright notices.Gravatar default2023-01-171-1/+1
* Process HTML Unicode entities specially in process_tags().Gravatar default2023-01-171-1/+8
* Added OpenBSD's unveil() and pledge() support.Gravatar Andrew Alderwick2023-01-131-10/+32
* Some mention formatting tweaks.Gravatar default2023-01-131-1/+2
* Added (partial) support for #HashTags in posts.Gravatar default2023-01-121-5/+16
* Deleted unused argument in timeline_request().Gravatar default2023-01-111-6/+6
* Deleted unused argument in timeline_admire().Gravatar default2023-01-111-2/+2
* Deleted unused arguments in timeline_add().Gravatar default2023-01-111-3/+3
* More keyId/signature tweaks.Gravatar default2023-01-111-6/+1
* Log tweaks.Gravatar default2023-01-101-1/+1
* Use the already loaded actor in check_signature().Gravatar default2023-01-101-1/+1
* Fixed log level for 'serving actor'.Gravatar default2022-12-241-1/+1
* Added a working space to timeline_request().Gravatar default2022-12-231-9/+13
* Don't rewrite the id unless it's different.Gravatar default2022-12-231-4/+7
* Corrected a debug level.Gravatar default2022-12-231-1/+2
* Fixed crash on some webfinger errors.Gravatar default2022-12-231-2/+2
* timeline_request() fixes the canonical id for the object.Gravatar default2022-12-231-11/+18
* Don't generate inReplyTo as an empty string.Gravatar default2022-12-231-1/+1