Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2021-12-20 | Extend license notices to 2022 (#354) | 1 | ||
2021-11-13 | move to ssb gofed fork (#298) | 1 | ||
2021-06-27 | Remote instance dereferencing (#70) | 1 | ||
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-05-29 | first implementation of search feature | 1 | ||
2021-05-15 | Inbox post (#22) | 1 | ||
Inbox POST from federated servers now working for statuses and follow requests. Follow request client API added. Start work on federating outgoing messages. Other fixes and changes/tidying up. | ||||
2021-05-08 | Ap (#14) | 1 | ||
Big restructuring and initial work on activitypub |