Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 |