mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-11 12:21:07 +01:00
b6ea1bc67a
* 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
|
||
---|---|---|
.. | ||
account_data.go | ||
auth_fallback.go | ||
capabilities.go | ||
createroom.go | ||
device.go | ||
directory.go | ||
filter.go | ||
getevent.go | ||
joinroom.go | ||
login.go | ||
logout.go | ||
membership.go | ||
memberships.go | ||
profile.go | ||
register.go | ||
register_test.go | ||
room_tagging.go | ||
routing.go | ||
sendevent.go | ||
sendtyping.go | ||
threepid.go | ||
voip.go | ||
whoami.go |