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
/
directory_public.go
Age
Commit message (
Expand
)
Author
2023-05-17
Move MakeJoin logic to GMSL (#3081)
devonh
2023-05-09
Move json errors over to gmsl (#3080)
devonh
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
2022-11-15
Federation fixes for virtual hosting
Neil Alexander
2022-10-27
Add AS specific public room list endpoints (#2836)
Till
2022-10-26
Initial support for multiple server names (#2829)
Neil Alexander
2022-08-05
Fix linter issues (#2624)
Till
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-01-28
"Enable" remote room search (#2099)
S7evinK
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-09-07
Remove QueryBulkStateContent from current state server (#1404)
Kegsay
2020-09-01
Public room client API changes (#1368)
Rohit Mohan
2020-07-03
Yggdrasil demo initial public room directory (#1181)
Neil Alexander
2020-07-03
Implement ExtraPublicRoomsProvider for p2p demos (#1180)
Kegsay
2020-07-02
Remove publicroomsapi (#1176)
Kegsay
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay