1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-04 15:54:28 -06:00
dendrite/roomserver/internal/perform
Kegsay 0f7e707f39
Optimise servers to backfill from ()
- Prefer perspective servers if they are in the room.
- Limit the number of backfill servers to 5 to avoid taking too long.
2020-10-06 18:09:02 +01:00
..
perform_backfill.go Optimise servers to backfill from () 2020-10-06 18:09:02 +01:00
perform_invite.go Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other servers in room for /event and /get_missing_events () 2020-09-29 13:40:29 +01:00
perform_join.go Fetch missing auth events, implement QueryMissingAuthPrevEvents, try other servers in room for /event and /get_missing_events () 2020-09-29 13:40:29 +01:00
perform_leave.go Implement rejected events () 2020-09-16 13:00:52 +01:00
perform_peek.go Peeking via MSC2753 () 2020-09-10 14:39:18 +01:00
perform_publish.go Add Queryer and Inputer and factor out more RSAPI stuff () 2020-09-02 17:13:15 +01:00