1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-28 11:47:05 +00:00
matrix-org.dendrite/federationapi
devonh 5b73592f5a
Initial Store & Forward Implementation (#2917)
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
2023-01-23 17:55:12 +00:00
..
api Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
consumers Add /_dendrite/admin/purgeRoom/{roomID} (#2662) 2023-01-19 21:02:32 +01:00
internal Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
inthttp Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
producers Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
queue Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
routing Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
statistics Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
storage Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
types Add presence module V2 (#2312) 2022-04-06 13:11:19 +02:00
federationapi_keys_test.go Federation fixes for virtual hosting 2022-11-15 15:05:23 +00:00
federationapi_test.go Make tests more reliable (#2948) 2023-01-20 12:45:56 +01:00
federationapi.go Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00