- Feb 02, 2018
-
-
Travis Ralston authored
-
- Feb 01, 2018
-
-
Richard van der Hoff authored
Fix sql error in quarantine_media
-
- Jan 31, 2018
-
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Richard van der Hoff authored
Remove spurious log argument
-
Richard van der Hoff authored
Remove unused "event_type" param on state.get_current_state_ids
-
Richard van der Hoff authored
Improve exception handling in persist_event
-
Richard van der Hoff authored
Logging and metrics for the http pusher
-
Richard van der Hoff authored
Use a connection pool for the SimpleHttpClient
-
Richard van der Hoff authored
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
- Jan 30, 2018
-
-
Richard van der Hoff authored
... which would cause scary-looking and unhelpful errors in the log on dns fail
-
Richard van der Hoff authored
-
- Jan 29, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
this param doesn't seem to be used, and is a bit pointless anyway because it can easily be replicated by the caller. It is also horrible, because it changes the return type of the method.
-
Richard van der Hoff authored
1. use `deferred.errback()` instead of `deferred.errback(e)`, which means that a Failure object will be constructed using the current exception state, *including* its stack trace - so the stack trace is saved in the Failure, leading to better exception reports. 2. Set `consumeErrors=True` on the ObservableDeferred, because we know that there will always be at least one observer - which avoids a spurious "CRITICAL: unhandled exception in Deferred" error in the logs
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
- Jan 27, 2018
-
-
Richard van der Hoff authored
Fix SQL for user search
-
Richard van der Hoff authored
-
Richard van der Hoff authored
fix some syntax errors for user search when search_all_users is enabled fixes #2801, hopefully
-
Richard van der Hoff authored
Make it possible to run tests against postgres
-
Richard van der Hoff authored
-
Richard van der Hoff authored
... instead of creating our own special SQLiteMemoryDbPool, whose purpose was a bit of a mystery. For some reason this makes one of the tests run slightly slower, so bump the sleep(). Sorry.
-
Richard van der Hoff authored
Configure the connectionpool used for unit tests to run the `on_new_connection` function.
-
Richard van der Hoff authored
Remove unused/bitrotted MemoryDataStore
-
Richard van der Hoff authored
Factor out get_db_conn to HomeServer base class
-
- Jan 26, 2018
-
-
Neil Johnson authored
Fix server 500 on public rooms call when no rooms exist
-
Richard van der Hoff authored
This function is identical to all subclasses, so we may as well push it up to the base class to reduce duplication (and make use of it in the tests)
-
Richard van der Hoff authored
This isn't used, and looks thoroughly bitrotted.
-
Richard van der Hoff authored
-
Neil Johnson authored
-
Neil Johnson authored
rather than try reconstruct the results object, better to guard against the xrange step argument being 0
-
- Jan 25, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
synapse 500s on a call to publicRooms in the case where the number of public rooms is zero, the specific cause is due to xrange trying to use a step value of zero, but if the total room number really is zero then it makes sense to just bail and save the extra processing
-
- Jan 24, 2018
-
-
Matthew Hodgson authored
-
- Jan 23, 2018
-
-
Richard van der Hoff authored
Add some comments about the reactor tick time metric
-