- Jan 20, 2017
-
-
Richard van der Hoff authored
purge_media_cache takes its arg from a query-param, not the POST body, for some reason.
-
Erik Johnston authored
Make worker listener config backwards compat
-
Erik Johnston authored
-
- Jan 19, 2017
-
-
David Baker authored
Added username and password for turn server
-
Marvin Steadfast authored
-
Marvin Steadfast authored
It makes it possible to use a turn server that needs a username and password instead of a token.
-
- Jan 18, 2017
-
-
Erik Johnston authored
Update LruCache size estimate on clear
-
Erik Johnston authored
-
David Baker authored
Allow configuring the Riot URL used in notification emails
-
David Baker authored
Lowercase all email addresses before querying db
-
David Baker authored
Since we store all emails in the DB in lowercase (https://github.com/matrix-org/synapse/pull/1170)
-
Erik Johnston authored
Remove loading events logs
-
Erik Johnston authored
Lower the not retrying host log line to debug
-
Erik Johnston authored
Change resolve_state_groups call site logging to DEBUG
-
Erik Johnston authored
Measure metrics of string_cache
-
Erik Johnston authored
Optimise state resolution
-
- Jan 17, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
-
Erik Johnston authored
-
Erik Johnston authored
Get state at event rather than for room in push
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Split out static state methods from StateHandler
-
Erik Johnston authored
Optionally measure size of cache by sum of length of values
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Instead of calculating the size of the cache repeatedly, which can take a long time now that it can use a callback, instead cache the size and update that on insertion and deletion. This requires changing the cache descriptors to have two caches, one for pending deferreds and the other for the actual values. There's no reason to evict from the pending deferreds as they won't take up any more memory.
-
- Jan 16, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-