summary refs log tree commit diff
path: root/synapse/state/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename resolve_events_with_factoryErik Johnston2018-10-241-7/+7
* Add v2 state res algorithm.Erik Johnston2018-10-161-18/+69
* Fix some instances of ExpiringCache not expiring cache itemsErik Johnston2018-09-211-9/+0
* Remove unnecessary resolve_events_with_state_mapErik Johnston2018-08-221-28/+6
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/refactor_s...Erik Johnston2018-08-201-3/+3
* Remove redundant room_version checksErik Johnston2018-08-201-14/+3
* Add fast path in state res for zero prev eventsErik Johnston2018-08-091-1/+6
* Choose state algorithm based on room versionErik Johnston2018-08-091-11/+93
* Refactor state moduleErik Johnston2018-08-091-0/+574