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
/
createroom.go
Age
Commit message (
Expand
)
Author
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
Implement server notices (#2180)
S7evinK
2022-02-18
Merge both user API databases into one (#2186)
Neil Alexander
2022-01-27
Roomserver/federation input refactor (#2104)
Neil Alexander
2022-01-05
Add NATS JetStream support (#1866)
S7evinK
2021-08-18
Add and use M_ROOM_IN_USE (#1972)
Kevin Liu
2021-07-21
Various alias fixes (#1934)
Neil Alexander
2021-07-21
Support initial_state properly in `/createRoom` (#1932)
Neil Alexander
2021-03-03
Fix appsevice alias queries part 2 (#1684)
Will Hunt
2021-02-12
Implement /createRoom power_level_content_override (#1761)
Michael Telatynski
2020-12-02
Top-level setup package (#1605)
Neil Alexander
2020-11-16
Pass pointers to events — reloaded (#1583)
Neil Alexander
2020-10-19
KindOld (#1531)
Neil Alexander
2020-10-14
Send cumulative state when creating room (#1519)
Neil Alexander
2020-09-03
FIFO ordering of input events (#1386)
Neil Alexander
2020-08-17
Make PerformJoin responsible for sending invite to RS input (#1277)
Neil Alexander
2020-08-17
Synchronous invites (#1273)
Neil Alexander
2020-08-10
Configuration format v1 (#1230)
Neil Alexander
2020-07-03
Implement local redaction (#1182)
Kegsay
2020-07-02
Replace publicroomsapi with a combination of clientapi/roomserver/currentstat...
Kegsay
2020-06-24
Refactor SendMembership - make ban test pass (#1160)
Kegsay
2020-06-24
Add PerformInvite and refactor how errors get handled (#1158)
Kegsay
2020-06-17
Move account/device DBs to userapi (#1141)
Kegsay
2020-06-16
Make userapi responsible for checking access tokens (#1133)
Kegsay
2020-06-12
Rehuffle where things are in the internal package (#1122)
Kegsay
2020-06-10
Remove clientapi producers which aren't actually producers (#1111)
Kegsay
2020-05-21
Fix #897 and shuffle directory around (#1054)
Kegsay
2020-05-15
Set canonical alias on room creation (#1042)
Kegsay
2020-05-07
Direct messages (#1012)
Neil Alexander
2020-05-01
Consolidation of roomserver APIs (#994)
Neil Alexander
2020-03-27
Further room version wiring (#936)
Neil Alexander
2020-03-18
maintenance: Fix matrix-org#896 use %w format verb to wrap errors (#916)
Abhinav Krishna C K
2020-03-17
Add room version to room create request, persist in storage (#915)
Neil Alexander
2020-03-17
Implement gomatrixserverlib.HeaderedEvent in roomserver Kafka output (#914)
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é
2019-08-16
Replace event content types with ones in gomatrixserverlib (#785)
Alex Chen
2019-08-06
Replace membership and visibility values with constants (#774)
Alex Chen
2019-07-24
Implement room creation content (#754)
Alex Chen
2019-07-12
Lots of small typo fixes (#737)
Andrew Morgan
2019-05-21
use go module for dependencies (#594)
ruben