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
/
roomserver
Age
Commit message (
Expand
)
Author
2024-09-10
Speed up purging rooms (#3381)
Till
2024-08-16
Implement MSC3916 (#3397)
Till
2024-07-27
Fix nil pointer derefernce issues (#3379)
Till
2024-03-28
Fix spaces over federation (#3347)
Till
2024-03-22
Add getting/deleting single event report (#3344)
Till
2024-03-22
Add `/_synapse/admin/v1/event_reports` endpoint (#3342)
Till
2024-03-21
Add event reporting (#3340)
Till
2024-03-05
Query rooms with ACLs instead of all rooms (#3338)
Till
2024-02-28
Cache ACLs regexes (#3336)
Till
2024-02-21
Speed up start up time by batch querying ACL events (#3334)
Till
2024-02-13
Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (...
Till
2024-01-24
Update sentry reporting (#3305)
Till
2024-01-20
Optimize `PrevEventIDs` when getting thousands of backwards extremeties (#3308)
Till
2023-12-30
Fix panic if unable to assign a state key NID (#3294)
Till
2023-12-19
Use `AckExplicitPolicy` instead of `AckAllPolicy` (#3288)
Till
2023-11-22
Update ACLs when received as outliers (#3008)
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-11-08
Fix panic in `QueryNextRoomHierarchyPage` (#3253)
Till
2023-10-31
Some tweaks for the device list updater (#3251)
Till
2023-10-25
Check event is not rejected (#3243)
Till
2023-10-23
Fix state resets (#3231)
Till
2023-09-28
Remove the creator field when upgrading to v11 (#3210)
Till
2023-09-27
Support for room version v11 (#3204)
Till
2023-09-26
Complement fixes for pseudoIDs (#3206)
devonh
2023-09-15
Update gmsl to use new validated RoomID on PDUs (#3200)
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-08
Add config key for default room version (#3171)
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-26
Restore old behaviour of PurgeRoom
Till Faelligen
2023-07-21
Fix event federation with pseudoID rooms (#3156)
devonh
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-07
Add event size checks similar to Synapse (#3140)
Till
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-07-05
Fix metrics..
Till Faelligen
2023-07-04
Fix adding state events to the database (#3133)
Till
2023-06-29
Actually use the parameter
Till Faelligen
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-20
Fix backfilling (#3117)
Till
2023-06-14
Fix senderID/key conversion unit tests
Devon Hudson
2023-06-14
Add missing dep
Devon Hudson
2023-06-14
Fix senderID/key conversions
Devon Hudson
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-13
Add `AssignRoomNID` to pre-assign roomNIDs (#3111)
Till
2023-06-13
Create user room key if needed (#3108)
Till
2023-06-12
Cleanup remaining statekey usage for senderIDs (#3106)
devonh
[next]