mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
* Fix rooms v3 url paths for good - with tests - Add a test rig around `federationapi` to test routing. - Use `JSONVerifier` over `KeyRing` so we can stub things out more easily. - Add `test.NopJSONVerifier` which verifies nothing. - Add `base.BaseMux` which is the original `mux.Router` used to spawn public/internal routers. - Listen on `base.BaseMux` and not the default serve mux as it cleans paths which we don't want. - Factor out `ListenAndServe` to `test.ListenAndServe` and add flag for listening on TLS. * Fix comments * Linting |
||
|---|---|---|
| .. | ||
| client-api-proxy | ||
| create-account | ||
| create-room-events | ||
| dendrite-appservice-server | ||
| dendrite-client-api-server | ||
| dendrite-demo-libp2p | ||
| dendrite-demo-yggdrasil | ||
| dendrite-edu-server | ||
| dendrite-federation-api-server | ||
| dendrite-federation-sender-server | ||
| dendrite-key-server | ||
| dendrite-media-api-server | ||
| dendrite-monolith-server | ||
| dendrite-public-rooms-api-server | ||
| dendrite-room-server | ||
| dendrite-server-key-api-server | ||
| dendrite-sync-api-server | ||
| dendritejs | ||
| federation-api-proxy | ||
| generate-keys | ||
| kafka-producer | ||
| mediaapi-integration-tests | ||
| roomserver-integration-tests | ||
| syncserver-integration-tests | ||