33 Commits
Author SHA1 Message Date
RandyTheSilly 273e86d97e Only use index when ranging over slices of structs 2026-02-09 21:28:26 -05:00
RandyTheSilly 409db78d83 Use nil pointer to indicate missing device ID (rather than FSMisc) 2026-01-21 18:49:16 -05:00
RandyTheSilly 3b4e75b592 Return sync lists using custom type 2026-01-08 23:39:52 -05:00
RandyTheSilly d0e8640ce6 Re-implement age data upload via SFTP (download will continue to use new method) 2026-01-08 20:39:44 -05:00
RandyTheSilly d21de424cb Simplify error handling syntax 2026-01-08 18:50:10 -05:00
RandyTheSilly 5e5a7c57e9 Major sync refactor (do not use SFTP for age files; allow using core.LibmuttonInit with custom device ID prefixes) 2026-01-08 16:59:58 -05:00
RandyTheSilly 28286788a0 Fully support non-destructive append in core.LibmuttonInit(); update copyright year for 2026 2026-01-01 19:52:08 -05:00
RandyTheSilly 571bc0a3bd Rename "cfg" package to "config", always use "cfg" for variable names 2025-12-27 12:11:10 -05:00
RandyTheSilly e2d1b8dc09 Fix deletions adjusting to a device ID change incorrectly and leading to server panics 2025-12-11 20:40:29 -05:00
RandyTheSilly 2ab777fd57 Improve server-side panic formatting 2025-12-11 18:56:05 -05:00
RandyTheSilly 4e6c18db8a Report panic details (stack trace w/args&stdin) to clients; drop synccycles.StringGen() (moved to go-boilerplate) 2025-12-11 18:23:01 -05:00
RandyTheSilly f16078fe01 Handle more server-side errors from the client 2025-12-10 00:08:42 -05:00
RandyTheSilly e355c810da Sync (fetch) refactor; return info from server using new JSON type 2025-12-09 23:17:59 -05:00
RandyTheSilly 3ddce4bdf5 Consistently use "age" when referencing age files, not "aging" 2025-11-23 03:25:20 -05:00
RandyTheSilly 50d51f9d96 Initial password aging support 2025-11-23 03:20:58 -05:00
RandyTheSilly b39a40407f Update stdout logging regarding clipboard refresher 2025-11-10 01:02:05 -05:00
RandyTheSilly d844fb1010 libmuttonserver: Fix deletions renaming 2025-06-07 14:16:54 -04:00
RandyTheSilly 111324cc25 libmuttonserver: When changing device IDs, rename pending old deletions 2025-06-07 13:56:26 -04:00
RandyTheSilly 3daaf2d67a Remove verifyOldLocationExists parameter from RenameLocal() 2025-06-05 20:23:18 -04:00
RandyTheSilly c0f55156d8 Bump go-boilerplate 2025-06-01 17:01:40 -04:00
RandyTheSilly 5f8789a0f0 Bump go-boilerplate; make error codes sequential 2025-06-01 14:17:51 -04:00
RandyTheSilly 2e3be57e3e Handle unhandled error; remove error handling in server-only function (error would never become visible to user) 2025-06-01 12:35:07 -04:00
RandyTheSilly a1c47b06a1 Address JetBrains warnings 2025-05-29 22:05:57 -04:00
RandyTheSilly 36bbf88690 Refactor: Split into more packages to reduce server binary size 2025-05-12 16:26:03 +00:00
RandyTheSilly 03c040b373 Use go-boilerplate 2025-05-09 16:12:03 +00:00
RandyTheSilly 4ca97834f4 Fix formatting of copyright date in version info output 2025-01-11 18:11:27 -05:00
RandyTheSilly b37dfdb912 Bump copyright date 2025-01-11 17:58:46 -05:00
RandyTheSilly a1c9827c04 Move FSSpace, FSPath, and FSMisc constants to core package to avoid import cycles 2024-08-13 20:28:33 -04:00
RandyTheSilly be46b0d6b2 Fix init if devices directory does not exist/is empty 2024-08-13 20:21:11 -04:00
RandyTheSilly 88b7a6be6d Create all config/entry files (both local and remote) with 0600 permissions 2024-08-13 17:20:15 -04:00
RandyTheSilly 7d51d12b55 Remove old device ID from server in DeviceIDGen 2024-08-12 15:53:40 -04:00
RandyTheSilly ed9c4e91ff Implement error-specific exit codes 2024-08-11 20:21:01 -04:00
RandyTheSilly f5e5cd31bb Move libmuttonserver.go to this repo 2024-08-08 17:39:18 -04:00