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
Age
Commit message (
Expand
)
Author
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-31
Fix edge cases around device lists (#1234)
Kegsay
2020-07-30
Notify clients when devices are deleted (#1233)
Kegsay
2020-07-30
Fix Yggdrasil demo builds
Neil Alexander
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay
2020-07-29
Add support for logs in StreamingToken (#1229)
Kegsay
2020-07-28
Add QueryKeyChanges (#1228)
Kegsay
2020-07-28
Persist partition|offset|user_id in the keyserver (#1226)
Kegsay
2020-07-28
User directory (#1225)
Neil Alexander
2020-07-28
Modify /state/{eventType}/{stateKey} to return the event at the time the user...
Kegsay
2020-07-27
Don't use more than 999 variables in SQLite querys. (#1224)
Henrik Sölver
2020-07-27
Return HTTP errors when trying to kick invalid users (#1221)
Kegsay
2020-07-27
Add logic for determining when device lists have changed due to membership ch...
Kegsay
2020-07-24
Put this in the right category
Kegan Dougal
2020-07-24
Update AWSY list
Kegan Dougal
2020-07-24
Modify QuerySharedUsers to handle counts/include/exclude (#1219)
Kegsay
2020-07-23
keyserver: produce key change events (#1218)
Kegsay
2020-07-23
currentstate: Add QuerySharedUsers (#1217)
Kegsay
2020-07-23
Add UNIQUE constraint to blacklist table (#1216)
Neil Alexander
2020-07-22
Fix gobind
Kegan Dougal
2020-07-22
Handle inbound federation E2E key queries/claims (#1215)
Kegsay
2020-07-22
Persistent federation sender blacklist (#1214)
Neil Alexander
2020-07-21
Perform outbound federation hits for querying/claiming E2E keys (#1212)
Kegsay
2020-07-21
Fix lint error
Neil Alexander
2020-07-21
Use TransactionWriter in other component SQLite (#1209)
Neil Alexander
2020-07-21
Implement claiming one-time keys locally (#1210)
Kegsay
2020-07-21
Use TransactionWriter in roomserver SQLite (#1208)
Neil Alexander
2020-07-20
Remove debug lines
Neil Alexander
2020-07-20
Deduplicate FS database, EDU persistence table (#1207)
Neil Alexander
2020-07-20
Adding the e2ekey database to the create_db script and docs (#1206)
Creed Haymond
2020-07-16
Don't block Yggdrasil switch
Neil Alexander
2020-07-16
Small fix to gobind build
Neil Alexander
2020-07-16
Yggdrasil demo updates ("Bare QUIC")
Neil Alexander
2020-07-15
Implement /keys/query locally (#1204)
Kegsay
2020-07-15
Fix panic when uploading keys (#1203)
Kegsay
2020-07-15
Protect User API SQLite calls with mutexes (#1201)
Neil Alexander
2020-07-15
Implement key uploads (#1202)
Kegsay
2020-07-15
Create FUNDING.yml
Neil Alexander
2020-07-14
Implement logic for key uploads (#1197)
Kegsay
2020-07-14
Update README/docs (#1199)
Kegsay
2020-07-14
Send-to-device messages over federation (#1198)
Neil Alexander
2020-07-14
Bump GMSL version to fix sytest
Kegan Dougal
2020-07-13
Add boilerplate for key server APIs (#1196)
Kegsay
2020-07-13
Update go.mod/go.sum
Neil Alexander
2020-07-10
Yggdrasil demo updates
Neil Alexander
2020-07-10
Add User-Interactive Authentication (#1193)
Kegsay
2020-07-09
Use TransactionWriter to reduce database lock issues on SQLite (#1192)
Neil Alexander
[next]