summaryrefslogtreecommitdiff
path: root/internal/transport
AgeCommit message (Expand)AuthorFiles
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
2023-02-18[chore] transport improvements (#1524)Libravatar kim6
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney3
2023-02-10[performance] remove throttling timers (#1466)Libravatar kim1
2023-02-02[feature] Implement `/api/v2/instance` endpoint (#1409)Libravatar tobi1
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi10
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi4
2022-11-27[bugfix] Use Host domain for UA (#1156)Libravatar Daniele Sluijters1
2022-11-26[chore] Set User-Agent header in transport (#1154)Libravatar Daniele Sluijters6
2022-11-26Tweak the User-Agent a bit (#1153)Libravatar Daniele Sluijters1
2022-11-23[feature/performance] Fail fast when doing remote transport calls inside inco...Libravatar tobi3
2022-11-15[chore] update database caching library (#1040)Libravatar kim1
2022-11-11[feature] Read + Write tombstones for deleted Actors (#1005)Libravatar tobi1
2022-10-08[performance] cache domains after max retries in transport (#884)Libravatar kim2
2022-09-29[feature] update config types to use bytesize.Size (#828)Libravatar kim2
2022-09-28[chore] update dependencies, bump to Go 1.19.1 (#826)Libravatar kim3
2022-09-02[performance] use GetAccountByUsernameDomain() for local account lookups to r...Libravatar kim1
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim3
2022-06-11[chore] Webfinger rework (#627)Libravatar tobi1
2022-06-08[feature] More consistent API error handling (#637)Libravatar tobi4
2022-05-30[chore] Global server configuration overhaul (#575)Libravatar kim3
2022-05-27[bugfix] Add `accept: application/activity+json` to dereferencer (#611)Libravatar tobi1
2022-05-26[performance] Don't retry/backoff invalid http requests that will never succe...v0.3.4Libravatar tobi1
2022-05-15[security] transport.Controller{} and transport.Transport{} security and perf...Libravatar kim8
2022-04-18[bugfix] Use our own (Batch)Deliver implementation for federated messages (#466)Libravatar tobi1
2022-03-15[performance] Add dereference shortcuts to avoid making http calls to self (#...Libravatar tobi4
2022-01-23rework data function to provide filesizeLibravatar tsmethurst2