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
/
routing
Age
Commit message (
Expand
)
Author
2021-07-20
Rename Riot to Element (#1874)
S7evinK
2021-03-03
Increase gocyclo complexity to 25 (and remove all but 2 golint directives rel...
Neil Alexander
2021-01-19
Basic sync filtering (#1721)
Neil Alexander
2021-01-13
Update /messages pagination token behaviour (#1708)
Neil Alexander
2020-12-16
Add start_stream to /messages (#1648)
Kegsay
2020-12-16
NOTSPEC: Make ?from= optional in /messages (#1647)
Kegsay
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-11-05
Implement forgetting about rooms (#1572)
S7evinK
2020-10-05
Don't store backfilled events using request context (#1478)
Neil Alexander
2020-10-02
Add history visibility guards (#1470)
Kegsay
2020-09-27
unbreak CORS on /capabilities.
Matthew Hodgson
2020-08-13
API setup refactoring (#1266)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-17
Hacks for supporting Riot iOS (#1148)
Neil Alexander
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-05-22
Separate muxes for public and internal APIs (#1056)
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-19
Make "Outbound federation can backfill events" pass sytest (#1049)
Kegsay
2020-05-14
Cleanup syncapi topology logic (#1035)
Kegsay
2020-05-13
syncapi: Rename and split out tokens (#1025)
Kegsay
2020-05-01
Fix ordering when backfilling (#1000)
Kegsay
2020-05-01
Correctly generate backpagination tokens for events which have the same depth...
Kegsay
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-04-28
Implement backfill in the roomserver (#983)
Kegsay
2020-04-27
Update gomatrixserverlib
Neil Alexander
2020-04-15
Use topological ordering for /messages response (#966)
Neil Alexander
2020-04-14
Move /room/{roomID}/state endpoints into client API (#606) (#962)
Neil Alexander
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-24
Implement backfill over federation (#938)
Kegsay
2020-03-19
HeaderedEvents in sync API (#922)
Neil Alexander
2020-03-18
maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)
Abhinav Krishna C K
2020-03-06
bugfix: fix sytest 155 by actually returning depth+1 and not 0
Kegan Dougal
2020-03-02
Remove httputil.LogThenError so that the line numbers are reported properly -...
Neil Alexander
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Upgrade gomatrixserverlib dependency (#808)
Thibaut CHARLES
2020-01-24
Wire up publicroomsapi for roomserver events (#851)
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-03
Implement storage interfaces (#841)
Neil Alexander
2019-08-07
State events filtering database api (#438)
Thibaut CHARLES
2019-07-12
Add typing notifications to /sync responses - fixes #635 (#718)
Alex Chen
2019-07-03
Encode URLs properly (#728)
Andrew Morgan
[next]