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
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2022-12-12
Cleanup stale device lists for users we don't share a room with anymore (#2857)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-11-07
Add custom build flag to satisfy Sytest
Till Faelligen
2022-10-27
Refactor `claimRemoteKeys`
Neil Alexander
2022-10-24
Fix slow querying of cross-signing signatures
Neil Alexander
2022-10-20
Mutex protect query keys response (#2812)
devonh
2022-10-19
Fix lock contention
Neil Alexander
2022-10-19
Fix concurrent map write in key server
Neil Alexander
2022-10-07
Add test for `QueryDeviceMessages` (#2773)
Till
2022-10-06
Always return `one_time_key_counts` on `/keys/upload` (#2769)
Till
2022-10-05
Demote `Failed to query device keys for some users` warning to `level=debug`
Neil Alexander
2022-10-03
Stop CPU burn in `PerformMarkAsStaleIfNeeded`
Neil Alexander
2022-09-30
Allow more time for device list updates (#2749)
Neil Alexander
2022-09-30
Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)
Till
2022-09-20
Mark device list as stale, if we don't have the requesting device (#2728)
Till
2022-09-08
Fix issue with stale device lists (#2702)
Till
2022-09-07
Add HTTP status code to FederationClientError (#2699)
Till
2022-09-07
Re-add waitTime if we're not blacklisted and no RetryAfter was
Till Faelligen
2022-09-07
Handle errors differently in the `DeviceListUpdater` (#2695)
Till
2022-08-19
Enforce device list backoffs (#2653)
Neil Alexander
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-08-03
Fix syncapi shared users query & device lists (#2614)
Till
2022-06-15
Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)
Neil Alexander
2022-06-01
Reduce error levels on device list update
Neil Alexander
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-06
Clean up interface definitions (#2427)
kegsay
2022-04-29
Device list display name fixes (#2405)
Neil Alexander
2022-04-28
Ensure signature map exists (fixes #2393) (#2397)
Neil Alexander
2022-04-26
Fix bug when uploading device signatures (#2377)
Neil Alexander
2022-04-25
Only call key update process functions if there are updates, don't send thing...
Neil Alexander
2022-04-22
Fix retrieving cross-signing signatures in `/user/devices/{userId}` (#2368)
Neil Alexander
2022-04-04
Slower federation warm-up (#2320)
Neil Alexander
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-24
Fix lint errors
Neil Alexander
2022-03-10
64-bit stream IDs for device list updates (#2267)
Neil Alexander
2022-03-02
Skip flakey test for now
Kegan Dougal
2022-03-02
Fix data race in unit tests
Kegan Dougal
2022-03-01
Add unit test for device list update debouncing (#2220)
kegsay
2022-03-01
Check for changes in `PerformUploadDeviceKeys` (#2233)
Neil Alexander
2022-02-22
Send device update to local users if remote display name changes (#2215)
S7evinK
2022-02-22
Add `DeviceKeysEqual` (#2219)
Neil Alexander
2022-02-22
Only emit key change notifications from federation when changes are made (#2217)
Neil Alexander
2022-02-18
Missing commit from #2186
Neil Alexander
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-02-17
Make GetUserDevices logging entry more useful
Neil Alexander
[next]