summaryrefslogtreecommitdiff
path: root/internal/cache
AgeCommit message (Expand)AuthorFiles
2024-05-21[performance] cache v2 filter keyword regular expressions (#2903)Libravatar kim1
2024-05-06update the total ratios calculation to include ALL caches (previously was mis...Libravatar kim2
2024-05-02add missing caches to the main cache sweep command (#2891)Libravatar kim1
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi4
2024-04-15[performance] cached oauth database types (#2838)Libravatar kim4
2024-04-11[feature] New user sign-up via web page (#2796)Libravatar tobi1
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim1
2024-04-02[chore] bump go structr cache version -> v0.6.0 (#2773)Libravatar kim5
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi3
2024-03-06[feature/chore] Add Move database functions + cache (#2647)Libravatar tobi4
2024-03-06[feature] Filters v1 (#2594)Libravatar Vyr Cossont3
2024-02-12[performance] temporarily cache account status counts to reduce no. account c...Libravatar kim3
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim6
2024-01-17[chore] update viper version (#2539)Libravatar kim1
2024-01-09[bugfix] fix higher-level explicit domain rules causing issues with lower-lev...Libravatar kim2
2023-12-18[feature] request blocking by http headers (#2409)Libravatar kim3
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim1
2023-12-11[bugfix] ensure the 'Closing' flag doesn't get cached (#2443)Libravatar kim1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim1
2023-11-27[bugfix] Don't copy ptr fields in caches (#2386)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim3
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi3
2023-09-23[chore] fix typo in slice.go (#2219)Libravatar K1
2023-09-21[feature] Implement explicit domain allows + allowlist federation mode (#2200)Libravatar tobi3
2023-09-07[chore] much improved paging package (#2182)Libravatar kim1
2023-08-14[bugfix] fix inconsistent calculated cache sizes (#2115)v0.11.0Libravatar kim2
2023-08-10[performance] remove last of relational queries to instead rely on caches (#2...Libravatar kim2
2023-08-06[bugfix] update cache library with nil ptr fix (#2070)Libravatar kim1
2023-08-04[performance] add caching of status fave, boost of, in reply to ID lists (#2060)Libravatar kim2
2023-08-03[feature] simpler cache size configuration (#2051)Libravatar kim6
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi1
2023-07-31[performance] cache follow, follow request and block ID lists (#2027)Libravatar kim4
2023-07-29[feature] Implement markers API (#1989)Libravatar Vyr Cossont1
2023-07-27[feature] Support setting private notes on accounts (#1982)Libravatar Vyr Cossont1
2023-07-18[bugfix] more robust list timeline invalidation (#1995)v0.10.0-rc3Libravatar kim2
2023-07-07[chore/bugfix] Domain block tidying up, Implement first pass of `207 Multi-St...Libravatar tobi1
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim1
2023-06-03[chore] Update versions, fix lint errors (#1860)Libravatar tobi1
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim2
2023-05-09[bugfix] fix possible domain blockcache nil ptr + add debug String() func (#1...Libravatar kim2
2023-05-09[bugfix] update go-cache version to support multi-keying (#1756)Libravatar kim2
2023-05-01[performance] replace domain block cache with an in-memory radix trie (#1714)Libravatar kim3
2023-04-29[performance] tweak http client error handling (#1718)Libravatar kim1
2023-04-10[feature] Receive notification when followed account posts (if desired) (#1680)Libravatar tobi1
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 kim5
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney6
2023-03-08[feature] Discover webfinger through host-meta (#1588)Libravatar Daenney1
2023-03-03[performance] cache media attachments (#1525)Libravatar kim1