Commit graph

4 commits

Author SHA1 Message Date
dt229878
c9162356cd Inbound APRS message relay into JS8 mesh. 2026-01-16 06:40:35 -06:00
Manuel Ochoa
09281f7e68
Fix duplicate callsign in RX.DIRECTED TCP messages (#123)
TEXT param contained the full formatted message including FROM prefix,
  causing duplication when clients reconstruct the message. Changed to
  use d.text (message body) instead.

Co-authored-by: Manuel Ochoa <mochoa@protonmail.com>
2026-01-08 16:11:57 -05:00
Chris-AC9KH
854666bde1 Add doxy hooks to MainWindow class member function files in JS8_Mainwindow 2026-01-06 22:47:39 -06:00
Chris-AC9KH
8c647b5a9e Move MainWindow member functions to external source files in
JS8_Mainwindow:
- buildQueryMap.cpp
- checkVersion.cpp
- dataSink.cpp
- displayBandActivity.cpp
- displayCallActivity.cpp
- initializeDummyDate.cpp
- initializeGroupMessage.cpp
- networkMessage.cpp
- processCommandActivity.cpp
- processDecodeEvent.cpp
- processRxActivity.cpp

reduces mainwindow.cpp from 12,482 to 8,284 lines of code
2026-01-06 22:47:39 -06:00