- May 05, 2017
-
-
Erik Johnston authored
Make get_joined_users faster
-
Erik Johnston authored
Optimise caches for single key
-
Erik Johnston authored
-
Erik Johnston authored
Add cache for get_current_hosts_in_room
-
- May 04, 2017
-
-
Erik Johnston authored
Revert "Prefill state caches"
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Luke Barnard authored
Implement username availability checker
-
- May 03, 2017
-
-
Luke Barnard authored
-
Erik Johnston authored
-
Luke Barnard authored
Outlined here: https://github.com/vector-im/riot-web/issues/3605#issuecomment-298679388 ```HTTP GET /_matrix/.../register/available { "username": "desiredlocalpart123" } ``` If available, the response looks like ```HTTP HTTP/1.1 200 OK { "available": true } ``` Otherwise, ```HTTP HTTP/1.1 429 { "errcode": "M_LIMIT_EXCEEDED", "error": "Too Many Requests", "retry_after_ms": 2000 } ``` or ```HTTP HTTP/1.1 400 { "errcode": "M_USER_IN_USE", "error": "User ID already taken." } ``` or ```HTTP HTTP/1.1 400 { "errcode": "M_INVALID_USERNAME", "error": "Some reason for username being invalid" } ```
-
David Baker authored
Propagate errors sensibly from proxied IS requests
-
David Baker authored
-
David Baker authored
-
Erik Johnston authored
Prefill state caches
-
Erik Johnston authored
Don't fetch state for missing events that we fetched
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- May 02, 2017
-
-
Erik Johnston authored
Add more granular event send metrics
-
Erik Johnston authored
-
Richard van der Hoff authored
Instantiate DeferredTimedOutError correctly
-
Richard van der Hoff authored
Call `super` correctly, so that we correctly initialise the `errcode` field. Fixes https://github.com/matrix-org/synapse/issues/2179.
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 28, 2017
-
-
Erik Johnston authored
Speed up filtering of a single event in push
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
- Apr 27, 2017
-
-
Erik Johnston authored
Fix invite state to always include all events
-