Page 5 of 8
Re: OsCam Changelots
Posted: 27 Sep 2024, 10:50
by Hannibal_Lecter
11838-0948cdd8
26.09.2024
signing: update make clean
to remove signing artifact remnants
thanks WXbet
Re: OsCam Changelots
Posted: 04 Oct 2024, 18:39
by Hannibal_Lecter
11840-22b72046
04.10.2024
streamrelay: fix reconnect streams on motor dishes
thanks WXbet
Re: OsCam Changelots
Posted: 06 Oct 2024, 12:04
by Hannibal_Lecter
11841-763df442
06.10.2024
* 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
thanks ohmza
Re: OsCam Changelots
Posted: 06 Oct 2024, 14:50
by Hannibal_Lecter
11842-37cc28b1
06.10.2024
* fix Changeset Add support cwekey8-cwekey16 for CAK7
thanks opti
Re: OsCam Changelots
Posted: 06 Oct 2024, 17:12
by Hannibal_Lecter
New Update: 06.10.2024
Changeset 11843 (1febe3ea)
* Revert "fix Changeset Add support cwekey8-cwekey16 for CAK7"..
Thx ohmza
Re: OsCam Changelots
Posted: 06 Oct 2024, 17:58
by Hannibal_Lecter
11844-712ea76c
06.10.2024
* 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
thanks ohmza
Re: OsCam Changelots
Posted: 07 Oct 2024, 18:44
by Hannibal_Lecter
11842-83643e17
07.10.2024
Increase maximum webif entries allowed and removed unused tongfang code
* Remove unused tongfang code
* Increase maximum webif entries allowed (Patch provided by Bust3D)
thanks ohmza
Re: OsCam Changelots
Posted: 09 Oct 2024, 14:24
by Hannibal_Lecter
New Update: 09.10.2024
Changeset 11843 (aae9bc73)
* Blure sensible data provided by Bust3D..
Thx @Opti
Re: OsCam Changelots
Posted: 09 Oct 2024, 16:20
by Hannibal_Lecter
New 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..
Thx WXbet
Re: OsCam Changelots
Posted: 09 Oct 2024, 20:22
by Hannibal_Lecter
New 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..
Thx WXbet