- Mar 22, 2016
-
-
Erik Johnston authored
Add published room list edit API
-
Erik Johnston authored
-
Mark Haines authored
Remove some unused parameters from persist_event
-
Matthew Hodgson authored
-
- Mar 21, 2016
-
-
Mark Haines authored
-
Erik Johnston authored
-
Mark Haines authored
-
- Mar 18, 2016
-
-
Erik Johnston authored
Yield on EDU handling
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Dedupe requested event list in _get_events
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Update aliases event after deletion
-
Erik Johnston authored
-
- Mar 17, 2016
-
-
Erik Johnston authored
-
David Baker authored
Make registration idempotent, part 2
-
Mark Haines authored
Remove dead code left over from presence changes
-
Mark Haines authored
-
Erik Johnston authored
Attempt to update the appropriate `m.room.aliases` event after deleting an alias. This may fail due to the deleter not being in the room. Will also check if the canonical alias of the event is set to the deleted alias, and if so will attempt to delete it.
-
Mark Haines authored
-
Mark Haines authored
-
- Mar 16, 2016
-
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
Make registration idempotent
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
-
David Baker authored
Make registration idempotent: if you specify the same session, make it give you an access token for the user that was registered on previous uses of that session. Tweak the UI auth layer to not delete sessions when their auth has completed and hence expire themn so they don't hang around until server restart. Allow server-side data to be associated with UI auth sessions.
-
Mark Haines authored
Add replication stream for pushers
-
Richard van der Hoff authored
Password reset docs and script
-
Richard van der Hoff authored
-
Mark Haines authored
Add a comment to offer a hint to an explanation for why we have a unique constraint on (app_id, pushkey, user_id)
-