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
Age
Commit message (
Expand
)
Author
2020-05-28
Per-user-per-device sync streams (#1068)
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
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-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
2020-03-19
Fix SQLite problems after sync API changes
Neil Alexander
2020-03-19
HeaderedEvents in sync API (#922)
Neil Alexander
2020-03-18
Log errors from rows.Close (#920)
Prateek Sachan
2020-03-17
bugfix: Fix a bug which caused prev_content not to be sent to clients (#919)
Kegsay
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
2020-02-11
Upgrade gomatrixserverlib dependency (#808)
Thibaut CHARLES
2020-02-11
Always defer *sql.Rows.Close and consult with Err (#844)
Kiril Vladimiroff
2020-01-25
More sync fixes (#854)
Neil Alexander
2020-01-24
Some fixes for #847 (#850)
Neil Alexander
2020-01-23
CS API: Support for /messages, fixes for /sync (#847)
Neil Alexander
2020-01-10
Federation fixes (#845)
Neil Alexander
2020-01-09
Fix #842 - again...
Neil Alexander
2020-01-09
Fall back to postgres when database connection string parsing fails (#842)
Neil Alexander
2020-01-03
Implement storage interfaces (#841)
Neil Alexander
2020-01-02
Amend syncapi SQL queries to return missing columns (#840)
Neil Alexander
2019-08-24
Associate transactions with session IDs instead of device IDs (#789)
Alex Chen
2019-08-08
Add filtering database API to syncapi account data table (#513)
Thibaut CHARLES
2019-08-07
State events filtering database api (#438)
Thibaut CHARLES
2019-08-06
Replace membership and visibility values with constants (#774)
Alex Chen
2019-08-01
Implement "full_state" query parameter for /sync (#751)
Alex Chen
2019-07-31
Fix index in invites_table.go (#770)
Alex Chen
2019-07-31
Fix /sync may contain duplicate EDUs and EDUs for left rooms (#752)
Alex Chen
2019-07-12
Lots of small typo fixes (#737)
Andrew Morgan
2019-07-12
Add typing notifications to /sync responses - fixes #635 (#718)
Alex Chen
[prev]
[next]