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
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
2022-05-06
Move LL cache (#2429)
Till
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-04-26
Add heroes to the room summary (#2373)
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-01
Include joined and invite member counts in room summary (#2315)
Neil Alexander
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
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
Sync fixes (#1709)
Neil Alexander
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander