Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-19 | refactor: update GMSL (#3058) | kegsay | |
Sister PR to https://github.com/matrix-org/gomatrixserverlib/pull/364 Read this commit by commit to avoid going insane. | |||
2023-04-06 | refactor: use latest GMSL which splits fed client from matrix room logic (#3051) | kegsay | |
Part of a series of refactors on GMSL. | |||
2022-11-15 | Federation fixes for virtual hosting | Neil Alexander | |
2022-08-05 | Do not use `ioutil` as it is deprecated (#2625) | Neil Alexander | |
2021-03-03 | Increase gocyclo complexity to 25 (and remove all but 2 golint directives ↵ | Neil Alexander | |
related to it) (#1783) | |||
2021-01-22 | NewClient and NewFederationClient updates (#1730) | Neil Alexander | |
* Use matrix-org/gomatrixserverlib#252 * Add missing WithSkipVerify to test * Functions instead * Update gomatrixserverlib to matrix-org/gomatrixserverlib#252 * Fix disabling TLS validation | |||
2020-10-06 | Don't give up if we fail to fetch a key (#1483) | Neil Alexander | |
* Don't give up if we fail to fetch a key * Fix logging line * furl nolint | |||
2020-10-06 | Add furl (#1482) | Neil Alexander | |
* Add furl * Add POST support |