summaryrefslogtreecommitdiff
path: root/internal/cache/cache.go
AgeCommit message (Expand)AuthorFiles
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi1
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim1
2023-08-03[feature] simpler cache size configuration (#2051)Libravatar kim1
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim1
2023-07-18[bugfix] more robust list timeline invalidation (#1995)v0.10.0-rc3Libravatar kim1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-05-09[bugfix] update go-cache version to support multi-keying (#1756)Libravatar kim1
2023-03-31[bugfix] Fix relationship not updating 'following' on accept follow request (...Libravatar tobi1
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-12-08[chore] move caches to a separate State{} structure (#1078)Libravatar kim1
2022-07-10[chore] consolidate caching libraries (#704)Libravatar kim1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-08-20Database updates (#144)Libravatar tobi1
2021-03-11start adding mastodon api typesLibravatar tsmethurst1
2021-03-09moving stuff around, stubbing interfacesLibravatar tsmethurst1
2021-03-02start implementing db interfaceLibravatar tsmethurst1