summary refs log tree commit diff
path: root/docs/ancient_architecture_notes.md (unfollow)
Commit message (Expand)AuthorFilesLines
2021-11-04Directly await fetched state for simplicityOlivier Wilkinson (reivilibre)1-7/+6
2021-11-04Check != against StateFilter.none() for clarityOlivier Wilkinson (reivilibre)1-1/+1
2021-11-04Fix up log contexts in _get_state_for_group_fire_requestOlivier Wilkinson (reivilibre)1-5/+6
2021-10-12Revert "Add a stub implementation of `StateFilter.approx_difference`"Olivier Wilkinson (reivilibre)1-8/+0
2021-10-12Add an approximate difference method to StateFilters (#10825)reivilibre3-3/+683
2021-10-11disallow-untyped-defs for synapse.push (#11023)David Robertson7-10/+28
2021-10-11Include the requirements for [mypy,lint] in [dev] (#11034)reivilibre4-11/+17
2021-10-11Pass through `SynapseError`s that are raised from experimental `check_event_a...reivilibre2-0/+10
2021-10-11Remove unnecessary list comprehension in `synapse_port_db` to fix linting in ...reivilibre2-1/+2
2021-10-11Release script improvements (#10966)reivilibre2-4/+33
2021-10-08Refactor MSC2716 `/batch_send` endpoint into separate handler functions (#10974)Eric Eastwood4-283/+485
2021-10-08Autodiscover oEmbed endpoint from returned HTML (#10822)Patrick Cloke5-55/+224
2021-10-08