aboutsummaryrefslogtreecommitdiff
path: root/appservice/appservice.go
AgeCommit message (Expand)Author
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04app service unix socket support (#3022)Boris Rybalkin
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-14Remove polylith/API mode (#2967)Till
2022-12-05Enable/Disable internal metrics (#2899)Till
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-11-02Implement `/thirdparty` endpoints (#2831)Till
2022-09-01Refactor appservices component (#2687)Neil Alexander
2022-05-10Back out matrix-org/dendrite#2421 by restoring `http.Client`sNeil Alexander
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Define component interfaces based on consumers (1/2) (#2423)kegsay
2022-05-05Use `gomatrixserverlib.Client` instead of `http.Client` (#2421)Neil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-03-21Wait for safe shutdown of NATS Server (#2289)Neil Alexander
2022-03-16Stream tweaks, use same codepath for sync vs async input room events, wait fo...Neil Alexander
2022-02-16Add account type (#2171)S7evinK
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-03Add missing HTTP mode for userapi (#1982)S7evinK
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander
2021-03-05Use default transport for AS traffic (#1789)Neil Alexander
2021-03-05Tweak AS registration check and AS component HTTP clients (#1785)Neil Alexander
2021-01-26Graceful shutdowns (#1734)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-10-15Start Kafka connections for each component that needs them (#1527)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-06-17Make userapi control account creation entirely (#1139)Kegsay
2020-06-16BREAKING: Make eduserver/appservice use userapi (#1138)Kegsay
2020-06-12Minor perf/debugging improvements (#1121)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-10Remove public appservice routes (#1112)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-06-04Convert everything but serverkeyapi to inthttp (#1096)Kegsay
2020-06-01Fix pg user already exists (#1076)S7evinK
2020-05-26Miscellaneous fixes (#1060)Neil Alexander
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-18Add -api flag to monolith (#1044)Neil Alexander
2020-05-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander
2020-02-13Support sqlite in addition to postgres (#869)Kegsay
2020-02-11Pass cfg by reference around the codebase (#819)Behouba Manassé
2019-05-21use go module for dependencies (#594)ruben