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-10-04
Add indexes that optimise `selectStateInRangeSQL` (#2764)
Neil Alexander
2022-10-03
Fix fragility of selectEventsWithEventIDsSQL queries (#2757)
Ashley Nelson
2022-10-03
Modify sync transaction behaviour (#2758)
Neil Alexander
2022-09-30
Reset transaction after a failure
Neil Alexander
2022-09-30
Handle case when applying history visibility failed
Neil Alexander
2022-09-30
Another `/sync` fix
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-28
Consistent `*sql.Tx` usage across sync API (#2744)
Neil Alexander
2022-09-28
Fix for `sql: converting argument $1 type: unsupported type []interfa… (#2743)
texuf
2022-09-27
Promote reindexing log level
Neil Alexander
2022-09-27
Fulltext implementation using Bleve (#2675)
Till
2022-09-27
Refactor notifications (#2688)
Till
2022-09-27
Improve selectRoomIDsWithAnyMembershipSQL performance (#2738)
PiotrKozimor
2022-09-22
Get the `DeviceListPosition` before anything else in complete syncs (#2733)
Till
2022-09-20
Remove deleted state logging lines from sync API (they are pointless)
Neil Alexander
2022-09-20
Mark device list as stale, if we don't have the requesting device (#2728)
Till
2022-09-13
Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)
Neil Alexander
2022-09-13
Send-to-device consumer/producer tweaks (#2713)
Till
2022-09-09
Optimise `SharedUsers` again by using complete composite index
Neil Alexander
2022-09-09
Optimise shared users query in Synx API slightly by removing a potential sort
Neil Alexander
2022-09-09
More writer fixes in the Sync API
Neil Alexander
2022-08-31
Allow batching in `JetStreamConsumer` (#2686)
Neil Alexander
2022-08-30
Index on `syncapi_send_to_device` table (#2684)
PiotrKozimor
2022-08-30
Use existing limit instead of default limit when lazy loading members (#2682)
Till
2022-08-25
SyncAPI tweaks/fixes (#2671)
Till
2022-08-24
Allow un-rejecting events on reprocessing
Neil Alexander
2022-08-19
Fetch more data for newly joined rooms in an incremental sync (#2657)
Till
2022-08-19
Set historyVisibility for backfilled events over federation (#2656)
Till
2022-08-19
Make SyncAPI unit tests more reliable (#2655)
Till
2022-08-18
Add a delay after sending events to the roomserver
Till Faelligen
2022-08-16
Stop spamming the logs with `StateBetween: ignoring deleted state` event IDs
Neil Alexander
2022-08-16
Lazy-loading fixes (#2646)
Neil Alexander
2022-08-16
Only return non-retired invites (#2643)
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-09
Send-to-device/sync tweaks (#2630)
Till
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
[next]