mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
* Move current work into single branch
* Initial massaging of clientapi etc (not working yet)
* Interfaces for accounts/devices databases
* Duplicate postgres package for sqlite3 (no changes made to it yet)
* Some keydb, accountdb, devicedb, common partition fixes, some more syncapi tweaking
* Fix accounts DB, device DB
* Update naffka dependency for SQLite
* Naffka SQLite
* Update naffka to latest master
* SQLite support for federationsender
* Mostly not-bad support for SQLite in syncapi (although there are problems where lots of events get classed incorrectly as backward extremities, probably because of IN/ANY clauses that are badly supported)
* Update Dockerfile -> Go 1.13.7, add build-base (as gcc and friends are needed for SQLite)
* Implement GET endpoints for account_data in clientapi
* Nuke filtering for now...
* Revert "Implement GET endpoints for account_data in clientapi"
This reverts commit
|
||
|---|---|---|
| .. | ||
| client-api-proxy | ||
| create-account | ||
| create-room-events | ||
| dendrite-appservice-server | ||
| dendrite-client-api-server | ||
| dendrite-federation-api-server | ||
| dendrite-federation-sender-server | ||
| dendrite-media-api-server | ||
| dendrite-monolith-server | ||
| dendrite-public-rooms-api-server | ||
| dendrite-room-server | ||
| dendrite-sync-api-server | ||
| dendrite-typing-server | ||
| federation-api-proxy | ||
| generate-keys | ||
| kafka-producer | ||
| mediaapi-integration-tests | ||
| roomserver-integration-tests | ||
| syncserver-integration-tests | ||