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
/
notifier
Age
Commit message (
Expand
)
Author
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2022-10-07
Ensure we only wake up a given user once (#2775)
Neil Alexander
2022-09-30
Fix broken `/sync` due to transaction error
Neil Alexander
2022-09-30
Transactional isolation for `/sync` (#2745)
Neil Alexander
2022-04-28
Only load members of newly joined rooms (#2389)
Till
2022-04-13
Precompute values for `userIDSet` in sync notifier (#2348)
Neil Alexander
2022-04-08
Fix data race in `TestCorrectStreamWakeup` (#2334)
Neil Alexander
2022-04-07
Fix lock contention in sync notifier
Neil Alexander
2022-04-06
Sync notifier tweaks (#2327)
Neil Alexander
2022-04-06
Reduce allocations in `/sync` presence stream (#2326)
Neil Alexander
2022-04-06
Add presence module V2 (#2312)
Till
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-01-19
Basic sync filtering (#1721)
Neil Alexander
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander