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
/
api
Age
Commit message (
Expand
)
Author
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-05-31
Move Invite logic to GMSL (#3086)
devonh
2023-05-31
Move CreateRoom logic to Roomserver (#3093)
devonh
2023-05-24
Drop `reference_sha` column (#3083)
Till
2023-05-19
Move SendJoin logic to GMSL (#3084)
devonh
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
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
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
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-01
Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)
Till
2023-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-14
Remove polylith/API mode (#2967)
Till
2023-02-07
Optimize `/sync` and history visibility (#2961)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-12-12
Cleanup stale device lists for users we don't share a room with anymore (#2857)
Till
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-11-11
Send presence to newly added servers (#2869)
Till
2022-10-31
Add `/_dendrite/admin/downloadState/{serverName}/{roomID}` admin endpoint
Neil Alexander
2022-10-27
Add AS specific public room list endpoints (#2836)
Till
2022-10-26
Add support for config "auto_join_rooms" (#2823)
Neboer
2022-10-07
Fix issue with DMs shown as normal rooms (#2776)
Till
2022-10-05
Optimise `QuerySharedUsers` so that we can only work on local users (#2766)
Neil Alexander
2022-09-13
Tweak `LoadMembershipAtEvent` behaviour when state not known (#2716)
Neil Alexander
2022-08-25
Fix 500s on `/state`, `/state_ids` when state not known (#2672)
Neil Alexander
2022-08-24
Allow un-rejecting events on reprocessing
Neil Alexander
2022-08-19
Set historyVisibility for backfilled events over federation (#2656)
Till
2022-08-11
Implement history visibility on `/messages`, `/context`, `/sync` (#2511)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
Neil Alexander
2022-06-13
Handle state before, send history visibility in output (#2532)
Neil Alexander
2022-05-25
Restricted join support on `/make_join`, `/send_join` (#2478)
Neil Alexander
2022-05-17
bugfix: E2EE device keys could sometimes not be sent to remote servers (#2466)
kegsay
2022-05-11
Add RoomExists flag to QueryMembershipForUser (#2450)
kegsay
2022-05-09
Federation consumer `adds_state_event_ids` tweak (#2441)
Neil Alexander
2022-05-06
Clean up interface definitions (#2427)
kegsay
2022-05-05
Define component interfaces based on consumers (2/2) (#2425)
kegsay
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
[next]