summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | Also call content_check() from timeline_request().Gravatar default2024-03-111-9/+13
| |
* | Also accept Article objects.Gravatar default2024-03-111-1/+1
| |
* | New function content_check().Gravatar default2024-03-111-1/+6
|/
* Replaced most xs_dict_iter() with xs_dict_next().Gravatar default2024-03-091-1/+2
|
* Shortened the maximum conversation levels.Gravatar default2024-03-081-1/+1
| | | | Set to a compilation define in MAX_CONVERSATION_LEVELS.
* More logging tweaks.Gravatar default2024-03-041-1/+1
|
* More logging tweaks.Gravatar default2024-03-041-1/+2
|
* Logging tweaks.Gravatar default2024-03-041-1/+1
|
* Also reject posts from accounts that are too old to be true.Gravatar default2024-02-221-5/+18
|
* Added a new `min_account_age` parameter to server.json.Gravatar default2024-02-221-0/+19
| | | | | By setting this value to a number of seconds, any activity from accounts created newer than that, will be rejected.
* Log (and not notify) repeated likes and announces.Gravatar default2024-02-211-6/+13
|
* New verify_links q_item.Gravatar default2024-02-201-0/+4
|
* Fixed bug in get_attachments().Gravatar default2024-02-161-1/+1
|
* Always return rel=me in msg_actor() links.Gravatar default2024-02-151-10/+1
|
* Also add the rel=me to metadata links in msg_actor().Gravatar default2024-02-141-1/+10
|
* New function is_msg_from_private_user().Gravatar default2024-02-101-0/+24
|
* Skip our own notifications.Gravatar default2024-02-051-0/+4
|
* Some tweaks to retry timeouts.Gravatar default2024-01-261-1/+1
|
* Use get_attachments() in html_entry().Gravatar default2024-01-241-2/+2
|
* New function get_attachments() (still unused).Gravatar default2024-01-241-0/+121
|
* Don't send anything to the collected inboxes if collection is disabled.Gravatar default2024-01-241-7/+9
|
* Also process Video in timeline_request().Gravatar default2024-01-181-1/+1
|
* New function get_atto(), to get the attributedTo field.Gravatar default2024-01-181-8/+36
|
* Added some support for Peertube videos.Gravatar default2024-01-181-0/+7
|
* Started support for Peertube's Video object.Gravatar default2024-01-141-6/+12
|
* Fixed a bug introduced yesterday that cause double notificationsGravatar Stefano Marinelli2024-01-131-2/+0
|
* ntfy code cleanupGravatar Stefano Marinelli2024-01-121-2/+1
|
* Added support for ntfy notifications. You can configure either a self-hosted ↵Gravatar Stefano Marinelli2024-01-121-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().Gravatar default2024-01-111-2/+2
|
* If the actor from a message from the shared-inbox fails, propagate.Gravatar default2024-01-111-2/+8
| | | | It may be because the actor request needs to be authenticated.
* Avoid a webfinger request in msg_note().Gravatar default2024-01-111-9/+16
|
* Added more webfinger checks, just to be sure.Gravatar default2024-01-101-2/+3
|
* Call srv_archive_error() on input q_item errors.Gravatar default2024-01-101-0/+2
|
* More tweaks regarding shared inboxes.Gravatar default2024-01-051-1/+6
|
* dequeue() unlinks the file, even if it's been unable to parse it.Gravatar default2024-01-041-3/+1
|
* Updated copyright year.Gravatar default2024-01-041-1/+1
|
* In 'Follow', ensure the actor object to be followed is here.Gravatar default2023-12-281-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.Gravatar default2023-12-181-2/+2
|
* Added some crash checks.Gravatar default2023-12-181-0/+6
|
* Fixed follow / unfollow mess for shared inboxes.Gravatar default2023-12-181-2/+8
|
* Fixed Accept + Follow for shared inboxes.Gravatar default2023-12-181-1/+6
|
* actor_request() accepts again an optional snac argument.Gravatar default2023-12-171-7/+7
|
* Deleted debug messages.Gravatar default2023-12-171-5/+1
|
* Also check for the .../followers rcpt for non-public messages.Gravatar default2023-12-171-3/+25
|
* Blah blah blah is_msg_for_me() blah blah blahGravatar default2023-12-171-5/+9
|
* Even more is_msg_for_me() tweaks.Gravatar default2023-12-171-5/+5
|
* Even more is_msg_for_me() updates.Gravatar default2023-12-171-3/+8
|
* More is_msg_for_me() tweaks.Gravatar default2023-12-171-4/+4
|
* Added a prefix to srv_archive_qitem().Gravatar default2023-12-171-1/+1
|
* New function srv_archive_qitem().Gravatar default2023-12-171-1/+3
|