Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
- 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.
- 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.
- 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
- 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.
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