summary refs log tree commit diff
path: root/synapse/module_api/errors.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-14Remember mappings when we bind a 3pid using the internal sydent bind API (#66)Andrew Morgan3-0/+16
2020-10-13"Freeze" a room when the last admin of that room leaves (#59)Andrew Morgan3-4/+302
2020-10-12Allow modules to create and send events into rooms (#8479)Andrew Morgan7-89/+299
2020-09-29Only assert valid next_link params when provided (#65)Andrew Morgan2-6/+10
2020-09-241.20.1Andrew Morgan5-3/+17
2020-09-24Mark the shadow_banned column as boolean in synapse_port_db. (#8386)Patrick Cloke3-0/+2
2020-09-24Hotfix: disable autoescape by default when rendering Jinja2 templates (#8394)Andrew Morgan3-3/+12
2020-09-23Factor out `_send_dummy_event_for_room` (#8370)Richard van der Hoff2-48/+55
2020-09-23Improve logging of state resolution (#8371)Richard van der Hoff2-48/+17
2020-09-23Fix bug which caused failure on join with malformed membership events (#8385)Richard van der Hoff2-3/+8
2020-09-23Use `async with` for ID gens (#8383)Erik Johnston15-105/+144
2020-09-23Don't push if an user account has expired (#8353)Mathieu Velten4-5/+34
2020-09-23Do not check lint/test dependencies at runtime. (#8377)Patrick Cloke5-15/+25
2020-09-23Add note to reverse_proxy.md about disabling Apache's