summaryrefslogtreecommitdiff
path: root/activitypub.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-11Added a comment about Announces of non-Notes.Gravatar default1-0/+5
2023-06-11No more archiving of borked Likes.Gravatar default1-6/+0
2023-06-11Also reject Like messages in is_msg_for_me().Gravatar default1-1/+5
2023-06-11Log malformed Likes from wafrn.net (who else?).Gravatar default1-0/+6
2023-06-11Fixed comment.Gravatar default1-1/+1
2023-06-11Disable `timeline_request_replies()` temporarily.Gravatar default1-0/+9
2023-06-11Use a different variable name to store the id of 'embedded' children.Gravatar default1-3/+3
2023-06-07New function enqueue_request_replies().Gravatar default1-4/+9
2023-06-07Changed timeline_request_replies() to receive an id and not an object.Gravatar default1-5/+9
2023-06-07New function timeline_request_replies().Gravatar default1-7/+67
2023-06-04Also accept Update + Service messages.Gravatar default1-1/+1
2023-06-04If a user config field 'bot' is set to true, identies as such.Gravatar default1-0/+4
2023-06-04Updated some data types.Gravatar default1-21/+21
2023-06-02More notify tweaks (I'm getting sick of this).Gravatar default1-6/+21
2023-06-02Fixed bug in notify() (the poll id was not set).Gravatar default1-1/+1
2023-06-02Fixed bug in vote discarding in notify().Gravatar default1-1/+3
2023-06-01Disallow empty or repeated options in msg_question().Gravatar default1-10/+21
2023-06-01Fixed typo in notify().Gravatar default1-1/+1
2023-06-01Another tweak in notify().Gravatar default1-3/+0
2023-06-01Fixed notification bug.Gravatar default1-0/+1
2023-06-01More poll notify tweaks.Gravatar default1-1/+6
2023-05-31Always notify about our own closed polls.Gravatar default1-2/+2
2023-05-31Don't notify about closed polls that we didn't vote for.Gravatar default1-2/+10
2023-05-30Don't store votes in the notification area.Gravatar default1-0/+4
2023-05-30Add ended polls to the notification area.Gravatar default1-117/+124
2023-05-30Made msg_question() non-editable.Gravatar default1-0/+3
2023-05-30Log when a poll is closed.Gravatar default1-3/+4
2023-05-30Added some limits to poll options.Gravatar default1-5/+11
2023-05-30Create the base message of msg_question() from msg_note().Gravatar default1-4/+4
2023-05-29Enqueue a close_question user q_item.Gravatar default1-2/+12
2023-05-29Keep the original question order after updates.Gravatar default1-16/+21
2023-05-29update_question() also updates the count of voters.Gravatar default1-0/+4
2023-05-29In update_question(), send the updated question to all voters.Gravatar default1-5/+16
2023-05-29Disallow updating closed polls.Gravatar default1-1/+5
2023-05-29Close the question over due date in update_question().Gravatar default1-0/+10
2023-05-29New macro ISO_DATE_SPEC.Gravatar default1-3/+3
2023-05-29Fixed some bugs in update_question().Gravatar default1-4/+19
2023-05-29New function update_question().Gravatar default1-0/+76
2023-05-29Added the 'replies' dict to each question.Gravatar default1-1/+3
2023-05-24Tweaked log message.Gravatar default1-1/+1
2023-05-24Added some experimental 'Question' posting code.Gravatar default1-6/+14
2023-05-24New function msg_question() (unused).Gravatar default1-0/+33
2023-05-24Call timeline_touch() on successful 'Update' messages.Gravatar default1-0/+3
2023-05-24Questions (polls) are now stored (but not yet shown).Gravatar default1-11/+25
2023-05-21Convert image links in notes to attachments.Gravatar default1-2/+2
2023-05-21Minor refactor to msg_note().Gravatar default1-5/+3
2023-05-20More image tweaks.Gravatar default1-4/+4
2023-05-20Improved default avatars.Gravatar default1-1/+15
2023-05-17New config option 'drop_dm_from_unknown'.Gravatar default1-0/+10
2023-05-17When updating the user info, also spam the following list.Gravatar default1-1/+11