| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Started support for Peertube's Video object. | 2024-01-14 | 1 | -6/+12 | |
| | | |||||
| * | Fixed a bug introduced yesterday that cause double notifications | 2024-01-13 | 1 | -2/+0 | |
| | | |||||
| * | ntfy code cleanup | 2024-01-12 | 1 | -2/+1 | |
| | | |||||
| * | Added support for ntfy notifications. You can configure either a self-hosted ↵ | 2024-01-12 | 1 | -1/+41 | |
| | | | | | server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics. | ||||
| * | Better checking for CC creation in msg_note(). | 2024-01-11 | 1 | -2/+2 | |
| | | |||||
| * | If the actor from a message from the shared-inbox fails, propagate. | 2024-01-11 | 1 | -2/+8 | |
| | | | | | It may be because the actor request needs to be authenticated. | ||||
| * | Avoid a webfinger request in msg_note(). | 2024-01-11 | 1 | -9/+16 | |
| | | |||||
| * | Added more webfinger checks, just to be sure. | 2024-01-10 | 1 | -2/+3 | |
| | | |||||
| * | Call srv_archive_error() on input q_item errors. | 2024-01-10 | 1 | -0/+2 | |
| | | |||||
| * | More tweaks regarding shared inboxes. | 2024-01-05 | 1 | -1/+6 | |
| | | |||||
| * | dequeue() unlinks the file, even if it's been unable to parse it. | 2024-01-04 | 1 | -3/+1 | |
| | | |||||
| * | Updated copyright year. | 2024-01-04 | 1 | -1/+1 | |
| | | |||||
| * | In 'Follow', ensure the actor object to be followed is here. | 2023-12-28 | 1 | -0/+7 | |
| | | | | | | Due to the routing change made for the shared inboxes, local users are not in the data storage, so this fixes it. | ||||
| * | More shared inbox tweaks. | 2023-12-18 | 1 | -2/+2 | |
| | | |||||
| * | Added some crash checks. | 2023-12-18 | 1 | -0/+6 | |
| | | |||||
| * | Fixed follow / unfollow mess for shared inboxes. | 2023-12-18 | 1 | -2/+8 | |
| | | |||||
| * | Fixed Accept + Follow for shared inboxes. | 2023-12-18 | 1 | -1/+6 | |
| | | |||||
| * | actor_request() accepts again an optional snac argument. | 2023-12-17 | 1 | -7/+7 | |
| | | |||||
| * | Deleted debug messages. | 2023-12-17 | 1 | -5/+1 | |
| | | |||||
| * | Also check for the .../followers rcpt for non-public messages. | 2023-12-17 | 1 | -3/+25 | |
| | | |||||
| * | Blah blah blah is_msg_for_me() blah blah blah | 2023-12-17 | 1 | -5/+9 | |
| | | |||||
| * | Even more is_msg_for_me() tweaks. | 2023-12-17 | 1 | -5/+5 | |
| | | |||||
| * | Even more is_msg_for_me() updates. | 2023-12-17 | 1 | -3/+8 | |
| | | |||||
| * | More is_msg_for_me() tweaks. | 2023-12-17 | 1 | -4/+4 | |
| | | |||||
| * | Added a prefix to srv_archive_qitem(). | 2023-12-17 | 1 | -1/+1 | |
| | | |||||
| * | New function srv_archive_qitem(). | 2023-12-17 | 1 | -1/+3 | |
| | | |||||
| * | Fixed shared inbox distribution logic for Delete messages. | 2023-12-17 | 1 | -2/+4 | |
| | | |||||
| * | Added more code to discard Delete messages earlier. | 2023-12-16 | 1 | -0/+16 | |
| | | |||||
| * | More tweaks to is_msg_for_me(). | 2023-12-15 | 1 | -3/+3 | |
| | | |||||
| * | Avoid propagating Undo messages innecesarily. | 2023-12-15 | 1 | -0/+5 | |
| | | |||||
| * | Added a special check for Undo + Follow. | 2023-12-15 | 1 | -0/+3 | |
| | | |||||
| * | More debug tweaks. | 2023-12-14 | 1 | -2/+2 | |
| | | |||||
| * | More log tweaks. | 2023-12-14 | 1 | -3/+3 | |
| | | |||||
| * | Call process_input_message() from the shared-inbox input. | 2023-12-11 | 1 | -26/+47 | |
| | | | | | | | This way, some garbage like unrequested Deletes from Mastodon and other transient errors (like unaccessible authors) can be short-circuited before propagating the message to the users. | ||||
| * | Added a special drop for Delete messages from unknown actors. | 2023-12-11 | 1 | -7/+15 | |
| | | |||||
| * | Fixed error message. | 2023-12-11 | 1 | -1/+1 | |
| | | |||||
| * | Do not retry Delete messages on actor error. | 2023-12-11 | 1 | -0/+6 | |
| | | |||||
| * | More logging tweaks. | 2023-12-11 | 1 | -4/+4 | |
| | | |||||
| * | Revert "Reverted actor_request() without user." | 2023-12-11 | 1 | -8/+8 | |
| | | | | | This reverts commit 8d0a69cd759813b1304605d1676fbca063f0ccdc. | ||||
| * | Reverted actor_request() without user. | 2023-12-11 | 1 | -8/+8 | |
| | | | | | Some sites require even Person requests to be signed. | ||||
| * | Some logging tweaks. | 2023-12-11 | 1 | -0/+6 | |
| | | |||||
| * | Log actor_request() errors. | 2023-12-11 | 1 | -0/+2 | |
| | | |||||
| * | More functions do not require the user argument. | 2023-12-10 | 1 | -4/+4 | |
| | | |||||
| * | actor_request() does not need a user argument. | 2023-12-10 | 1 | -7/+7 | |
| | | |||||
| * | activitypub_request() may have a NULL user. | 2023-12-10 | 1 | -10/+11 | |
| | | | | | | In the NULL user case, only non-signed requests will be done, but it's probably enough for actor requests in most cases. | ||||
| * | Minor reordering code to process_input_message(). | 2023-12-10 | 1 | -24/+26 | |
| | | |||||
| * | process_input_message() returns -1 on errors. | 2023-12-10 | 1 | -9/+8 | |
| | | |||||
| * | Call is_msg_for_me() from global queue input messages. | 2023-12-10 | 1 | -6/+9 | |
| | | |||||
| * | Usage of shared inboxes is now configurable from the server.json file. | 2023-12-08 | 1 | -3/+2 | |
| | | |||||
| * | Also check inside Update messages in is_msg_for_me(). | 2023-12-06 | 1 | -3/+3 | |
| | | |||||