- Aug 13, 2018
-
-
Neil Johnson authored
-
Amber Brown authored
-
- Aug 10, 2018
-
-
black authored
-
- Aug 09, 2018
-
-
Amber Brown authored
-
- Aug 03, 2018
-
-
Neil Johnson authored
-
- Aug 02, 2018
-
-
Neil Johnson authored
-
- Aug 01, 2018
-
-
Neil Johnson authored
-
Neil Johnson authored
-
- Jul 31, 2018
-
-
Neil Johnson authored
-
- Jul 30, 2018
-
-
Travis Ralston authored
The field is never read from, and all the opportunities given to populate it are not utilized. It should be very safe to remove this.
-
Neil Johnson authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Apr 11, 2018
-
-
Erik Johnston authored
-
- Mar 13, 2018
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Jan 26, 2018
-
-
Richard van der Hoff authored
-
- Dec 04, 2017
-
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
- Nov 02, 2017
-
-
Ilya Zhuravlev authored
-
- Aug 25, 2017
-
-
Erik Johnston authored
-
- Jun 27, 2017
-
-
Erik Johnston authored
-
- May 09, 2017
-
-
Richard van der Hoff authored
might help us figure out if https://github.com/vector-im/riot-web/issues/3868 has happened.
-
Richard van der Hoff authored
When a client retries a key upload, don't give an error if the signature has changed (but the key is the same). Fixes https://github.com/vector-im/riot-android/issues/1208, hopefully.
-
- Mar 23, 2017
-
-
Richard van der Hoff authored
-
Richard van der Hoff authored
rather than having to instrument everywhere we make a federation call, make the MatrixFederationHttpClient manage the retry limiter.
-
- Mar 15, 2017
-
-
Will Hunt authored
-
- Feb 02, 2017
-
-
Erik Johnston authored
This was broken when device list updates were implemented, as Mailer could no longer instantiate an AuthHandler due to a dependency on federation sending.
-
- Jan 26, 2017
-
-
Erik Johnston authored
-
- Jan 25, 2017
-
-
Erik Johnston authored
-
- Nov 29, 2016
-
-
Richard van der Hoff authored
The 'time' caveat on the access tokens was something of a lie, since we weren't enforcing it; more pertinently its presence stops us ever adding useful time caveats. Let's move in the right direction by not lying in our caveats.
-
- Oct 06, 2016
-
-
Patrik Oldsberg authored
Signed-off-by:
Patrik Oldsberg <patrik.oldsberg@ericsson.com>
-
- Sep 23, 2016
-
-
Erik Johnston authored
-
- Sep 12, 2016
-
-
Mark Haines authored
-
- Sep 06, 2016
-
-
Mark Haines authored
-
- Aug 30, 2016
-
-
Erik Johnston authored
Specifically, if currently_active remains true then we should not notify if only the last active time changes.
-
- Aug 26, 2016
-
-
Erik Johnston authored
-
- Aug 18, 2016
-
-
Erik Johnston authored
This is for two reasons: 1. Suppresses duplicates correctly, as the notifier doesn't do any duplicate suppression. 2. Makes it easier to connect the AppserviceHandler to the replication stream.
-
- Aug 17, 2016
-
-
Erik Johnston authored
-