Tobi Smethurst 87cf621e21
Remote instance dereferencing (#70)
Remote instances are now dereferenced when they post to an inbox on a GtS instance.

    Dereferencing will be done first by checking the /api/v1/instance endpoint of an instance.
    If that doesn't work, /.well-known/nodeinfo will be checked.
    If that doesn't work, only a minimal representation of the instance will be stored.

A new field was added to the Instance database model. To create it:

alter table instances add column contact_account_username text;
2021-06-27 16:52:18 +02:00
..
2021-06-27 13:58:59 +02:00
2021-05-08 14:25:55 +02:00
2021-06-24 14:26:08 +02:00
2021-06-24 14:26:08 +02:00
2021-06-26 20:59:38 +02:00
2021-03-22 22:26:54 +01:00
2021-06-13 18:42:28 +02:00
2021-06-13 18:42:28 +02:00
2021-03-04 14:38:18 +01:00
2021-06-13 18:42:28 +02:00
2021-06-19 11:18:55 +02:00
2021-06-21 21:08:02 +02:00
2021-06-23 18:42:20 +02:00
2021-06-27 13:58:59 +02:00
2021-06-23 18:42:20 +02:00
2021-06-21 21:08:02 +02:00