- Oct 18, 2018
-
-
Richard van der Hoff authored
We should use the same python to start the workers as we do for the main synapse (ie, the same one used to run synctl.)
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
this change has been released
-
Richard van der Hoff authored
-
Erik Johnston authored
Only colourise synctl output when attached to tty
-
- Oct 17, 2018
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id.
-
Richard van der Hoff authored
Ship the email templates as package_data
-
Erik Johnston authored
Fix bug where we raised StopIteration in a generator
-
Erik Johnston authored
Assume isatty is always defined, and catch AttributeError. Also don't bother checking colour==Normal
-
Richard van der Hoff authored
-
Richard van der Hoff authored
move the example email templates into the synapse package so that they can be used as package data, which should mean that all of the packaging mechanisms (pip, docker, debian, arch, etc) should now come with the example templates. In order to grandfather in people who relied on the templates being in the old place, check for that situation and fall back to using the defaults if the templates directory does not exist.
-
Erik Johnston authored
-
Erik Johnston authored
This made python 3.7 unhappy
-
Erik Johnston authored
-
Erik Johnston authored
-
Will Hunt authored
Thanks @Half-Shot !!!
-
Richard van der Hoff authored
Fix incorrect truncation in get_missing_events
-
Amber Brown authored
run the circle builds in docker containers
- Oct 16, 2018
-
-
Richard van der Hoff authored
It's quite important that get_missing_events returns the *latest* events in the room; however we were pulling event ids out of the database until we got *at least* 10, and then taking the *earliest* of the results. We also shouldn't really be relying on depth, and should be checking the room_id.
-
Richard van der Hoff authored
the docker image doesn't have wget
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Docker containers spin up faster than entire VMs.
-
Richard van der Hoff authored
- Improve logging: log things in the right order, include destination and txids in all log lines, don't log successful responses twice - Fix the docstring on TransportLayerClient.send_transaction - Don't use treq.request, which is overcomplicated for our purposes: just use a twisted.web.client.Agent. - simplify the logic for setting up the bodyProducer - fix bytes/str confusions
-
- Oct 15, 2018
-
-
Amber Brown authored
-
Amber Brown authored
-
David Baker authored
E2E backups
-
Amber Brown authored
py3: python3.7 hotfixes
- Oct 14, 2018
-
-
Ivan Shapovalov authored
-
Ivan Shapovalov authored
-
- Oct 12, 2018
-
-
David Baker authored
-
Amber Brown authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-