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
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-02-03
Add Sytest/Complement coverage to scheduled runs (#2962)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2023-01-17
`/sync` performance optimizations (#2927)
Till
2023-01-17
Omit state field from `/messages` response if empty (#2940)
Umar Getagazov
2023-01-12
Fix room summary returning wrong heroes (#2930)
Till
2022-12-08
Fix newly joined users presence (#2854)
Till
2022-12-06
Repeatable reads for `/sync` (#2783)
Neil Alexander
2022-11-29
Fix `m.receipt`s causing notifications (#2893)
Till
2022-11-22
Never filter out a user's own membership when using LL (#2887)
Erik Johnston
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Deny guest access on several endpoints (#2873)
Till
2022-11-04
Update `latestPosition` when getting reversed room delta (#2860)
Till
2022-11-03
Move `prev_batch` calculation (#2856)
Neil Alexander
2022-11-03
Tweak `removeDuplicates` calls to use `events` instead of `recentEvents` (#2853)
Neil Alexander
2022-11-02
Fix issue where a member is forced to leave a room when the invite is marked ...
Tak Wai Wong
2022-11-02
Don't limit `"state"` (#2849)
Neil Alexander
2022-11-01
return required room_id field in /members (#2846)
ash lea
2022-11-01
Try to fix a panic in the sync API PDU stream
Neil Alexander
2022-10-31
Tweak `"state"` and `"timeline"` filtering (#2844)
Neil Alexander
2022-10-28
Limit recent events when going backwards (#2840)
Till
2022-10-28
Simplify error checking and check the correct error
Till Faelligen
2022-10-27
Fix /members (#2837)
Till
2022-10-25
Fix `Current state appears in timeline in private history with many messages ...
Till
2022-10-25
Return forbidden if not a member anymore (fix #2802)
Till Faelligen
2022-10-25
Filter `/members`, return members at given point (#2827)
Till
2022-10-24
Get messages from before user left the room (#2824)
Till
2022-10-21
Add `syncapi_memberships` table tests (#2805)
Till
2022-10-21
Fix `invite -> leave -> join` dance when accepting invites (#2817)
Till
2022-10-19
Get state deltas without filters (#2810)
Till
2022-10-14
Always add `UnreadNotifications` to joined room reponses (#2793)
Till
2022-10-13
Event relations (#2790)
Neil Alexander
2022-10-11
Private read receipts (#2789)
Neil Alexander
2022-10-11
Tweak `GetStateDeltas` behaviour (#2788)
Neil Alexander
2022-10-10
Move /event to the SyncAPI (#2782)
Till
2022-10-07
Ensure we only wake up a given user once (#2775)
Neil Alexander
2022-10-06
Use the stream positions of the notifier (#2768)
Till
2022-10-05
Remove empty fields from `/sync` response (#2755)
Till
2022-10-05
Optimise `QuerySharedUsers` so that we can only work on local users (#2766)
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-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
[next]