index
:
slackcoder/dendrite
main
Dendrite is a second-generation Matrix homeserver written in Go
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
syncapi
/
internal
/
keychange_test.go
Age
Commit message (
Expand
)
Author
2024-10-17
Rename the go package
Quentin Gliech
2023-08-24
[pseudoIDs] More pseudo ID fixes - Part 2 (#3181)
Sam Wedgwood
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2022-10-05
Remove empty fields from `/sync` response (#2755)
Till
2022-09-20
Mark device list as stale, if we don't have the requesting device (#2728)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-08-03
Fix syncapi shared users query & device lists (#2614)
Till
2022-07-15
Use sync API database in `filterSharedUsers` (#2572)
Neil Alexander
2022-06-15
Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)
Neil Alexander
2022-01-20
BREAKING: Remove Partitioned Stream Positions (#2096)
kegsay
2021-08-18
Delete device keys/signatures from key server when deleting devices (#1979)
Neil Alexander
2021-08-06
Cross-signing validation for self-sigs, expose signatures over `/user/keys/qu...
Neil Alexander
2021-08-04
Cross-signing groundwork (#1953)
Neil Alexander
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander
2020-12-15
De-map device list positions in streaming tokens (#1642)
Neil Alexander
2020-12-10
Refactor sync tokens (#1628)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-04
Remove QueryRoomsForUser from current state server (#1398)
Kegsay
2020-09-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-09-04
Remove QueryCurrentState from current-state-server (#1395)
Kegsay
2020-09-04
Remove QueryKnownUsers from current state server (#1393)
Kegsay
2020-09-04
Remove ServerACLs from the current state server (#1390)
Kegsay
2020-08-11
Support for server ACLs (#1261)
Neil Alexander
2020-08-05
Process inbound device list updates from federation (#1240)
Kegsay
2020-08-04
Send device list updates to servers (outbound only) (#1237)
Kegsay
2020-08-03
Produce OTK counts in /sync response (#1235)
Kegsay
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay