- Oct 28, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 27, 2015
-
-
Richard van der Hoff authored
Fix a 500 error resulting from empty room_ids
-
- Oct 26, 2015
-
-
Richard van der Hoff authored
POST /_matrix/client/api/v1/rooms//send/a.b.c gave a 500 error, because we assumed that rooms always had at least one character.
-
Erik Johnston authored
Pull out sender when computing search results
-
- Oct 23, 2015
-
-
Erik Johnston authored
-
Erik Johnston authored
Implement rank function for SQLite FTS
-
Erik Johnston authored
-
Daniel Wagner-Hall authored
Reject events which are too large
-
Erik Johnston authored
-
- Oct 22, 2015
-
-
Mark Haines authored
Support filtering events represented as dicts.
-
Erik Johnston authored
Add filters to search.
-
Mark Haines authored
-
Erik Johnston authored
-
Mark Haines authored
This is useful because the emphemeral events such as presence and typing are represented as dicts inside synapse.
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Refactor api.filtering to have a Filter API
-
Erik Johnston authored
-
Erik Johnston authored
Cap the time to retry txns to appservices to 8.5 minutes
-
Daniel Wagner-Hall authored
SPEC-222
-
Erik Johnston authored
-
Erik Johnston authored
Add config option to disable password login
-
Erik Johnston authored
-
Mark Haines authored
Add some unit tests of prune_events()
-
Erik Johnston authored
-
Erik Johnston authored
-
- Oct 21, 2015
-
-
Mark Haines authored
Include typing events in initial v2 sync
-
Mark Haines authored
Conflicts: synapse/handlers/sync.py
-
Mark Haines authored
Add rooms that the user has left under archived in v2 sync.
-
Mark Haines authored
-
Mark Haines authored
-
Kegsay authored
Don't 500 on /login when the email doesn't map to a valid user ID.
-
Kegan Dougal authored
There's been numerous issues with people playing around with their application service and then not receiving events from their HS for ages due to backoff timers reaching crazy heights (albeit capped at < 1 day). Reduce the max time between pokes to be 8.5 minutes (2^9 secs) which is quick enough for people to wait it out (avg wait time being 4.25 min) but long enough to actually give the AS breathing room if it needs it.
-
Erik Johnston authored
-