aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-14Delete docs/Screenshot 2024-05-03 at 4.40.09 PM.pngJeff Halter
2024-07-14Create go-proxy-warmingJeff Halter
Add go doc proxy marking workflow: https://github.com/marketplace/actions/go-proxy-warming
2024-07-13Re-add UserList field to clientJeff Halter
2024-07-10Update documentationJeff Halter
2024-07-09Extensive refactor and clean upJeff Halter
2024-07-06Update README.mdJeff Halter
Remove redundant header
2024-07-06Remove user from DockerfileJeff Halter
2024-06-27Limit chat message size to 8192 bytesJeff Halter
2024-06-27Update docker image nameJeff Halter
2024-06-26Fix Windows compatibility for -init flagJeff Halter
2024-06-24Refactoring, cleanup, test backfillingJeff Halter
2024-06-18Adopt more fixed size array types for struct fieldsJeff Halter
2024-06-17Use fixed size array types in Transaction fieldsJeff Halter
2024-06-17Clean up various linter warningsJeff Halter
2024-06-17Fix io.Reader implementations and wrap more errorsJeff Halter
2024-06-17Add arm32 to goreleaser configJeff Halter
2024-06-17Fix corrupt file info forksJeff Halter
This fixes a bug that happens when: 1. Optional "Enable Resource Forks" feature is true 2. A file comment is added 3. The comment is updated to be shorter than the original The expected behavior is that the hidden .info file is replaced with the new data, but this wasn't happening because the file flag was not set to truncate on write.
2024-06-17Fix io.Reader implementation for FileNameWithInfoJeff Halter
2024-06-17Update failing news testJeff Halter
2024-06-16Fix broken io.Reader implementationsJeff Halter
2024-06-15Replace hardcoded version with ldflag usageJeff Halter
2024-06-15Refactoring and cleanupJeff Halter
* Split CLI client into separate project * Convert more functions to follow common Golang idioms e.g io.Reader, io.Writer * Use ldflags for versioning * Misc cleanup and simplification
2024-06-10Replace zap logger with slogJeff Halter
2024-06-10Read banner once at startupJeff Halter
2024-06-09Update goreleaser configJeff Halter
2024-06-09Update goreleaser configJeff Halter
2024-06-09Update go.ymlJeff Halter
2024-06-09Update go.ymlJeff Halter
2024-06-09Add .goreleaser.yamlJeff Halter
2024-06-09Remove CircleCI configJeff Halter
2024-06-09Add Github workflow configJeff Halter
2024-06-09Remove redundant text encoding funcJeff Halter
2024-06-09Convert more bespoke methods to io.Reader/io.Writer interfacesJeff Halter
2024-06-09Convert bespoke methods to io.Reader/io.Writer interfacesJeff Halter
2024-06-09Replace custom slice concat func with slices.ConcatJeff Halter
2024-06-09Refactor TrackerRegistration Read to io.Reader interfaceJeff Halter
2024-06-08Ignore files with incompatible namesJeff Halter
2024-06-08Add support for account login renameJeff Halter
2024-06-01patch: v0.12.3Jeff Halter
2024-06-01Fix account management edge casesJeff Halter
2024-06-01If no predefined default path for server config, look in the current dirCharlotte Koch
2024-05-05patch: v0.12.2Jeff Halter
2024-05-05Fix bug that clears account password on permission editJeff Halter
2024-05-05Fix handling of refuse PM flagJeff Halter
2024-05-03Upload example dialogJeff Halter
2024-05-02Add files via uploadJeff Halter
2024-04-29Fix testJeff Halter
2024-04-29Make GetFileInfo behavior consistent with official 1.9 server behaviorJeff Halter
2024-04-19Update dependenciesJeff Halter
2024-04-12patch: v0.12.1Jeff Halter