Skip to content

Tags: claudiodangelis/qrcp

Tags

0.11.3

Toggle 0.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(server): Fix link when external IP is IPv6 (#335)

The external IP module can return an IPv6 address, in which case the
method to append a port is to wrap it in square brackets before
appending the ":%d" port string.

Unfortunately Go's IP module does not have a great way to determine
whether an address is an IPv6 address, so fall back to counting the
number of colons in the result as suggested in
https://stackoverflow.com/a/48519490.

0.11.2

Toggle 0.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(go): require go 1.18 (#322)

* fix: require go 1.18

Fixes "predeclared any requires go1.18 or later (-lang was set to go1.16; check go.mod)"

* Updated go to 1.18 in go.sum
* Ran go mod tidy

* docs(README): update required Go version

---------

Co-authored-by: Claudio d'Angelis <claudiodangelis@gmail.com>

0.11.1

Toggle 0.11.1's commit message
style(all): run "go fmt"

0.11.0

Toggle 0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(zip): delete temporary file after transferring it (#304)

* Fixing deleting temporary files

* style(util):

* chore(deps): go mod tidy

---------

Co-authored-by: Claudio d'Angelis <claudiodangelis@gmail.com>

0.10.1

Toggle 0.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use correct permissions when creating config directory (#269)

0.10.0

Toggle 0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Implement --bind parameter (#266)

0.9.1

Toggle 0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not set cookies when keep-alive is true (#231)

0.9.0

Toggle 0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Disable submit button after start transferring (#212)

Co-authored-by: Vincent Lau <vincent@mobile.hkcoldtea.com>

0.8.6

Toggle 0.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Address golangci-lint warnings in source code

0.8.5

Toggle 0.8.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Extract filename base from multipart