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
/
postgres
Age
Commit message (
Expand
)
Author
2021-11-03
Reduce CPU usage of SelectStateInRange (#2038)
Neil Alexander
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-02-17
Don't exclude an event from sync if it was previously not excluded (#1767)
Neil Alexander
2021-02-04
Don't re-request state events that are already in the timeline (#1739)
Neil Alexander
2021-02-04
Fix ON CONFLICT on sync API account data (#1745) (#1750)
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
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-16
Add event ID index on current state table (helps performance) (#1649)
Neil Alexander
2020-12-11
Give receipts their own stream ID in the database (#1631)
Neil Alexander
2020-12-09
Don't recalculate event ID so often in sync (#1624)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-11-09
Implement read receipts (#1528)
S7evinK
2020-09-24
Update all usages of tx.Stmt to sqlutil.TxStmt (#1423)
Sam
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
Fix duplicate writers (#1376)
Neil Alexander
2020-09-01
Storage tweaks (#1373)
Neil Alexander
2020-08-25
Fix 'Invited user can reject invite over federation several times' (#1341)
Kegsay
2020-08-21
Component-wide TransactionWriters (#1290)
Neil Alexander
2020-08-21
Select distinct on room memberships in sync API (#1292)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-08
Finish implementing redactions (#1189)
Kegsay
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-26
Finish implementing retiring invites (#1166)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-20
sytest: Make 'Inbound federation can backfill events' pass (#1051)
Kegsay
2020-05-15
Fix a bug whereby backfilling could leak events across rooms (#1043)
Kegsay
2020-05-15
Add Range (#1037)
Kegsay
2020-05-14
Cleanup syncapi topology logic (#1035)
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
Fix #1015 (#1026)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
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-30
Add tests for the storage interface (#995)
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-04-15
Tweaks to backfill (#964)
Neil Alexander
2020-03-30
Rename the typing server to EDU server (#948)
Kegsay
2020-03-24
Implement backfill over federation (#938)
Kegsay
[next]