- Feb 20, 2019
-
-
Richard van der Hoff authored
Attempt to clarify installation/config instructions
-
Erik Johnston authored
* Move RegistrationHandler init to HomeServer * Move post registration actions to RegistrationHandler * Add post regisration replication endpoint * Newsfile
-
Richard van der Hoff authored
* Run unit tests against python 3.7 ... so that we span the full range of our supported python versions * Switch to xenial * fix psql fail * pep8 etc want python 3.6
-
- Feb 19, 2019
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
The general idea here is that config examples should just have a hash and no extraneous whitespace, both to make it easier for people who don't understand yaml, and to make the examples stand out from the comments.
-
Erik Johnston authored
Batch cache invalidation over replication
-
Richard van der Hoff authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Test against Postgres 9.5 as well as 9.4
-
Brendan Abolivier authored
Support .well-known delegation when issuing certificates through ACME
-
Brendan Abolivier authored
-
Brendan Abolivier authored
-
Erik Johnston authored
Split /login into client_reader
-
Richard van der Hoff authored
* fix to use makeContext so that we don't need to rebuild the certificateoptions each time
-
Richard van der Hoff authored
-
Andrew Morgan authored
Transfer bans on room upgrade
-
Richard van der Hoff authored
Postgres 9.5 is the first to support UPSERTs, so we should really run against it as well as 9.4.
-
Amber Brown authored
-
Amber Brown authored
-
- Feb 18, 2019
-
-
Andrew Morgan authored
-
Erik Johnston authored
-
Erik Johnston authored
Currently whenever the current state changes in a room invalidate a lot of caches, which cause *a lot* of traffic over replication. Instead, lets batch up all those invalidations and send a single poke down the replication streams. Hopefully this will reduce load on the master process by substantially reducing traffic.
-
Andrew Morgan authored
-
Erik Johnston authored
Add basic optional sentry.io integration
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Split out registration to worker
-
Erik Johnston authored
Correctly handle HttpResponseException when handling device updates
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Cleanup top level request exception logging
-
Erik Johnston authored
set CORS on .well-known URI to unbreak modular
-
Erik Johnston authored
Fix kicking guest users in worker mode
-
Erik Johnston authored
-
Brendan Abolivier authored
-
Erik Johnston authored
-
Erik Johnston authored
-