- Jun 17, 2016
-
-
Erik Johnston authored
Disable responding with canonical json for federation
-
Erik Johnston authored
-
Erik Johnston authored
Turn use_frozen_events off by default
-
Erik Johnston authored
Only re-sign our own events
-
Mark Haines authored
Fix ``KeyError: 'msgtype'``. Use ``.get``
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Fixes a key error where the mailer tried to get the ``msgtype`` of an event that was missing a ``msgtype``. ``` File "synapse/push/mailer.py", line 264, in get_notif_vars File "synapse/push/mailer.py", line 285, in get_message_vars File ".../frozendict/__init__.py", line 10, in __getitem__ return self.__dict[key] KeyError: 'msgtype' ```
-
Mark Haines authored
-
Mark Haines authored
Inline the synchrotron and pusher configs into the main config
-
- Jun 16, 2016
-
-
Mark Haines authored
-
Mark Haines authored
This means that the workers can override the event_cache_size directly without clobbering the value in the main synapse config.
-
Mark Haines authored
-
Mark Haines authored
-
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
-