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
/
streams
Age
Commit message (
Expand
)
Author
2022-07-15
Use sync API database in `filterSharedUsers` (#2572)
Neil Alexander
2022-06-30
Silence presence logs (#2547)
Till
2022-05-06
Move LL cache (#2429)
Till
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-04-30
Return "to", if we didn't return any presence events (#2407)
Till
2022-04-28
Only load members of newly joined rooms (#2389)
Till
2022-04-28
Limit presence in `/sync` responses (#2394)
Till
2022-04-27
Don't send account data or receipts for left/forgotten rooms (#2382)
Neil Alexander
2022-04-27
Don't create fictitious presence entries (#2381)
Neil Alexander
2022-04-26
Fix account_data not correctly send in a complete sync (#2379)
Till
2022-04-26
Add heroes to the room summary (#2373)
Till
2022-04-25
Use provided filter for account_data (#2372)
Till
2022-04-20
Eliminate more SQL no row errors in sync API (#2363)
Neil Alexander
2022-04-20
Lazy loading fixes (#2362)
Neil Alexander
2022-04-19
Implement lazy loading on `/sync` (#2346)
Till
2022-04-11
Correctly use provided filters (#2339)
Till
2022-04-07
Add possibility to ignore users (#2329)
Till
2022-04-07
Simplify presence stringification (should help with vector-im/element-android...
Neil Alexander
2022-04-06
Reduce allocations in `/sync` presence stream (#2326)
Neil Alexander
2022-04-06
Add presence module V2 (#2312)
Till
2022-04-01
Include joined and invite member counts in room summary (#2315)
Neil Alexander
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-25
Use most recent event in response to get latest stream position in incrementa...
Neil Alexander
2022-03-16
Truncate `recentStreamEvents` before working out which event IDs to exclude f...
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-03-01
Use correct stream provider in `Latest` for `ReceiptPosition`
Neil Alexander
2022-03-01
Hopefully fix read receipts (#2241)
Neil Alexander
2022-01-20
BREAKING: Remove Partitioned Stream Positions (#2096)
kegsay
2021-07-14
bugfix: retire invites even when we cannot talk to the remote server to make/...
kegsay
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-02-04
Don't re-request state events that are already in the timeline (#1739)
Neil Alexander
2021-01-29
Complete sync performance (#1741)
Neil Alexander
2021-01-19
Basic sync filtering (#1721)
Neil Alexander
2021-01-13
Simplify send-to-device messaging (#1702)
Neil Alexander
2021-01-13
Sync fixes (#1709)
Neil Alexander
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander