aboutsummaryrefslogtreecommitdiff
path: root/setup/base
AgeCommit message (Expand)Author
2024-05-01Take advantage of changes in recent Go versions (#3361)0x1a8510f2
2024-01-17Add login fallback (#3302)Till
2023-04-24Move fedclient interface over to gmsl (#3061)devonh
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-03-16simplify unix socket permission format (#3014)Boris Rybalkin
2023-03-01unix socket support (#2974)Boris Rybalkin
2023-02-14Remove polylith/API mode (#2967)Till
2023-01-26Added Landing Page (#2885)Lukas
2023-01-23Initial Store & Forward Implementation (#2917)devonh
2023-01-20Make tests more reliable (#2948)Till
2022-12-01Fix `dendrite-demo-pinecone`, `/_dendrite` namespace setupNeil Alexander
2022-11-15Federation fixes for virtual hostingNeil Alexander
2022-10-04Track reasons why the process is in a degraded stateNeil Alexander
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Return `M_UNRECOGNIZED` for unknown CS API endpoints/actions (#2740)Neil Alexander
2022-09-20HTTP connection keepalives (#2730)Neil Alexander
2022-09-20Update dependencies (#2729)Neil Alexander
2022-09-07Fulltext implementation incl. config (#2480)Till
2022-08-30Fix race condition on startup (#2679)Till
2022-08-01Set CORS headers for HTTP 404 and 405 errors (#2599)Neil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-06-10Attempt to raise the file descriptor limit at startup (#2527)Neil Alexander
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-06Add `PolylithMode` base config option (#2428)Neil Alexander
2022-05-06Clean up interface definitions (#2427)kegsay
2022-05-05Update to matrix-org/gomatrixserverlib#303Neil Alexander
2022-05-03Fix bug in database global setupNeil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-29Add restrictions for open registration (#2402)Till
2022-04-27Version 0.8.2 (#2386)v0.8.2Neil Alexander
2022-04-27Fix graceful shutdownNeil Alexander
2022-04-27Defer cancel on shutdown contextNeil Alexander
2022-04-27Use process context as base context for all HTTPNeil Alexander
2022-04-27Add UserAPI storage tests (#2384)Till
2022-04-27Prevent JetStream from handling OS signals, allow running as a Windows servic...Neil Alexander
2022-03-29Remove eduserver (#2306)S7evinK
2022-03-28User directory for nearby Pinecone peers (P2P demo) (#2311)Neil Alexander
2022-03-25Healthcheck endpoints (#2303)Neil Alexander
2022-03-11Platform sanity checks (#2271)Neil Alexander
2022-03-03Implement Push Notifications (#1842)Dan
2022-02-18Merge both user API databases into one (#2186)Neil Alexander
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-12-03Cherry-pick removal of unused HTTP client from #2061Neil Alexander
2021-11-24Merge `federationapi`, `federationsender`, `signingkeyserver` components (#2055)Neil Alexander