summaryrefslogtreecommitdiff
path: root/internal/transport
AgeCommit message (Expand)AuthorFiles
2025-01-08[feature] Fetch + create domain permissions from subscriptions nightly (#3635)Libravatar tobi3
2024-10-16[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)Libravatar Markus Unterwaditzer1
2024-09-26[chore] bump go-byteutil v1.2.0 -> v1.3.0 (#3356)Libravatar kim1
2024-08-30[chore] Close copied request body in SignDelivery (#3254)Libravatar tobi1
2024-07-30[feature] persist worker queues to db (#3042)Libravatar kim5
2024-07-27[chore] log delivery worker stop/start at debug level (#3145)Libravatar tobi1
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 tobi2
2024-07-24[chore] renames the `GTS` caches to `DB` caches (#3127)Libravatar kim2
2024-07-12[feature] support processing of (many) more media types (#3090)Libravatar kim2
2024-06-20[feature] add worker task serialization logic (#2989)Libravatar kim5
2024-06-10[chore] Roll back use of `(created)` pseudo-header pending #2991 (#2992)Libravatar tobi1
2024-06-06drop date (#2969)Libravatar tobi1
2024-06-03[feature] log worker startup counts (#2958)Libravatar kim1
2024-05-30[chore] Make worker run messages debug output (#2944)Libravatar Daenney1
2024-04-26[performance] update remaining worker pools to use queues (#2865)Libravatar kim2
2024-04-11[performance] massively improved ActivityPub delivery worker efficiency (#2812)Libravatar kim5
2024-04-02[bugfix] Set the `Host` header within the signing transport (#2799)Libravatar kim5
2024-04-02[bugfix] httpclient not signing subsequent redirect requests (#2798)Libravatar kim2
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 kim3
2024-02-19[feature] Add Mastodon-compatible HTTP signature fallback (#2659)Libravatar Milas Bowman2
2024-02-17[chore] Simplify the User-Agent string (#2645)Libravatar Daenney1
2024-02-14[bugfix] add stricter checks during all stages of dereferencing remote AS obj...Libravatar kim3
2024-01-31[feature] Try HTTP signature validation with and without query params for inc...Libravatar tobi2
2024-01-19[performance] overhaul struct (+ result) caching library for simplicity, perf...Libravatar kim3
2023-11-27[feature] Add `/api/v1/admin/debug/apurl` endpoint (#2359)Libravatar tobi1
2023-11-14[bugfix] process account delete side effects in serial, not in parallel (#2360)Libravatar tobi1
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-08-03[feature] simpler cache size configuration (#2051)Libravatar kim1
2023-07-23[chore] Disable the right webfinger test (#2018)Libravatar Daenney1
2023-07-12[chore] Skip webfinger test on CI (#1983)Libravatar Daenney1
2023-06-27[bugfix] Try to fix the webfinger test, again (#1931)Libravatar Daenney1
2023-06-21[performance] update go-cache library (#1917)Libravatar kim1
2023-06-13[chore] Refactor AP authentication, other small bits of tidying up (#1874)Libravatar tobi1
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-21[bugfix] Add back removed ValidateRequest() before backoff-retry loop (#1805)v0.9.0-rc2Libravatar kim5
2023-05-16[chore] Change time comparison in webfinger test (#1798)Libravatar Daenney1
2023-05-16[bugfix] Fix NegotiateFormat with multiple accept headers (#1797)Libravatar Daenney1
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi1
2023-05-08[chore/performance] Make sender multiplier configurable (#1750)Libravatar tobi1
2023-05-04[bugfix] Serve correct 'application/jrd+json' content type for webfinger requ...Libravatar tobi1
2023-04-30[bugfix] tweak httpclient error handling again ... (#1721)Libravatar kim1
2023-04-28[performance] improved request batching (removes need for queueing) (#1687)Libravatar kim5
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney12
2023-03-09[bug] Handle 410 on webfinger properly (#1601)Libravatar Daenney1
2023-03-08[feature] Discover webfinger through host-meta (#1588)Libravatar Daenney4
2023-03-06[bugfix] internal server error on search not found (#1590)Libravatar kim5