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
Age
Commit message (
Expand
)
Author
2022-08-05
Don't panic if we fail to upsert account data
Till Faelligen
2022-08-05
Invalidate lazyLoadCache if we're doing an initial sync (#2623)
Till
2022-08-05
Partly fix notification counts (#2621)
Till
2022-08-05
Do not use `ioutil` as it is deprecated (#2625)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-08-05
Add race testing to tests, and fix a few small race conditions in the tests (...
Brian Meek
2022-08-03
Fix syncapi shared users query & device lists (#2614)
Till
2022-08-02
Delete correct Send-to-Device messages (#2608)
Till
2022-08-02
Fix issue with sync API not advancing. (#2603)
sergekh2
2022-08-01
De-race `CompleteSync` (#2601)
Neil Alexander
2022-07-25
Update database migrations, remove goose (#2264)
Till
2022-07-22
Membership updater refactoring (#2541)
Neil Alexander
2022-07-18
Set historyVisibility in rowsToStreamEvents
Till Faelligen
2022-07-18
History visibility database changes (#2533)
Till
2022-07-15
Use sync API database in `filterSharedUsers` (#2572)
Neil Alexander
2022-07-12
Minor SendToDevice fix (#2565)
Till
2022-07-11
Ristretto cache (#2563)
Neil Alexander
2022-07-07
Fix issue `uint64 values with high bit are not supported` in presence (#2562)
Till
2022-07-05
Hopefully fix read receipts timestamps (#2557)
Neil Alexander
2022-07-01
Try to fix backfilling (#2548)
Till
2022-06-30
Silence presence logs (#2547)
Till
2022-06-29
Don't return `end` if there are not more messages (#2542)
Till
2022-06-15
Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)
Neil Alexander
2022-06-13
Handle state before, send history visibility in output (#2532)
Neil Alexander
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-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-13
Only try to get OTKs if the context isn't done yet
Till Faelligen
2022-05-12
Wait 100ms for events to be processed by syncapi
Kegan Dougal
2022-05-11
Fix OTK upload spam (#2448)
Till
2022-05-11
More syncapi tests (#2451)
kegsay
2022-05-11
Add RoomExists flag to QueryMembershipForUser (#2450)
kegsay
2022-05-10
Add indexes to `syncapi_output_room_events` table that satisfy the filters (#...
Neil Alexander
2022-05-09
Begin adding syncapi component tests (#2442)
kegsay
2022-05-09
Don't store invites in sync API that aren't relevant to local users (#2439)
Neil Alexander
2022-05-09
Federation consumer `adds_state_event_ids` tweak (#2441)
Neil Alexander
2022-05-09
Don't try to re-fetch the event if it is listed in `adds_state_event_ids` (#2...
Neil Alexander
2022-05-09
One NATS instance per `BaseDendrite` (#2438)
Neil Alexander
2022-05-06
Move LL cache (#2429)
Till
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-05-03
Tidy up `AddPublicRoutes` (#2412)
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
2022-04-30
Return "to", if we didn't return any presence events (#2407)
Till
2022-04-28
Only load members of newly joined rooms (#2389)
Till
2022-04-28
Limit presence in `/sync` responses (#2394)
Till
2022-04-27
Fix #2390 (#2392)
Till
2022-04-27
Try that again
Neil Alexander
2022-04-27
Correct account data position mapping
Neil Alexander
2022-04-27
Don't send account data or receipts for left/forgotten rooms (#2382)
Neil Alexander
[next]