Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-24 | Update sentry reporting (#3305) | Till | |
This hopefully reduces the garbage we currently produce. (Using [GlitchTip](https://glitchtip.com/) on my personal instance, this seems to look better) | |||
2023-05-17 | Move MakeJoin logic to GMSL (#3081) | devonh | |
2023-05-09 | Move json errors over to gmsl (#3080) | devonh | |
2023-04-28 | Use new gmsl to use new String() API | Devon Hudson | |
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. | |||
2023-02-01 | Remove nolint: gocyclo from relayapi routing setup | Devon Hudson | |
2023-01-31 | Use new gmsl RelayEvents type for send_relay request body | Devon Hudson | |
2023-01-31 | Use gmsl relay_txn response type | Devon Hudson | |
2023-01-29 | Add pinecone demo toggle for dis/enabling relaying for other nodes | Devon Hudson | |
2023-01-23 | Initial Store & Forward Implementation (#2917) | devonh | |
This adds store & forward relays into dendrite for p2p. A few things have changed: - new relay api serves new http endpoints for s&f federation - updated outbound federation queueing which will attempt to forward using s&f if appropriate - database entries to track s&f relays for other nodes |