aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2024-11-24Bump Go and dependency versions to latestJeff Halter
2024-10-06Update README.mdJeff Halter
2024-10-06Fix tracker resultsJeff Halter
2024-08-07Update README.mdJeff Halter
2024-08-04Delete cmd/mobius-hotline-server/mobius/config/Files/hello.txtJeff Halter
2024-08-04Create About This Area.txtJeff Halter
2024-07-31Migrate user account yaml files to new Access flag format if neededJeff Halter
2024-07-30Fix commentsJeff Halter
2024-07-28Fix tracker registration loggingJeff Halter
2024-07-28Improve human readability of account config filesJeff Halter
2024-07-27Fix missing version in Docker and Makefile buildJeff Halter
2024-07-27Add logging of tracker registrationJeff Halter
2024-07-26Make Bonjour optional and disabled by defaultJeff Halter
2024-07-26Limit guest permissionsJeff Halter
2024-07-26Register server address on local network with BonjourJeff Halter
2024-07-25Wrap file transfer errors with more contextJeff Halter