1
0
Fork 0
mirror of https://github.com/matrix-org/dendrite.git synced 2025-03-01 22:34:27 -06:00
Commit graph

4 commits

Author SHA1 Message Date
Kegsay 6c4b8185d7
Implement ExtraPublicRoomsProvider for p2p demos ()
* Change API and rename to ExtraPublicRoomsProvider

* Make dendritejs work again

* Maybe make libp2p demo work again

* Linting
2020-07-03 12:59:00 +01:00
Kegsay cfc137652e
Add a way to force federationsender to retry sending transactions ()
* Add a way to force federationsender to retry sending transactions

And use it in P2P mode when we pick up new nodes.

* Linting

* Use atomic bool to stop us blocking on the channel
2020-06-01 18:34:08 +01:00
Kegan Dougal 5c221f0655 Latest go-http-js-libp2p 2020-05-18 15:51:49 +01:00
Kegsay bfbf96eec9
p2p: Implement published rooms ()
* Create and glue ExternalPublicRoomsProvider into the public rooms component

This is how we will link p2p stuff to dendrite proper.

* Use gmsl structs rather than our own

* Implement federated public rooms

- Make thirdparty endpoint r0 so riot-web loads the public room list

* Typo

* Missing callsites
2020-03-19 11:04:08 +00:00