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
/
storage_test.go
Age
Commit message (
Expand
)
Author
2024-10-17
Rename the go package
Quentin Gliech
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-28
Fix syncAPI redactions (#3118)
Till
2023-06-07
Use SenderID Type (#3105)
devonh
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-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
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-09-30
Transactional isolation for `/sync` (#2745)
Neil Alexander
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-02
Delete correct Send-to-Device messages (#2608)
Till
2022-07-18
History visibility database changes (#2533)
Till
2022-07-12
Minor SendToDevice fix (#2565)
Till
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-13
Make `/messages` filterable (#2347)
Till
2022-04-08
syncapi: add more tests; fix more bugs (#2338)
kegsay
2022-04-08
Add test infrastructure code for dendrite unit/integ tests (#2331)
kegsay
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander
2020-12-18
More sane next batch handling, typing notification tweaks, give invites their...
Neil Alexander
2020-12-10
Refactor sync tokens (#1628)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-10-02
Add history visibility guards (#1470)
Kegsay
2020-10-01
Fix golangci-lint issues (#1464)
S7evinK
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-29
Add support for logs in StreamingToken (#1229)
Kegsay
2020-07-21
Use TransactionWriter in other component SQLite (#1209)
Neil Alexander
2020-06-26
Finish implementing retiring invites (#1166)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-28
Per-user-per-device sync streams (#1068)
Neil Alexander
2020-05-15
Fix a bug whereby backfilling could leak events across rooms (#1043)
Kegsay
2020-05-14
Cleanup syncapi topology logic (#1035)
Kegsay
2020-05-14
Finish merging syncserver.go (#1033)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-05-01
Fix ordering when backfilling (#1000)
Kegsay
2020-05-01
Fix prev_batch tokens (#999)
Kegsay
2020-05-01
Correctly generate backpagination tokens for events which have the same depth...
Kegsay
2020-04-30
Add tests for the storage interface (#995)
Kegsay