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
/
clientapi
/
routing
/
routing.go
Age
Commit message (
Expand
)
Author
2023-07-20
de-MSC-ifying space summaries (MSC2946) (#3134)
helm-dendrite-0.13.1
Sam Wedgwood
2023-06-22
feat: admin APIs for token authenticated registration (#3101)
santhoshivan23
2023-05-30
Fix potential state reset when trying to join a room (#3040)
Till
2023-05-09
Move json errors over to gmsl (#3080)
devonh
2023-04-28
Remove `PerformError` (#3066)
Till
2023-04-24
Move fedclient interface over to gmsl (#3061)
devonh
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-06
refactor: use latest GMSL which splits fed client from matrix room logic (#3051)
kegsay
2023-04-03
Add tests for `/turnServer`, `/capabilities` and `/3pid/` (#3038)
Till
2023-04-03
Remove sync.Once when setting up server notice sender
Till Faelligen
2023-03-31
Add CS API device tests (#3029)
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-02-20
Merge keyserver & userapi (#2972)
Till
2023-02-03
Add Sytest/Complement coverage to scheduled runs (#2962)
Till
2023-01-19
Add `/_dendrite/admin/purgeRoom/{roomID}` (#2662)
Neil
2022-12-23
Add clientapi tests (#2916)
Till
2022-12-22
Fix reset password endpoint (#2921)
Till
2022-11-11
Virtual hosting schema and logic changes (#2876)
Neil Alexander
2022-11-11
Deny guest access on several endpoints (#2873)
Till
2022-11-02
Implement `/thirdparty` endpoints (#2831)
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-25
Filter `/members`, return members at given point (#2827)
Till
2022-10-21
Set `display_name` and/or `avatar_url` for server notices (#2820)
Till
2022-10-17
Set `org.matrix.msc2285.stable` in `/versions`
Neil Alexander
2022-10-11
Private read receipts (#2789)
Neil Alexander
2022-10-10
Move /event to the SyncAPI (#2782)
Till
2022-09-30
Add `/_dendrite/admin/refreshDevices/{userID}` (#2746)
Till
2022-09-27
Fulltext implementation using Bleve (#2675)
Till
2022-08-26
Restrict username length properly (#2676)
Neil Alexander
2022-08-12
Show/hide users in user directory (#2637)
Till
2022-08-12
Use `/admin/v1/register` in `create-account` (#2484)
Till
2022-07-25
Add .well-known/matrix/client to clientapi (#2551)
Jonathan Bartlett
2022-06-29
Add `evacuateUser` endpoint, use it when deactivating accounts (#2545)
Neil Alexander
2022-06-07
Rate limiting changes (#2519)
Neil Alexander
2022-06-01
Update versions
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
2022-04-29
Move admin functions into their own file in the client API
Neil Alexander
2022-04-28
Add `/_dendrite/admin/evacuateRoom/{roomID}` (#2401)
Neil Alexander
2022-04-26
Add transactionsCache to redact endpoint (#2375)
Till
2022-04-08
Add metrics for internal API requests (#2310)
Till
2022-04-06
Add presence module V2 (#2312)
Till
2022-04-05
Added /upgrade endpoint (#2307)
David Spenler
2022-03-29
Remove eduserver (#2306)
S7evinK
2022-03-28
User directory for nearby Pinecone peers (P2P demo) (#2311)
Neil Alexander
2022-03-24
Refactor appservice & client API to use userapi internal (#2290)
S7evinK
[next]