aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-node/src/meshbay_node/transport/webrtc/files.py
Commit message (Collapse)AuthorAgeFilesLines
* refactor(node): move file browsing and folder/file ops out of webrtc_serverChristophe Besson26 hours1-0/+427
FilesMixin in transport/webrtc/files.py; the blocking disk helpers join _locate in webrtc/disk.py, and the lease states go to webrtc/limits.py. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>