aboutsummaryrefslogtreecommitdiff
path: root/appservice
AgeCommit message (Expand)Author
2024-02-03Modernize appservice paths and authentication (#3316)Tulir Asokan
2023-12-12Introduce a new stream for the appservice consumer (#3277)Till
2023-11-09Use `IsBlacklistedOrBackingOff` to determine if we should try to fetch device...Till
2023-10-31Some tweaks for the device list updater (#3251)Till
2023-09-15Update gmsl to use new validated RoomID on PDUs (#3200)devonh
2023-08-03Add ID in error messages for ApplicationServices (#3162)maxberger
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-06-14Merge SenderID & Per Room User Key work (#3109)devonh
2023-06-07Use SenderID Type (#3105)devonh
2023-06-06PDU Sender split (#3100)devonh
2023-05-02Use PDU not *Event in HeaderedEvent (#3073)kegsay
2023-04-28Use PDU in more places (#3072)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-19refactor: update GMSL (#3058)kegsay
2023-04-04Move GMSL client types to Dendrite (#3045)kegsay
2023-04-04app service unix socket support (#3022)Boris Rybalkin
2023-04-03Add user profile tests, refactor user API methods (#3030)Till
2023-03-27Add AS invite test, fix issue with invitations being processed twice (#3020)Till
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-13Add basic runtime tracing (#2996)Till
2023-03-01Refactor `StoreEvent`, add `MaybeRedactEvent`, create an `EventDatabase` (#2989)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2023-02-14Remove polylith/API mode (#2967)Till
2022-12-05Use test.WithAllDatabasesTill Faelligen
2022-12-05Fix CI and test.WithAllDatabasesTill Faelligen
2022-12-05Enable/Disable internal metrics (#2899)Till
2022-12-02Add tests for the AS internal API (#2898)Till
2022-11-11Virtual hosting schema and logic changes (#2876)Neil Alexander
2022-11-02Implement `/thirdparty` endpoints (#2831)Till
2022-10-05Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)Till
2022-09-19Bug fix #2718 appservice txnid should be different for each batch of events (...Tak Wai Wong
2022-09-02Only send (invite) events to the AS if it's interested in it (#2692)Till
2022-09-01Refactor appservices component (#2687)Neil Alexander
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-29Log roomserver errorTill Faelligen
2022-08-11Generic-based internal HTTP API (#2626)Neil Alexander
2022-05-24Handle invite in appservice roomserver consumer (#2476)Aaron Ogle
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-04-06Fix bug where state events could be requested twice in appservices (#2328)Neil Alexander
2022-03-24Refactor appservice & client API to use userapi internal (#2290)S7evinK
2022-03-23Per-room consumers (#2293)Neil Alexander
2022-03-21Wait for safe shutdown of NATS Server (#2289)Neil Alexander
2022-03-21Remove unused partition_offset_table (#2288)S7evinK
2022-03-16Stream tweaks, use same codepath for sync vs async input room events, wait fo...Neil Alexander