0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-07-04 12:08:40 +02:00
dendrite/federationapi/storage
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
..
cache Merge federationapi, federationsender, signingkeyserver components (#2055) 2021-11-24 10:45:23 +00:00
postgres Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
shared Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
sqlite3 Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
tables Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
interface.go Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
storage.go Initial support for multiple server names (#2829) 2022-10-26 12:59:19 +01:00
storage_test.go Initial Store & Forward Implementation (#2917) 2023-01-23 17:55:12 +00:00
storage_wasm.go Global database connection pool (for monolith mode) (#2411) 2022-05-03 16:35:06 +01:00