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
/
sqlite3
/
syncserver.go
Age
Commit message (
Expand
)
Author
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-05
Partly fix notification counts (#2621)
Till
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-07-18
History visibility database changes (#2533)
Till
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
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-03-21
Remove unused partition_offset_table (#2288)
S7evinK
2022-03-03
Implement Push Notifications (#1842)
Dan
2021-07-20
Only include go-sqlite3 on the relevant binaries (#1900)
Neil Alexander
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-01-20
Add sync API memberships table (#1726)
Neil Alexander
2021-01-13
Simplify send-to-device messaging (#1702)
Neil Alexander
2021-01-08
Sync refactor — Part 1 (#1688)
Neil Alexander
2020-12-11
Give receipts their own stream ID in the database (#1631)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-09
Implement read receipts (#1528)
S7evinK
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-09-01
Fix duplicate writers (#1376)
Neil Alexander
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
Kegsay
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-14
Finish merging syncserver.go (#1033)
Kegsay
2020-05-14
Factor out account data and events table (#1031)
Kegsay
2020-05-13
Initial syncapi storage refactor to share pq/sqlite code (#1030)
Kegsay
2020-05-13
Spurious logging
Kegan Dougal
2020-05-13
Fix #1015 (#1026)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-05-01
Fix ordering when backfilling (#1000)
Kegsay
2020-05-01
Limit database connections (#980, #564) (#998)
Neil Alexander
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-28
sql/backwards_extremities: Shift to table format and share code (#985)
Kegsay
2020-04-24
More invite support (#979)
Neil Alexander
2020-04-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay
2020-03-30
Rename the typing server to EDU server (#948)
Kegsay
2020-03-24
Implement backfill over federation (#938)
Kegsay
2020-03-19
Fix SQLite problems after sync API changes
Neil Alexander
2020-03-19
HeaderedEvents in sync API (#922)
Neil Alexander
2020-03-06
Add peer-to-peer support into Dendrite via libp2p and fetch (#880)
Kegsay
2020-03-02
Don't fail hard if backward topology position fails, just use 1 instead
Neil Alexander
2020-02-20
sqlite: fixes from sytest (#872)
Kegsay
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay