mirror of
https://protopirate.net/ProtoPirate/ProtoPirate.git
synced 2026-06-01 03:04:05 +00:00
d520db8d81
Introduces a static file list cache in protopirate_storage to improve file listing and sorting, with new functions to build, free, and access the cache. Updates file save logic to better handle protocol-specific fields and serialization, and ensures memory is freed on app exit. Adds debug logging for file operations and improves robustness in file handling throughout the app.