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
/
shared
Age
Commit message (
Expand
)
Author
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2023-09-28
Fix tests for x86 (#3214)
Till
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-08-02
Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)
Sam Wedgwood
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-06-28
Fix syncAPI redactions (#3118)
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-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
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-03-06
Add tests for `UpdateRelations` (#2999)
Till
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-12-06
Repeatable reads for `/sync` (#2783)
Neil Alexander
2022-11-03
Move `prev_batch` calculation (#2856)
Neil Alexander
2022-10-25
Filter `/members`, return members at given point (#2827)
Till
2022-10-19
Get state deltas without filters (#2810)
Till
2022-10-13
Event relations (#2790)
Neil Alexander
2022-10-11
Tweak `GetStateDeltas` behaviour (#2788)
Neil Alexander
2022-10-03
Modify sync transaction behaviour (#2758)
Neil Alexander
2022-09-30
Reset transaction after a failure
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-25
SyncAPI tweaks/fixes (#2671)
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-07-18
History visibility database changes (#2533)
Till
2022-07-15
Use sync API database in `filterSharedUsers` (#2572)
Neil Alexander
2022-07-11
Ristretto cache (#2563)
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-20
Eliminate more SQL no row errors in sync API (#2363)
Neil Alexander
2022-04-13
Make `/messages` filterable (#2347)
Till
2022-04-08
syncapi: add more tests; fix more bugs (#2338)
kegsay
2022-04-07
Add possibility to ignore users (#2329)
Till
[next]