aboutsummaryrefslogtreecommitdiff
path: root/setup/jetstream
AgeCommit message (Expand)Author
2024-09-10add option for credentials file for NATS; more info: https://docs.nat… (#3415)Paige Thompson
2024-09-10Update NATS to 2.10.20, use `SyncAlways` (#3418)Neil
2024-03-22Reuse existing NATS connection (#3345)Till
2023-12-12Introduce a new stream for the appservice consumer (#3277)Till
2023-07-07Set max age for roomserver input stream to avoid excessive interior deletes (...Neil
2023-07-06Increase NATS server startup timeoutTill Faelligen
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-02-24Unify logging by using logrus for jetstream logs (#2976)David Schneider
2023-01-23Use `t.TempDir` for SQLite databases, so tests don't rip out each others data...Till
2022-11-16Detect consumer being deleted in `JetStreamConsumer`Neil Alexander
2022-10-05Add `RoomEventType` nats.Header to avoid unneeded unmarshalling (#2765)Till
2022-10-04Track reasons why the process is in a degraded stateNeil Alexander
2022-09-27Refactor notifications (#2688)Till
2022-09-07Fulltext implementation incl. config (#2480)Till
2022-09-07Add a SigningKeyUpdate producer (#2697)Till
2022-09-01Refactor appservices component (#2687)Neil Alexander
2022-08-31Allow batching in `JetStreamConsumer` (#2686)Neil Alexander
2022-08-05Add race testing to tests, and fix a few small race conditions in the tests (...Brian Meek
2022-08-02Disable NATS Server logging, allow self-signed certificates (#2605)Till
2022-06-15Add `InputDeviceListUpdate` to the keyserver, remove old input API (#2536)Neil Alexander
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-04-27Fix graceful shutdownNeil Alexander
2022-04-27Prevent JetStream from handling OS signals, allow running as a Windows servic...Neil Alexander
2022-04-08Add test infrastructure code for dendrite unit/integ tests (#2331)kegsay
2022-04-06Add presence module V2 (#2312)Till
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-25Try to recover from corrupted NATS streams in memory temporarily (#2301)Neil Alexander
2022-03-23Per-room consumers (#2293)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-03-07Capture Sentry exceptions for errors in `JetStreamConsumer`Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-17Update NATS Server to v2.7.2 (#2193)Neil Alexander
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-02-02Use pull consumers (#2140)Neil Alexander
2022-01-27Roomserver/federation input refactor (#2104)Neil Alexander
2022-01-25Increase maximum message size to 16MB (#2109)Neil Alexander
2022-01-07NATS JetStream tweaks (#2086)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK