New upstream version 3.0.0+ds
authorIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 28 Apr 2026 09:48:31 +0000 (11:48 +0200)
committerIOhannes m zmölnig (Debian/GNU) <umlaeute@debian.org>
Tue, 28 Apr 2026 09:48:31 +0000 (11:48 +0200)
commit259effbacb3eb6ae1ff5e5e1d8e1336562154bee
treec22fd89271d5edc7377d9592e1c9549f78729dcf
parent4d225d3bb2e850bc0662f792ce202ba81780e3be
New upstream version 3.0.0+ds
88 files changed:
AGENTS.md [new file with mode: 0644]
CLAUDE.md [new file with mode: 0644]
Dockerfile
docs/Documentation/ClientConnectionTypes.md [new file with mode: 0644]
docs/Documentation/NetworkProtocol.md
docs/changelog.yml
linux/Dockerfile.build
meson.build
meson_options.txt
src/AudioInterface.cpp
src/AudioTester.cpp
src/Effects.h
src/JackTrip.cpp
src/JackTrip.h
src/JackTripWorker.cpp
src/JackTripWorker.h
src/JitterBuffer.cpp
src/Limiter.h
src/LoopBack.h
src/PacketHeader.cpp
src/PacketHeader.h
src/ProcessPlugin.h
src/Regulator.cpp
src/Regulator.h
src/Settings.cpp
src/Settings.h
src/SocketClient.cpp
src/SocketServer.cpp
src/SslServer.cpp
src/SslServer.h
src/UdpDataProtocol.cpp
src/UdpHubListener.cpp
src/UdpHubListener.h
src/gui/about.cpp
src/http3/Http3Protocol.cpp [new file with mode: 0644]
src/http3/Http3Protocol.h [new file with mode: 0644]
src/http3/Http3Server.cpp [new file with mode: 0644]
src/http3/Http3Server.h [new file with mode: 0644]
src/jacktrip_globals.cpp
src/jacktrip_globals.h
src/main.cpp
src/vs/AboutWindow.qml
src/vs/Browse.qml
src/vs/ChangeDevices.qml
src/vs/Connected.qml
src/vs/CreateStudio.qml
src/vs/DeviceControlsGroup.qml
src/vs/DeviceRefreshButton.qml
src/vs/DeviceWarningModal.qml
src/vs/Failed.qml
src/vs/FeedbackSurvey.qml
src/vs/LearnMoreButton.qml
src/vs/Login.qml
src/vs/Permissions.qml
src/vs/Recommendations.qml
src/vs/Settings.qml
src/vs/Setup.qml
src/vs/StyledButton.qml [new file with mode: 0644]
src/vs/arrow-left.svg [new file with mode: 0644]
src/vs/arrow-right.svg [new file with mode: 0644]
src/vs/arrow-top-right-on-square.svg [new file with mode: 0644]
src/vs/home.svg [new file with mode: 0644]
src/vs/question-mark-circle.svg [new file with mode: 0644]
src/vs/squares-2x2.svg [new file with mode: 0644]
src/vs/virtualstudio.cpp
src/vs/virtualstudio.h
src/vs/vs.qrc
src/vs/vsAudio.cpp
src/vs/vsConstants.h
src/vs/vsDeviceCodeFlow.h
src/webrtc/WebRtcDataProtocol.cpp [new file with mode: 0644]
src/webrtc/WebRtcDataProtocol.h [new file with mode: 0644]
src/webrtc/WebRtcPeerConnection.cpp [new file with mode: 0644]
src/webrtc/WebRtcPeerConnection.h [new file with mode: 0644]
src/webrtc/WebRtcSignalingProtocol.cpp [new file with mode: 0644]
src/webrtc/WebRtcSignalingProtocol.h [new file with mode: 0644]
src/webrtc/WebSocketSignalingConnection.cpp [new file with mode: 0644]
src/webrtc/WebSocketSignalingConnection.h [new file with mode: 0644]
src/webtransport/WebTransportDataProtocol.cpp [new file with mode: 0644]
src/webtransport/WebTransportDataProtocol.h [new file with mode: 0644]
src/webtransport/WebTransportSession.cpp [new file with mode: 0644]
src/webtransport/WebTransportSession.h [new file with mode: 0644]
subprojects/libdatachannel.wrap [new file with mode: 0644]
subprojects/msquic.wrap [new file with mode: 0644]
subprojects/packagefiles/msquic/CMakeLists.txt [new file with mode: 0644]
subprojects/packagefiles/msquic/meson.build [new file with mode: 0644]
subprojects/packagefiles/msquic/meson_options.txt [new file with mode: 0644]
subprojects/packagefiles/msquic/src/bin/CMakeLists.txt [new file with mode: 0644]