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
/
stream_pdu.go
Age
Commit message (
Expand
)
Author
2024-01-25
Only fetch events once for all rooms (#3311)
Joakim Recht
2023-09-15
Move pseudoID ClientEvent hotswapping to a common location (#3199)
devonh
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-09-12
[pseudoIDs] changing event ID fix (#3195)
Sam Wedgwood
2023-08-31
Handle event_format federation in /sync responses (#3192)
devonh
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-07-31
[pseudoIDs] Fixes for room alias tests (#3159)
Sam Wedgwood
2023-07-07
Fix issues reported by Sentry (#3143)
Till
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-06-02
Fix newly found linter issues (#3099)
Till
2023-04-28
Use PDU in more places (#3072)
kegsay
2023-04-27
Use PDU interface (#3070)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-01-17
`/sync` performance optimizations (#2927)
Till
2023-01-12
Fix room summary returning wrong heroes (#2930)
Till
2022-11-22
Never filter out a user's own membership when using LL (#2887)
Erik Johnston
2022-11-04
Update `latestPosition` when getting reversed room delta (#2860)
Till
2022-11-03
Move `prev_batch` calculation (#2856)
Neil Alexander
2022-11-03
Tweak `removeDuplicates` calls to use `events` instead of `recentEvents` (#2853)
Neil Alexander
2022-11-02
Don't limit `"state"` (#2849)
Neil Alexander
2022-11-01
Try to fix a panic in the sync API PDU stream
Neil Alexander
2022-10-31
Tweak `"state"` and `"timeline"` filtering (#2844)
Neil Alexander
2022-10-28
Limit recent events when going backwards (#2840)
Till
2022-10-28
Simplify error checking and check the correct error
Till Faelligen
2022-10-25
Fix `Current state appears in timeline in private history with many messages ...
Till
2022-10-25
Filter `/members`, return members at given point (#2827)
Till
2022-10-19
Get state deltas without filters (#2810)
Till
2022-10-05
Remove empty fields from `/sync` response (#2755)
Till
2022-10-03
Modify sync transaction behaviour (#2758)
Neil Alexander
2022-09-30
Reset transaction after a failure
Neil Alexander
2022-09-30
Handle case when applying history visibility failed
Neil Alexander
2022-09-30
Another `/sync` fix
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-09-13
Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)
Neil Alexander
2022-08-30
Use existing limit instead of default limit when lazy loading members (#2682)
Till
2022-08-25
SyncAPI tweaks/fixes (#2671)
Till
2022-08-19
Fetch more data for newly joined rooms in an incremental sync (#2657)
Till
2022-08-16
Lazy-loading fixes (#2646)
Neil Alexander
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-05
Invalidate lazyLoadCache if we're doing an initial sync (#2623)
Till
2022-08-02
Fix issue with sync API not advancing. (#2603)
sergekh2
2022-08-01
De-race `CompleteSync` (#2601)
Neil Alexander
[next]