Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-04-04 | Hoist server_name check out of process_v2_response | Richard van der Hoff | 1 | -13/+7 | |
It's easier to check it in the caller than to complicate the interface with an extra param. | |||||
2019-04-04 | Clean up Keyring.process_v2_response | Richard van der Hoff | 1 | -23/+46 | |
Make this just return the key dict, rather than a single-entry dict mapping the server name to the key dict. It's easy for the caller to get the server name from from the response object anyway. | |||||
2019-04-04 | test for get_keys_from_perspectives | Richard van der Hoff | 1 | -0/+67 | |
2019-04-04 | add a test for get_keys_from_server | Richard van der Hoff | 1 | -0/+63 | |
2019-04-04 | Fix docstring on get_server_keys_json | Richard van der Hoff | 1 | -2/+2 | |
2019-04-04 | Add config option to block users from looking up 3PIDs (#5010) | Brendan Abolivier | 6 | -1/+81 | |
2019-04-05 | Clean up the database pagination code (#5007) | Amber Brown | 3 | -67/+64 | |
* rewrite & simplify * changelog * cleanup potential sql injection | |||||
2019-04-04 | Prevent kicking users who aren't in the room (#4999) | Andrew Morgan | 2 | -0/+10 | |
Prevent kick events from succeeding if the user is not currently in the room. | |||||
2019-04-04 | Avoid redundant URL encoding (#4555) | Marcel Krüger | 2 | -1/+2 | |
* Do not double encode fallback redirect URL Signed-off-by: Marcel Fabian Krüger <zauguin@gmail.com> | |||||
2019-04-04 |