commit b2e9733730d973ea65b4a80fba71ce64583d1d87 Author: Mooneer Salem Date: Fri Feb 28 23:54:54 2025 -0800 Fix issue with corrupted IP addresses being logged. commit 8baad4043900c5d84e77bf230dad710298024d7b Author: Mooneer Salem Date: Fri Feb 28 23:04:52 2025 -0800 Fix spelling error. commit 777485c627cf86b8f5cf84242feb55762c2757da Author: Mooneer Salem Date: Fri Feb 28 23:00:13 2025 -0800 Reduce websocketpp buffer size to match what's used in our read logic. commit ed8d66a0afa68088a57a0cafcea5db9ff2de0e0f Author: Mooneer Salem Date: Fri Feb 28 22:59:56 2025 -0800 Show IP address that failed connection. commit bba6f576cc2c549d90b58028e04bbc2fd61379bc Author: Mooneer Salem Date: Fri Feb 28 22:50:29 2025 -0800 Additional logging cleanup. commit e706e205c5901d35e9ecf6e2b5de94f8adb7abd3 Author: Mooneer Salem Date: Fri Feb 28 22:17:23 2025 -0800 Update comments in recently added files. commit 3adff4c26059d19fd5acf1dec6b20aa20e9098ca Author: Mooneer Salem Date: Fri Feb 28 22:15:26 2025 -0800 Use ulog for websocketpp logging. commit 0d37f0a52178a219e45ba2b03152245127925959 Author: Mooneer Salem Date: Thu Feb 27 16:14:30 2025 -0800 Sockets on Windows aren't actually fully POSIX. commit b0d6e5fd5e1cb2d0bf02a9374fb469e965335f80 Author: Mooneer Salem Date: Thu Feb 27 09:10:59 2025 -0800 Fix additional segfault on exit. commit 4cefb152af370476543d115b670ce41ad062cca5 Author: Mooneer Salem Date: Thu Feb 27 08:53:08 2025 -0800 Ensure that connection is actually closed if we stop being in contact with the server. commit 49e9d9aec9424915c69eba73b33492e7f330e987 Author: Mooneer Salem Date: Thu Feb 27 02:27:02 2025 -0800 Fix Windows build failure. commit 7687d408af9de2b5de7f16d13aae76877763060c Author: Mooneer Salem Date: Thu Feb 27 01:54:16 2025 -0800 Work around exception bug on object destruction. commit e39a164de2f199017b5ea867d2bd4f4733860e80 Author: Mooneer Salem Date: Thu Feb 27 01:25:58 2025 -0800 Fix Linux build issue. commit b5dee9dd44987c176462f86c430ee52b718bd273 Author: Mooneer Salem Date: Thu Feb 27 01:10:44 2025 -0800 Remove sioclient tarball and build logic. commit 6ad43c63a0041f491be57e3b676c473a0566a0b8 Author: Mooneer Salem Date: Thu Feb 27 01:09:48 2025 -0800 Fix bug preventing hide/show from working properly. commit 108989f790353c44ce5a4872631d6c69c8b6a2a9 Author: Mooneer Salem Date: Thu Feb 27 00:53:11 2025 -0800 Read all data available every 50ms. commit 07e4f19b284c0110a4297a502f2f6b9956c2040a Author: Mooneer Salem Date: Thu Feb 27 00:48:34 2025 -0800 Fix bugs preventing connection to FreeDV Reporter server. commit 3f8c2ba95eda2fb4e338cb3c4cc0492311749f42 Author: Mooneer Salem Date: Wed Feb 26 23:44:00 2025 -0800 Update FreeDVReporter to use our SocketIoClient. commit 21e43efb0e4527ff05ce3fd675d1b06800a56faf Author: Mooneer Salem Date: Wed Feb 26 18:53:15 2025 -0800 Adapt ezDV implementation of sioclient. commit 7c17d4cbbc1dc01b180b1935b9cb3e968b39ff3f Author: Mooneer Salem Date: Tue Feb 25 17:05:01 2025 -0800 Add ThreadedTimer (prerequisite for own socket.io implementation). commit 180de6e4899a13e9bab02a22934178668592c979 Author: Mooneer Salem Date: Tue Feb 25 17:03:49 2025 -0800 Add json and websocketpp source files. commit c3b2bda5f7fe97a16f0b0bff1c245e2ca8a4c5d4 Author: Mooneer Salem Date: Sat Feb 22 13:48:13 2025 -0800 WIP patch to wxWidgets to enable color emojis on Windows. commit 8aab201aaf7b41fae9d88a4a36e2da00779b31d0 Author: Mooneer Salem Date: Thu Feb 20 10:57:58 2025 -0800 Generate tarball on Linux as CMake behaves weird with a macOS-created ZIP file. commit 6180112f9c1f952ae00324a01f00d1206a92f9dc Author: Mooneer Salem Date: Thu Feb 20 09:12:29 2025 -0800 Embed ZIP file with sioclient code instead of individual files. commit ee5dcc2dbeef53bcb355c8366acb7134db1987ff Author: Mooneer Salem Date: Thu Feb 20 09:09:47 2025 -0800 Revert "Embed sioclient source code into FreeDV codebase." This reverts commit 20211185449d47dc7072385b1b410116710a6169. commit 130aeec504bc19351d32f6e75c40fec6f90fe9e7 Author: Mooneer Salem Date: Thu Feb 20 02:11:55 2025 +0000 latest user manual PDF commit e56e21e9a628996a3c448f9a3ba8703559208800 Author: Mooneer Salem Date: Wed Feb 19 18:08:54 2025 -0800 Save Hamlib rig names on startup as they're able to change out from under us. (#834) * Save Hamlib rig names on startup as they're able to change out from under us. * Bump up Hamlib to 4.6.2. * Add PR #834 to changelog. * Capture rig names after sorting the rig list. This ensures that the rig names are in the same order as the main list. * Append -D to USB/LSB if radio is using digital variant. commit 1b37f47bba606515e551f630dcf979ef8d336c93 Author: Mooneer Salem Date: Wed Feb 19 12:59:56 2025 -0800 Append -D to USB/LSB if radio is using digital variant. commit 63e4ee2067239c341a2df80bff4ff5040841c3e8 Author: Mooneer Salem Date: Tue Feb 18 21:45:22 2025 -0800 Exclude 3rdparty from spellcheck. commit 20211185449d47dc7072385b1b410116710a6169 Author: Mooneer Salem Date: Tue Feb 18 21:35:54 2025 -0800 Embed sioclient source code into FreeDV codebase. commit 4b2b9c2cc8027f60f8936b2baec41e7c8e8cfad9 Author: Mooneer Salem Date: Tue Feb 18 18:13:09 2025 -0800 Capture rig names after sorting the rig list. This ensures that the rig names are in the same order as the main list. commit 3f625af3c0413f9037cfb985f1a8ad552923c922 Merge: 0214782b 0426ed89 Author: Mooneer Salem Date: Tue Feb 18 18:07:12 2025 -0800 Merge branch 'v2.0-dev' into ms-hamlib-rig-names commit 0426ed894430aba9fe13fff7bf828cea3195fab0 Author: Mooneer Salem Date: Tue Feb 18 14:59:50 2025 -0800 Increase short RX coloring timeout to 5 seconds. (#835) commit ab1b344c6e7d9b8a96636710294d521c4f9d82b4 Author: Mooneer Salem Date: Tue Feb 18 13:26:19 2025 -0800 Increase short RX coloring timeout to 5 seconds. commit 0214782b2f0f1cf232fe6b1443aecd50e74e370a Author: Mooneer Salem Date: Tue Feb 18 13:24:11 2025 -0800 Add PR #834 to changelog. commit 62c602c676fc0ba4012080e727f04b279b75b456 Author: Mooneer Salem Date: Tue Feb 18 13:22:41 2025 -0800 Bump up Hamlib to 4.6.2. commit 136fa7b001b442dcc55ebdd923e27f47a405838a Author: Mooneer Salem Date: Tue Feb 18 13:17:24 2025 -0800 Save Hamlib rig names on startup as they're able to change out from under us. commit d195e7241a8245a353f6f30bb4f137957fc4bdce Author: Mooneer Salem Date: Tue Feb 18 21:15:57 2025 +0000 latest user manual PDF commit 12fa7d0f10d84b607428b7837ae46041a5909ae5 Author: Mooneer Salem Date: Tue Feb 18 13:13:06 2025 -0800 Update 80/160m default frequencies. (#831) * Update 80/160m default frequencies. * Add PR #831 to changelog. commit c642f9d39f96ae6567ccbcc8f699f993b895b46c Author: Mooneer Salem Date: Tue Feb 18 13:02:00 2025 -0800 Only show whole number SNRs in main window. (#832) commit 34da9f404d04b401c7509604307cdc754f131ff1 Author: Mooneer Salem Date: Sun Feb 16 08:33:08 2025 -0800 Only show whole number SNRs in main window. commit 429159b39cffeb016c104cfd2c3f2b19dbfac7c8 Author: Mooneer Salem Date: Sun Feb 16 08:11:09 2025 -0800 Add PR #831 to changelog. commit ebf8ada4a1ad7565b37bb999656f8851a93ad02b Author: Mooneer Salem Date: Sun Feb 16 08:04:53 2025 -0800 Update 80/160m default frequencies. commit 9fc9403479368f136be57e00561e7c9935da4542 Author: Mooneer Salem Date: Tue Feb 11 23:39:36 2025 +0000 latest user manual PDF commit 7ae3d118fbfd1c2eb3cce8d7a52ebe24e9f03d65 Author: Mooneer Salem Date: Tue Feb 11 15:36:31 2025 -0800 Don't adjust Msg column width when user disconnects. (#828) * Don't adjust Msg column width when user disconnects. * Add PR #828 to changelog. * Don't cause Msg col to be resized when it changes (i.e. on user connect). * Add back 4+ character commit ID to version. commit f004d462ae9b83e151e817e9d58a3694fca9fda9 Author: Mooneer Salem Date: Tue Feb 11 14:56:44 2025 -0800 Add back 4+ character commit ID to version. commit dc5fb8e426d7c5265789ab4c37309ea8bfa21197 Author: Mooneer Salem Date: Tue Feb 11 12:05:20 2025 -0800 Don't cause Msg col to be resized when it changes (i.e. on user connect). commit f3fd1468a9959d4b83a1a6520d8a7533b9b7a8dd Author: Mooneer Salem Date: Tue Feb 11 15:36:23 2025 +0000 latest user manual PDF commit 509ff53626f8a1a513ddac76b83129fee43335d0 Merge: e0ef19a7 d22976c4 Author: Mooneer Salem Date: Tue Feb 11 07:34:48 2025 -0800 Merge branch 'v2.0-dev' into ms-reporter-msg-col-size commit d22976c45f893d5d3918e428ab77ac63f765bbc0 Author: Mooneer Salem Date: Tue Feb 11 07:33:50 2025 -0800 Fix issue preventing suppression of the Msg tooltip for non-truncated messages (#829) * Clarify purpose of extra space at beginning of truncated message. * Fix issue preventing suppression of the Msg tooltip for non-truncated messages. * Add PR #829 to changelog. commit 50217dba9e135e4f5914bf606478347b83c475ba Author: Mooneer Salem Date: Mon Feb 10 18:30:28 2025 -0800 Relax microphone permissions checking on Windows. (#825) commit 0394545cab5bb252b4a0e7a8b16efcd4ba53128d Author: Mooneer Salem Date: Mon Feb 10 20:27:21 2025 -0600 Add PR #829 to changelog. commit 0d60297f84e1a77f13a51d83b809f4d395818ca7 Author: Mooneer Salem Date: Mon Feb 10 20:23:21 2025 -0600 Fix issue preventing suppression of the Msg tooltip for non-truncated messages. commit c23acacc3df3c7d3ba27fe3123d5bc0c1119edff Author: Mooneer Salem Date: Mon Feb 10 20:17:51 2025 -0600 Clarify purpose of extra space at beginning of truncated message. commit e0ef19a7cff5a50c66f14ff2a1ec8e9cd85b3a59 Author: Mooneer Salem Date: Mon Feb 10 20:01:31 2025 -0600 Add PR #828 to changelog. commit 32ae96f79e37c9c006410c7dd0befaa31296aa08 Author: Mooneer Salem Date: Mon Feb 10 20:00:05 2025 -0600 Don't adjust Msg column width when user disconnects. commit e8b4db4ff4508394d28c57dc77c5c533629a180d Author: Mooneer Salem Date: Thu Feb 6 15:19:39 2025 -0500 Relax microphone permissions checking on Windows.