Zac Gaetano zgaetano · He/Him
  • Joined on 2026-03-31
zgaetano pushed to main at WildDragonLLC/dragon-iso 2026-05-08 01:01:02 -04:00
16e0a483e2 fix: address review findings on tonight's commits
zgaetano pushed to main at WildDragonLLC/dragon-iso 2026-05-08 00:56:15 -04:00
bab29b02ab feat(ui): chromeless title bar with custom caption controls
9c231118de feat(stats): wire IsoHealthStats end-to-end and surface live counters in UI
f07aad1c6a ci(forgejo): release workflow on tag push -> MSI artifact + release asset
1d85396a90 feat(logging): rolling file sink under %LOCALAPPDATA%\\TeamsISO\\Logs
9891f2444d test(ndi): end-to-end pipeline round-trip with framerate normalization
Compare 6 commits »
zgaetano pushed to main at WildDragonLLC/dragon-iso 2026-05-08 00:16:47 -04:00
d2c0c2159f feat(installer): WiX v5 MSI scaffold for Wild Dragon TeamsISO
0b24fbb529 test(ndi): seed requires=ndi integration tests against real NDI runtime
Compare 2 commits »
zgaetano pushed to main at WildDragonLLC/dragon-iso 2026-05-08 00:08:53 -04:00
6cac486fbe feat(ui): rebrand to Wild Dragon + Microsoft Teams layout
53c06a9af9 feat(ui): single-instance enforcement via per-user named mutex
b542d01835 feat(ui): rebuild MainWindow with Stone-theme design system
909237f454 feat(ndi): plumb NDI groups (discovery + output) through the engine
Compare 4 commits »
zgaetano pushed to main at WildDragonLLC/dragon-iso 2026-05-07 23:33:58 -04:00
fa8d2a8fad feat(console): add --list-sources diagnostic flag
ca124540a7 fix(parser): accept 'MS Teams' brand prefix from current Teams NDI broadcasts
Compare 2 commits »
zgaetano pushed to main at WildDragonLLC/dragon-iso 2026-05-07 23:10:28 -04:00
d90ebb826f fix(ndi): match the NDI 6 WIN64 runtime banner in version probe
d14a33a0a3 fix(ndi): resolve Processing.NDI.Lib.x64 via NDI_RUNTIME_DIR_V6 env var
0f03c272ad fix(build): use forward-slash paths in TeamsISO.sln so Windows .slnf resolves
Compare 3 commits »
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:21:51 -04:00
e03c978d85 README: update roadmap, document Linux+Windows builds, reflect first-packet tunnelUp signal
zgaetano pushed to main at zgaetano/artemis 2026-05-07 00:20:56 -04:00
b3e7a57017 README: update integration example for new heartbeat/unregister signatures
zgaetano pushed to main at zgaetano/artemis 2026-05-07 00:20:09 -04:00
6fd5895adb Add build-boringtun-win.ps1 for Windows builds of Artemis
zgaetano pushed to main at zgaetano/artemis 2026-05-07 00:19:50 -04:00
95ea28e6b0 displayinfo_linux: parse resolution after the name token, validate bounds, accept any modern resolution
zgaetano pushed to main at zgaetano/artemis 2026-05-07 00:18:50 -04:00
9d51a96aa3 RelayReg: heartbeat/unregisterHost now send {wg_ip} body required by relay; pass body on DELETE
zgaetano pushed to main at zgaetano/artemis 2026-05-07 00:18:25 -04:00
66b4721b34 Fix RelayReg API: heartbeat/unregisterHost now require wgIP per relay contract
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:17:48 -04:00
967539de5d Wire DragonRelayView to the dragonRelay backend (real model + status binding)
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:17:13 -04:00
41b431a11c Mac tunnelmanager: align with new size_t-based FFI; first-packet tunnelUp() signal
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:15:58 -04:00
f270350ae6 RelayClient: fix syntax error in savedServers(); strip trailing slash on relay URLs
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:15:25 -04:00
9bcef4c0a9 Backend: align signal connections with new TunnelManager API; fix fromConf usage
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:14:43 -04:00
27958f3514 CMake: include Linux tunnelmanager + pthread on Linux builds
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:14:24 -04:00
7819b5fbf2 Wintun loader: fix unload() to actually reset all function pointers
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:13:55 -04:00
06dccbe147 Expose lastURL/lastUsername to QML for form pre-fill
zgaetano pushed to main at WildDragonLLC/dragonmoonlight 2026-05-07 00:13:28 -04:00
4ebc674a89 Add Linux tunnelmanager (boringtun userspace + /dev/net/tun)