Commit Graph
12 Commits
Author SHA1 Message Date
snxraven b711ba0447 Add QVAC
CI / Build & Test (push) Failing after 53s
2026-09-02 14:17:10 -04:00
Raven Scott ff5d7b7f54 Updates
CI / Build & Test (push) Successful in 8m36s
2026-08-06 14:52:29 -04:00
Raven Scott 515b946cc9 Add updated UI
CI / Build & Test (push) Has been cancelled
2026-07-27 00:00:48 -04:00
Raven Scott 83af298eb5 Updates and add examples host
CI / Build & Test (push) Successful in 8m7s
2026-07-26 23:50:17 -04:00
Raven Scott 631f9c4023 Bare Caps
CI / Build & Test (push) Successful in 3m7s
2026-07-26 23:09:00 -04:00
Raven Scott 90b6033382 Fixes
CI / Build & Test (push) Successful in 3m0s
2026-07-26 22:47:40 -04:00
Raven Scott 3626a71ed5 Implement unique keyPairs per tab with improved connection handling
- Remove log count badge from Logs tab, add tab count badge to Tabs tab
- Add default settings: Request Timeout, Ready Timeout, Disable on File URLs
- Each tab now generates its own unique keyPair for connections
- Add swarm.listen() for incoming connections in native host
- Fix event routing: only send events to tabs that own the swarm
2026-02-21 18:11:31 -05:00
snxraven 9086016698 revert 0b6a34d47e
revert testing updates
2026-02-21 03:53:57 -05:00
Raven Scott 0b6a34d47e testing updates 2026-02-21 03:23:32 -05:00
Raven Scott 10785ab556 tests 2026-02-21 02:52:00 -05:00
Raven Scott bef6e3fdbd Add extension options, fix settings save and CSP, update docs
- Options: default max peers, ready timeout (ms), disable on file://,
  notify on host disconnect, plus existing app name, request timeout, debug
- Use storage.local instead of storage.sync so settings persist (e.g. in
  Firefox options page); add save/reset error handling in options UI
- Move options page script to options.js for CSP compliance (no inline script)
- manifest: add "notifications" permission for disconnect notification
- Docs: README (settings section, file layout), API-REFERENCE (ready timeout,
  constructor defaults, request timeout), ARCHITECTURE (storage, options page,
  content script behavior), DATA-API and examples/README (default timeout,
  file:// option)
2026-02-12 07:07:50 -05:00
Raven Scott 90c7a4910e first commit 2026-02-12 03:27:05 -05:00