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
/
sync
/
requestpool.go
Age
Commit message (
Expand
)
Author
2024-08-03
Fixing Presence Conflicts (#3320)
jjj333_p
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-02-20
Merge keyserver & userapi (#2972)
Till
2022-12-08
Fix newly joined users presence (#2854)
Till
2022-10-06
Use the stream positions of the notifier (#2768)
Till
2022-10-03
Modify sync transaction behaviour (#2758)
Neil Alexander
2022-09-30
Fix broken `/sync` due to transaction error
Neil Alexander
2022-09-30
Transactional isolation for `/sync` (#2745)
Neil Alexander
2022-09-22
Get the `DeviceListPosition` before anything else in complete syncs (#2733)
Till
2022-08-25
SyncAPI tweaks/fixes (#2671)
Till
2022-08-09
Send-to-device/sync tweaks (#2630)
Till
2022-07-15
Use sync API database in `filterSharedUsers` (#2572)
Neil Alexander
2022-07-07
Fix issue `uint64 values with high bit are not supported` in presence (#2562)
Till
2022-05-19
syncapi: don't return early for no-op incremental syncs (#2473)
kegsay
2022-05-17
bugfix: fix race condition when updating presence via /sync (#2470)
kegsay
2022-05-13
Only try to get OTKs if the context isn't done yet
Till Faelligen
2022-05-11
Fix OTK upload spam (#2448)
Till
2022-05-09
Begin adding syncapi component tests (#2442)
kegsay
2022-05-05
syncapi: define specific interfaces for internal HTTP communications (#2416)
kegsay
2022-05-04
Add opt-in anonymous stats reporting (#2249)
Till
2022-04-27
Don't create fictitious presence entries (#2381)
Neil Alexander
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-04-07
Simplify presence stringification (should help with vector-im/element-android...
Neil Alexander
2022-04-06
Add presence module V2 (#2312)
Till
2022-03-03
Implement Push Notifications (#1842)
Dan
2022-01-20
BREAKING: Remove Partitioned Stream Positions (#2096)
kegsay
2021-04-26
Don't return immediately when there's nothing to sync
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
NOTSPEC: Make ?from= optional in /messages (#1647)
Kegsay
2020-12-16
Add prometheus metrics for destination queues, sync requests
Neil Alexander
2020-12-10
Refactor sync tokens (#1628)
Neil Alexander
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-12-01
syncapi/requestpool: fix initial sync logic error in appendAccountData() (#1594)
Ariadne Conill
2020-11-20
Update last seen on sync requests (#1593)
Neil Alexander
2020-10-02
Fix initial sync (#1465)
Neil Alexander
2020-09-07
Remove current state server (#1405)
Kegsay
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-04
Remove QuerySharedUsers from current state server (#1396)
Kegsay
2020-08-28
Add some error wrapping to sync API, use background context for sync (#1363)
Neil Alexander
2020-08-03
Produce OTK counts in /sync response (#1235)
Kegsay
2020-07-31
Fix edge cases around device lists (#1234)
Kegsay
2020-07-30
Implement /keys/changes (#1232)
Kegsay
2020-07-30
Hook up device list updates to the sync notifier (#1231)
Kegsay
2020-07-29
Add support for logs in StreamingToken (#1229)
Kegsay
2020-06-26
Implement /sync `limited` and read timeline limit from stored filters (#1168)
Kegsay
2020-06-19
Bind build support, further Yggdrasil demo updates (#1152)
Neil Alexander
2020-06-18
Refactor account data (#1150)
Neil Alexander
[next]