RandyTheSilly
|
dfb5c10dcb
|
Fix building for many non-Linux platforms
|
2025-05-11 00:41:44 -04:00 |
|
RandyTheSilly
|
03c040b373
|
Use go-boilerplate
|
2025-05-09 16:12:03 +00:00 |
|
RandyTheSilly
|
8f98e0b577
|
Use correct string gen mode for generating device ID suffix
|
2025-04-21 17:59:53 -04:00 |
|
RandyTheSilly
|
4ed816cb11
|
Allow more control over string generation to improve generated password compatibility
|
2025-04-20 01:18:46 -04:00 |
|
RandyTheSilly
|
451d695649
|
Fix inability to add a folder on the server if the folder was already created on a client that failed to sync
|
2025-04-20 00:50:27 -04:00 |
|
RandyTheSilly
|
51bb67f315
|
Break current device ID retrieval out into exported function GetCurrentDeviceID(); fix duplicate device IDs being generated by not deleting the old one before a potentially failed registration
|
2025-03-19 23:35:50 -04:00 |
|
RandyTheSilly
|
44924737ab
|
Export sync.RootLength so clients may modify it at runtime
|
2025-03-18 21:44:14 -04:00 |
|
RandyTheSilly
|
e9d0c37043
|
Implement utility function for formatting and printing errors
|
2025-02-01 20:48:03 -05:00 |
|
RandyTheSilly
|
173574eb85
|
Remove error messages that do not make sense for GUI implementations
|
2025-02-01 19:31:24 -05:00 |
|
RandyTheSilly
|
4689cae3f4
|
Ensure sheared folders always end in a trailing slash in the deletions directory; this improves clarity and reduces duplicate entries in the deletions directory
|
2025-02-01 12:00:34 -05:00 |
|
RandyTheSilly
|
eb2b349697
|
Sync deletions before folders to avoid failing to download folder contents if the deleted folder is re-added prior to sync
|
2025-01-26 18:12:54 -05:00 |
|
RandyTheSilly
|
0162b737c8
|
Fix crash for SSH dialing errors on interactive clients
|
2025-01-12 21:16:21 -05:00 |
|
RandyTheSilly
|
1c650d4751
|
Avoid hard closing/crashing interative clients on SSH dialing failures
|
2025-01-12 20:47:20 -05:00 |
|
RandyTheSilly
|
5028fb21b0
|
Add 3-second timeout for SSH connection attempts
|
2025-01-12 20:35:43 -05:00 |
|
RandyTheSilly
|
68e3108741
|
Allow returning lists of synchronized entries from sync.RunJob
|
2025-01-11 17:47:27 -05:00 |
|
RandyTheSilly
|
c28d45c9da
|
Allow forcing one-off functions in sync package to operate in offline mode
|
2024-12-29 16:25:13 -05:00 |
|
RandyTheSilly
|
2feeeb74d7
|
Return errors from ParseConfig (facilitates GUI development)
|
2024-12-29 16:23:08 -05:00 |
|
RandyTheSilly
|
a4a39a3a99
|
Support passphrase-protected SSH identity files on non-CLI clients
|
2024-12-28 15:09:17 -05:00 |
|
RandyTheSilly
|
1fb2834844
|
Fix renaming an entry/folder to an invalid path still attempting the rename on the server
|
2024-10-18 12:34:17 -04:00 |
|
RandyTheSilly
|
de508d17f2
|
Fix edited entries (edited to have fewer lines than before) not being truncated during sync (regression from 88b7a6be6d)
|
2024-08-20 01:05:11 -04:00 |
|
RandyTheSilly
|
4c54349b39
|
Assign error-specific exit codes to constants
|
2024-08-13 20:48:20 -04: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
|
645bd964e6
|
Create and close sshClient instances in one-off sync functions (ShearRemoteFromClient, RenameRemoteFromClient, AddFolderRemoteFromClient)
|
2024-08-13 18:41:47 -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
|
cbf9139713
|
Handle remaining errors in sync/client.go
|
2024-08-13 16:21:55 -04:00 |
|
RandyTheSilly
|
7d51d12b55
|
Remove old device ID from server in DeviceIDGen
|
2024-08-12 15:53:40 -04:00 |
|
RandyTheSilly
|
e861b2b6f3
|
Close sshClient at the end of RunJob
|
2024-08-12 14:22:58 -04:00 |
|
RandyTheSilly
|
bb1ecc5bae
|
Handle or explicitly ignore all remaining errors
|
2024-08-12 14:13:48 -04:00 |
|
RandyTheSilly
|
ed9c4e91ff
|
Implement error-specific exit codes
|
2024-08-11 20:21:01 -04:00 |
|
RandyTheSilly
|
06b9527a33
|
Properly format function documentation comments
|
2024-08-11 16:37:28 -04:00 |
|
RandyTheSilly
|
9f43337437
|
Call GetSSHClient once in a full sync procedure, reusing the client (fixes multiple keyfile passphrase prompts)
|
2024-08-11 15:01:24 -04:00 |
|
RandyTheSilly
|
c83a3aa018
|
Rename "backend" package to "core"
|
2024-08-08 16:49:34 -04:00 |
|
RandyTheSilly
|
ba4f7f2340
|
Move packages out of src/
|
2024-08-08 16:35:03 -04:00 |
|