- Apr 07, 2016
-
-
Mark Haines authored
-
Mark Haines authored
Rather than adding them globally. This limits the changes to only affect the tests.
-
Erik Johnston authored
-
Mark Haines authored
-
- Apr 06, 2016
-
-
Mark Haines authored
-
Mark Haines authored
Add a test to check that get_room_names_and_aliases does the same thing on both the master and on the slave data store.
-
Erik Johnston authored
-
- Apr 01, 2016
-
-
Erik Johnston authored
-
- Mar 30, 2016
-
-
Mark Haines authored
-
- Mar 17, 2016
-
-
Mark Haines authored
-
- Mar 16, 2016
-
-
David Baker authored
-
- Mar 15, 2016
-
-
Mark Haines authored
-
- Mar 11, 2016
-
-
Mark Haines authored
-
- Mar 10, 2016
- Mar 07, 2016
-
-
David Baker authored
-
- Mar 04, 2016
-
-
Mark Haines authored
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
- Mar 03, 2016
-
-
Daniel Wagner-Hall authored
This will enable more detailed decisions
-
- Mar 02, 2016
-
-
Mark Haines authored
-
- Mar 01, 2016
-
-
Mark Haines authored
synapse This is necessary for replicating the data in synapse to be visible to a separate service because presence and typing notifications aren't stored in a database so won't be visible to another process. This API can be used to either get the raw data by requesting the tables themselves or to just receive notifications for updates by following the streams meta-stream. Returns updates for each table requested a JSON array of arrays with a row for each row in the table. Each table is prefixed by a header row with the: name of the table, current stream_id position for the table, number of rows, number of columns and the names of the columns. This is followed by the rows that have been added to the server since the requester last asked. The API has a timeout and is hooked up to the notifier so that a slave can long poll for updates.
-
Erik Johnston authored
-
- Feb 22, 2016
-
-
Mark Haines authored
-
Mark Haines authored
-
- Feb 19, 2016
-
-
Mark Haines authored
Also check that the __repr__ method for FilterCollection does something sensible.
-
Mark Haines authored
-
Erik Johnston authored
-
- Feb 18, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 17, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 11, 2016
-
-
Daniel Wagner-Hall authored
-
- Feb 09, 2016
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Feb 05, 2016
-
-
Daniel Wagner-Hall authored
Currently we store all access tokens in the DB, and fall back to that check if we can't validate the macaroon, so our fallback works here, but for guests, their macaroons don't get persisted, so we don't get to find them in the database. Each restart, we generate a new ephemeral key, so guests lose access after each server restart. I tried to fix up the config stuff to be less insane, but gave up, so instead I bolt on yet another piece of custom one-off insanity. Also, add some basic tests for config generation and loading.
-
- Feb 03, 2016
-
-
Daniel Wagner-Hall authored
-
Erik Johnston authored
-
- Jan 29, 2016
-
-
Mark Haines authored
-
Erik Johnston authored
-