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
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
2023-06-12
Add initial support for storing user room keys (#3098)
Till
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
Add tests for the `UpDropEventReferenceSHAPrevEvents` migration (#3087)
Till
2023-05-30
Docs restructure (#2953)
Till
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-19
Move SendJoin logic to GMSL (#3084)
devonh
2023-05-18
Fix bug with nil interface return & add test
Devon Hudson
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-05-01
Pass federation API to roomserver in PurgeRoom tests
Devon Hudson
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-24
Use IRoomVersion (#3064)
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-14
Remove event building duplication & push to GMSL (#3056)
devonh
2023-04-14
Update GMSL: use static Check functions (#3052)
kegsay
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 tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)
Till
2023-03-27
Add tests for the Dendrite admin APIs (#3028)
Till
2023-03-22
Remove `BaseDendrite` (#3023)
Till
2023-03-17
Preparations for removing `BaseDendrite` (#3016)
Till
2023-03-13
Add basic runtime tracing (#2996)
Till
2023-03-09
Unset `RoomServerEvent`, since we can't be sure that `Set` actually updates t...
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
Update the cache with the redacted event
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
[next]