Commit Graph

658 Commits

Author SHA1 Message Date
Simon
0fc26fc2ab Update dockerfile 2021-09-27 22:07:34 +01:00
Simon
8fe8b36813 Update GPLv3 compliance - ensure files all have GPL header and coypright
didaplyed. Tge project is licenced under this licence anyway but this is for
completeness.

GPLv3 is code is copyrighted code and should be correctly used and attributed.
2021-09-20 19:38:02 +01:00
Simon
a4d8b6723d Prioritise memory and CPU to FreeDMR so MOnitor does not steal resources. 2021-09-19 21:08:18 +01:00
Simon
01dbdf9d1e Fix stack trace 2021-09-12 18:02:40 +01:00
hacknix
2e5c8c82e9
Merge pull request #11 from yuvelq/patch-2
Add 'DNS_TIME' for 'XLXPEER' instances
2021-09-12 12:33:32 +01:00
Simon
8bb83b428d And another 2021-09-12 11:45:47 +01:00
Simon
9dd004065d Typo in proxy 2021-09-12 11:40:36 +01:00
Simon
a032fe7ac8 Add setproctitle to requirements 2021-09-12 11:24:00 +01:00
Simon
d8d5ddf555 Expose process titles in ps (not just python3!) 2021-09-12 11:19:07 +01:00
Christian OA4DOA
fb1c6ef8c3
Add 'DNS_TIME' for 'XLXPEER' instances
Also change client.getHostByName  I tried a couple of times to resolve a hostname with  it but I couldn't, reactor.resolve works.
2021-09-12 00:58:45 -05:00
hacknix
96e3739590
Merge pull request #10 from yuvelq/patch-1
Update hotspot_proxy_v2.py
2021-09-08 20:24:49 +01:00
Christian OA4DOA
b9a519f28a
Update hotspot_proxy_v2.py 2021-09-06 13:24:08 -05:00
Simon
61013584a2 Add _MASTER_IP to XLXPEER 2021-08-30 17:13:53 +01:00
Simon
a8633090e4 Re-resolve DNS on failed peer ready for testing 2021-08-30 17:02:29 +01:00
Simon
ae393bc66d First go at deferred re-resolve for peers 2021-08-30 16:38:57 +01:00
Simon
6ead47ee81 Tidy up docker-compose files 2021-08-23 01:51:19 +01:00
Simon
4a1f1f4a10 Would help if I added the file to support default langs! 2021-08-23 01:37:13 +01:00
Simon
c7e59fa595 Switch to Python 3.9 for docker image 2021-08-23 01:33:22 +01:00
Simon
89a19ba107 If ANNOUNCEMENT_LANGUAGES is empty, use provided list instead.
Update default configs to reflect this as new default
2021-08-23 01:25:52 +01:00
Simon
00605369c6 Fix disconnected / linked to voice on Dial-A-TG timeout 2021-08-23 00:10:19 +01:00
Simon
2e4134656f Fix bug when options is sent but system does not appear to be logged in 2021-08-22 13:12:58 +01:00
Simon
72eb434bf0 Add Greek Language courtesy of Spyros Kontos (c) 2021, licenced under GPL
COuntry code: el_GR
2021-08-21 00:03:34 +01:00
Simon
736b93818d Handle error when fi is empty and log 2021-08-05 17:46:28 +01:00
Simon
ccc64b95c2 Same as last commit but for dial-a-tg 2021-07-29 23:12:19 +01:00
Simon
ed9c715efb Stop TGs 9990-9999 from going over OBPs. These are for local server services only 2021-07-29 22:52:29 +01:00
hacknix
8b9321f1fe
Update README.md 2021-07-26 01:20:39 +01:00
Simon
60a3c6f849 Fix bug in install script 2021-07-26 01:14:23 +01:00
Simon
e5f7cf06c7 Update docker compose installer (includes dash etc) 2021-07-26 00:35:12 +01:00
Simon
422bfd5f53 replace master with corrected merge from hrt 2021-07-23 17:01:16 +01:00
Simon
732942d7c4 Revert "Merge branch 'hrt'"
This reverts commit de9892a1c2, reversing
changes made to dff06fff62.
2021-07-22 21:58:08 +01:00
Simon
10757f52a7 Revert "Need to remove merge marks"
This reverts commit 9cccfca70a.
2021-07-22 21:56:47 +01:00
Simon
9cccfca70a Need to remove merge marks 2021-07-22 16:35:32 +01:00
Simon
de9892a1c2 Merge branch 'hrt' 2021-07-22 15:59:49 +01:00
Simon
0f8374cea9 More BCSQ logging tidying 2021-07-22 01:55:39 +01:00
Simon
25a7e3d397 Log all BCSQ the same 2021-07-22 01:48:42 +01:00
Simon
86c70aa1ca more fixing streamid 2021-07-22 01:42:50 +01:00
Simon
82b02ec8ec fix streamid 2021-07-22 01:41:30 +01:00
Simon
2e42df99c0 Handle RX BCSQ 2021-07-22 01:39:33 +01:00
Simon
75ccf3fe3c Clearer logging of BCSQ 2021-07-22 01:26:09 +01:00
Simon
df2bb56ba7 fi in logs 2021-07-22 01:03:43 +01:00
Simon
e2c810d3f3 Andy 2021-07-22 00:52:35 +01:00
Simon
09d1614adb Fix logic error 2021-07-22 00:50:54 +01:00
Simon
dff06fff62 Revert "Use hi-res timer for loop control"
This reverts commit cbd25b924d.
2021-07-21 23:38:10 +01:00
Simon
cbd25b924d Use hi-res timer for loop control 2021-07-21 23:37:30 +01:00
Simon
501a557116 Revert "Override SERVER_ID that is sent for this OBP"
This reverts commit 36e7ed58b9.
2021-07-20 23:14:59 +01:00
Simon
36e7ed58b9 Override SERVER_ID that is sent for this OBP
Generally, this is used for connecting to non-FreeDMR systems.
Should usually be set to:
OVERRIDE_SERVER_ID: False
** USE WITH CAUTION **
2021-07-20 01:10:20 +01:00
Simon
5724d32197 Update to include dash as well - this one does everything! 2021-07-12 19:11:01 +01:00
Simon
075064a888 Revert "Default IPv6 by environment variable"
This reverts commit fb1032e116.
2021-07-10 00:51:01 +01:00
Simon
fb1032e116 Default IPv6 by environment variable 2021-07-09 01:39:52 +01:00
Simon
4742b78fd0 Add IPv6 proxy to compose file 2021-07-09 01:23:03 +01:00