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
/
internal
/
perform
Age
Commit message (
Expand
)
Author
2024-12-15
Update dependencies (#3449)
Neil
2024-11-14
Fix linting
Till Faelligen
2024-10-18
Update the license headers to mention the commercial license
Quentin Gliech
2024-10-17
Rename the go package
Quentin Gliech
2024-10-17
Update the copyright headers in all files
Quentin Gliech
2024-03-22
Add getting/deleting single event report (#3344)
Till
2024-02-13
Fix `/createRoom` and `/invite` containing displayname/avatarURL of inviter (...
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-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-26
Restore old behaviour of PurgeRoom
Till Faelligen
2023-07-21
Fix event federation with pseudoID rooms (#3156)
devonh
2023-07-06
Add pseudoID compatibility to Invites (#3126)
devonh
2023-06-28
Add `MXIDMapping` for pseudoID rooms (#3112)
Till
2023-06-20
Fix backfilling (#3117)
Till
2023-06-14
Fix senderID/key conversions
Devon Hudson
2023-06-14
Merge SenderID & Per Room User Key work (#3109)
devonh
2023-06-13
Create user room key if needed (#3108)
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-06
Make `StrictValidityChecking` a function (#3092)
Till
2023-06-02
Fix newly found linter issues (#3099)
Till
2023-05-31
Move Invite logic to GMSL (#3086)
devonh
2023-05-31
Move CreateRoom logic to Roomserver (#3093)
devonh
2023-05-30
Docs restructure (#2953)
Till
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-05-08
Only require room version instead of room info for db.Events() (#3079)
devonh
2023-05-04
Use ProtoEvent where needed instead of EventBuilder (#3075)
kegsay
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
Remove `PerformError` (#3066)
Till
2023-04-27
Use PDU interface (#3070)
kegsay
2023-04-27
Remove gmsl.HeaderedEvent (#3068)
kegsay
2023-04-27
Add some roomserver UTs (#3067)
Till
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-14
Remove event building duplication & push to GMSL (#3056)
devonh
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-03-27
Add tests for the Dendrite admin APIs (#3028)
Till
2023-03-07
Fix invalid roomNID returned
Till Faelligen
2023-03-06
Actually ignore the error if we were able to backfill events
Till Faelligen
2023-03-03
Make redaction check easier to read (#2995)
Till
2023-03-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-24
Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)
Till
[next]