1
0
mirror of https://github.com/matrix-org/dendrite.git synced 2024-06-26 18:57:10 +00:00
matrix-org.dendrite/cmd
Kegsay 09dfd4839a
p2p: Use a single ed25519 key for event signing/verifying and p2p peer IDs (#885)
* Pass in the private key seed to NewP2PLocalNode to use the same key for p2p

* Extract the ed25519 key from the server name and use it for event checks

This allows HSes which no longer exist to still have events verified for
them. This means that new members can join rooms that has missing servers.

* Remove no-op ipfs uri which we don't use anymore
2020-03-10 14:13:15 +00:00
..
client-api-proxy Fix pipeline, emoji and syntax (#713) 2019-06-19 14:05:03 +01:00
create-account use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
create-room-events Replace membership and visibility values with constants (#774) 2019-08-06 15:07:36 +01:00
dendrite-appservice-server patch dendrite microservices with bind config (#795) 2019-10-02 10:29:27 +01:00
dendrite-client-api-server patch dendrite microservices with bind config (#795) 2019-10-02 10:29:27 +01:00
dendrite-federation-api-server Return server names (#833) 2019-12-20 13:24:57 +00:00
dendrite-federation-sender-server patch dendrite microservices with bind config (#795) 2019-10-02 10:29:27 +01:00
dendrite-media-api-server patch dendrite microservices with bind config (#795) 2019-10-02 10:29:27 +01:00
dendrite-monolith-server Wire up publicroomsapi for roomserver events (#851) 2020-01-24 17:11:20 +00:00
dendrite-public-rooms-api-server Wire up publicroomsapi for roomserver events (#851) 2020-01-24 17:11:20 +00:00
dendrite-room-server patch dendrite microservices with bind config (#795) 2019-10-02 10:29:27 +01:00
dendrite-sync-api-server CS API: Support for /messages, fixes for /sync (#847) 2020-01-23 17:51:10 +00:00
dendrite-typing-server patch dendrite microservices with bind config (#795) 2019-10-02 10:29:27 +01:00
dendritejs p2p: Use a single ed25519 key for event signing/verifying and p2p peer IDs (#885) 2020-03-10 14:13:15 +00:00
federation-api-proxy Fix pipeline, emoji and syntax (#713) 2019-06-19 14:05:03 +01:00
generate-keys use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
kafka-producer Support sqlite in addition to postgres (#869) 2020-02-13 17:27:33 +00:00
mediaapi-integration-tests use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
roomserver-integration-tests use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00
syncserver-integration-tests use go module for dependencies (#594) 2019-05-21 21:56:55 +01:00