Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename resolve_events_with_factory | Erik Johnston | 2018-10-24 | 1 | -1/+1 |
| | |||||
* | Logging improvements | Richard van der Hoff | 2018-09-26 | 1 | -2/+12 |
| | | | | Some logging tweaks to help with debugging incoming federation transactions | ||||
* | Remove unnecessary resolve_events_with_state_map | Erik Johnston | 2018-08-22 | 1 | -28/+0 |
| | | | | | We only ever used the synchronous resolve_events_with_state_map in one place, which is trivial to replace with the async version. | ||||
* | Refactor state module | Erik Johnston | 2018-08-09 | 1 | -0/+321 |
We split out the actual state resolution algorithm to prepare for having multiple versions. |