summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
2023-07-18Increased recursion level for timeline_request().default
2023-07-15Avoid incomplete messages in timeline_request().default
2023-07-14Use the right object id when storing Announce + Create + Note objects.default
2023-07-13Increased log level for Announce error requests.default
2023-07-13Added support for the 'Page' ActivityPub object.default
2023-07-13Added a maximum level of recursion to timeline_request().default
2023-07-13Always log send status in post_message().default
2023-07-13New function post_message(), to send a message bypassing the output queue.default
2023-07-13Minor prototype tweak.default
2023-07-12activitypub.c: Remove unused variable.Yonle
2023-07-04Fixed weird prototype of process_tags().default
2023-07-04The actor bio now accepts tags.default
2023-07-04More unfollow notification tweaks.default
2023-07-04Also show unfollows in the notification area.default
2023-06-29Call is_instance_blocked() from activitypub_post_handler().default
2023-06-26Increased log level for 'not for us' messages.default
2023-06-19Defend from kbin.social messages not having a content-type header.default
2023-06-16Increased debug level for NOT collecting inboxes.default
2023-06-11Added a comment about Announces of non-Notes.default
2023-06-11No more archiving of borked Likes.default
2023-06-11Also reject Like messages in is_msg_for_me().default
2023-06-11Log malformed Likes from wafrn.net (who else?).default
2023-06-11Fixed comment.default
2023-06-11Disable `timeline_request_replies()` temporarily.default
2023-06-11Use a different variable name to store the id of 'embedded' children.default
2023-06-07New function enqueue_request_replies().default
2023-06-07Changed timeline_request_replies() to receive an id and not an object.default
2023-06-07New function timeline_request_replies().default
2023-06-04Also accept Update + Service messages.default
2023-06-04If a user config field 'bot' is set to true, identies as such.default
2023-06-04Updated some data types.default
2023-06-02More notify tweaks (I'm getting sick of this).default
2023-06-02Fixed bug in notify() (the poll id was not set).default
2023-06-02Fixed bug in vote discarding in notify().default
2023-06-01Disallow empty or repeated options in msg_question().default
2023-06-01Fixed typo in notify().default
2023-06-01Another tweak in notify().default
2023-06-01Fixed notification bug.default
2023-06-01More poll notify tweaks.default
2023-05-31Always notify about our own closed polls.default
2023-05-31Don't notify about closed polls that we didn't vote for.default
2023-05-30Don't store votes in the notification area.default
2023-05-30Add ended polls to the notification area.default
2023-05-30Made msg_question() non-editable.default
2023-05-30Log when a poll is closed.default
2023-05-30Added some limits to poll options.default
2023-05-30Create the base message of msg_question() from msg_note().default
2023-05-29Enqueue a close_question user q_item.default
2023-05-29Keep the original question order after updates.default
2023-05-29update_question() also updates the count of voters.default