Changeset OsCam 11840
Thx @OhmZaNew Update:04.10.2024
Changeset 11840 (22b72046)
streamrelay: fix reconnect streams on motor dishes
* thanks to @ian1095 for reporting..
Changeset OsCam 11841
Thx @OhmZaNew Update:06.10.2024
Changeset 11841 (763df442)
Fix SECA/Nagra card unable to start in CAK7 mode on PCSC and Tongfang code clean up:
* Fix bug where SECA/Nagra card unable to start in CAK7 mode on PCSC reader (Thanks to @Kind regards)..
* Tongfang code clean up..
* Tongfang webif code clean up..
11842-37cc28b1
06.10.2024
* fix Changeset Add support cwekey8-cwekey16 for CAK7
thanks opti
Changeset OsCam 11843
Thx @OhmZaNew Update:06.10.2024
Changeset 11843 (1febe3ea)
* Revert "fix Changeset Add support cwekey8-cwekey16 for CAK7"..
Changeset OsCam 11844
Thx @OhmZaNew Update:06.10.2024
Changeset 11844 (712ea76c)
Fix SECA/Nagra card unable to start in CAK7 mode on PCSC and Tongfang code clean up.
* Fix bug where SECA/Nagra card unable to start in CAK7 mode on PCSC reader (Thanks to @Kind regards)..
* Tongfang code clean up..
* Tongfang webif code clean up..
Changeset OsCam 11842
Thx @OhmZaNew Update:07.10.2024
Changeset 11842 (83643e17)
Increase maximum webif entries allowed and removed unused tongfang code
* Remove unused tongfang code..
* Increase maximum webif entries allowed (Patch provided by @Bust3D)..
Changeset OsCam 11843
Thx @OptINew Update:09.10.2024
Changeset 11843 (aae9bc73)
* Blure sensible data provided by Bust3D..
Changeset OsCam 11844
Thx @WXbetNew Update:09.10.2024
Changeset 11844 (7cee9139)
webif: extend "Scan USB" output on Readers page
* scanusb: improve output..
- list udev usb devices..
- list pcsc devices..
Changeset OsCam 11845
Thx @WXbetNew Update:09.10.2024
Changeset 11845 (44d9b86c)
Fix build error with non C99 capable toolchains
* Fix build error with non C99 builds..
module-webif.c: In function ‘send_oscam_scanusb’:
module-webif.c:7167:2: error: ‘for’ loop initial declarations are only allowed in C99 mode..
for (uint8_t i = 0; i < (sizeof(elems) / sizeof(elems[0])); i+=5)..
module-webif.c:7167:2: note: use option -std=c99 or -std=gnu99 to compile your code..
* pipeline: add build test for ancient and latest toolchains..
ancient: oldest version of gcc, glibc, library..
latest: latest version of gcc, glibc, library..
Changeset OsCam 11846
Thx @OhmZaNew Update:01.11.2024
Changeset 11846 (ae6e55a9)
Irdeto and nagra cak7 with seca/nagra card bugs fix
* Fix 'get_emm_type() returns error' on CAK7 Seca/Nagra card..
* Fix some ECM error messages don't display properly..