- Dec 04, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Notes on upgrading to python3, and README updates.
-
Richard van der Hoff authored
Remove obsolete settings from docker homeserver.yaml
-
Richard van der Hoff authored
These aren't used, because we have a `log_config` setting.
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Use labels to tag builds with their SHA1 version.
-
Travis Ralston authored
-
Amber Brown authored
-
Richard van der Hoff authored
Replace mentions of Vector with Riot
-
Travis Ralston authored
This is useful for homeservers not intended for users, such as bot-only homeservers or ones that only process IoT data.
-
Aaron Raimist authored
* Add note to UPGRADE.rst about removing riot.im from list of trusted identity servers Signed-off-by:
Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Ben Parsons authored
-
Richard van der Hoff authored
This is a bit of a half-assed effort at fixing https://github.com/matrix-org/synapse/issues/4252. Fundamentally the right answer is to drop support for Python 2.
-
Richard van der Hoff authored
Drop sent_transactions
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix removing pushers on python 3
-
Richard van der Hoff authored
Add a basic .editorconfig
-
Richard van der Hoff authored
This should fix some "Starting db connection from sentinel context" warnings, and will mean we get metrics for these processes.
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
- Dec 03, 2018
-
-
Amber Brown authored
-
Amber Brown authored
-
Richard van der Hoff authored
It turns out that we accept events with non-ascii IDs, which would later cause an explosion during state res. Fixes #4226
-
- Dec 02, 2018
-
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
Aaron Raimist authored
Signed-off-by:
Aaron Raimist <aaron@raim.ist>
-
- Nov 28, 2018
-
-
Neil Johnson authored
* Fix auto join failures for servers that require user consent * Fix auto join failures for servers that require user consent
-
Amber Brown authored
-
Neil Johnson authored
* fix transaction wrapping bug that caused get_user_id_by_threepid_txn to fail * towncrier * white space
-
- Nov 27, 2018
-
-
Richard van der Hoff authored
* Clean up the CSS for the fallback login form I was finding this hard to work with, so simplify a bunch of things. Each flow is now a form inside a div of class login_flow. The login_flow class now has a fixed width, as that looks much better than each flow having a differnt width. * Support m.login.sso MSC1721 renames m.login.cas to m.login.sso. This implements the change (retaining support for m.login.cas for older clients). * changelog
-
Richard van der Hoff authored
* Add better diagnostics to flakey keyring test * fix interpolation fail * Check logcontexts before and after each test * update changelog * update changelog
-
Richard van der Hoff authored
-
Richard van der Hoff authored
* Some words about garbage collections and logcontexts * Do a GC after each test to fix logcontext leaks This feels like an awful hack, but... * changelog
-
- Nov 21, 2018
-
-
Amber Brown authored
Ignore __pycache__ directories in schema delta dir
-
- Nov 20, 2018
-
-
Richard van der Hoff authored
Now that we use py3, compiled python ends up in __pycache__ rather than *.pyc.
-
axel simon authored
https://github.com/vector-im/vector-web/issues/1977 --> https://github.com/vector-im/riot-web/issues/1977 And mention of Vector as a client replaced with Riot.
-
Neil Johnson authored
-
Richard van der Hoff authored
Fix some logcontext leaks
-
- Nov 19, 2018
-
-
Amber Brown authored
-