aboutsummaryrefslogtreecommitdiff
path: root/syncapi/syncapi.go
AgeCommit message (Expand)Author
2023-12-12Introduce a new stream for the appservice consumer (#3277)Till
2023-07-19Use pointer when passing the connection manager around (#3152)Till
2023-07-13Tweaks around `/messages` (#3149)Till
2023-06-12Cleanup remaining statekey usage for senderIDs (#3106)devonh
2023-03-22Update Go, use go tool covdata for coverage files?Till Faelligen
2023-03-22Remove `BaseDendrite` (#3023)Till
2023-03-17Preparations for removing `BaseDendrite` (#3016)Till
2023-02-20Merge keyserver & userapi (#2972)Till
2022-09-27Fulltext implementation using Bleve (#2675)Till
2022-09-27Refactor notifications (#2688)Till
2022-09-20Mark device list as stale, if we don't have the requesting device (#2728)Till
2022-05-17bugfix: fix race condition when updating presence via /sync (#2470)kegsay
2022-05-09Begin adding syncapi component tests (#2442)kegsay
2022-05-09One NATS instance per `BaseDendrite` (#2438)Neil Alexander
2022-05-06Move LL cache (#2429)Till
2022-05-05syncapi: define specific interfaces for internal HTTP communications (#2416)kegsay
2022-05-03Tidy up `AddPublicRoutes` (#2412)Neil Alexander
2022-05-03Global database connection pool (for monolith mode) (#2411)Neil Alexander
2022-04-22Reuse the existing lazyload cache on /context and /messages (#2367)Till
2022-04-19Implement lazy loading on `/sync` (#2346)Till
2022-04-06Add presence module V2 (#2312)Till
2022-03-29Remove eduserver (#2306)S7evinK
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-03Implement Push Notifications (#1842)Dan
2022-02-04Remove sarama/saramajetstream dependencies (#2138)S7evinK
2022-01-05Add NATS JetStream support (#1866)S7evinK
2021-01-26Graceful shutdowns (#1734)Neil Alexander
2021-01-08Sync refactor — Part 1 (#1688)Neil Alexander
2020-12-02Top-level setup package (#1605)Neil Alexander
2020-11-20Update last seen on sync requests (#1593)Neil Alexander
2020-11-09Implement read receipts (#1528)S7evinK
2020-10-15Start Kafka connections for each component that needs them (#1527)Neil Alexander
2020-10-08Remove notifs about key changes in syncapi (#1496)Kegsay
2020-09-07Remove current state server (#1405)Kegsay
2020-09-04Remove QuerySharedUsers from current state server (#1396)Kegsay
2020-08-10Prefix-defined Kafka topics (#1254)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-07-30Notify clients when devices are deleted (#1233)Kegsay
2020-07-30Hook up device list updates to the sync notifier (#1231)Kegsay
2020-06-16Make syncapi use userapi (#1136)Kegsay
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-09Factor out how monolith routes get added (#1107)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-06-01Send-to-device support (#1072)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-01Limit database connections (#980, #564) (#998)Neil Alexander
2020-05-01Consolidation of roomserver APIs (#994)Neil Alexander