dendrite/roomserver/internal/input
Neil Alexander 59bc0a6f4e
Reprocess rejected input events (#2647)
* Reprocess outliers that were previously rejected

* Might as well do all events this way

* More useful errors

* Fix queries

* Tweak condition

* Don't wrap errors

* Report more useful error

* Flatten error on `r.Queryer.QueryStateAfterEvents`

* Some more debug logging

* Flatten error in `QueryRestrictedJoinAllowed`

* Revert "Flatten error in `QueryRestrictedJoinAllowed`"

This reverts commit 1238b4184c30e0c31ffb0f364806fa1275aba483.

* Tweak `QueryStateAfterEvents`

* Handle MissingStateError too

* Scope to room

* Clean up

* Fix the error

* Only apply rejection check to outliers
2022-08-18 10:37:47 +01:00
..
input_events.go Reprocess rejected input events (#2647) 2022-08-18 10:37:47 +01:00
input_latest_events.go Fix linter issues (#2624) 2022-08-05 11:12:41 +02:00
input_membership.go Membership updater refactoring (#2541) 2022-07-22 14:44:04 +01:00
input_missing.go Try more servers when calling /state_ids (#2610) 2022-08-03 17:37:27 +01:00
input_test.go Ristretto cache (#2563) 2022-07-11 14:31:31 +01:00
input.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00