chinwagsocial/app/lib/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
2018-08-26 20:21:03 +02:00
..
activity Add CLI task for rotating keys (#8466) 2018-08-26 20:21:03 +02:00
activity.rb Spread out crawling randomly to avoid DDoSing the link (#8445) 2018-08-26 00:33:57 +02:00
adapter.rb Fix incorrect context definition for the "featured" keyword (#8090) 2018-07-30 19:33:37 +02:00
case_transform.rb Add serializing/unserializing of "locked" actor attribute (#4585) 2017-08-12 17:41:03 +02:00
linked_data_signature.rb Add CLI task for rotating keys (#8466) 2018-08-26 20:21:03 +02:00
tag_manager.rb Fix handling of malformed ActivityPub payloads when URIs are nil (#7370) 2018-05-05 18:22:34 +02:00