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/workers/activitypub
Eugen Rochko cabdbb7f9c
Add CLI task for rotating keys (#8466)
* If an Update is signed with known key, skip re-following procedure

Because it means the remote actor did *not* lose their database

* Add CLI method for rotating keys

    bin/tootctl accounts rotate [USERNAME]

Generates a new RSA key per account and sends out an Update activity
signed with the old key.

* Key rotation: Space out Update fan-outs every 5 minutes per 1000 accounts

* Skip suspended accounts in key rotation
6 years ago
..
delivery_worker.rb Add CLI task for rotating keys (#8466) 6 years ago
distribution_worker.rb Add federation relay support (#7998) 7 years ago
post_upgrade_worker.rb ActivityPub migration procedure (#4617) 7 years ago
processing_worker.rb Fixes/do not override timestamps (#7336) 7 years ago
raw_distribution_worker.rb Fix too many forwards (#5854) 7 years ago
reply_distribution_worker.rb Fix an error in ReplyDistributionWorker when replied status was deleted (#4974) 7 years ago
synchronize_featured_collection_worker.rb Ensure SynchronizeFeaturedCollectionWorker is unique and clean up (#7043) 7 years ago
update_distribution_worker.rb Add CLI task for rotating keys (#8466) 6 years ago