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