dendrite/cmd
Kegsay b507312d4c
MSC2836 threading: part 2 (#1596)
* Update GMSL

* Add MSC2836EventRelationships to fedsender

* Call MSC2836EventRelationships in reqCtx

* auth remote servers

* Extract room ID and servers from previous events; refactor a bit

* initial cut of federated threading

* Use the right client/fed struct in the response

* Add QueryAuthChain for use with MSC2836

* Add auth chain to federated response

* Fix pointers

* under CI: more logging and enable mscs, nil fix

* Handle direction: up

* Actually send message events to the roomserver..

* Add children and children_hash to unsigned, with tests

* Add logic for exploring threads and tracking children; missing storage functions

* Implement storage functions for children

* Add fetchUnknownEvent

* Do federated hits for include_children if we have unexplored children

* Use /ev_rel rather than /event as the former includes child metadata

* Remove cross-room threading impl

* Enable MSC2836 in the p2p demo

* Namespace mscs db

* Enable msc2836 for ygg

Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
2020-12-04 14:11:01 +00:00
..
client-api-proxy Remove publicroomsapi (#1176) 2020-07-02 17:11:33 +01:00
create-account Simplify create-account (#1608) 2020-12-03 10:55:17 +00:00
create-room-events Pass pointers to events — reloaded (#1583) 2020-11-16 15:44:53 +00:00
dendrite-demo-libp2p MSC2836 threading: part 2 (#1596) 2020-12-04 14:11:01 +00:00
dendrite-demo-yggdrasil MSC2836 threading: part 2 (#1596) 2020-12-04 14:11:01 +00:00
dendrite-monolith-server Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
dendrite-polylith-multi Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
dendritejs Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
federation-api-proxy Separate muxes for public and internal APIs (#1056) 2020-05-22 11:43:17 +01:00
furl Don't give up if we fail to fetch a key (#1483) 2020-10-06 17:59:08 +01:00
generate-config MSC2836 threading: part 2 (#1596) 2020-12-04 14:11:01 +00:00
generate-keys API setup refactoring (#1266) 2020-08-13 12:16:37 +01:00
goose Automatically upgrade databases on startup (#1529) 2020-10-15 18:09:41 +01:00
kafka-producer Fix sarama import URLs (#856) 2020-04-22 15:26:56 +01:00
mediaapi-integration-tests API setup refactoring (#1266) 2020-08-13 12:16:37 +01:00
resolve-state Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
roomserver-integration-tests Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00
syncserver-integration-tests Top-level setup package (#1605) 2020-12-02 17:41:00 +00:00