Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2020-07-17 | Stop using 'device_max_stream_id' (#7882) | Erik Johnston | 4 | -5/+3 |
2020-07-17 | Fix TypeError in synapse.notifier (#7880) | Erik Johnston | 2 | -0/+9 |
2020-07-17 | Add a default limit (of 100) to get/sync operations. (#7858) | Patrick Cloke | 4 | -4/+18 |
2020-07-17 | Change "unknown room ver" logging to warning. (#7881) | Erik Johnston | 2 | -1/+2 |
2020-07-17 | Convert device handler to async/await (#7871) | Patrick Cloke | 6 | -166/+162 |
2020-07-17 | Convert synapse.app to async/await. (#7868) | Patrick Cloke | 4 | -41/+37 |
2020-07-17 | Convert _base, profile, and _receipts handlers to async/await (#7860) | Patrick Cloke | 6 | -59/+53 |
2020-07-16 | Add admin endpoint to get members in a room. (#7842) | Michael Albert | 5 | -1/+107 |
2020-07-16 | Consistently use `db_to_json` to convert from database values to JSON objects... | Patrick Cloke | 22 | -82/+80 |
2020-07-16 | Combine nginx federation server blocks (#7823) | Luke Faraone | 1 | -11/+5 |
2020-07-16 | Optimise queueing of inbound replication commands (#7861) | Richard van der Hoff | 2 | -116/+216 |
2020-07-16 |