summaryrefslogtreecommitdiff
path: root/internal/federation/dereferencing
AgeCommit message (Expand)AuthorFiles
2024-08-25[chore] Tiny tweak to ApprovedByURI (#3234)Libravatar tobi1
2024-08-25[bugfix] Carry-over `ApprovedByURI` to avoid marking already-approved remote ...Libravatar tobi1
2024-08-13[security] harden account update logic (#3198)Libravatar kim3
2024-08-13[bugfix] relax missing preferred_username, instead using webfingered username...Libravatar kim2
2024-08-03[bugfix] fix emoji recaching operations (#3167)Libravatar kim2
2024-08-02[chore] move PopulateAccountStats() nil check often performed into function i...Libravatar kim1
2024-07-27[chore] replaces nested ifs with switch cases, removes defer 'onFail()' being...Libravatar kim1
2024-07-26[bugfix] Use punycode for `host` part of `resource` query param when doing we...Libravatar tobi2
2024-07-26[feature] Federate interaction policies + Accepts; enforce policies (#3138)Libravatar tobi1
2024-07-24[chore] Add interaction filter to complement existing visibility filter (#3111)Libravatar tobi5
2024-07-23Remove content and related fields from boosts (#3131)Libravatar Vyr Cossont1
2024-07-22[bugfix] media.Processor{}.GetFile() returning 404s on first call, correctly ...Libravatar kim3
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim3
2024-07-11[chore] Add interaction policy gtsmodels (#3075)Libravatar tobi3
2024-06-26[chore] media and emoji refactoring (#3000)Libravatar kim6
2024-06-11[bugfix] Deref stats async, serve stub collections if handshaking (#2990)v0.16.0-rc2Libravatar tobi1
2024-06-10[bugfix] boost and account recursion (#2982)Libravatar kim1
2024-06-06[bugfix] update media if more than just url changes (#2970)Libravatar kim3
2024-06-06[bugfix] concurrent map writes in dereferencer media processing maps (#2964)Libravatar kim4
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim3
2024-04-16[feature/performance] Store account stats in separate table (#2831)Libravatar tobi2
2024-03-22[chore] Move local account settings to separate db table (#2770)Libravatar tobi1
2024-03-14[bugfix] only check replyTo visibility during permission checks IF status is ...Libravatar kim1
2024-03-12[feature] Process incoming `Move` activity (#2724)Libravatar tobi2
2024-03-04[bugfix] check remote status permissibility (#2703)Libravatar kim3
2024-02-27[feature] Add experimental `instance-federation-spam-filter` option (#2685)Libravatar tobi1
2024-02-23[bugfix] 2643 bug search for account url doesnt always work when redirected (...Libravatar kim5
2024-02-18[bugfix] Fix dereferencing ancestors on new status create (#2652)Libravatar tobi2
2024-02-14[bugfix] add stricter checks during all stages of dereferencing remote AS obj...Libravatar kim6
2024-02-09use pointer for freshness window (#2614)Libravatar tobi3
2024-02-09[chore] Move `DoOnce` func wrapper to util (#2613)Libravatar tobi4
2024-01-31[bugfix] parent status replied to status not dereferenced sometimes (#2587)Libravatar kim3
2024-01-26[bugfix] Don't return Account or Status if new and dereferencing failed, othe...Libravatar tobi3
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