Page 48 of 51

Re: Latest Version of OScam

Posted: 13 Nov 2025, 00:23
by kingsman
oscam-git11904-802

Re: Latest Version of OScam

Posted: 13 Nov 2025, 00:24
by kingsman
oscam-git11904-802

Re: Latest Version of OScam

Posted: 15 Nov 2025, 19:59
by kingsman
oscam-git11905-802

Resolve "Loadbalancer - fallback adjustment"
* Allow lb_nfb_readers to be set to zero (previously minimum was 1). This means you can configure the system to have no fallback readers if desired.
* If only one reader matches and double_check is enabled (and the CAID matches), the patch forces a fallback check by setting force_reopen = 1.

Re: Latest Version of OScam

Posted: 15 Nov 2025, 20:00
by kingsman
oscam-git11905-802

Re: Latest Version of OScam

Posted: 15 Nov 2025, 20:00
by kingsman
oscam-git11905-802

Re: Latest Version of OScam

Posted: 17 Nov 2025, 22:02
by kingsman
oscam-git11906-802

* Use fixed-width 64-bit integer format macros

Replaced all hardcoded %lld format specifiers with the portable
inttypes.h macros PRId64 (for printing) and SCNd64 (for scanning).
This ensures correct 64-bit integer handling across 32-bit and
64-bit systems, improves cross-platform compatibility, and avoids
potential issues with long long size differences on various compilers
or architectures..

Re: Latest Version of OScam

Posted: 17 Nov 2025, 22:02
by kingsman
oscam-git11906-802

Re: Latest Version of OScam

Posted: 17 Nov 2025, 22:02
by kingsman
oscam-git11906-802

Re: Latest Version of OScam

Posted: 15 Dec 2025, 00:12
by kingsman
oscam-git11907-802

dvbapi: add support for more net send clients

* connections established with client_proto_version = 3 and extended_cw_api >= 1 can now also process CW_ALGO_CSA_ALT independently
* proper handling of dvbapi_ioctl commands in this case
* fix rerouting of msgid back to client
* support each videoguard caid
* make sure ecm.info is created

Re: Latest Version of OScam

Posted: 15 Dec 2025, 00:12
by kingsman
oscam-git11907-802