summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing
AgeCommit message (Expand)AuthorFiles
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim1
2024-01-09[bugfix] misc dereferencer fixes (#2475)Libravatar kim2
2023-12-15[bugfix] use a much shorter refresh limit for statuses with polls (#2453)v0.13.0Libravatar kim1
2023-12-01[bugfix/chore] `Announce` reliability updates (#2405)v0.13.0-rc1Libravatar tobi1
2023-11-30[bugfix] return 400 Bad Request on more cases of malformed AS data (#2399)Libravatar kim2
2023-11-30[bugfix] always go through status parent dereferencing on isNew, even on data...Libravatar kim1
2023-11-21[chore/security] refactor AuthenticateFederatedRequest() to handle account de...Libravatar kim1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi2
2023-11-11[bugfix] support endless polls, and misskey's' method of inferring expiry in ...Libravatar kim2
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi4
2023-11-10[bugfix] Don't try to update suspended accounts (#2348)Libravatar tobi1
2023-11-08[feature] add support for polls + receiving federated status edits (#2330)Libravatar kim1
2023-11-04[feature] support canceling scheduled tasks, some federation API performance ...Libravatar kim3
2023-10-31[feature] add per-uri dereferencer locks (#2291)Libravatar kim5
2023-10-31[bugfix] Relax `Mention` parsing, allowing either href or name (#2320)Libravatar tobi2
2023-10-25[feature] Status thread mute/unmute functionality (#2278)Libravatar tobi1
2023-10-23[chore] de-interface{} the federator and dereferencer structs (#2285)Libravatar kim11
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim1
2023-09-23[bugfix] support both CollectionPage AND OrderedCollectionPage in status repl...Libravatar kim2
2023-09-23[chore] deinterface the typeutils.Converter and update to use state structure...Libravatar kim4
2023-09-05[bugfix] fix checks for deref the same status descendants / ascendants (#2181)Libravatar kim1
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi2
2023-07-25[performance] retry db queries on busy errors (#2025)Libravatar kim1
2023-07-12[bugfix] Update account `Update` logic (#1984)Libravatar tobi1
2023-07-07[bugfix] Reorder web view logic, other small fixes (#1954)Libravatar tobi2
2023-06-24[bugfix] Only mark status orphaned on 410 Gone (#1923)Libravatar tobi1
2023-06-24[bugfix] Ensure `InReplyToID` set properly, update dereference ancestors func...Libravatar tobi3
2023-06-22[bugfix/chore] oauth entropy fix + media cleanup tasks rewrite (#1853)Libravatar kim5
2023-06-17[chore/bugfix] Refactor `ap/extract.go` functions, return URIs more reliably ...Libravatar tobi1
2023-06-03[bugfix] Fix first item of thread dereferencing always being skipped (#1858)Libravatar tobi1
2023-05-31[bugfix] only attempt to populate account/statuses from DB if already exist (...Libravatar kim2
2023-05-28[chore] tidy up media manager, add calling func to errors, build-script impro...Libravatar kim6
2023-05-25[feature] Add List functionality (#1802)Libravatar tobi1
2023-05-12[feature] status refetch support (#1690)Libravatar kim13
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi4
2023-04-06[bugfix] Normalize status content (don't parse status content as IRI) (#1665)Libravatar tobi3
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim1
2023-03-19[bugfix] Use account ID host as accDomain if 2nd webfinger lookup fails (#1630)Libravatar tobi1
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney17
2023-03-08[chore] improved enrichAccount() logging (#1602)Libravatar kim1
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim1
2023-03-03[bugfix] on deref new account, check db again for account on ErrAlreadyExists...Libravatar kim1
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-03-01[feature] Federate pinned posts (aka `featuredCollection`) in and out (#1560)Libravatar tobi2
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney4
2023-02-13[bugfix] Fix up `error getting account avatar/header` errors, other small fix...Libravatar tobi1
2023-02-13[performance] processing media and scheduled jobs improvements (#1482)Libravatar kim2
2023-02-10[chore] small changes missed in previous dereferencer.GetAccount() PRs (#1467)Libravatar kim4
2023-02-09[bugfix] Fix error on searching for account w/accountDomain by host (#1465)Libravatar tobi1
2023-02-09[performance] Don't fetch avatar + header if uri hasn't changed (#1463)Libravatar tobi2