- Jun 16, 2016
-
-
Mark Haines authored
-
Mark Haines authored
-
Mark Haines authored
-
Erik Johnston authored
Fix TypeError in call to bcrypt.hashpw
-
Erik Johnston authored
Fix some `/preview_url` explosions
-
Salvatore LaMendola authored
- At the very least, this TypeError caused logins to fail on my own running instance of Synapse, and the simple (explicit) UTF-8 conversion resolved login errors for me. Signed-off-by:
Salvatore LaMendola <salvatore.lamendola@gmail.com>
-
- Jun 15, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Enable testing the synchrotron on jenkins
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Linearize fetching of gaps on incoming events
-
Erik Johnston authored
This potentially stops the server from doing multiple requests for the same data.
-
Richard van der Hoff authored
Work around TLS bug in twisted
-
Erik Johnston authored
Correctly mark backfilled events as backfilled
-
Erik Johnston authored
-
Richard van der Hoff authored
Wrap up twisted's FileBodyProducer to work around https://twistedmatrix.com/trac/ticket/8473. Hopefully this fixes https://matrix.org/jira/browse/SYN-700.
-
- Jun 14, 2016
-
-
Erik Johnston authored
Make get_domain_from_id throw SynapseError on invalid ID
-
Erik Johnston authored
-
- Jun 10, 2016
-
-
Mark Haines authored
-
Erik Johnston authored
Change /bin/bash to /bin/sh in tox.ini
-
Bartek Rutkowski authored
No features of Bash are used here, so using /bin/sh makes it more portable to systems that don't have Bash natively (like BSD systems).
-
Mark Haines authored
Add function to load config without generating it
-
- Jun 09, 2016
-
-
Mark Haines authored
Renames ``load_config`` to ``load_or_generate_config`` Adds a method called ``load_config`` that just loads the config. The main synapse.app.homeserver will continue to use ``load_or_generate_config`` to retain backwards compat. However new worker processes can use ``load_config`` to load the config avoiding some of the cruft needed to generate the config. As the new ``load_config`` method is expected to be used by new configs it removes support for the legacy commandline overrides that ``load_or_generate_config`` supports
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
502 on /thumbnail when can't contact remote server
-
Erik Johnston authored
Fix a bug caused by a change in auth_handler function
-
Erik Johnston authored
-
Erik Johnston authored
Remove redundant exception log in /events
-
Erik Johnston authored
-
- Jun 08, 2016
-
-
Negar Fazeli authored
Fix the relevant unit test cases
-
Erik Johnston authored
Pull full state for each room all at once
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Don't make rooms visibile by default
-