aboutsummaryrefslogtreecommitdiff
path: root/internal/caching/caches.go
AgeCommit message (Expand)Author
2024-10-18Update the license headers to mention the commercial licenseQuentin Gliech
2024-10-17Rename the go packageQuentin Gliech
2024-10-17Update the copyright headers in all filesQuentin Gliech
2023-07-20de-MSC-ifying space summaries (MSC2946) (#3134)helm-dendrite-0.13.1Sam Wedgwood
2023-05-03Use PDU in even more places (#3074)kegsay
2023-04-27Remove gmsl.HeaderedEvent (#3068)kegsay
2023-04-06refactor: use latest GMSL which splits fed client from matrix room logic (#3051)kegsay
2023-02-24Refactor `StoreEvent` and create a new `RoomDatabase` interface (#2985)Till
2022-08-03Remove roominfo cache (#2615)Neil Alexander
2022-07-19Add event state key cache (#2576)Neil Alexander
2022-07-13Pointerise `types.RoomInfo` in the cache so we can update it in-place in the ...Neil Alexander
2022-07-11Ristretto cache (#2563)Neil Alexander
2022-05-06Move LL cache (#2429)Till
2022-03-01Allow specifying max age for caches (#2239)Neil Alexander
2022-03-01msc2946: add federation cache (#2238)kegsay
2022-02-18Remove event type and state key caches (#2200)Neil Alexander
2020-12-16Add RoomInfo cache, remove RoomServerRoomNIDsCache (#1646)Neil Alexander
2020-12-04Federation sender event cache (#1614)Neil Alexander
2020-08-25Roomserver NID caches (#1335)Neil Alexander
2020-06-12More key tweaks (#1116)Neil Alexander
2020-06-05More flexible caching (#1101)Neil Alexander