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-08-02
Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)
Sam Wedgwood
2023-07-31
[pseudoIDs] Fixes for room alias tests (#3159)
Sam Wedgwood
2023-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-07-14
Discard "illegal base64 data at input byte 0" errors in the SyncAPI
Till Faelligen
2023-07-13
Tweaks around `/messages` (#3149)
Till
2023-07-08
Avoid loops by setting end to an empty string if start == end (#3146)
Till
2023-07-07
Fix issues reported by Sentry (#3143)
Till
2023-07-06
Populate syncapi state event prev_sender with userID (#3142)
devonh
2023-07-06
Fix prev event lookup in syncapi (#3141)
devonh
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-28
Fix syncAPI redactions (#3118)
Till
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-13
Add `sender_key` to ClientEvent (#3110)
Till
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
2023-06-07
Use SenderID Type (#3105)
devonh
2023-06-06
PDU Sender split (#3100)
devonh
2023-06-02
Fix newly found linter issues (#3099)
Till
2023-05-30
Docs restructure (#2953)
Till
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-03
Use PDU in even more places (#3074)
kegsay
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-28
Use PDU in more places (#3072)
kegsay
2023-04-27
Use PDU interface (#3070)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-21
Implement new RoomVersionImpl API (#3062)
kegsay
2023-04-20
refactor: funnel event creation through room versions (#3060)
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-27
Add `/search` tests (#3025)
Till
2023-03-23
Move every `db.Prepare` to `sqlutil.Statementlist`, remove trace driver (#3026)
Till
2023-03-22
Update Go, use go tool covdata for coverage files?
Till Faelligen
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-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
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
[next]