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
/
storage
/
tables
/
interface.go
Age
Commit message (
Expand
)
Author
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-17
Add sync API db tests (#3043)
Till
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2023-01-17
`/sync` performance optimizations (#2927)
Till
2023-01-12
Fix room summary returning wrong heroes (#2930)
Till
2022-12-08
Fix newly joined users presence (#2854)
Till
2022-10-25
Filter `/members`, return members at given point (#2827)
Till
2022-10-13
Event relations (#2790)
Neil Alexander
2022-09-30
Transactional isolation for `/sync` (#2745)
Neil Alexander
2022-09-28
Consistent `*sql.Tx` usage across sync API (#2744)
Neil Alexander
2022-09-27
Fulltext implementation using Bleve (#2675)
Till
2022-09-27
Refactor notifications (#2688)
Till
2022-09-09
More writer fixes in the Sync API
Neil Alexander
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-05
Fix linter issues (#2624)
Till
2022-07-18
History visibility database changes (#2533)
Till
2022-07-15
Use sync API database in `filterSharedUsers` (#2572)
Neil Alexander
2022-04-28
Only load members of newly joined rooms (#2389)
Till
2022-04-28
Limit presence in `/sync` responses (#2394)
Till
2022-04-26
Send all account data on complete sync by default
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-13
Make `/messages` filterable (#2347)
Till
2022-04-09
Remove dead code in the sync api (#2341)
kegsay
2022-04-08
syncapi: add more tests; fix more bugs (#2338)
kegsay
2022-04-07
Add possibility to ignore users (#2329)
Till
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-18
Better mapping of stream positions to topological positions in `/messages` (#...
Neil Alexander
2022-03-11
Don't range entire state for `/sync` (#2270)
Neil Alexander
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-02-21
Implement `/context` (#2207)
S7evinK
2021-02-04
Don't re-request state events that are already in the timeline (#1739)
Neil Alexander
2021-01-20
Add sync API memberships table (#1726)
Neil Alexander
2021-01-19
Basic sync filtering (#1721)
Neil Alexander
2021-01-13
Simplify send-to-device messaging (#1702)
Neil Alexander
2020-12-18
More sane next batch handling, typing notification tweaks, give invites their...
Neil Alexander
2020-12-11
Give receipts their own stream ID in the database (#1631)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-11-09
Implement read receipts (#1528)
S7evinK
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-01
Storage tweaks (#1373)
Neil Alexander
2020-08-25
Fix 'Invited user can reject invite over federation several times' (#1341)
Kegsay
2020-07-08
Finish implementing redactions (#1189)
Kegsay
[next]