Added
- Support for FEP-8b32 integrity proofs
- When tootik on
a.comreceives an activity fromb.combut the request is signed by a user ofc.com, tootik no longer fetches the activity fromb.comand doesn't validate the HTTP signature if it carries a valid integrity proof that uses a key fromb.com
- When tootik on
- Basic support for FEP-ef61
- Users can generate a key or supply a pre-generated key during registration
- The settings page allows users to configure a list of "gateways"
- Outgoing activities are replicated to all defined gateways
- Activity export includes activities by all actors that share the same key
Bug Fixes, Performance and Maintenance
- Unification of processing of locally-created activities and incoming activities from other servers; this fixes multiple bugs and increases test coverage
- Release names and tags now have a leading
v - Dependency and Go updates