vibetunnel/VibeTunnel.xcodeproj
Peter Steinberger ed19be138b Fix server port binding issue and refactor tunnel services
- Change default server port from 800 to 4020 to avoid privileged port restrictions
- Rename TunnelServerDemo.swift to TunnelServer.swift for clarity
- Remove redundant TunnelServerExample.swift
- Update tty-fwd binary
- Add SettingsWindowDelegate for improved window management
- Update UI components and session monitoring
- Add modern Swift refactoring documentation

The server was failing to start because it was trying to bind to port 800,
which requires root privileges on macOS. Port 4020 is now used as the default.
2025-06-16 02:39:19 +02:00
..
project.xcworkspace Fix server port binding issue and refactor tunnel services 2025-06-16 02:39:19 +02:00
xcuserdata/steipete.xcuserdatad/xcschemes Add macOS app foundation with release infrastructure (#1) 2025-06-15 23:14:29 +02:00
project.pbxproj feat: implement working HTTP server with debug panel 2025-06-16 02:00:56 +02:00