Skip to content

Tags: fclairamb/ftpserverlib

Tags

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update actions/setup-go action to v5.2.0 (#499)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.24.1

Toggle v0.24.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix some error checks (#457) by @drakkan

The following commit reversed the logic of some error checks

8cdfc8d

v0.24.0

Toggle v0.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update module github.com/fclairamb/go-log to v0.5.0 (#443)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.23.0

Toggle v0.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(test): Improving tests (#440)

This will allow us to test custom driver extensions a lot more easily.

v0.22.0

Toggle v0.22.0's commit message
chore(deps): update actions/setup-go action to v4.1.0

v0.21.0

Toggle v0.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow specifying non-print (#391)

v0.20.0

Toggle v0.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
NLST: return paths relative to the working directory (#368)

NLST: return paths relative to the working directory

Based on RFC 959 NLST is intended to return information that can be used
by a program to further process the files automatically.

Also use path.IsAbs/path.Join to build absolute paths

v0.19.1

Toggle v0.19.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(MLST): Prefix MLST entries with a space (#353)

* Prefix MLST entries with a space
* Fix lint issue in handleMLST
* Rename ẁriteMLSxOutput to writeMLSxEntry

Signed-off-by: Thomas Hallgren <[email protected]>

v0.19.0

Toggle v0.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
micro-optimization: use int8 for enums (#338)

v0.18.0

Toggle v0.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Readme: Details around logging