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
/
storage
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
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
Fulltext implementation using Bleve (#2675)
Till
2022-09-27
Refactor notifications (#2688)
Till
2022-09-27
Improve selectRoomIDsWithAnyMembershipSQL performance (#2738)
PiotrKozimor
2022-09-20
Remove deleted state logging lines from sync API (they are pointless)
Neil Alexander
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-30
Index on `syncapi_send_to_device` table (#2684)
PiotrKozimor
2022-08-25
SyncAPI tweaks/fixes (#2671)
Till
2022-08-16
Stop spamming the logs with `StateBetween: ignoring deleted state` event IDs
Neil Alexander
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-05
Partly fix notification counts (#2621)
Till
2022-08-05
Fix linter issues (#2624)
Till
2022-08-03
Fix syncapi shared users query & device lists (#2614)
Till
2022-08-02
Delete correct Send-to-Device messages (#2608)
Till
2022-07-25
Update database migrations, remove goose (#2264)
Till
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-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-10
Add indexes to `syncapi_output_room_events` table that satisfy the filters (#...
Neil Alexander
2022-05-03
Global database connection pool (for monolith mode) (#2411)
Neil Alexander
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 create fictitious presence entries (#2381)
Neil Alexander
2022-04-26
Send all account data on complete sync by default
Neil Alexander
2022-04-26
Fix account data position
Neil Alexander
2022-04-26
Start account data ID from `from`
Neil Alexander
2022-04-26
Fix account_data not correctly send in a complete sync (#2379)
Till
2022-04-26
Add heroes to the room summary (#2373)
Till
2022-04-20
Eliminate more SQL no row errors in sync API (#2363)
Neil Alexander
2022-04-13
Make `/messages` filterable (#2347)
Till
2022-04-11
Correctly use provided filters (#2339)
Till
2022-04-09
Remove dead code in the sync api (#2341)
kegsay
2022-04-08
syncapi: add more tests; fix more bugs (#2338)
kegsay
2022-04-08
Add test infrastructure code for dendrite unit/integ tests (#2331)
kegsay
2022-04-07
Add possibility to ignore users (#2329)
Till
[next]