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
/
internal
Age
Commit message (
Expand
)
Author
2021-04-08
Optimise memory usage when calling /g_m_e (#1819)
Kegsay
2021-03-23
Add more metrics (#1802)
Kegsay
2021-03-23
log less for failed key querys, add counters for incoming pdus/edus (#1801)
Kegsay
2021-03-08
device lists: backoff for longer if the wrong error type is returned (#1796)
Kegsay
2021-03-02
Return the current OTK count on an empty upload request (#1774)
Neil Alexander
2021-01-22
NewClient and NewFederationClient updates (#1730)
Neil Alexander
2021-01-18
Fix integer overflow in device_list_update.go (#1717)
Loïck Bonniot
2021-01-12
Reduce device list GetUserDevices timeout (#1704)
Neil Alexander
2020-10-09
Update federation timeouts (#1504)
Neil Alexander
2020-08-26
Wait for 8h between device list updates for blacklisted servers (#1344)
Kegsay
2020-08-26
Modify DeviceListUpdater to retry requests according to RetryAfter (#1342)
Kegsay
2020-08-20
Add FederationClient interface to federationsender (#1284)
Kegsay
2020-08-18
Only emit key changes which are different from what we had before (#1279)
Kegsay
2020-08-13
Make 'Device list doesn't change if remote server is down' pass (#1268)
Kegsay
2020-08-12
Fix more E2E sytests (#1265)
Kegsay
2020-08-12
Add sync mechanism to block when updating device lists (#1264)
Kegsay
2020-08-12
Bugfixes for 'If remote user leaves room we no longer receive device updates'...
Kegsay
2020-08-11
Reduce cooldown to make sure sytest doesn't give up (#1257)
Kegsay
2020-08-07
Fix unit tests
Kegan Dougal
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-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
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-23
keyserver: produce key change events (#1218)
Kegsay
2020-07-22
Handle inbound federation E2E key queries/claims (#1215)
Kegsay
2020-07-21
Perform outbound federation hits for querying/claiming E2E keys (#1212)
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