- May 04, 2017
-
-
Erik Johnston authored
-
Luke Barnard authored
Implement username availability checker
-
- May 03, 2017
-
-
Luke Barnard 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
-
- 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
-
Erik Johnston authored
-
Erik Johnston authored
print something legible if synapse already running
-
Erik Johnston authored
web_client_location documentation fix
-
Richard van der Hoff authored
When creating a new table index in the background, guard against it existing already. Fixes https://github.com/matrix-org/synapse/issues/2135. Also, make sure we restore the autocommit flag when we're done, otherwise we get more failures from other operations later on. Fixes https://github.com/matrix-org/synapse/issues/1890 (hopefully).
-
Erik Johnston authored
Add some extra logging for edge cases of federation
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Check that requested room_id exists
-
- Apr 26, 2017
-
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Make state caches cache in ascii
-
David Baker authored
-
David Baker authored
-
David Baker authored
-