- Jul 27, 2016
-
-
Mark Haines authored
Clean up verify_json_objects_for_server
-
Mark Haines authored
Conflicts: synapse/crypto/keyring.py
-
Mark Haines authored
Add a couple more checks to the keyring
-
Mark Haines authored
Fix a couple of bugs in the transaction and keyring code
-
Mark Haines authored
-
- Jul 26, 2016
-
-
Mark Haines authored
-
Mark Haines authored
Check if the user is banned when handling 3pid invites
-
Mark Haines authored
-
Richard van der Hoff authored
Add `create_requester` function
-
Richard van der Hoff authored
Wrap the `Requester` constructor with a function which provides sensible defaults, and use it throughout
-
Mark Haines authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Fix flake8 noise
-
Mark Haines authored
Don't add rejections to the state_group, persist all rejections
-
Richard van der Hoff authored
Apparently flake8 v3 puts the error on a different line to v2. Easiest way to make sure that happens is by putting the whole statement on one line :)
-
Richard van der Hoff authored
Apparently flake8 v3 doesn't like trailing comments on config settings. Also remove the pep8 config, which didn't work (because it was missing W503) and duplicated the flake8 config. We don't use pep8 on its own, so the config was duplicative.
-
Richard van der Hoff authored
-
Mark Haines authored
-
David Baker authored
Implement updates and deletes for devices
-
Mark Haines authored
Don't add rejected events if we've seen them befrore. Add some comments to explain what the code is doing mechanically
-
Matthew Hodgson authored
-
Matthew Hodgson authored
-
Richard van der Hoff authored
You can update the displayname of devices now.
-
Richard van der Hoff authored
-
- Jul 25, 2016
-
-
Mark Haines authored
-
Richard van der Hoff authored
-
Mark Haines authored
-
Mark Haines authored
-
David Baker authored
Log the hostname the reCAPTCHA was completed on
-
Mark Haines authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
Create index on user_ips in the background
-
Richard van der Hoff authored
Slightly saner logging for unittests
-
Richard van der Hoff authored
-
Richard van der Hoff authored
1. Give the handler used for logging in unit tests a formatter, so that the output is slightly more meaningful 2. Log some synapse.storage stuff, because it's useful.
-
Richard van der Hoff authored
A bit of a cleanup for background_updates, and make sure that the real background updates have run before we start the unit tests, so that they don't interfere with the tests.
-
- Jul 22, 2016
-
-
David Baker authored
-
David Baker authored
This could be useful information to have in the logs. Also comment about how & why we don't verify the hostname.
-