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
Age
Commit message (
Expand
)
Author
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-15
Current wiring (#1125)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-12
Add trace logging to RoomserverInternalAPI (#1120)
Kegsay
2020-06-11
Roomserver API changes (#1118)
Kegsay
2020-06-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay
2020-06-10
Remove unused UserUpdates producer (#1109)
Kegsay
2020-06-09
Factor out how monolith routes get added (#1107)
Kegsay
2020-06-08
Split out SetupFooComponent (#1106)
Kegsay
2020-06-04
s/Base64String/Base64Bytes/g (#1093)
Kegsay
2020-06-04
Add ParseFileURI and use it when dealing with file URIs (#1088)
Kegsay
2020-06-04
Enable room version 6 (#1087)
Neil Alexander
2020-06-02
Return correct error to LookupRoomAlias
Neil Alexander
2020-06-01
Unbreak dendritejs
Kegan Dougal
2020-06-01
Fix pg user already exists (#1076)
S7evinK
2020-06-01
Send-to-device support (#1072)
Neil Alexander
2020-05-26
Miscellaneous fixes (#1060)
Neil Alexander
2020-05-22
dendritejs tweaks for persisting sqlite DBs (#1058)
Kegsay
2020-05-22
Separate muxes for public and internal APIs (#1056)
Neil Alexander
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-15
Set canonical alias on room creation (#1042)
Kegsay
2020-05-13
Get profile content for join request again (#1027)
Neil Alexander
2020-05-07
Direct messages (#1012)
Neil Alexander
2020-05-06
only send new events to RS; add tests for /state_ids and /event (#1011)
Kegsay
2020-05-05
Prefer /state_ids when missing state across federation (#1008)
Kegsay
2020-05-04
Roomserver perform leave (#1004)
Neil Alexander
2020-05-04
Roomserver perform join (#1001)
Neil Alexander
2020-05-01
Limit database connections (#980, #564) (#998)
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-29
Federation sender API remodel (#988)
Neil Alexander
2020-04-28
Loopback event from invite response (#982)
Neil Alexander
2020-04-24
More invite support (#979)
Neil Alexander
2020-04-22
Fix sarama import URLs (#856)
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-16
Add SQL tracing via DENDRITE_TRACE_SQL (#968)
Kegsay
2020-04-14
Move /room/{roomID}/state endpoints into client API (#606) (#962)
Neil Alexander
2020-04-14
support non-exclusive namespaces for AS (#828)
mohit kumar singh
2020-04-12
Added checks for JSON body in accounts_data endpoint (#863)
Prateek Sachan
2020-04-09
Federation for v3/v4 rooms (#954)
Neil Alexander
2020-04-03
Invites v2 endpoint (#952)
Neil Alexander
2020-03-30
Implement typing over federation (#949)
Kegsay
2020-03-30
Rename the typing server to EDU server (#948)
Kegsay
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-19
p2p: Implement published rooms (#923)
Kegsay
2020-03-19
Implement /joined_rooms (#911)
Prateek Sachan
2020-03-18
maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)
Abhinav Krishna C K
2020-03-18
Log errors from rows.Close (#920)
Prateek Sachan
2020-03-17
Add room version to room create request, persist in storage (#915)
Neil Alexander
[next]