- Jan 28, 2019
-
-
Richard van der Hoff authored
We don't want to be doing .well-known lookups on these guys.
-
Richard van der Hoff authored
This is going to get too big and unmanageable.
-
Richard van der Hoff authored
Turns out that the library does a better job of parsing URIs than our reinvented wheel. Who knew. There are two things going on here. The first is that, unlike parse_server_name, URI.fromBytes will strip off square brackets from IPv6 literals, which means that it is valid input to ClientTLSOptionsFactory and HostnameEndpoint. The second is that we stay in `bytes` throughout (except for the argument to ClientTLSOptionsFactory), which avoids the weirdness of (sometimes) ending up with idna-encoded values being held in `unicode` variables. TBH it probably would have been ok but it made the tests fragile.
-
- Jan 25, 2019
-
-
Erik Johnston authored
Require event format version to parse or create events
-
Erik Johnston authored
Disable native upsert on sqlite
-
Erik Johnston authored
-
Richard van der Hoff authored
If you use double-quotes here, you have to escape your backslashes. It's much easier with single-quotes. (Note that the existing double-backslashes are already interpreted by python's """ parsing.)
-
Richard van der Hoff authored
Move the Host header logic down here so that (a) it is used if we reuse the agent elsewhere, and (b) we can mess about with it with .well-known.
-
Andrew Morgan authored
-
Andrew Morgan authored
Ability to search entire room history after upgrading room
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
Implement MSC 1813 - Add room version to make APIs
-
Erik Johnston authored
Revert "Require event format version to parse or create events"
-
Erik Johnston authored
-
Erik Johnston authored
Require event format version to parse or create events
-
Erik Johnston authored
-
- Jan 24, 2019
-
-
Erik Johnston authored
-
Erik Johnston authored
Add room_version param to get_pdu
-
Erik Johnston authored
Store rejected remote invite events as outliers
-
Erik Johnston authored
Add support for persisting event format versions
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Erik Johnston authored
-
Andrew Morgan authored
Merge branch 'anoa/full_search_upgraded_rooms' of github.com:matrix-org/synapse into anoa/full_search_upgraded_rooms
-
Andrew Morgan authored
-
Richard van der Hoff authored
Co-Authored-By:
anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
-
Richard van der Hoff authored
Co-Authored-By:
anoadragon453 <1342360+anoadragon453@users.noreply.github.com>
-
Andrew Morgan authored
Add a 60s timeout to filtered room directory queries
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Andrew Morgan authored
-
Richard van der Hoff authored
MatrixFederationAgent: Look up the right SRV record
-
Richard van der Hoff authored
Rather than hardcoding a config which we always forget to update, generate it from the default config.
-