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
/
syncapi_test.go
Age
Commit message (
Expand
)
Author
2024-02-20
Limit filter to `limit/2` for before/after events on `/context` (#3332)
Till
2024-01-25
Move `/joined_members` back to the clientapi/roomserver (#3312)
Till
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-08-31
Handle event_format federation in /sync responses (#3192)
devonh
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-06
Add tests for `UpdateRelations` (#2999)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-01-17
`/sync` performance optimizations (#2927)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-09-13
Send-to-device consumer/producer tweaks (#2713)
Till
2022-08-25
SyncAPI tweaks/fixes (#2671)
Till
2022-08-19
Fetch more data for newly joined rooms in an incremental sync (#2657)
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-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-08-02
Delete correct Send-to-Device messages (#2608)
Till
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-12
Wait 100ms for events to be processed by syncapi
Kegan Dougal
2022-05-11
More syncapi tests (#2451)
kegsay
2022-05-09
Begin adding syncapi component tests (#2442)
kegsay