- Jan 30, 2019
-
-
Richard van der Hoff authored
-
Amber Brown authored
-
Erik Johnston authored
Fix remote invite rejections not coming down sync
-
Neil Johnson authored
remove trailing ,
-
Erik Johnston authored
-
Erik Johnston authored
This was broken in PR #4405, commit 886e5acc, where we changed remote rejections to be outliers. The fix is to explicitly add the leave event in when we know its an out of band invite. We can't always add the event as if the server is/was in the room there might be more events to send down the sync than just the leave.
-
Erik Johnston authored
Server capabilities support
-
Erik Johnston authored
* Fix replication for room v3 We were not correctly quoting the path fragments over http replication, which meant that it exploded when the event IDs had a slash in them * Newsfile
-
Richard van der Hoff authored
* Handle listening for ACME requests on IPv6 addresses the weird url-but-not-actually-a-url-string doesn't handle IPv6 addresses without extra quoting. Building a string which you are about to parse again seems like a weird choice. Let's just use listenTCP, which is consistent with what we do elsewhere. * Clean up the default ACME config make it look a bit more consistent with everything else, and tweak the defaults to listen on port 80. * newsfile
-
Erik Johnston authored
Fix bug where synapse fails to start if no_tls set
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Richard van der Hoff authored
Tiny .well-known fixes
-
Richard van der Hoff authored
-
Amber Brown authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Richard van der Hoff authored
-
Neil Johnson authored
Merge branch 'neilj/room_capabilities' of github.com:matrix-org/synapse into neilj/room_capabilities
-
Neil Johnson authored
-
Richard van der Hoff authored
-
Amber Brown authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Neil Johnson authored
-
Richard van der Hoff authored
Implement workaround for login error.
-
Robert Jacob authored
Signed-off-by:
Robert Jacob <xperimental@solidproject.de>
-
- Jan 29, 2019
-
-
Erik Johnston authored
Enable support for room version 3
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Implement rechecking of redactions for room versions v3
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Remove usages of event ID's domain
-
Erik Johnston authored
-