- Jan 12, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jan 09, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Remove dead code related to default thumbnails
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Fix flaky test_rooms UTs
-
Richard van der Hoff authored
Fix broken config UTs
-
Richard van der Hoff authored
Make indentation of generated log config consistent
-
Richard van der Hoff authored
-
Richard van der Hoff authored
pointless function is pointless
-
Richard van der Hoff authored
Fix flakiness in the UTs caused by the user_directory being updated in the background
-
Richard van der Hoff authored
https://github.com/matrix-org/synapse/pull/2755 broke log-config generation, which in turn broke the unit tests.
-
Richard van der Hoff authored
(we had a mix of 2- and 4-space indents)
-
- Jan 08, 2018
-
-
Erik Johnston authored
Fix templating error with unban permission message
-
Travis Ralston authored
Fixes https://github.com/matrix-org/synapse/issues/2759 Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Jan 05, 2018
-
-
Richard van der Hoff authored
Remove 'verbosity'/'log_file' from generated cfg
-
Richard van der Hoff authored
... because these only really exist to confuse people nowadays. Also bring log config more into line with the generated log config, by making `level_for_storage` apply to the `synapse.storage.SQL` logger rather than `synapse.storage`.
-
Richard van der Hoff authored
Better logging when login can't find a 3pid
-
Richard van der Hoff authored
Check missing fields in event_from_pdu_json
-
- Dec 30, 2017
-
-
Richard van der Hoff authored
Return a 400 rather than a 500 when somebody messes up their send_join
-
Richard van der Hoff authored
turns out we have two copies of this, and neither needs to be an instance method
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Dec 20, 2017
-
-
Richard van der Hoff authored
-
- Dec 18, 2017
-
-
Richard van der Hoff authored
synapse/config/password_auth_providers: Fixed bracket typo
-
Richard van der Hoff authored
Adapt the default config to bind on both IPv4 and IPv6 on all platforms
-
Silke authored
Signed-off-by:
Silke <silke@slxh.eu>
-
Silke authored
Signed-off-by:
Silke <silke@slxh.eu>
-
- Dec 17, 2017
-
-
Silke Hofstra authored
Add listen_tcp and listen_ssl which implement Twisted's reactor.listenTCP and reactor.listenSSL for multiple addresses. Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
Silke Hofstra authored
Binding on 0.0.0.0 when :: is specified in the bind_addresses is now allowed. This causes a warning explaining the behaviour. Configuration changed to match. See #2232 Signed-off-by:
Silke Hofstra <silke@slxh.eu>
-
Willem Mulder authored
Most deployments are on Linux (or Mac OS), so this would actually bind on both IPv4 and IPv6. Resolves #1886. Signed-off-by:
Willem Mulder <willemmaster@hotmail.com>
-