aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-28Merge branch 'master' of https://github.com/jhalter/mobiusHEADmainRuben Beltran del Rio
2025-11-25Add TLS port field to tracker registration protocolJeff Halter
2025-11-24Fix tracker server list parsing for batched responsesJeff Halter
2025-11-22Add optional TLS support for encrypted client connectionsJeff Halter
2025-11-20Update dependenciesJeff Halter
2025-11-20Bump go version to 1.25.4Jeff Halter
2025-11-19Fix error when downloading incomplete filesJeff Halter
2025-11-18Rename hotline.fileWrapper struct to hotline.FileJeff Halter
2025-11-18Replace hardcoded magic values with named constants and improve type safetyJeff Halter
2025-11-18Update BannerFile doc comment in default config.yamlJeff Halter
2025-11-18Add support for GIF banners with validation and improved error messagesJeff Halter
2025-11-14Update Docker image reference in READMEJeff Halter
2025-07-06Add ForkType type alias for improved type safetyJeff Halter
2025-07-05Fix TestHandleSetClientUserInfo test expectationsJeff Halter
2025-07-05Fix string splitting bug and add comprehensive tracker registration testsJeff Halter
2025-07-05Add comprehensive test coverage for news.go functionsJeff Halter
2025-07-04Add comprehensive test coverage for News and improve error handlingJeff Halter
2025-07-04Add comprehensive test coverage for AccessBitmap YAML marshalingJeff Halter
2025-07-04Add comprehensive test coverage for Stats and fix decrement edge caseJeff Halter
2025-07-04Standardize IP extraction using net.SplitHostPortJeff Halter
2025-07-04Add comprehensive API documentation and improve code documentationJeff Halter
2025-07-04Fix file handle close warnings by ignoring return valuesJeff Halter
2025-07-01Add documentation and comprehensive test coverage for AccountManagerJeff Halter
2025-06-30Replace inappropriate panic calls with proper error handlingJeff Halter
2025-06-30Improve error handling consistency in main.goJeff Halter
2025-06-30Add type safety to field system with FieldType aliasJeff Halter
2025-06-30Refactor access bitmap unmarshal logic to use map-driven approachJeff Halter
2025-06-29Fix IPv6 address parsing in IP extractionJeff Halter
2025-06-29Merge branch 'feature/extract-error-constants'Jeff Halter
2025-06-29Fix tests modifying test fixture files by using temporary directoriesJeff Halter
2025-06-29Extract hardcoded error strings into comprehensive public constantsJeff Halter
2025-06-28Update Homebrew workflow to also update URL fieldJeff Halter
2025-06-28Add automated Homebrew formula updates on releaseJeff Halter
2025-06-28Add comprehensive documentation to transaction handler functionsJeff Halter
2025-06-26Refactor FormattedPath to use scanner interface and add comprehensive testsJeff Halter
2025-06-26Replace filepath.Join with path.Join for Windows compatibilityJeff Halter
2025-06-25Fix critical bug in YAMLAccountManager Update methodJeff Halter
2025-06-25Refactor copyDir and findConfigPath functions in main.goJeff Halter
2025-06-25Ignore .claudeJeff Halter
2025-06-19Ensure temporary upload files are closed before renameJeff Halter
2025-05-22Update transaction_handlers.goTheo Knez
2025-05-22Update api.goTheo Knez
2025-05-22Update server.goTheo Knez
2025-05-22Update go.sumTheo Knez
2025-05-22Update go.modTheo Knez
2025-05-22Update main.goTheo Knez
2025-02-06Bump Golang version in DockerfileJeff Halter
2025-02-06Account for 16 vs 32 bit integers in folder uploadRuben Beltran del Rio
2025-02-06Account for the rootRuben Beltran del Rio
2025-02-05Account for 16 vs 32 bit integers in folder uploadRuben Beltran del Rio