- Sep 14, 2016
-
-
Erik Johnston authored
Split out public room list into a worker process
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Matthew Hodgson authored
make device IDs more useful for human disambiguation
-
- Sep 13, 2016
-
-
Paul Evans authored
Fix typo "persiting"
-
Paul "LeoNerd" Evans authored
-
Mark Haines authored
Limit how often we ask for keys from dead servers
-
Mark Haines authored
-
Mark Haines authored
Move the E2E key handling into the e2e handler
-
Mark Haines authored
-
Mark Haines authored
Add a timeout parameter for end2end key queries.
-
Erik Johnston authored
Add WHERE clause support to index creation
-
- Sep 12, 2016
-
-
Matthew Hodgson authored
-
Mark Haines authored
Add a timeout parameter for controlling how long synapse will wait for responses from remote servers. For servers that fail include how they failed to make it easier to debug. Fetch keys from different servers in parallel rather than in series. Set the default timeout to 10s.
-
Erik Johnston authored
-
Erik Johnston authored
Add is_direct param to /createRoom
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix backfill when cannot find an event.
-
Erik Johnston authored
-
Erik Johnston authored
`get_pdu` can succeed but return None.
-
Erik Johnston authored
Create new index concurrently
-
Erik Johnston authored
Optimise /notifications query
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Fix direct to device messages recieved over federation to notify sync
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Mark Haines authored
Add comments to existing schema deltas that used "CREATE INDEX" directly
-
Mark Haines authored
-
Mark Haines authored
-
Erik Johnston authored
Revert "Add index to event_push_actions"
-
Erik Johnston authored
-
Erik Johnston authored
Change state fetch query for postgres to be faster
-
Erik Johnston authored
Correctly handle typing stream id resetting
-
Erik Johnston authored
It turns out that postgres doesn't like doing a list of OR's and is about 1000x slower, so we just issue a query for each specific type seperately.
-