summaryrefslogtreecommitdiff
path: root/activitypub.c
AgeCommit message (Expand)Author
2023-05-29New macro ISO_DATE_SPEC.default
2023-05-29Fixed some bugs in update_question().default
2023-05-29New function update_question().default
2023-05-29Added the 'replies' dict to each question.default
2023-05-24Tweaked log message.default
2023-05-24Added some experimental 'Question' posting code.default
2023-05-24New function msg_question() (unused).default
2023-05-24Call timeline_touch() on successful 'Update' messages.default
2023-05-24Questions (polls) are now stored (but not yet shown).default
2023-05-21Convert image links in notes to attachments.default
2023-05-21Minor refactor to msg_note().default
2023-05-20More image tweaks.default
2023-05-20Improved default avatars.default
2023-05-17New config option 'drop_dm_from_unknown'.default
2023-05-17When updating the user info, also spam the following list.default
2023-05-17Got rid of xs_encdec.h.default
2023-05-12Use a different approach towards incomplete mentions.default
2023-05-12Resolve (partially) the issue with mentions without server.default
2023-05-12Minor refactor to msg_note(): the tag list is created here, not in process_ta...default
2023-05-12Minor function prototype tweak.default
2023-05-07Merge pull request 'master' (#1) from grunfink/snac2:master into masterpoesty
2023-05-07Fixed webfinger and curl issuespoesty
2023-05-05Implemented 'Ping' and 'Pong' activities.default
2023-05-04Fixed more warnings.default
2023-05-04Added -Wextra to C flags.default
2023-05-04Added some const here and there.default
2023-05-04Deleted real unused parameters.default
2023-04-23Strip the query string in msg_follow().default
2023-04-23Added mastoapi follow.default
2023-04-23Added mastoapi code for account search.default
2023-04-15Posts can now be sent (still no images).default
2023-04-14New function timeline_touch().default
2023-04-14Don't show the full tree in notifications.default
2023-04-13New function notify_add().default
2023-04-13Started working on a notification list.default
2023-04-11New function mastodon_status().default
2023-04-05Fixed overzealous rejection of Announces.default
2023-04-02Some log tweaks.default
2023-03-31In is_msg_public(), also look at 'Announce' messages.default
2023-03-08Inbox collection can be disabled from the config file.default
2023-03-07Enable back inbox recollection.default
2023-03-07Disabled inbox recollection temporarily (for global re push).default
2023-03-07Reject messages not for me.default
2023-03-07is_msg_for_me() also accepts msgs where a followed is cc'ed.default
2023-03-06Some improvements to is_msg_for_me().default
2023-03-06Fixed is_msg_for_me().default
2023-03-06New function is_msg_for_me().default
2023-03-06msg_update() sends copies the 'to' and 'cc' fields in notes.default
2023-03-06Don't send public admirations of non-public messages.default
2023-03-04Reject MUTEd actor messages ASAP with a 403 status.default