summary refs log tree commit diff
path: root/synapse/config/_base.pyi (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-28Implement new experimental push rules with a database hack to enable themBrendan Abolivier3-14/+259
2020-07-22Skip serializing /sync response if client has disconnected (#7927)Richard van der Hoff2-0/+7
2020-07-22Add debugging to sync response generation (#7929)Richard van der Hoff3-2/+19
2020-07-22Remove an unused prometheus metric (#7878)Richard van der Hoff2-3/+2
2020-07-22Track command processing as a background process (#7879)Richard van der Hoff4-3/+40
2020-07-22Clean up PreserveLoggingContext (#7877)Richard van der Hoff2-16/+14
2020-07-22fix an incorrect commentRichard van der Hoff1-2/+2
2020-07-21Convert room list handler to async/await. (#7912)Patrick Cloke3-41/+32
2020-07-21Element CSS and logo in email templates (#7919)Jason Robinson4-0/+12
2020-07-20Lint the contrib/ directory in CI and linting scripts, add synctl to linting ...Andrew Morgan11-82/+71
2020-07-20Remove unused code from synapse.logging.utils. (#7897)Karthikeyan Singaravelan2-126/+2
2020-07-20Fix a typo in the sample config. (#7890)Adrian3-2/+3
2020-07-20Fix deprecation warning: import ABC from collections.abc (#7892)Karthikeyan Singaravelan5-6/+7
2020-07-20Change sample config's postgres user to synapse_user (#7889)Andrew Morgan3-2/+3
2020-07-20Fix deprecation warning due to invalid escape sequences (#7895)Karthikeyan Singaravelan2-4/+5
2020-07-17Remove Ubuntu Eoan that is now EOL (#7888)Gary Kim2-1/+1
2020-07-17Fix the trace function for async functions. (#7872)Patrick Cloke2-23/+41
2020-07-17Add help for creating a user via docker (#7885)Michael Kaye2-0/+16
2020-07-17Switch to Debian:Slim from Alpine for the docker image (#7839)Christopher May-Townsend3-40/+30
2020-07-17Stop using 'device_max_stream_id' (#7882)Erik Johnston4-5/+3
2020-07-17Fix TypeError in synapse.notifier (#7880)Erik Johnston2-0/+9
2020-07-17Add a default limit (of 100) to get/sync operations. (#7858)Patrick Cloke4-4/+18
2020-07-17Change "unknown room ver" logging to warning. (#7881)Erik Johnston2-1/+2
2020-07-17Convert device handler to async/await (#7871)Patrick Cloke6-166/+162
2020-07-17Convert synapse.app to async/await. (#7868)Patrick Cloke4-41/+37
2020-07-17Convert _base, profile, and _receipts handlers to async/await (#7860)Patrick Cloke6-59/+53
2020-07-16Add admin endpoint to get members in a room. (#7842)Michael Albert5-1/+107
2020-07-16Consistently use `db_to_json` to convert from database values to JSON objects...Patrick Cloke22-82/+80
2020-07-16Combine nginx federation server blocks (#7823)Luke Faraone1-11/+5
2020-07-16Optimise queueing of inbound replication commands (#7861)Richard van der Hoff2-116/+216
2020-07-16Reject attempts to join empty rooms over federation (#7859)Richard van der Hoff2-2/+14
2020-07-16Allow moving typing off master (#7869)Erik Johnston10-178/+284
2020-07-16Add ability to run multiple pusher instances (#7855)Erik Johnston9-82/+293
2020-07-16Add some tiny type annotations (#7870)