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
Age
Commit message (
Expand
)
Author
2020-11-09
Implement read receipts (#1528)
S7evinK
2020-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-10-22
Exclude old state events from sync when consumed from roomserver (#1548)
Neil Alexander
2020-10-22
Fix RewritesState bug (#1557)
Neil Alexander
2020-10-19
KindOld (#1531)
Neil Alexander
2020-10-15
Start Kafka connections for each component that needs them (#1527)
Neil Alexander
2020-10-08
Remove notifs about key changes in syncapi (#1496)
Kegsay
2020-10-08
Include a stripped version of the invite itself (#1495)
Neil Alexander
2020-10-05
Don't store backfilled events using request context (#1478)
Neil Alexander
2020-10-02
Add history visibility guards (#1470)
Kegsay
2020-10-02
Fix initial sync (#1465)
Neil Alexander
2020-10-01
Fix golangci-lint issues (#1464)
S7evinK
2020-09-27
unbreak CORS on /capabilities.
Matthew Hodgson
2020-09-24
Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)
Sam
2020-09-15
Handle state with input event as new events (#1415)
Neil Alexander
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-07
Remove current state server (#1405)
Kegsay
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
Sync bug fixes (#1394)
Neil Alexander
2020-09-04
Remove ServerACLs from the current state server (#1390)
Kegsay
2020-09-01
Put redactions/filters in the writer goroutine (#1378)
Kegsay
2020-09-01
Fix duplicate writers (#1376)
Neil Alexander
2020-09-01
Report which component failed to consume (#1375)
Neil Alexander
2020-09-01
Storage tweaks (#1373)
Neil Alexander
2020-09-01
Remove unused SyncStreamPosition
Neil Alexander
2020-08-28
Add some error wrapping to sync API, use background context for sync (#1363)
Neil Alexander
2020-08-25
[readability] use event.StateKeyEquals where relevant and minor for-loop refa...
oliverpool
2020-08-25
Fix 'Invited user can reject invite over federation several times' (#1341)
Kegsay
2020-08-25
Don't overwrite global err before return (#1293)
oliverpool
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-21
Select distinct on room memberships in sync API (#1292)
Neil Alexander
2020-08-19
Transaction writer changes, move roomserver writers (#1285)
Neil Alexander
2020-08-13
API setup refactoring (#1266)
Neil Alexander
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
Prefix-defined Kafka topics (#1254)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
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
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
[next]