You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gotosocial/internal/transport
Markus Unterwaditzer a48cce82b9
[chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420)
* [chore] Bump tooling versions, bump go -> v1.23.0

* undo silly change

* sign

* bump go version in go.mod

* allow overflow in imaging

* goreleaser deprecation notices

* [chore] Upgrade golangci-lint, ignore existing int overflow warnings

There is a new lint for unchecked int casts. Integer overflows are bad,
but the old code that triggers this lint seems to be perfectly fine.
Instead of disabling the lint entirely for new code as well, grandfather
in existing code.

* fix golangci-lint documentation link

* revert unrelated changes

* revert another unrelated change

* get rid of remaining nolint:gosec

* swagger updates

* apply review feedback

* fix wrong formatting specifier thing

* fix the linter for real

---------

Co-authored-by: tobi <tobi.smethurst@protonmail.com>
2 months ago
..
delivery [chore] bump go-byteutil v1.2.0 -> v1.3.0 (#3356) 3 months ago
controller.go [feature] Federate interaction policies + Accepts; enforce policies (#3138) 5 months ago
deliver.go [chore] Close copied request body in SignDelivery (#3254) 4 months ago
dereference.go [feature] Federate interaction policies + Accepts; enforce policies (#3138) 5 months ago
derefinstance.go [bugfix] Set the `Host` header within the signing transport (#2799) 9 months ago
derefmedia.go [chore] Upgrade golangci-lint, ignore existing int overflow warnings (#3420) 2 months ago
finger.go [bugfix] Use punycode for `host` part of `resource` query param when doing webfinger requests (#3133) 5 months ago
finger_test.go [bugfix] Use punycode for `host` part of `resource` query param when doing webfinger requests (#3133) 5 months ago
signing.go [chore] Roll back use of `(created)` pseudo-header pending #2991 (#2992) 7 months ago
transport.go [feature] persist worker queues to db (#3042) 5 months ago
transport_test.go [feature] Add experimental `instance-federation-spam-filter` option (#2685) 10 months ago