1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-21 12:26:34 -04:00
sdrangel/sdrbase
Daniele Forsi e46f7f09b8 Fix API host address in About dialog and debug message
The API server is listening on all interfaces. This is indicated by Qt
with the address 0.0.0.0 even if it is listening on both IPv4 and IPv6
https://doc.qt.io/qt-6/qhostaddress.html#toString
So the following addresses are valid
 http://127.0.0.1:8091/
 http://[::1]:8091/
 http://0.0.0.0:8091/
 http://[::]:8091/
plus any other address assigned to wired, wireless or virtual interfaces.
2024-07-20 22:00:00 +02:00
..
audio Fix typos in cpp files 2024-07-10 23:06:38 +02:00
channel Fix memleak 2024-06-08 21:46:23 +02:00
commands Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
device Fix typos in cpp files 2024-07-10 23:06:38 +02:00
dsp WDSP receiver: implement dB or S points option for the signal strength meter 2024-07-14 21:51:22 +02:00
feature Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
pipes Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
plugin Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
resources WDSP receiver: re-generate files from Swagger 2024-07-16 23:30:58 +02:00
settings Use qDeleteAll() for brevity 2024-05-19 19:44:45 +02:00
util Fix typos in cpp files 2024-07-10 23:06:38 +02:00
webapi Fix API host address in About dialog and debug message 2024-07-20 22:00:00 +02:00
websockets Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
availablechannelorfeature.cpp Remove unused includes and use more direct includes 2024-04-11 23:31:34 +02:00
availablechannelorfeature.h Use F:n for feature Ids instead of Fn:m as discussed in #1912 2024-03-05 10:28:01 +00:00
availablechannelorfeaturehandler.cpp Add add and removed channels or features. 2024-04-04 15:21:09 +01:00
availablechannelorfeaturehandler.h Remove unused includes and use more direct includes 2024-04-20 19:10:18 +02:00
CMakeLists.txt vkFFT: Fix building with recent Vulkan SDKs. 2024-04-26 00:35:16 +02:00
maincore.cpp Add missing close parens 2024-06-23 17:32:48 +02:00
maincore.h Add AvailableChannelOrFeatureHandler for handling lists of channels, features and message pipes to them. 2024-02-16 16:31:12 +00:00
mainparser.cpp Fix error message 2024-06-01 16:57:24 +02:00
mainparser.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
remotetcpsinkstarter.cpp Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00
remotetcpsinkstarter.h Rewriting of copyright notices for sdrbase. Part of #1893 2023-11-19 13:43:10 +01:00