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
/
keyserver
/
api
Age
Commit message (
Expand
)
Author
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-10
64-bit stream IDs for device list updates (#2267)
Neil Alexander
2022-02-22
Add `DeviceKeysEqual` (#2219)
Neil Alexander
2022-02-04
Remove sarama/saramajetstream dependencies (#2138)
S7evinK
2022-01-21
Remodel how device list change IDs are created (#2098)
kegsay
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-17
Cross-signing fixes, notifications via sync, federation (#1974)
Neil Alexander
2021-08-11
Add type field to DeviceMessage, allow fields to be nullable (#1969)
Neil Alexander
2021-08-09
Cross-signing signature handling (#1965)
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-03-02
Return the current OTK count on an empty upload request (#1774)
Neil Alexander
2020-08-12
Fix more E2E sytests (#1265)
Kegsay
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
Generate stream IDs for locally uploaded device keys (#1236)
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
2020-07-28
Add QueryKeyChanges (#1228)
Kegsay
2020-07-21
Implement claiming one-time keys locally (#1210)
Kegsay
2020-07-15
Implement /keys/query locally (#1204)
Kegsay
2020-07-15
Implement key uploads (#1202)
Kegsay
2020-07-14
Implement logic for key uploads (#1197)
Kegsay
2020-07-13
Add boilerplate for key server APIs (#1196)
Kegsay