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
/
joinroom.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-28
Remove `PerformError` (#3066)
Till
2023-04-19
refactor: update GMSL (#3058)
kegsay
2023-04-03
Add user profile tests, refactor user API methods (#3030)
Till
2022-12-22
Handle guest access [1/2?] (#2872)
Till
2022-08-11
Generic-based internal HTTP API (#2626)
Neil Alexander
2022-05-05
Define component interfaces based on consumers (1/2) (#2423)
kegsay
2022-03-24
Refactor appservice & client API to use userapi internal (#2290)
S7evinK
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2020-10-07
Return 200 on join before time out (#1493)
Neil Alexander
2020-09-10
Peeking via MSC2753 (#1370)
Matthew Hodgson
2020-08-26
Allow join to accept server_name in query parameters (#1346)
Neil Alexander
2020-06-24
Add PerformInvite and refactor how errors get handled (#1158)
Kegsay
2020-06-24
Pass join errors through internal API boundaries (#1157)
Kegsay
2020-06-19
Bind build support, further Yggdrasil demo updates (#1152)
Neil Alexander
2020-06-17
Hacks for supporting Riot iOS (#1148)
Neil Alexander
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-13
Get profile content for join request again (#1027)
Neil Alexander
2020-05-04
Roomserver perform join (#1001)
Neil Alexander
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-04-29
Join room support in federation sender (#989)
Neil Alexander
2020-04-22
Response from /send_join now use gomatrixserverlib.RespSendJoin (#796)
Behouba Manassé
2020-04-20
Perspective key fetching, some federation room join fixes (#975)
Neil Alexander
2020-04-09
Federation for v3/v4 rooms (#954)
Neil Alexander
2020-04-03
Invites v2 endpoint (#952)
Neil Alexander
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-06
Try to recursively find auth events (to a point) if they are missing (#881)
Neil Alexander
2020-03-02
Remove httputil.LogThenError so that the line numbers are reported properly -...
Neil Alexander
2020-02-13
Support sqlite in addition to postgres (#869)
Kegsay
2020-02-11
Pass cfg by reference around the codebase (#819)
Behouba Manassé
2020-01-10
Federation fixes (#845)
Neil Alexander
2019-08-06
Replace membership and visibility values with constants (#774)
Alex Chen
2019-07-03
Encode URLs properly (#728)
Andrew Morgan
2019-05-21
use go module for dependencies (#594)
ruben