- Aug 13, 2018
-
-
Amber Brown authored
-
- Aug 10, 2018
-
-
Amber Brown authored
-
black authored
-
- Jul 09, 2018
-
-
Amber Brown authored
-
- Jun 22, 2018
-
-
Amber Brown authored
-
- Apr 15, 2018
-
-
Adrian Tschira authored
This is a mixed commit that fixes various small issues * print parentheses * 01 is invalid syntax (it was octal in py2) * [x for i in 1, 2] is invalid syntax * six moves Signed-off-by:
Adrian Tschira <nota@notafile.com>
-
- Jan 27, 2018
-
-
Richard van der Hoff authored
... instead of creating our own special SQLiteMemoryDbPool, whose purpose was a bit of a mystery. For some reason this makes one of the tests run slightly slower, so bump the sleep(). Sorry.
-
- Jan 16, 2018
-
-
Richard van der Hoff authored
It turns out that the only thing we use the __dict__ of LoggingContext for is `request`, and given we create lots of LoggingContexts and then copy them every time we do a db transaction or log line, using the __dict__ seems a bit redundant. Let's try to optimise things by making the request attribute explicit.
-
- Sep 20, 2017
-
-
Richard van der Hoff authored
-
- Sep 19, 2017
-
-
Richard van der Hoff authored
Fix a bug where we could end up firing off multiple requests for server_keys for the same server at the same time.
-
- Sep 18, 2017
-
-
Richard van der Hoff authored
I'm still unclear on what the intended behaviour for `verify_json_objects_for_server` is, but at least I now understand the behaviour of most of the things it calls...
-
- Feb 19, 2016
-
-
Mark Haines authored
-
- Jan 07, 2016
-
-
Matthew Hodgson authored
-
- Oct 19, 2015
-
-
Paul "LeoNerd" Evans authored
-
Paul "LeoNerd" Evans authored
-
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
-