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
/
sqlite3
Age
Commit message (
Expand
)
Author
2023-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
2023-09-28
Fix tests for x86 (#3214)
Till
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-06
PDU Sender split (#3100)
devonh
2023-05-30
Docs restructure (#2953)
Till
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-17
Add sync API db tests (#3043)
Till
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-03-23
Move every `db.Prepare` to `sqlutil.Statementlist`, remove trace driver (#3026)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2023-01-17
`/sync` performance optimizations (#2927)
Till
2023-01-12
Fix room summary returning wrong heroes (#2930)
Till
2022-12-08
Fix newly joined users presence (#2854)
Till
2022-11-02
Don't limit `"state"` (#2849)
Neil Alexander
2022-10-25
Filter `/members`, return members at given point (#2827)
Till
2022-10-19
Get state deltas without filters (#2810)
Till
2022-10-13
Event relations (#2790)
Neil Alexander
2022-10-04
Add indexes that optimise `selectStateInRangeSQL` (#2764)
Neil Alexander
2022-10-03
Fix fragility of selectEventsWithEventIDsSQL queries (#2757)
Ashley Nelson
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-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-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
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-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
Try that again
Neil Alexander
[next]