4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-01-12 02:16:29 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
kegsay
72285b2659
refactor: update GMSL ()
Sister PR to https://github.com/matrix-org/gomatrixserverlib/pull/364

Read this commit by commit to avoid going insane.
2023-04-19 15:50:33 +01:00
kegsay
0db43f13a6
refactor: use latest GMSL which splits fed client from matrix room logic ()
Part of a series of refactors on GMSL.
2023-04-06 09:55:01 +01:00
Neil Alexander
6650712a1c
Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
Neil Alexander
c8935fb53f
Do not use ioutil as it is deprecated () 2022-08-05 10:26:59 +01:00
Neil Alexander
d15836e260
Increase gocyclo complexity to 25 (and remove all but 2 golint directives related to it) () 2021-03-03 14:35:57 +00:00
Neil Alexander
6757b67a32
NewClient and NewFederationClient updates ()
* Use 

* Add missing WithSkipVerify to test

* Functions instead

* Update gomatrixserverlib to 

* Fix disabling TLS validation
2021-01-22 16:09:05 +00:00
Neil Alexander
4feff8e8d9
Don't give up if we fail to fetch a key ()
* Don't give up if we fail to fetch a key

* Fix logging line

* furl nolint
2020-10-06 17:59:08 +01:00
Neil Alexander
d69eba10e5
Add furl ()
* Add furl

* Add POST support
2020-10-06 14:51:32 +01:00