You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/services/activitypub
Claire c8849d6cee
Fix unbounded recursion in account discovery (#22025)
* Fix trying to fetch posts from other users when fetching featured posts

* Rate-limit discovery of new subdomains

* Put a limit on recursively discovering new accounts
2 years ago
..
fetch_featured_collection_service.rb Fix unbounded recursion in account discovery (#22025) 2 years ago
fetch_featured_tags_collection_service.rb
fetch_remote_account_service.rb Fix unbounded recursion in account discovery (#22025) 2 years ago
fetch_remote_actor_service.rb Fix unbounded recursion in account discovery (#22025) 2 years ago
fetch_remote_key_service.rb
fetch_remote_poll_service.rb
fetch_remote_status_service.rb Fix unbounded recursion in account discovery (#22025) 2 years ago
fetch_replies_service.rb
prepare_followers_synchronization_service.rb
process_account_service.rb Fix unbounded recursion in account discovery (#22025) 2 years ago
process_collection_service.rb
process_status_update_service.rb Fix unbounded recursion in account discovery (#22025) 2 years ago
synchronize_followers_service.rb