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
Age
Commit message (
Expand
)
Author
2020-12-18
More sane next batch handling, typing notification tweaks, give invites their...
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-09-24
Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)
Sam
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-08
Exclude deleted keys from selectBatchDeviceKeysSQL (#1412)
Neil Alexander
2020-08-25
Use Writer in shared package (#1296)
Neil Alexander
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-12
Fix more E2E sytests (#1265)
Kegsay
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-08-07
Finish inbound E2E device lists (#1243)
Kegsay
2020-08-06
Add device list updater which manages updating remote device lists (#1242)
Kegsay
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-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-28
Persist partition|offset|user_id in the keyserver (#1226)
Kegsay
2020-07-21
Implement claiming one-time keys locally (#1210)
Kegsay
2020-07-20
Deduplicate FS database, EDU persistence table (#1207)
Neil Alexander
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