Simon
|
91fe2e6f9d
|
Get rid of Semaphores completely.
|
2021-01-27 18:54:31 +00:00 |
|
Simon
|
d3bc7fe5d8
|
All blocking code removed from main thread
What was I actually thinking ?!?!?
|
2021-01-27 18:47:55 +00:00 |
|
Simon
|
799a48b91d
|
Indent error in sendspeec logging
|
2021-01-25 13:30:21 +00:00 |
|
Simon
|
d209f5b368
|
Move voice logging into INFO logs
|
2021-01-25 13:21:02 +00:00 |
|
Simon
|
4e64e5f740
|
a
|
2021-01-25 00:48:37 +00:00 |
|
Simon
|
8116fe38e1
|
Add handling of occasional exception in dmrbits.tobytes() in HBP class
|
2021-01-24 18:56:33 +00:00 |
|
Simon
|
739213e543
|
Docker tidyup
|
2021-01-23 15:16:57 +00:00 |
|
Simon
|
a181449d1b
|
More docker tidying
|
2021-01-23 15:12:44 +00:00 |
|
Simon
|
759f0116cf
|
Docker script and tidy up
|
2021-01-23 15:11:08 +00:00 |
|
Simon
|
95037683b7
|
Exclude decimal point from options TG string
|
2021-01-23 12:01:35 +00:00 |
|
Simon
|
6e8c7a41a0
|
Merge branch 'master' of github.com:hacknix/FreeDMR
|
2021-01-23 11:45:10 +00:00 |
|
Simon
|
f8bd5b00df
|
Allow null passphrase for MASTER logins
New config options for this in GLOBAL config section
If pashphrase is null and this option is set, login will always succeed
|
2021-01-23 11:43:56 +00:00 |
|
hacknix
|
ab343a3e76
|
Merge pull request #6 from picchiosat/patch-2
Update hotspot_proxy_v2.py
|
2021-01-22 23:51:28 +00:00 |
|
Roby
|
f2f9392a18
|
Update hotspot_proxy_v2.py
missing line
|
2021-01-22 22:16:16 +01:00 |
|
Simon
|
f300e61192
|
Docker needs rules file
|
2021-01-22 14:58:06 +00:00 |
|
Simon
|
3a142c2794
|
Error in entrypoint
|
2021-01-22 14:51:04 +00:00 |
|
hacknix
|
1a9c7ff6da
|
Merge pull request #5 from jamesturner246/docker
Docker: further image miniaturisation. Down to 83MB!
|
2021-01-22 14:08:22 +00:00 |
|
Simon
|
f81b714002
|
Add DMRA to proxy
|
2021-01-22 13:31:42 +00:00 |
|
James Paul Turner
|
48340b6b98
|
Docker: further image minaturisation. Down to 83MB!
|
2021-01-22 13:14:48 +00:00 |
|
Simon
|
ca054d5cd6
|
Add ability to specify table to SQL config
|
2021-01-22 13:09:28 +00:00 |
|
Simon
|
279185b0a2
|
Slight tweaks to docker setup and README.md
|
2021-01-21 22:54:30 +00:00 |
|
hacknix
|
be3f6ca4fb
|
Merge pull request #4 from jamesturner246/docker-cleanup
Reduce docker image size to between 1/5 and 2/5 of previous size. Cor…
|
2021-01-21 21:29:21 +00:00 |
|
hacknix
|
f851a9ed0f
|
Merge pull request #3 from picchiosat/patch-1
Update requirements.txt
|
2021-01-21 21:28:52 +00:00 |
|
James Paul Turner
|
e031798722
|
Reduce docker image size to between 1/5 and 2/5 of previous size. Correct readme docker notes. Remove redundant calls.
|
2021-01-21 19:51:04 +00:00 |
|
Simon
|
e7dca90355
|
Loads of threads!
|
2021-01-19 23:54:09 +00:00 |
|
Roby
|
f9e97ead3f
|
Update requirements.txt
missing hotspot_proxy module
|
2021-01-19 22:19:44 +01:00 |
|
Simon
|
e7b1c24ed9
|
Send announcements from ID 5000
|
2021-01-19 19:42:46 +00:00 |
|
Simon
|
586a9246b7
|
Fix possible semaphore bug in bridge table
|
2021-01-18 21:11:40 +00:00 |
|
Simon
|
f52e63cb77
|
More stream logging
|
2021-01-18 17:04:29 +00:00 |
|
Simon
|
4fa05fb503
|
tidy up stream trimmer logging
|
2021-01-18 17:02:09 +00:00 |
|
Simon
|
f87534f69c
|
Streamy
|
2021-01-18 16:50:27 +00:00 |
|
Simon
|
77bfacf2e5
|
Bug in stream trimmer
|
2021-01-18 15:04:00 +00:00 |
|
Simon
|
f671a9bc51
|
Gracefuly acknowledge DMRA packets
|
2021-01-18 14:28:37 +00:00 |
|
Simon
|
76927ebf95
|
Proper debug for streamtrimmer problem
|
2021-01-18 12:31:56 +00:00 |
|
Simon
|
e6edd4c16b
|
Debugging for stream problems
|
2021-01-18 11:09:05 +00:00 |
|
Simon
|
8f5bdceec8
|
Except
|
2021-01-17 22:54:44 +00:00 |
|
Simon
|
6003208aae
|
Merge branch 'master' of https://github.com/hacknix/hblink3
|
2021-01-17 22:46:18 +00:00 |
|
Simon
|
f05d192a1b
|
Handle keyerror in stream trimmer
|
2021-01-17 22:45:45 +00:00 |
|
hacknix
|
ccf6e73215
|
Merge pull request #2 from jamesturner246/docker-fix
Fix and tidy the Docker files.
Thanks James :-)
|
2021-01-17 21:14:41 +00:00 |
|
James Paul Turner
|
ccb49b4b46
|
Fix and tidy the Docker files.
|
2021-01-17 21:01:33 +00:00 |
|
Simon
|
7193665086
|
Delete options on logout, nit just timeout
|
2021-01-17 20:46:58 +00:00 |
|
Simon
|
4626917326
|
It doesn't make sense to be able to link #9 to TG9 !
|
2021-01-17 12:59:40 +00:00 |
|
Simon
|
3889eabda7
|
Another indent problem
|
2021-01-16 16:19:12 +00:00 |
|
Simon
|
8010a7aad3
|
Fix indent
|
2021-01-16 16:16:05 +00:00 |
|
Simon
|
9a719489c5
|
Target active
|
2021-01-16 16:14:51 +00:00 |
|
Simon
|
f83d092b1c
|
Reinstate old TG9 code for HBP only
|
2021-01-16 15:54:52 +00:00 |
|
Simon
|
31e9432063
|
Set stat trimmer back to once an hour
|
2021-01-16 13:05:53 +00:00 |
|
Simon
|
d9e42685cc
|
Make stat trimmer handle active and inactive correctly
|
2021-01-16 13:03:20 +00:00 |
|
Simon
|
6064be77d7
|
Run stat trimmer every hour
|
2021-01-16 12:13:47 +00:00 |
|
Simon
|
117ab55358
|
Fix statTrimmer
|
2021-01-16 12:05:09 +00:00 |
|