Commit graph

813 commits

Author SHA1 Message Date
Jonathan Naylor 10ace5d0f0 Merge pull request #97 from g0wfv/develop
Fix compile error (could have sworn I already did this!)
2016-06-18 09:15:08 +01:00
Tony Corbett G0WFV 6a17fee980 Fix compile error (could have sworn I already did this!) 2016-06-17 23:04:10 +01:00
Jonathan Naylor 87b4bcebef Merge pull request #96 from g0wfv/develop
Add HD44780 scrolling to D-Star
2016-06-17 22:30:54 +01:00
Tony Corbett G0WFV f9b19f19ca Add HD44780 scrolling to D-Star 2016-06-17 22:28:39 +01:00
Jonathan Naylor 8b571e96de Fix terminator transmission on incoming network data. 2016-06-17 10:52:48 +01:00
Jonathan Naylor c1fcc2f2f4 Flush the queues if new data comes in. 2016-06-17 07:37:49 +01:00
Jonathan Naylor 199109417b Abort the terminators if a valid transmission is received. 2016-06-17 07:05:37 +01:00
Jonathan Naylor 8af3016583 Add a DMR hang time for locking out disimilar calls. 2016-06-16 21:40:05 +01:00
Jonathan Naylor b8ce945987 Remove content duplicate removal, use sequence numbers only. 2016-06-16 17:39:16 +01:00
Jonathan Naylor 8df0eae8bb Move FEC display to the main code. 2016-06-16 17:33:53 +01:00
Jonathan Naylor ed6c9573c0 Merge pull request #95 from g0wfv/develop
Simplify writeDStarInt / clearDStarInt and add custom icons for HD44780
2016-06-16 16:16:45 +01:00
Tony Corbett 1c1a81243a Simplify writeDStarInt / clearDStarInt and add custom icons for HD44780 2016-06-15 21:49:38 +01:00
Jonathan Naylor 1cfdf62af7 Add extra duplicate removal logging. 2016-06-15 09:11:24 +01:00
Jonathan Naylor d6d44c0c2c Workarounds for duplicate audio packets. 2016-06-15 07:10:14 +01:00
Jonathan Naylor 1643c1ddc5 Remove data debugging and add audio checksums. 2016-06-14 20:05:36 +01:00
Jonathan Naylor 2a054426b5 Bump the version date. 2016-06-14 19:43:37 +01:00
Jonathan Naylor 7ea8329761 Fix sequence number bugs. 2016-06-13 21:29:19 +01:00
Jonathan Naylor ede2f184f5 Fix compilation on OS X. 2016-06-13 18:48:05 +01:00
Jonathan Naylor 5955d43fac Add debugging for invalid data. 2016-06-13 17:38:47 +01:00
Jonathan Naylor 26618bc832 Merge pull request #92 from hacknix/master
Whitelist allow IDs should be above 99999 not 10000
2016-06-11 13:59:47 +01:00
Simon 8acd2b4073 Whitelist allow IDs should be above 99999 not 10000 2016-06-11 13:07:35 +01:00
Jonathan Naylor 0061502421 Merge pull request #91 from hacknix/master
Typos causing confusion in ACL config
2016-06-11 12:44:44 +01:00
Simon a25227a56a Typos causing confusion in ACL config 2016-06-11 12:17:43 +01:00
Jonathan Naylor 0be7f5954b Merge pull request #90 from hacknix/master
Access Control for DMR
2016-06-11 10:01:11 +01:00
Simon 05c1b52540 Tidyed comments 2016-06-11 09:51:18 +01:00
Simon a56af25f5d Merge remote-tracking branch 'upstream/master' 2016-06-11 09:42:10 +01:00
Simon 42407aed64 More blacklist tidying 2016-06-11 09:40:14 +01:00
Jonathan Naylor c9f9d16bad Merge pull request #89 from g0wfv/develop
Auto maintenance of DMR ID file from crontab
2016-06-10 14:30:44 +01:00
Tony Corbett G0WFV b3a2f773a3 Auto maintenance of DMR ID file from crontab 2016-06-10 13:18:15 +01:00
Simon 63584b4a3a more logging tidying for acl 2016-06-10 10:57:58 +01:00
Simon cb9ec738e1 Tided up logging text for acl 2016-06-10 10:42:04 +01:00
Simon 352503b823 Include secondary TGs in default block for TS1 TGs 2016-06-10 10:30:54 +01:00
Simon 89836def2f Added check for null whitelist 2016-06-10 10:22:02 +01:00
Simon 139f62f57e Merge remote-tracking branch 'upstream/master' 2016-06-10 09:58:31 +01:00
Simon ced66b374c first draft of readme 2016-06-09 22:33:57 +01:00
Simon 03280cd4e4 Improved acl logging (added dataType) 2016-06-09 22:19:13 +01:00
Simon c4384bffe1 fixed typo in blacklist/whitelist logging 2016-06-09 22:13:55 +01:00
Simon 06a99a4d93 blacklist 2016-06-09 22:10:04 +01:00
Jonathan Naylor 3ad6da4d56 Don't alter CSD2 for gateway data. 2016-06-09 20:25:02 +01:00
Jonathan Naylor 89fa0a0c8d Detect DAC overflows. 2016-06-09 19:51:23 +01:00
Simon 811d8e6c30 Blacklist and whitelist traffic from network 2016-06-09 19:33:00 +01:00
Jonathan Naylor ee93e4ce43 Rename config file values. 2016-06-08 06:10:51 +01:00
Jonathan Naylor 5a2c569887 Updates to support the YSF Reflector. 2016-06-07 21:17:57 +01:00
Simon fcc3902e8f Blacklist/whitelist stuff 2016-06-07 19:09:00 +01:00
Simon 34f6e7a202 Logging at blacklist and whitelist initiation 2016-06-07 18:09:57 +01:00
Simon 3e3bb2ce4b Fixed blacklist/whitelist logic 2016-06-07 18:05:13 +01:00
Simon 8f7aac365c fixed end of non-void 2016-06-07 15:43:02 +01:00
Simon 2fc08f56d8 Added blacklist and whitelist options (commented out) 2016-06-07 15:39:12 +01:00
Simon 5d9be0368c Merge remote-tracking branch 'upstream/master' 2016-06-07 15:35:08 +01:00
Simon ff4bd9f82e Added blacklist and whitelist for TGs 2016-06-07 15:34:16 +01:00