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
2022-08-19
Set historyVisibility for backfilled events over federation (#2656)
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-05
Invalidate lazyLoadCache if we're doing an initial sync (#2623)
Till
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-07-18
History visibility database changes (#2533)
Till
2022-07-01
Try to fix backfilling (#2548)
Till
2022-06-29
Don't return `end` if there are not more messages (#2542)
Till
2022-06-13
Handle state before, send history visibility in output (#2532)
Neil Alexander
2022-05-11
Add RoomExists flag to QueryMembershipForUser (#2450)
kegsay
2022-05-06
Move LL cache (#2429)
Till
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-04-26
Send all account data on complete sync by default
Neil Alexander
2022-04-22
Reuse the existing lazyload cache on /context and /messages (#2367)
Till
2022-04-13
Make `/messages` filterable (#2347)
Till
2022-04-11
Correctly use provided filters (#2339)
Till
2022-03-18
Better mapping of stream positions to topological positions in `/messages` (#...
Neil Alexander
2022-03-14
Fix /context with lazy_load_members (#2277)
S7evinK
2022-03-04
Fix a panic in `OnIncomingMessagesRequest` (#2250)
Neil Alexander
2022-03-03
Return 404 if event given to `/context` was not found (#2245)
Neil Alexander
2022-03-01
Return state on calls to /message and lazy load members (#2218)
S7evinK
2022-02-21
Fix logic error on context history visibility (#2211)
Neil Alexander
2022-02-21
Implement `/context` (#2207)
S7evinK
2022-02-18
Expose sync endpoints via `/v3` (#2203)
Neil Alexander
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
[next]