- Apr 05, 2018
-
-
Neil Johnson authored
R30 stats
-
Richard van der Hoff authored
Remove uses of events.content
-
Neil Johnson authored
Use iteritems over item to loop over dict formatting
-
- Apr 04, 2018
-
-
Jan Christian Grünhage authored
phone home cache size configurations
-
Jan Christian Grünhage authored
-
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
-
-
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
-
Neil Johnson authored
-
Richard van der Hoff authored
Fix error when claiming e2e keys from offline servers
-
Neil Johnson authored
-
Neil Johnson authored
-
Michael Kaye authored
-
Erik Johnston authored
fix tests/storage/test_user_directory.py
-
Neil Johnson authored
-
Michael Kaye authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Erik Johnston authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
count_daily_users failed if db was sqlite due to type failure - presumably this prevcented all sqlite homeservers reporting home
-
Erik Johnston authored
Linearize calls to _generate_user_id
-
Erik Johnston authored
Remove last usage of ujson
-
Erik Johnston authored
Add counter metrics for calculating state delta
-
- Mar 27, 2018
-
-
Michael Kaye authored
This requires the psutil module, and is still opt-in based on the report_stats config option.
-