summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added a comment about Announces of non-Notes.Gravatar default2023-06-111-0/+5
|
* No more archiving of borked Likes.Gravatar default2023-06-111-6/+0
|
* Also reject Like messages in is_msg_for_me().Gravatar default2023-06-111-1/+5
|
* Log malformed Likes from wafrn.net (who else?).Gravatar default2023-06-111-0/+6
|
* Fixed comment.Gravatar default2023-06-111-1/+1
|
* Disable `timeline_request_replies()` temporarily.Gravatar default2023-06-111-0/+9
|
* Use a different variable name to store the id of 'embedded' children.Gravatar default2023-06-111-3/+3
|
* New function enqueue_request_replies().Gravatar default2023-06-071-4/+9
| | | | | | This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui.
* Changed timeline_request_replies() to receive an id and not an object.Gravatar default2023-06-071-5/+9
|
* New function timeline_request_replies().Gravatar default2023-06-071-7/+67
| | | | | | | | | | This function downloads and stores all replies to a message, recursively. Increases traffic. Mastodon instances request the user actor again and again without caching (when the 'replies' Collection is downloaded). Maybe I'm not doing something correctly?
* Also accept Update + Service messages.Gravatar default2023-06-041-1/+1
|
* If a user config field 'bot' is set to true, identies as such.Gravatar default2023-06-041-0/+4
|
* Updated some data types.Gravatar default2023-06-041-21/+21
|
* More notify tweaks (I'm getting sick of this).Gravatar default2023-06-021-6/+21
|
* Fixed bug in notify() (the poll id was not set).Gravatar default2023-06-021-1/+1
|
* Fixed bug in vote discarding in notify().Gravatar default2023-06-021-1/+3
|
* Disallow empty or repeated options in msg_question().Gravatar default2023-06-011-10/+21
|
* Fixed typo in notify().Gravatar default2023-06-011-1/+1
|
* Another tweak in notify().Gravatar default2023-06-011-3/+0
|
* Fixed notification bug.Gravatar default2023-06-011-0/+1
|
* More poll notify tweaks.Gravatar default2023-06-011-1/+6
|
* Always notify about our own closed polls.Gravatar default2023-05-311-2/+2
|
* Don't notify about closed polls that we didn't vote for.Gravatar default2023-05-311-2/+10
|
* Don't store votes in the notification area.Gravatar default2023-05-301-0/+4
|
* Add ended polls to the notification area.Gravatar default2023-05-301-117/+124
|
* Made msg_question() non-editable.Gravatar default2023-05-301-0/+3
|
* Log when a poll is closed.Gravatar default2023-05-301-3/+4
|
* Added some limits to poll options.Gravatar default2023-05-301-5/+11
|
* Create the base message of msg_question() from msg_note().Gravatar default2023-05-301-4/+4
|
* Enqueue a close_question user q_item.Gravatar default2023-05-291-2/+12
|
* Keep the original question order after updates.Gravatar default2023-05-291-16/+21
|
* update_question() also updates the count of voters.Gravatar default2023-05-291-0/+4
|
* In update_question(), send the updated question to all voters.Gravatar default2023-05-291-5/+16
|
* Disallow updating closed polls.Gravatar default2023-05-291-1/+5
|
* Close the question over due date in update_question().Gravatar default2023-05-291-0/+10
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-3/+3
|
* Fixed some bugs in update_question().Gravatar default2023-05-291-4/+19
|
* New function update_question().Gravatar default2023-05-291-0/+76
|
* Added the 'replies' dict to each question.Gravatar default2023-05-291-1/+3
|
* Tweaked log message.Gravatar default2023-05-241-1/+1
|
* Added some experimental 'Question' posting code.Gravatar default2023-05-241-6/+14
|
* New function msg_question() (unused).Gravatar default2023-05-241-0/+33
|
* Call timeline_touch() on successful 'Update' messages.Gravatar default2023-05-241-0/+3
|
* Questions (polls) are now stored (but not yet shown).Gravatar default2023-05-241-11/+25
|
* Convert image links in notes to attachments.Gravatar default2023-05-211-2/+2
|
* Minor refactor to msg_note().Gravatar default2023-05-211-5/+3
|
* More image tweaks.Gravatar default2023-05-201-4/+4
|
* Improved default avatars.Gravatar default2023-05-201-1/+15
|
* New config option 'drop_dm_from_unknown'.Gravatar default2023-05-171-0/+10
|
* When updating the user info, also spam the following list.Gravatar default2023-05-171-1/+11
|