summaryrefslogtreecommitdiff
path: root/internal/transport
AgeCommit message (Expand)AuthorFiles
2025-09-14[feature] Support new model of interaction flow for forward compat with v0.21...Libravatar tobi1
2025-08-20[feature] add metrics for worker counts, and worker queue sizes (#4387)Libravatar kim1
2025-08-14[performance] replace uses of fmt.Sprintf() with inlineable buildURL_() and b...Libravatar kim1
2025-07-09[feature] Use `hidesToPublicFromUnauthedWeb` and `hidesCcPublicFromUnauthedWe...Libravatar tobi1
2025-06-21[bugfix] fix status.Local sometimes being nil (#4285)Libravatar kim1
2025-06-15[feature] Outgoing federation of avatar/header descriptions (#4270)Libravatar nicole mikołajczyk1
2025-05-31[feature/internal/httpclient] add option to configure outgoing protocol (#4134)Libravatar famfo1
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney1
2025-05-15[chore] various federatingdb tweaks (#4178)Libravatar kim2
2025-05-13[chore] Deprecate `with_approval`, `always` (client API), `approvalRequired`,...Libravatar tobi1
2025-04-30[bugfix] Fix wrong URI used in dereferenceLocal (#4097)Libravatar tobi4
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney14
2025-04-26[performance] rewrite timelines to rely on new timeline cache type (#3941)Libravatar kim1
2025-04-25[chore] Move deps to code.superseriousbusiness.org (#4054)Libravatar tobi3
2025-03-05[bugfix] Return useful err on `server start` failure (#3879)Libravatar tobi1
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-03-02[chore] github.com/superseriousbusiness/httpsig -> codeberg.org/superseriousb...Libravatar tobi2
2025-03-02[chore] github.com/superseriousbusiness/activity -> codeberg.org/superserious...Libravatar tobi1
2025-02-11[bug] respect `X-Robots-Tag` and `robots.txt` on api/v1/instance and nodeinfo...Libravatar alemi.dev2
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont1
2025-01-20[bugfix] Store LastModified for domain perm subs + send as If-Modified-Since ...Libravatar tobi2
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