- Apr 06, 2018
-
-
Richard van der Hoff authored
Improve logging and comments. Group all the stuff to do with inspecting tables together rather than creating the port tables in the middle.
-
Richard van der Hoff authored
We really shouldn't spit out "Failed to create port table", it looks scary.
-
Richard van der Hoff authored
- Apr 05, 2018
-
-
Richard van der Hoff authored
Add a blurb explaining the main synapse worker
-
Richard van der Hoff authored
Add room_id to the response of `rooms/{roomId}/join`
-
Richard van der Hoff authored
Improve database cache performance
-
Richard van der Hoff authored
Remove redundant metrics which were deprecated in 0.27.0.
-
Richard van der Hoff authored
Fixes an issue where a cache invalidation would invalidate *all* pending entries, rather than just the entry that we intended to invalidate.
-
Luke Barnard authored
Add joinability for groups
-
Neil Johnson authored
R30 stats
-
Richard van der Hoff authored
Remove uses of events.content
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Luke Barnard authored
-
Neil Johnson authored
Use iteritems over item to loop over dict formatting
-
- Apr 04, 2018
-
-
Richard van der Hoff authored
-
Jan Christian Grünhage authored
phone home cache size configurations
-
Jan Christian Grünhage authored
-
Travis Ralston authored
-
Travis Ralston authored
Fixes https://github.com/matrix-org/synapse/issues/3018 Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Travis Ralston authored
Signed-off-by:
Travis Ralston <travpc@gmail.com>
-
Richard van der Hoff authored
Revert "improve mxid check performance"
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Replace old style error catching with 'as' keyword
-
Richard van der Hoff authored
Add basic performance statistics to phone home
-
Richard van der Hoff authored
improve mxid check performance
-
- Apr 03, 2018
-
-
Luke Barnard authored
The API is now under /groups/$group_id/setting/m.join_policy and expects a JSON blob of the shape ```json { "m.join_policy": { "type": "invite" } } ``` where "invite" could alternatively be "open".
-
Richard van der Hoff authored
Use static JSONEncoders
-
Richard van der Hoff authored
json encoders have an encode method, not a dumps method.
-
Richard van der Hoff authored
Use simplejson throughout
-
- Mar 31, 2018
-
-
Adrian Tschira authored
Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Mar 29, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
using json.dumps with custom options requires us to create a new JSONEncoder on each call. It's more efficient to create one upfront and reuse it.
-
Richard van der Hoff authored
Let's use simplejson rather than json, for consistency.
-
Neil Johnson authored
-
Neil Johnson authored
-
- Mar 28, 2018
-
-
Erik Johnston authored
Measure time it takes to calculate state group ID
-
Neil Johnson authored
-