summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing/emoji.go
AgeCommit message (Expand)AuthorFiles
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer1
2024-09-03fix new processing media / emoji not being added to dereferencer maps (#3269)Libravatar kim1
2024-08-03[bugfix] fix emoji recaching operations (#3167)Libravatar kim1
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim1
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim1
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim1
2024-06-06[bugfix] concurrent map writes in dereferencer media processing maps (#2964)Libravatar kim1
2024-02-09[chore] Move `DoOnce` func wrapper to util (#2613)Libravatar tobi1
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim1
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim1
2023-05-12[feature] status refetch support (#1690)Libravatar kim1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim1
2023-02-10[chore] small changes missed in previous dereferencer.GetAccount() PRs (#1467)Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-11[chore] Fixes + updates in emoji dereferencing logic (#1022)Libravatar tobi1
2022-11-03[bugfix] Wrap media in read closer (#941)Libravatar tobi1
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi1
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim1
2022-09-26[feature] Show + federate emojis in accounts (#837)Libravatar tobi1
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1