summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing/dereferencer.go
AgeCommit message (Expand)AuthorFiles
2024-12-23[feature] add support for clients editing statuses and fetching status revisi...Libravatar kim1
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi1
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim1
2024-06-06[bugfix] concurrent map writes in dereferencer media processing maps (#2964)Libravatar kim1
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi1
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim1
2024-02-09use pointer for freshness window (#2614)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-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim1
2023-07-07[bugfix] Reorder web view logic, other small fixes (#1954)Libravatar tobi1
2023-06-24[bugfix] Ensure `InReplyToID` set properly, update dereference ancestors func...Libravatar tobi1
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-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney1
2023-02-10[chore] small changes missed in previous dereferencer.GetAccount() PRs (#1467)Libravatar kim1
2023-02-03[chore] reformat GetAccount() functionality, support updating accounts based ...Libravatar kim1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi1
2022-11-29[chore] Tidy up some of the search logic (#1082)v0.6.0-rc1Libravatar tobi1
2022-11-11[chore] Fixes + updates in emoji dereferencing logic (#1022)Libravatar tobi1
2022-10-13[feature] Refetch emojis when they change on remote instances (#905)Libravatar tobi1
2022-09-25[bugfix] update thread iterators to not use recursion (#851)Libravatar kim1
2022-09-12[feature] Fetch + display custom emoji in statuses from remote instances (#807)Libravatar tobi1
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-05-23[bugfix] Fix multiple dereferences of boosted status causing media duplicatio...Libravatar tobi1
2022-01-24change getaccount function signatureLibravatar tsmethurst1
2022-01-24update remote account get/deref logicLibravatar tsmethurst1
2022-01-11pass a function into the manager, start work on emojiLibravatar tsmethurst1
2022-01-10test the media manager a bit, add shutdown logicLibravatar tsmethurst1
2022-01-09tests are passing, but there's still much to be doneLibravatar tsmethurst1
2022-01-08compiling nowLibravatar tsmethurst1
2021-12-28more refactoring, media handler => managerLibravatar tsmethurst1
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi1
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi1
2021-10-11reference global logrus (#274)Libravatar R. Aidan Campbell1
2021-09-14Fix mentions not notifying (#230)Libravatar tobi1
2021-09-04rework media processing a little bit (#191)Libravatar tobi1
2021-09-01Improve GetRemoteStatus and db.GetStatus() logic (#174)Libravatar kim1
2021-08-29Mention fixup (#167)Libravatar tobi1
2021-08-25Pg to bun (#148)Libravatar tobi1
2021-08-10Dereference remote replies (#132)Libravatar Tobi Smethurst1