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
/
userapi
Age
Commit message (
Expand
)
Author
2024-01-20
Don't send device list updates upon registration (#3307)
Till
2023-11-09
Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...
Till
2023-11-09
More `rows.Close()` and `rows.Err()` (#3262)
Till
2023-10-31
Some tweaks for the device list updater (#3251)
Till
2023-10-25
Add simple test for one time keys (#3239)
devonh
2023-10-24
Implement MSC3987, fix setting Element Android notifications (#3242)
Till
2023-10-23
Tweaks around the device list updater (#3227)
Till
2023-09-28
Fix m.direct only being partially upgraded (#3209)
Till
2023-09-26
Fix invitations not sending push notifications (#3207)
Till
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
Fix `user_id` query param breaking auth for non-appservices (#3196)
Tulir Asokan
2023-08-31
Handle event_format federation in /sync responses (#3192)
devonh
2023-08-02
Use `*spec.SenderID` for `QuerySenderIDForUser` (#3164)
Sam Wedgwood
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-07-19
Use pointer when passing the connection manager around (#3152)
Till
2023-07-13
Optimise getting local members and membership counts (#3150)
Till
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
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-09
Move json errors over to gmsl (#3080)
devonh
2023-05-02
Use PDU not *Event in HeaderedEvent (#3073)
kegsay
2023-04-28
Add key backup tests (#3071)
Till
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-28
Use PDU in more places (#3072)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
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-14
Add pushrules tests (#3044)
Till
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-04-04
Move GMSL client types to Dendrite (#3045)
kegsay
2023-04-03
Add user profile tests, refactor user API methods (#3030)
Till
2023-03-31
Add CS API device tests (#3029)
Till
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-01
Fix UTs
Till Faelligen
2023-02-20
Fix issue where device keys are removed if a device ID is reused (#2982)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-17
Fix SQLite `session_id` (#2977)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2022-12-23
Pushrule tweaks, make `pattern` non-optional on `EventMatchCondition` (#2918)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-12-08
Add UserAPI util tests (#2907)
Till
2022-12-05
Use test.WithAllDatabases
Till Faelligen
[next]