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
/
storage
/
storage_test.go
Age
Commit message (
Expand
)
Author
2023-02-20
Merge keyserver & userapi (#2972)
Till
2022-08-05
Add race testing to tests, and fix a few small race conditions in the tests (...
Brian Meek
2022-07-05
Use new testrig for key changes tests (#2552)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-03-10
64-bit stream IDs for device list updates (#2267)
Neil Alexander
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-04
Remove sarama/saramajetstream dependencies (#2138)
S7evinK
2022-01-21
Remodel how device list change IDs are created (#2098)
kegsay
2021-08-11
Add type field to DeviceMessage, allow fields to be nullable (#1969)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-08-05
Process inbound device list updates from federation (#1240)
Kegsay
2020-08-05
Use TransactionWriter in SQLite keyserver (#1239)
Neil Alexander
2020-08-03
Generate stream IDs for locally uploaded device keys (#1236)
Kegsay
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-07-28
Persist partition|offset|user_id in the keyserver (#1226)
Kegsay