| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Some logging tweaks to help with debugging incoming federation transactions
|
|
|
|
|
|
|
|
| |
ExpiringCache required that `start()` be called before it would actually
start expiring entries. A number of places didn't do that.
This PR removes `start` from ExpiringCache, and automatically starts
backround reaping process on creation instead.
|
|
|
|
|
| |
We only ever used the synchronous resolve_events_with_state_map in one
place, which is trivial to replace with the async version.
|
|
|
|
| |
erikj/refactor_state_handler
|
| |
|
| |
|
| |
|
|
We split out the actual state resolution algorithm to prepare for having
multiple versions.
|