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
2024-02-20
Limit filter to `limit/2` for before/after events on `/context` (#3332)
Till
2024-01-29
Fix x86 tests (#3317)
Till
2024-01-25
Move `/joined_members` back to the clientapi/roomserver (#3312)
Till
2024-01-25
Only fetch events once for all rooms (#3311)
Joakim Recht
2024-01-09
Handle empty from in /messages as per MSC3567 (#3298)
devonh
2023-12-12
Introduce a new stream for the appservice consumer (#3277)
Till
2023-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
2023-11-08
Fix potential connection leak (#3247)
Till
2023-09-28
Fix tests for x86 (#3214)
Till
2023-09-26
Complement fixes for pseudoIDs (#3206)
devonh
2023-09-15
Move pseudoID ClientEvent hotswapping to a common location (#3199)
devonh
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
devonh
2023-09-12
[pseudoIDs] changing event ID fix (#3195)
Sam Wedgwood
2023-08-31
Handle event_format federation in /sync responses (#3192)
devonh
2023-08-24
[pseudoIDs] More pseudo ID fixes - Part 2 (#3181)
Sam Wedgwood
2023-08-15
[pseudoID] More pseudo ID fixes (#3167)
Sam Wedgwood
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
[next]