- Oct 17, 2018
-
-
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
-
-
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
-
David Baker authored
-
David Baker authored
-
Richard van der Hoff authored
just some docstrings to clarify the behaviour here
-
- Oct 10, 2018
-
-
Erik Johnston authored
Add metric to count lazy member sync requests
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 09, 2018
-
-
David Baker authored
-
Erik Johnston authored
-
Erik Johnston authored
-
David Baker authored
-
David Baker authored
-
Erik Johnston authored
Log looping call exceptions
-
David Baker authored
-
Richard van der Hoff authored
Optimisation for filter_events_for_server
-
David Baker authored
-
David Baker authored
-
- Oct 08, 2018
-
-
Erik Johnston authored
-
Richard van der Hoff authored
We're better off hashing just the event_id than the whole ((type, state_key), event_id) tuple - so use a dict instead of a set. Also, iteritems > items.
-
Erik Johnston authored
-
- Oct 05, 2018
-
-
David Baker authored
Since we don't actually delete the keys, just mark the versions as deleted in the db rather than actually deleting them, then we won't reuse versions. Fixes https://github.com/vector-im/riot-web/issues/7448
-
Erik Johnston authored
-