1
0
Fork 0

Commit Graph

  • aecc34ee64 Allow YSFClients to compile under Windows. master Jonathan Naylor 2024-04-22 13:15:25 +0100
  • dfe50c4245 Simplify the UDP socket handling. Jonathan Naylor 2024-01-29 15:44:33 +0000
  • f7f94b3ca1
    Merge pull request #307 from W0CHP/master Jonathan Naylor 2023-10-04 17:45:18 +0100
  • bf6577e2ca Reverses PR #306, which broke FCS Remote/Dynamic linking Chipster 2023-10-04 11:11:56 -0500
  • 7cbac3bdab
    Merge pull request #306 from iu5jae/master Jonathan Naylor 2023-07-28 16:50:30 +0100
  • 95d83fd9ce Requested changes Antonio Matraia 2023-07-26 22:02:47 +0200
  • 2530199d54 Possibility of inserting startup reflector as ID Antonio Matraia 2023-07-23 20:50:05 +0200
  • 351e6c2d59 added YSFDirect Antonio Matraia 2023-07-21 00:41:19 +0200
  • 2e303e55e6 updated YSFGateway Antonio Matraia 2023-07-08 20:57:03 +0200
  • daef16c145 Update YSFGateway.cpp Antonio Matraia 2023-06-30 22:09:20 +0200
  • 3409e45d83
    Merge pull request #305 from f1rmb/f1rmb_gpsd_fix_status_check_api_version_2 Jonathan Naylor 2023-05-21 12:56:57 +0100
  • f637ff564f Take care of GPSd API version about fix. Daniel Caujolle-Bert 2023-05-21 06:50:10 +0200
  • c027bed0aa
    Merge pull request #303 from W0CHP/master Jonathan Naylor 2023-05-19 16:20:35 +0100
  • fd84400bfc Update sample INI with quoted `Symbol=` value. Chipster 2023-05-19 09:57:48 -0500
  • 9eb6d3967f Remove the YSF Reflector. Jonathan Naylor 2023-02-23 19:31:28 +0000
  • 3731800162
    Merge pull request #294 from W0CHP/master Jonathan Naylor 2023-02-17 18:04:17 +0000
  • 098c4fc6b4 Add mode type to APRS string. Make APRS band/offset string a bit more consistent. Chipster 2023-02-17 06:20:09 -0600
  • 9efe097f0b Update to gpsd 3.2.1 API. Jonathan Naylor 2023-02-13 17:56:44 +0000
  • 20096333dd
    Merge pull request #293 from W0CHP/master Jonathan Naylor 2023-02-13 15:57:00 +0000
  • 2d92907b96
    Merge branch 'g4klx:master' into master Chipster 2023-02-13 09:33:29 -0600
  • b743f1a6e8 For DGId and YSF Gatweays, add missing symbol func. in offset/no-offset cconditions Chipster 2023-02-13 09:28:41 -0600
  • b0f3f70f77
    Merge pull request #292 from W0CHP/master Jonathan Naylor 2023-02-13 15:09:55 +0000
  • e3dd9f5321 Add APRS Symbol option (based on my PR https://github.com/g4klx/DMRGateway/pull/122) Chipster 2023-02-13 06:59:27 -0600
  • 471d031a08 Add APRS Symbol option (based on my PR https://github.com/g4klx/DMRGateway/pull/122) Chipster 2023-02-13 06:43:30 -0600
  • 22a0b9ae28
    Merge pull request #291 from dg9ffm/patch-33 Jonathan Naylor 2023-02-06 20:16:23 +0000
  • df5b0346f2
    Update FCSRooms.txt dg9ffm 2023-02-05 22:32:47 +0100
  • 1fab3dbd61
    Merge pull request #290 from jcid2023/patch-1 Jonathan Naylor 2023-01-19 20:36:12 +0000
  • d58edef727
    Update YSFHosts.txt jcid2023 2023-01-19 14:29:42 -0500
  • c5491958e4
    applies changes made by OE1KBC <http://ycs-wiki.xreflector.net/doku.php?id=start#supported_hardware> allows the use of "Options=10,20" in YSFGateway.ini ycs232-kbc-20210123 ycs232-kbc Dominic Reich 2023-01-01 21:10:20 +0100
  • ec16283b5c
    Merge pull request #289 from DO1OLI/master Jonathan Naylor 2022-11-16 19:22:30 +0000
  • 9bccf4c2b6 added .vscode to .gitignore DO1OLI 2022-11-05 11:09:09 +0100
  • cdfc8c9fad Show FCS receive debug only when debug is active Oliver 2022-07-16 11:02:52 +0200
  • 1015f3d55f Once linked, pass all traffic to the room/reflector, regardless of the DG-Id. Jonathan Naylor 2022-06-03 17:06:07 +0100
  • 1344f545e9
    Merge pull request #284 from f1rmb/network_status Jonathan Naylor 2022-01-24 07:10:37 +0000
  • 227b3a9b2f Add new remote command: - status: displays network connection status (n/a, conn, disc), just like DMRGateway/MMDVMHost. - host: display connected host, or NONE if disconnected (surrounded with double quotes). Daniel Caujolle-Bert 2022-01-24 02:21:34 +0000
  • 267b8e0809
    Merge pull request #282 from f1rmb/fix_remote_commands Jonathan Naylor 2022-01-20 12:22:20 +0000
  • 3af8708977
    Expect a space between LinkYSF/LinkFCS and its argument. Daniel Caujolle-Bert 2022-01-20 13:16:20 +0100
  • 15247d0c47
    Merge pull request #280 from W0CHP/master Jonathan Naylor 2022-01-07 15:40:22 +0000
  • e792cab308 Added git version string to VERSION, etc. (GitVersion.h); consistent with other clients. Added '--version|-v' to YSFParrot, as well as GitVersion.h facility Added GitVersion.h to gitignore Chipster 2022-01-07 09:14:33 -0600
  • c05a7f0205 * Added git version string to VERSION, etc. (GitVersion.h); consistent with other clients. * Added '--version|-v' to YSFParrot, as well as GitVersion.h facility Chipster 2022-01-07 08:35:27 -0600
  • d3ee33ab0f
    Merge pull request #278 from f1rmb/fix_remote_commands Jonathan Naylor 2022-01-05 09:26:00 +0000
  • 0e48d79162 Apply left trim to remote command argument (otherwise string compare are failing); Daniel Caujolle-Bert 2022-01-05 08:54:06 +0000
  • 7c517f8476 Update the README Jonathan Naylor 2021-12-13 10:38:16 +0000
  • c5d76be1cc
    Merge pull request #277 from dg9ffm/patch-32 Jonathan Naylor 2021-12-12 20:01:23 +0000
  • 9634817ddf
    Update FCSRooms.txt dg9ffm 2021-12-05 11:23:58 +0100
  • 6cea7a63bc
    Merge pull request #276 from narspt/patch-5 Jonathan Naylor 2021-12-03 07:36:12 +0000
  • 90233f50e2
    fix undesired connect packet passthrough narspt 2021-12-03 01:23:51 +0000
  • 1147745c48
    Merge pull request #275 from narspt/patch-4 Jonathan Naylor 2021-11-29 06:34:26 +0000
  • 301e030b4d
    update processWiresX return type definition narspt 2021-11-29 01:47:21 +0000
  • 54ae27d63b
    fix wiresx cmd passthrough happening even disabled narspt 2021-11-29 01:43:34 +0000
  • 1456810fa9 Make FCS rooms numbering dynamic. Jonathan Naylor 2021-11-08 20:16:31 +0000
  • f0868dd4ba Update YSFHosts.txt Jonathan Naylor 2021-10-25 18:49:01 +0100
  • d152dd1074 Fix compiler warnings Jonathan Naylor 2021-10-25 18:03:19 +0100
  • e68f88e8dc
    Merge pull request #274 from dg9ffm/patch-31 Jonathan Naylor 2021-09-29 23:32:54 +0100
  • 08bb6c2734
    Update FCSRooms.txt dg9ffm 2021-09-29 23:37:16 +0200
  • 20488044b1
    Merge pull request #273 from dg9ffm/patch-30 Jonathan Naylor 2021-09-27 21:37:58 +0100
  • 3b7ac383db
    Update FCSRooms.txt dg9ffm 2021-09-26 16:49:38 +0200
  • c848b32cce Add FT-5D GPS support for the DGIdGateway. Jonathan Naylor 2021-09-22 21:57:38 +0100
  • 04d4c91f7c
    Merge pull request #272 from f1rmb/add_yeasu_ft5d_and_missing_transceivers Jonathan Naylor 2021-09-22 21:53:35 +0100
  • dee62db7cd Add FT-5R to the list of supported radios + icon Add non-default APRS icon for the FTM-300D and DR-2X. Daniel Caujolle-Bert 2021-09-22 19:59:30 +0100
  • 3a99410248 Fix the IP display bug. Jonathan Naylor 2021-08-24 18:56:59 +0100
  • 8167158f87 Fix a memory corruption. Jonathan Naylor 2021-08-24 18:47:32 +0100
  • 94fbd66cc3 Update the YSF hosts file. Jonathan Naylor 2021-07-19 21:55:04 +0100
  • 264129e57a
    Merge pull request #267 from dg9ffm/patch-29 Jonathan Naylor 2021-06-27 22:17:32 +0100
  • 480601b954
    Update FCSRooms.txt dg9ffm 2021-06-26 19:56:04 +0200
  • 2d4ffac048
    Merge pull request #262 from f1rmb/f1rmb_network_port_datatype Jonathan Naylor 2021-04-25 09:37:25 +0100
  • fc76b0f4ab
    Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. Daniel Caujolle-Bert 2021-04-25 07:51:51 +0200
  • 014cddadd5
    Merge pull request #259 from f1rmb/f1rmb_fix_UDPSocket_close Jonathan Naylor 2021-04-08 18:15:07 +0100
  • d6ac3b2be5
    Fix nasty bug in UDPSocket::close(). Daniel Caujolle-Bert 2021-03-31 13:41:35 +0200
  • c9660478c5 Bring the DGId Gateway FCS Rooms file up to date. Jonathan Naylor 2021-03-28 15:31:01 +0100
  • b582905728
    Merge pull request #256 from dg9ffm/patch-28 Jonathan Naylor 2021-03-13 16:37:16 +0000
  • ca1e857aa6
    Update FCSRooms.txt dg9ffm 2021-03-13 16:54:18 +0100
  • 10dcdbf56f Truncate FCS reflector names to six characters. Jonathan Naylor 2021-02-28 14:18:21 +0000
  • 0c02bec9d2 Remove duplicate log messages. Jonathan Naylor 2021-02-15 07:22:50 +0000
  • 6c3af73383 Fix bugs and simplify the blocking code. Jonathan Naylor 2021-02-14 19:06:28 +0000
  • d0602d9aa6 Efficiency improvements for the block list checking. Jonathan Naylor 2021-02-14 13:30:06 +0000
  • 51fc88f6e4 Use struct sockaddr_storage instead of sockaddr_storage. Jonathan Naylor 2021-02-13 15:35:44 +0000
  • 05c627c7d5 Fix the missing IP addresses. Jonathan Naylor 2021-02-13 14:43:54 +0000
  • 39f2dc9a0d Actually stop the data if blocked. Jonathan Naylor 2021-02-13 14:07:45 +0000
  • 1a81c4a003 Linux cleanup. Jonathan Naylor 2021-02-13 13:29:46 +0000
  • c159461f30 Add a rudimentary block list. Jonathan Naylor 2021-02-13 13:24:27 +0000
  • 1d428e921d
    Merge pull request #247 from dg9ffm/patch-27 Jonathan Naylor 2021-02-06 14:06:05 +0000
  • 44cf900ec2
    Update FCSRooms.txt dg9ffm 2021-02-04 22:11:40 +0100
  • 8203003add Update the YSFHosts files. Jonathan Naylor 2021-01-16 12:33:46 +0000
  • a83e89f91e
    Merge pull request #239 from w4edp/patch-1 Jonathan Naylor 2021-01-01 14:57:18 +0000
  • fbfdb1e1bf
    Update YSFHosts.txt w4edp 2020-12-17 15:46:48 -0500
  • dd41bc0624 Update FCSRooms.txt Jonathan Naylor 2020-12-10 16:41:21 +0000
  • a53c415b2f
    Merge pull request #238 from dg9ffm/patch-26 Jonathan Naylor 2020-12-10 16:40:18 +0000
  • a735e77a6c
    Merge branch 'master' into patch-26 Jonathan Naylor 2020-12-10 16:40:00 +0000
  • 22233b656f
    Merge pull request #237 from dg9ffm/patch-25 Jonathan Naylor 2020-12-10 16:37:51 +0000
  • aba3ead3a0
    Merge branch 'master' into patch-25 Jonathan Naylor 2020-12-10 16:37:35 +0000
  • edbea5b1df
    Merge pull request #235 from dg9ffm/patch-24 Jonathan Naylor 2020-12-10 16:36:14 +0000
  • 1beb0c5a0f
    Update FCSRooms.txt dg9ffm 2020-12-10 07:54:59 +0100
  • b767cf1986
    Update FCSRooms.txt dg9ffm 2020-12-09 18:57:22 +0100
  • 035249b5e0 Reinstate the IP address logging for the reflector. Jonathan Naylor 2020-11-24 12:52:19 +0000
  • f436856f2c
    Update FCSRooms.txt dg9ffm 2020-11-19 09:09:00 +0100
  • 79cf5aa89b Update YSFHosts.txt Jonathan Naylor 2020-11-11 12:01:03 +0000
  • ff2ba59d5f Fix another Wires-X incompatibility. Jonathan Naylor 2020-11-08 21:11:15 +0000
  • a74a95360b Fix Wires-X passthrough and some code cleanups. Jonathan Naylor 2020-11-08 15:20:24 +0000
  • f488dc88e1 Pass Wires-X DG-Id through unchanged. Jonathan Naylor 2020-11-08 12:41:28 +0000