Changeset OsCam 11795
Thx @OptINew Update:01.07.2024
Changeset 11795 (f6c0ffb8)
add Dreambox Reader detection...
Changeset OsCam 11795
Thx @OptINew Update:01.07.2024
Changeset 11795 (f6c0ffb8)
add Dreambox Reader detection...
Changeset OsCam 11796
Thx @OptINew Update:01.07.2024
Changeset 11796 (dce7e760)
- add check EXTENDED_CW..
Changeset OsCam 11797
Thx @OhmZaNew Update:01.07.2024
Changeset 11797 (37b35822)
- Add support cwekey8 - cwekey16 for CAK7..
Changeset OsCam 11798
Thx @BuSt3DNew Update:01.07.2024
Changeset 11798 (c9417756)
- Update csctapi/ifd_pcsc.c:
Update globals.h..
Update oscam-config-reader.c..
Update oscam-emm.c..
Update reader-common.c..
Changeset OsCam 11798
Thx @OptINew Update:01.07.2024
Changeset 11798 (aa8184d6)
Dgcrypt 0x4AB0 with EMM :
-adding EMM Support for DGCRYPT 0x4AB0 thanks to @lnj..
-adding support for non-standard ISO 7816-3 protocol for pcsc module thanks to @lnj..
-adding emm_reader_match via reader ident if there more than one auprovid..
Changeset OsCam 11799
Thx @OptINew Update:01.07.2024
Changeset 11799 (3b3944ec)
- add hide Provid-SA IRDID..
Changeset OsCam 11800
Thx @OhmZaNew Update:08.07.2024
Changeset 11800 (570851f3)
- Fix 'can't find 0xf0 in emm...' on Fransat V7 card (Thanks to @nitida and @OptimumPower)..
Changeset OsCam 11801
Thx @OptINew Update:08.07.2024
Changeset 11801 (33fba234)
Make webif compression optional:
- new webif compression option WEBIF_COMPRESS (enabled by default)..
- without option WEBIF_COMPRESS you get better compression results using UPX with binary (even the fastest compression gives much better results) or some receivers have filesystem compression (even bigger binary would use less space, because it can be compressed better)
(thx @lpm11)..
Changeset OsCam 11802
Thx @OptINew Update:08.07.2024
Changeset 11802 (7984f7b7)
Change webif compression parameter
- rename WEBIF_COMPRESS to WITH_COMPRESS_WEBIF (enabled by default)..
- remove build warning: trigraph ??' ignored, use -trigraphs to enable [-Wtrigraphs]..
Changeset OsCam 11803
Thx @WXbetNew Update:09.07.2024
Changeset 11803 (96debcd7)
Fix webif compression parameter
* remove -Wno-trigraphs flag for make/cmake..
* use 'XX' instead of '??' in javascript code..
* cleanup webif folder before each build..
* remove trailing newlines from html files..
* remove empty log line in cmake builds..