- Jul 13, 2024
-
-
This reverts commit 608d3ffb.
-
- Jul 10, 2024
-
-
* the "caid matching" is done in "module-cccam.c", and the "EMM-SKIP" counter increases if CAID doesn't match (thx @luckysquid)
-
- Jul 09, 2024
-
-
* 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 Co-Authored-By: @Opti Co-Authored-By: @Bust3D
-
- Jul 08, 2024
-
-
* rename WEBIF_COMPRESS to WITH_COMPRESS_WEBIF (enabled by default) * remove build warning: trigraph ??' ignored, use -trigraphs to enable [-Wtrigraphs]
-
* 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)
-
-
- Jul 01, 2024
- Jun 29, 2024
-
-
- Jun 13, 2024
-
-
Fix bug where the zeros appear on nagra key parameters when the parameters of nagra key were deleted via webif.
-
- Jun 07, 2024
-
-
Irdeto code clean up: Rename some variables, rewrite camkey algorithm, and remove support of older obsoleted card (CAID 0662, 1702, and 1762).
-
- Jun 02, 2024
-
-
- May 29, 2024
-
-
- May 27, 2024
-
-
- May 26, 2024
-
-
- May 24, 2024
-
-
- May 15, 2024
-
-
- May 14, 2024
-
-
- May 12, 2024
-
-
- May 10, 2024
-
-
WXbet authored
- use matrix builds, reuse code and reduce lines of code - include LIBUSB + PCSC to cross build for better test coverage - rename CROSS_BUILD_ARCH variable to BUILD_ARCHS (supported architectures native,aarch64,armv7,mips32el,powerpc,sh4)
-
- May 08, 2024
-
-
Fix for tiers start date and expire date on 09C7, 098E, and 09EF. Thanks to @Bust3D and @TV-Gamer for testing.
-
- May 05, 2024
-
-
- May 02, 2024
-
-
-
WXbet authored
- download jq binary when not available on runner - introduce cross test builds (supported architectures aarch64,armv7,mips32el,powerpc,sh4; can be defined via CI/CD variable CROSS_BUILD_ARCH) - use CI/CD variable API_PROTOCOL to define http/https API protocol - start whitespace cleanup job before build jobs - always upload artifacts - colorize some status messages - ready for internal runner
-
- Apr 30, 2024
-
-
Revert "Do not start DVBAPI client (and unnecessary thread) if DVBAPI is compiled, but not available on the machine". Thanks to @pivo and @Duremar for testing.
-
- Apr 29, 2024
-
-
- Apr 28, 2024
-
-
- for compatibility reasons - restore size variable for camd35 cacheex
-
- based on calendar versioning - fix cccam packet is too big regression (introduced in 8e8dc4c8) - update pipeline regarding versioning - define URLs for SCM, WIKI and BOARD in one place - rename README to README.md
-
-
- Apr 27, 2024
-
-
WXbet authored
- switch to new runner (tags build, test, clean, version) - modularize oscam-ci.yml and reuse code from new oscam-helper.yml (using yaml !reference) - pipeline job information: ~ trigger merge requests and schedules * info - outputs system information * setup - setup build system for oscam * oscam-make-build - make test build of oscam * oscam-cmake-build - cmake test build of oscam * oscam-make-test - startup test of make oscam * oscam-cmake-test - startup test of cmake oscam * code-cleanup - whitespace cleanup ~ trigger commit to master branch * auto-version - write tag and version information
-
-
- Apr 26, 2024
-
-
- Apr 22, 2024
-