- Oct 22, 2015
-
-
Erik Johnston authored
Cap the time to retry txns to appservices to 8.5 minutes
-
Mark Haines authored
Add some unit tests of prune_events()
-
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.
-
Kegan Dougal authored
-
- Oct 20, 2015
-
-
Mark Haines authored
-
Daniel Wagner-Hall authored
-
Daniel Wagner-Hall authored
This is done by using the same /leave flow as you would use if you had already accepted the invite and wanted to leave.
-
Kegan Dougal authored
-
- Oct 19, 2015
-
-
Mark Haines authored
-
Paul Evans authored
Repeatable unit test of event hashing/signing algorithm
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
Mark Haines authored
-
Daniel Wagner-Hall authored
Stuff signed data in a standalone object
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
Another signing test vector using an 'm.room.message' with content, so that the implementation will have to redact it
-
Paul "LeoNerd" Evans authored
-
Erik Johnston authored
Add basic search API
-
- Oct 16, 2015
-
-
Paul "LeoNerd" Evans authored
-
Paul Evans authored
Surely we don't need to preserve 'events_default' twice
-
Paul "LeoNerd" Evans authored
-
Mark Haines authored
Remove some login classes from synapse.
-
Daniel Wagner-Hall authored
Makes both generating it in sydent, and verifying it here, simpler at the cost of some repetition
-
Mark Haines authored
Add config for how many bcrypt rounds to use for password hashes
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Fix FilteringStore.get_user_filter to work with postgres
-
Erik Johnston authored
-
Mark Haines authored
-
Daniel Wagner-Hall authored
Implement third party identifier invites
-
Erik Johnston authored
-
Erik Johnston authored
-