| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | New config option 'drop_dm_from_unknown'. | 2023-05-17 | 1 | -0/+10 | |
| | | |||||
| * | When updating the user info, also spam the following list. | 2023-05-17 | 1 | -1/+11 | |
| | | |||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | |
| | | |||||
| * | Use a different approach towards incomplete mentions. | 2023-05-12 | 1 | -42/+46 | |
| | | | | | | This time, incomplete mentions are completed using a) the host of the first mention, if there are any, or b) the current host. | ||||
| * | Resolve (partially) the issue with mentions without server. | 2023-05-12 | 1 | -18/+51 | |
| | | | | | | | | | | Mastodon (mainly from the API) usually include mentions without server, which is just stupid. This patch tries to resolve these broken mentions in process_tags() by looking for a user name starting with it in the already pre-populated tag list. As of now, this only works if the message is an inReplyTo and the broken mention is the one of the original (attributedTo) poster. | ||||
| * | Minor refactor to msg_note(): the tag list is created here, not in ↵ | 2023-05-12 | 1 | -8/+5 | |
| | | | | | process_tags(). | ||||
| * | Minor function prototype tweak. | 2023-05-12 | 1 | -4/+5 | |
| | | |||||
| * | Merge pull request 'master' (#1) from grunfink/snac2:master into master | 2023-05-07 | 1 | -9/+47 | |
| |\ | | | | | | | Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1 | ||||
| | * | Implemented 'Ping' and 'Pong' activities. | 2023-05-05 | 1 | -3/+38 | |
| | | | | | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt | ||||
| | * | Fixed more warnings. | 2023-05-04 | 1 | -1/+2 | |
| | | | |||||
| | * | Added -Wextra to C flags. | 2023-05-04 | 1 | -0/+2 | |
| | | | |||||
| | * | Added some const here and there. | 2023-05-04 | 1 | -3/+3 | |
| | | | |||||
| | * | Deleted real unused parameters. | 2023-05-04 | 1 | -2/+2 | |
| | | | |||||
| * | | Fixed webfinger and curl issues | 2023-05-07 | 1 | -1/+1 | |
| |/ | |||||
| * | Strip the query string in msg_follow(). | 2023-04-23 | 1 | -1/+3 | |
| | | |||||
| * | Added mastoapi follow. | 2023-04-23 | 1 | -2/+2 | |
| | | |||||
| * | Added mastoapi code for account search. | 2023-04-23 | 1 | -2/+2 | |
| | | |||||
| * | Posts can now be sent (still no images). | 2023-04-15 | 1 | -1/+1 | |
| | | |||||
| * | New function timeline_touch(). | 2023-04-14 | 1 | -1/+4 | |
| | | |||||
| * | Don't show the full tree in notifications. | 2023-04-14 | 1 | -0/+3 | |
| | | |||||
| * | New function notify_add(). | 2023-04-13 | 1 | -0/+3 | |
| | | |||||
| * | Started working on a notification list. | 2023-04-13 | 1 | -15/+12 | |
| | | |||||
| * | New function mastodon_status(). | 2023-04-11 | 1 | -3/+3 | |
| | | |||||
| * | Fixed overzealous rejection of Announces. | 2023-04-05 | 1 | -1/+10 | |
| | | |||||
| * | Some log tweaks. | 2023-04-02 | 1 | -1/+1 | |
| | | |||||
| * | In is_msg_public(), also look at 'Announce' messages. | 2023-03-31 | 1 | -2/+13 | |
| | | |||||
| * | Inbox collection can be disabled from the config file. | 2023-03-08 | 1 | -2/+7 | |
| | | |||||
| * | Enable back inbox recollection. | 2023-03-07 | 1 | -2/+0 | |
| | | |||||
| * | Disabled inbox recollection temporarily (for global re push). | 2023-03-07 | 1 | -0/+2 | |
| | | |||||
| * | Reject messages not for me. | 2023-03-07 | 1 | -4/+3 | |
| | | |||||
| * | is_msg_for_me() also accepts msgs where a followed is cc'ed. | 2023-03-07 | 1 | -3/+7 | |
| | | |||||
| * | Some improvements to is_msg_for_me(). | 2023-03-06 | 1 | -19/+39 | |
| | | |||||
| * | Fixed is_msg_for_me(). | 2023-03-06 | 1 | -3/+3 | |
| | | |||||
| * | New function is_msg_for_me(). | 2023-03-06 | 1 | -1/+34 | |
| | | |||||
| * | msg_update() sends copies the 'to' and 'cc' fields in notes. | 2023-03-06 | 1 | -2/+9 | |
| | | |||||
| * | Don't send public admirations of non-public messages. | 2023-03-06 | 1 | -1/+3 | |
| | | |||||
| * | Reject MUTEd actor messages ASAP with a 403 status. | 2023-03-04 | 1 | -0/+11 | |
| | | |||||
| * | Send to collected inboxes AFTER sending to explicit recipients. | 2023-03-03 | 1 | -13/+13 | |
| | | |||||
| * | Log the user-agent when serving the actor. | 2023-03-02 | 1 | -1/+3 | |
| | | |||||
| * | Added user-agent in non-signed http connections. | 2023-03-02 | 1 | -1/+2 | |
| | | |||||
| * | Connection jobs are treated as urgent. | 2023-03-02 | 1 | -1/+1 | |
| | | |||||
| * | Show a bigger piece of a connection error. | 2023-03-02 | 1 | -3/+3 | |
| | | |||||
| * | Output to the shared inboxes only the public messages. | 2023-03-02 | 1 | -7/+10 | |
| | | |||||
| * | Enqueue messages to the collected inboxes first. | 2023-03-02 | 1 | -1/+10 | |
| | | |||||
| * | Simplified is_msg_public(). | 2023-03-02 | 1 | -35/+2 | |
| | | |||||
| * | Renamed inboxes/ to inbox/. | 2023-03-02 | 1 | -1/+2 | |
| | | |||||
| * | New inbox collection functions. | 2023-03-02 | 1 | -16/+2 | |
| | | |||||
| * | Minor refactoring to actor_request(). | 2023-03-01 | 1 | -10/+29 | |
| | | | | | Including commented out experimental code for collecting sharedInboxes. | ||||
| * | New function srv_archive_error(). | 2023-03-01 | 1 | -2/+7 | |
| | | |||||
| * | In activitypub_request(), retry failed signed requests as non-signed. | 2023-02-24 | 1 | -3/+13 | |
| | | |||||