Oscam SVN - Oscam GIT..

Image
Emulators & Cardservers
User avatar
sanjay kumar
Posts: 37194
Joined: Thu Oct 22, 2020 11:26 am
Location: india
Has thanked: 20807 times
Been thanked: 1335 times

Oscam SVN - Oscam GIT..

Post by sanjay kumar »

Oscam SVN - Oscam GIT..18/12/2024

Code: Select all

- Changeset 11862 (fcf0003d)
config: fix empty [cache] block in oscam.conf..
- function cache_should_save_fn always returned true for the options of CS_CACHEEX_AIO and CW_CYCLE_CHECK, even if no option was changed..
- rework option check, ifdef statements and some code beautifying..
- No Card sharing discussion allowed on this forum.
- Note: Viewing Pay TV without a valid subscription is illegal.
- All the files available here are kept for experimental and educational purpose only.
User avatar
sanjay kumar
Posts: 37194
Joined: Thu Oct 22, 2020 11:26 am
Location: india
Has thanked: 20807 times
Been thanked: 1335 times

Re: Oscam SVN - Oscam GIT..

Post by sanjay kumar »

Oscam SVN - oscam GIT..28/02/2025

- version:- 2.25.02-11870-802
- Fix unable to compile oscam with OpenSSL on FreeBSD
- Fix unable to compile oscam with pcsc on FreeBSD



https://sbupload.com/1931525983a97813
- No Card sharing discussion allowed on this forum.
- Note: Viewing Pay TV without a valid subscription is illegal.
- All the files available here are kept for experimental and educational purpose only.
User avatar
sanjay kumar
Posts: 37194
Joined: Thu Oct 22, 2020 11:26 am
Location: india
Has thanked: 20807 times
Been thanked: 1335 times

Re: Oscam SVN - Oscam GIT..

Post by sanjay kumar »

Oscam SVN - oscam GIT...16/03/2025

- Changeset 11872
- Show the source name of cacheex peers in the webif
- possible to show the source name of cacheex peers in the webif. so not only cache3 is shown but also the name of the cacheex reader.
- option can be enabled by setting show_cacheex_source_name = 1 in the config or in the webif under global settings.
- patch version: 2.25.02-11872-802

https://giga4up.com/1Hy4UFNbPyocSch/file
- No Card sharing discussion allowed on this forum.
- Note: Viewing Pay TV without a valid subscription is illegal.
- All the files available here are kept for experimental and educational purpose only.
User avatar
sugar
Posts: 9161
Joined: Sat Oct 24, 2020 1:10 pm
Has thanked: 8 times
Been thanked: 2360 times

Re: Oscam SVN - Oscam GIT..

Post by sugar »

New Release
Changeset 11878

Code: Select all

 Resolve "Reduce CPU usage on using Newcamd"
    * Fix build errors on EuroDes
    * There is a performance issue of DES handling in Newcamd code.
    1. While rightRot can be unrolled for tiny improvement, the leftRot implementation is a nightmare.
    Instead of repeating rightRot 27 times, do it the proper way.
    2. Also EuroDes is always called with the same desMode. As TestBit(desMode, F_TRIPLE_DES) always succeeds, drop Eurocrypt S2/M dead code.

    thanks to lpm11

    Co-authored-by: ohmza
Thanks tem_invictus