0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-26 06:48:41 +02:00
dendrite/federationsender/internal
Neil Alexander 9d6b77c58a
Try to retrieve missing auth events from multiple servers (#1516)
* Recursively fetch auth events if needed

* Fix processEvent call

* Ask more servers in lookupEvent

* Don't panic!

* Panic at the Disco

* Find servers more aggressively

* Add getServers

* Fix number of servers to 5, don't bail making RespState if auth events missing

* Fix panic

* Ignore missing state events too

* Report number of servers correctly

* Don't reuse request context for /send_join

* Update federation API tests

* Don't recurse processEvents

* Implement getEvents differently
2020-10-13 11:53:20 +01:00
..
perform Ignore state events with invalid signatures when joining rooms (#1407) 2020-09-07 16:54:51 +01:00
api.go Update federation timeouts (#1504) 2020-10-09 17:08:32 +01:00
perform.go Try to retrieve missing auth events from multiple servers (#1516) 2020-10-13 11:53:20 +01:00
query.go Remove unused internal APIs (#1117) 2020-06-11 15:07:16 +01:00