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
/
syncapi
/
internal
Age
Commit message (
Expand
)
Author
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-04
Remove QueryRoomsForUser from current state server (#1398)
Kegsay
2020-09-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-09-04
Remove QueryCurrentState from current-state-server (#1395)
Kegsay
2020-09-04
Remove QueryKnownUsers from current state server (#1393)
Kegsay
2020-09-04
Remove ServerACLs from the current state server (#1390)
Kegsay
2020-08-12
Bugfixes for 'If remote user leaves room we no longer receive device updates'...
Kegsay
2020-08-11
Support for server ACLs (#1261)
Neil Alexander
2020-08-10
bugfix: when a user's key changes, don't notify everyone on the server (#1253)
Kegsay
2020-08-07
Finish inbound E2E device lists (#1243)
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
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