Commit Graph

350 Commits

Author SHA1 Message Date
LX1IQ d99334798e
Merge pull request #201 from narspt/patch-12
add YSF DG-ID info to modules list page
2021-10-11 06:50:26 +02:00
narspt bd23aca1df
add YSF DG-ID info to modules list page 2021-10-10 22:43:58 +01:00
LX3JL 4a6a1dd50d
Merge pull request #197 from narspt/patch-11
allow YSF clients to change linked module by DG-ID
2021-10-10 12:17:33 +02:00
narspt e752b76376
change dg-id mapping and fix gatekeeper bypass 2021-10-10 02:10:31 +01:00
narspt 32c9e0ce8f
allow YSF clients to change linked module by DG-ID 2021-07-13 00:48:43 +01:00
LX3JL 3c3367fee6 version 2.4.2
updated ambed logging
2021-07-06 10:18:58 +02:00
LX1IQ 264c78203c
db 2.4.2 2021-07-06 09:32:36 +02:00
LX1IQ 1dd1bd76ef
Merge pull request #192 from narspt/patch-7
Add "Modules list" page
2021-07-06 09:24:03 +02:00
LX3JL 52457403d3
Merge pull request #194 from narspt/patch-9
allow connecting dextra clients to listen already streaming clients
2021-07-06 09:17:22 +02:00
LX3JL 2c7fae6c9f
Merge pull request #193 from narspt/patch-8
fix dplus sending header packets inconsistently
2021-07-06 08:54:52 +02:00
LX3JL da2970d4f0
Merge pull request #196 from narspt/patch-10
revert to closing streams immediately but fix last packets sent back
2021-07-06 08:52:26 +02:00
narspt f534041ce6
revert to closing streams immediately but fix last packets sent back
This patch reverts the change done on v2.4.1, so that streams are closed immediately as it used to be (instead of relying on CheckStreamsTimeout) but fixes last packets sent back to sender, by doing basically what was already done before but on proper order to avoid the issue.

Relying on CheckStreamsTimeout actually introduces a problem: transmitting client gets "mute" for 1.6 sec. after each transmission, this means that if a 2nd client starts transmitting within this time frame then the "mute" client can't listen the beginning of the 2nd client transmission, the problem is even worst (i.e. critical) for DExtra because the "mute" client will not be able to get the header packet of the 2nd client transmission and this means that whole transmission is lost - this renders DExtra almost unusable on v2.4.1 unless all clients take special care about spaces between transmissions.
2021-07-05 02:09:02 +01:00
narspt e6a5c7aed1
Update cdextraprotocol.cpp 2021-04-14 01:55:26 +01:00
narspt d01bed9bd9
Update cdextraprotocol.h 2021-04-14 00:59:43 +01:00
narspt f7ce6d02fa
fix dplus sending header packets inconsistently
depending on the number of dplus clients connected on the reflector, in some cases (for eg. with 3 or 6 clients connected) only one client could actually get lots of header packets and the other clients get none
2021-04-10 02:34:49 +01:00
narspt d174b0796e
Update config.inc.php 2021-03-31 00:50:07 +01:00
narspt 60f233cae1
Update index.php 2021-03-31 00:47:03 +01:00
narspt e6c1b5f948
Create modules.php 2021-03-31 00:41:18 +01:00
LX3JL 94b725f452
Merge pull request #190 from iamsi/DMRFix
Fix two, 1 byte buffer overflows in AMBE handling
2021-03-19 09:14:19 +01:00
iamsi 1ffcee24ca Fix 1 byte buffer overflow in AMBE handling 2021-03-16 18:35:48 +00:00
LX3JL 73516e9f14 undo PR #176
#176 is breaking ambed connectivity when ambed on same machine than xlxd. So this revert to previous version
2021-01-26 11:05:13 +01:00
LX1IQ c22c7f01e6
Update class.reflector.php 2021-01-18 11:54:28 +01:00
LX1IQ f3dd52d08a
Update class.reflector.php 2021-01-18 11:53:35 +01:00
LX1IQ bed3cf164b
Merge pull request #182 from yo3cat/master
XLX Alphanumeric names for reflector ...
2021-01-18 11:50:30 +01:00
Catalin Vatra c69651ccb2
Update class.reflector.php 2021-01-18 11:35:36 +02:00
Catalin Vatra ac3f9e4ad2
Update class.reflector.php 2021-01-18 11:34:52 +02:00
LX3JL 9fd1df64f1
Merge pull request #166 from phl0/UpdateMakefile
Add terminal config to Makefile
2021-01-17 21:34:23 +01:00
LX3JL 222aa20dde
Merge pull request #176 from F4FXL/NoPublicIPForTranscoder
Avoid using public IP for transcoder connection
2021-01-17 21:32:02 +01:00
LX3JL 11f3f9aa51
Merge pull request #179 from yo2loj/patch-1
Update buffer allocation to the correct size
2021-01-17 21:27:43 +01:00
Marius Petrescu, YO2LOJ a8153d8ae5
Update buffer allocation to the correct size
Maximum size of ICMP packet is 64k while buffer allocation was UDP_BUFFER_LENMAX, while read was up to 64k.
This will cause a crash on read in the subsequent read for packets with length greater than UDP_BUFFER_LENMAX via a buffer overflow.
2021-01-16 01:43:05 +02:00
Catalin Vatra 3be46c4246
Merge pull request #1 from LX3JL/master
Update
2021-01-12 12:50:08 +02:00
LX3JL cb989fd8de xlxd 2.4.1
Corrected bug : last packets of a stream are sent back to sender
2021-01-05 10:36:36 +01:00
Geoffrey Merck 220da86aa0 Avoid using public IP for transcoder connection 2020-10-08 18:50:06 +02:00
LX1IQ af900106c5
Update reflectors.php 2020-08-22 23:06:14 +02:00
LX1IQ 49b16a7fa0
Update reflectors.php 2020-08-22 23:05:28 +02:00
LX1IQ ff837885b0
Update changes.txt 2020-08-15 10:24:58 +02:00
LX1IQ 71a1ee556a
Update config.inc.php 2020-08-15 10:21:01 +02:00
LX1IQ 14ccc8bd09
Update index.php
Hide liveirddb.
Is usefull if you run your dashboard under https:
2020-08-15 10:17:14 +02:00
LX1IQ 1ed96a16fd
Update scripts.readme.txt 2020-08-02 10:02:00 +02:00
LX1IQ fa7b3e8098
Create watchdog
Small watchdog script to check the connectivity to the ambed hardware.
If the usb port gets unresponsive and you get persistent timeouts. The script restarts the ambed service.
You can run the script every "x" via a cronjob.
2020-08-02 09:56:16 +02:00
LX1IQ 7fab6c2e66
Update README.md 2020-07-27 08:25:31 +02:00
LX3JL a70295c621
Merge pull request #170 from n7tae/master
Fix orphaned Frame memory leak
2020-07-03 09:30:19 +02:00
Tom Early 6f67b46298 Fix orphaned Frame memory leak 2020-07-02 10:38:10 -07:00
Catalin Vatra 40ce30446c
Allows alphanumeric names for the reflector 2020-06-25 07:41:04 +03:00
Catalin Vatra 257d97c583
Add alphanumeric name to reflector 2020-06-25 07:39:49 +03:00
Catalin Vatra 40e732bf7b
Allows alphanumeric names for the reflector 2020-06-25 07:33:33 +03:00
Catalin Vatra 8d7cb4b605
Allows alphanumeric names for the reflector 2020-06-25 07:32:12 +03:00
Catalin Vatra effd58b296
Update class.reflector.php 2020-06-25 07:30:48 +03:00
phl0 c3647a45cf
Add terminal config to Makefile 2020-04-20 23:13:51 +02:00
LX1IQ 4ba94cbfe0
Merge pull request #165 from lwkoon/patch-11
Update country.csv
2020-04-17 09:41:26 +02:00