This website requires JavaScript.
Explore
Help
Register
Sign In
explewd
/
waste-go
Watch
1
Star
0
Fork
0
You've already forked waste-go
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
5
Wiki
Activity
Files
v0.1.2
waste-go
/
.claude
/
settings.json
10 lines
123 B
JSON
Raw
Permalink
Normal View
History
Unescape
Escape
Add file listing: share-dir flag, file_list_req/resp DataChannel messages - proto: FileEntry, FileListResp types; MsgFileListReq/Resp msg types; CmdGetFileList + EvtFileList IPC types; Files field on IpcMessage - mesh: ShareDir field + ScanShareDir(); on DataChannel open, auto-send MsgFileListReq to new peer; handle MsgFileListReq (scan + reply) and MsgFileListResp (emit EvtFileList to IPC subscribers) - ipc: get_file_list command — own list returned immediately; remote peer list requested via DataChannel (response arrives as EvtFileList event) - daemon: -share-dir flag wired to mesh.ShareDir - test scripts: pass -share-dir /home/frejoh/Downloads/{alice,bob,charlie}; test-network.sh verifies each peer's own file list via get_file_list - FUTURE.md: document per-network share directories and multi-network design Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 19:07:11 +02:00
{
"permissions"
:
{
"allow"
:
[
feat: session persistence, logout button, TURN HMAC fix; update docs - Browser mode auto-rejoins saved network on reload (waste_last_network) - Logout button (⏻) in sidebar clears session; optionally clears identity keypair - TURN credentials now use HMAC-SHA1 of username (coturn use-auth-secret compatible) - README: deploy scripts documented, session persistence section, serve-web.sh noted - FUTURE.md: mark shipped items, add remaining work for daemon TURN + TUI rooms Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-26 20:16:18 +02:00
"Bash(go build *)"
,
"Bash(npx tsc *)"
,
"Bash(npm run *)"
Add file listing: share-dir flag, file_list_req/resp DataChannel messages - proto: FileEntry, FileListResp types; MsgFileListReq/Resp msg types; CmdGetFileList + EvtFileList IPC types; Files field on IpcMessage - mesh: ShareDir field + ScanShareDir(); on DataChannel open, auto-send MsgFileListReq to new peer; handle MsgFileListReq (scan + reply) and MsgFileListResp (emit EvtFileList to IPC subscribers) - ipc: get_file_list command — own list returned immediately; remote peer list requested via DataChannel (response arrives as EvtFileList event) - daemon: -share-dir flag wired to mesh.ShareDir - test scripts: pass -share-dir /home/frejoh/Downloads/{alice,bob,charlie}; test-network.sh verifies each peer's own file list via get_file_list - FUTURE.md: document per-network share directories and multi-network design Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-21 19:07:11 +02:00
]
}
}
Reference in New Issue
Copy Permalink