Commit Graph

8 Commits

Author SHA1 Message Date
8125001a49 Improve logging and file synchronization handling in RNS FileSync
- Updated logging messages to include browser mode information when sending and receiving file lists.
- Added warnings for cases where the sync directory is not set.
- Improved file request and sync logging to provide clearer insights into the synchronization process.
- Implemented checks for incomplete file downloads, including size mismatches and chunk counts, with appropriate logging for errors and warnings.
2025-11-22 13:12:18 -06:00
07f6809987 Ensure directory creation only if path exists in handle_file_complete function 2025-11-22 13:07:14 -06:00
3b8047c0f2 Update CHUNK_SIZE and enhance file list request logging
- Changed CHUNK_SIZE from 8192 to 7000 for optimized performance.
- Modified request_file_list_from_peer to accept a browser_mode parameter for improved logging based on the request context.
2025-11-22 13:03:44 -06:00
c831acf2b5 Fix SimpleTUI input handling and display refresh logic.
- Adjusted view and log height calculations for better usability.
2025-11-22 12:57:42 -06:00
164584bda0 Add requirements file for RNS dependency 2025-11-22 12:46:02 -06:00
0ea18d8d92 Add permissions example file for RNS FileSync with usage guidelines and examples 2025-11-22 12:45:58 -06:00
aa7fcee9a8 Add RNS FileSync script 2025-11-22 12:45:53 -06:00
6ee6ddcaac first commit 2025-11-22 12:45:16 -06:00