OsCam Changelots
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changeset
New Update:10.07.2024
Changeset 11804 (608d3ffb)
Send EMM of multiple CAIDs to remote readers
* the "caid matching" is done in "module-cccam.c", and the "EMM-SKIP" counter increases if CAID doesn't match (thx luckysquid)..
Thx WXbet
Changeset 11804 (608d3ffb)
Send EMM of multiple CAIDs to remote readers
* the "caid matching" is done in "module-cccam.c", and the "EMM-SKIP" counter increases if CAID doesn't match (thx luckysquid)..
Thx WXbet
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changeset
11805-6e801641
13.07.2024
Revert "Send EMM of multiple CAIDs to remote readers"
This reverts commit 608d3ffb.
thanks WXbet
13.07.2024
Revert "Send EMM of multiple CAIDs to remote readers"
This reverts commit 608d3ffb.
thanks WXbet
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changeset
New Update:17.07.2024
Changeset 11806 (eb84d4e2)
- Fix 'get_emm_type() returns error' on HD05 and fix CAK7 shared emm
* Fix Tivusat and NC+ shared EMM..
* Fix 'get_emm_type() returns error' on HD05..
* Auto detect CAK7 EMM CAID from card response..
Thx ohmza
Changeset 11806 (eb84d4e2)
- Fix 'get_emm_type() returns error' on HD05 and fix CAK7 shared emm
* Fix Tivusat and NC+ shared EMM..
* Fix 'get_emm_type() returns error' on HD05..
* Auto detect CAK7 EMM CAID from card response..
Thx ohmza
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changeset
11807-902f2a65
17.07.2024
* Fix impossible to compile without READER_Na****_MERLIN
thanks ohmza
17.07.2024
* Fix impossible to compile without READER_Na****_MERLIN
thanks ohmza
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changeset
11808-f5163e19
19.07.2024
Formatting some of CAK7 codes
* Fix trailing whitespaces
* Formatting some of CAK7 codes
thanks ohmza
19.07.2024
Formatting some of CAK7 codes
* Fix trailing whitespaces
* Formatting some of CAK7 codes
thanks ohmza
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changeset
New Update:19.07.2024
Changeset 11809 (5aa10f8b)
- Minor CMakeLists.txt cleanup..
Thx WXbet
Changeset 11809 (5aa10f8b)
- Minor CMakeLists.txt cleanup..
Thx WXbet
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changelots
New Update:20.07.2024
Changeset 11810 (2d0e3aca)
README.config cleanup
* Update README.config..
Thx WXbet
Changeset 11810 (2d0e3aca)
README.config cleanup
* Update README.config..
Thx WXbet
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changelots
11812-6e874d2d
21.07.2024
Fix IPv4 fallback
* automatic fallback to IPv4 if the reader have an AAAA and an A record and the connect via IPv6 failed
* automatic fallback to IPv4 name resolution if a user connects (with a set 'hostname' parameter) and have an AAAA and an A record and IPv6 does not match
* new reader option ipv4force = {0|1} (always use IPv4) to force IPv4 usage
Co-Authored-By: @w33dburner (https://board.streamboard.tv/f…?postID= ... post603397)
* automatic fallback to IPv4 on server-listener
Co-Authored-By: @azurit3
thanks WXbet
21.07.2024
Fix IPv4 fallback
* automatic fallback to IPv4 if the reader have an AAAA and an A record and the connect via IPv6 failed
* automatic fallback to IPv4 name resolution if a user connects (with a set 'hostname' parameter) and have an AAAA and an A record and IPv6 does not match
* new reader option ipv4force = {0|1} (always use IPv4) to force IPv4 usage
Co-Authored-By: @w33dburner (https://board.streamboard.tv/f…?postID= ... post603397)
* automatic fallback to IPv4 on server-listener
Co-Authored-By: @azurit3
thanks WXbet
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changelots
New Update:22.07.2024
Changeset 11813 (1ecc214e)
Show compression information
* additional entry for compression tool, version and level in the oscam.version file..
* generation of the entry depends on USE_COMPRESS parameter..
* add missing COMP_LEVEL variable helptext in Makefile..
* minor whitespace fix..
Thx WXbet
Changeset 11813 (1ecc214e)
Show compression information
* additional entry for compression tool, version and level in the oscam.version file..
* generation of the entry depends on USE_COMPRESS parameter..
* add missing COMP_LEVEL variable helptext in Makefile..
* minor whitespace fix..
Thx WXbet
Please use only "Like Button", no need to write thank you
- Hannibal_Lecter
- Administration
- Posts: 4764
- Joined: 27 Mar 2024, 10:29
- Location: all over the world
- Has thanked: 1 time
- Been thanked: 1490 times
OsCam Changelots
New Update:23.07.2024
Changeset 11814 (20030d14)
- Remove unused emu code..
Thx opti
Changeset 11814 (20030d14)
- Remove unused emu code..
Thx opti
Please use only "Like Button", no need to write thank you
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0 Replies
- 292 Views
-
Last post by Hannibal_Lecter
-
- 15 Replies
- 283240 Views
-
Last post by The Founder
-
- 2 Replies
- 43654 Views
-
Last post by The Founder
-
- 1 Replies
- 1404 Views
-
Last post by Hannibal_Lecter
-
- 3 Replies
- 112335 Views
-
Last post by The Founder
-
- 2 Replies
- 32184 Views
-
Last post by The Founder
-
- 29 Replies
- 122603 Views
-
Last post by The Founder
-
- 33 Replies
- 6693 Views
-
Last post by Hannibal_Lecter
-
- 0 Replies
- 1217 Views
-
Last post by The Founder
-
- 0 Replies
- 2213 Views
-
Last post by The Founder
Who is online
Users browsing this forum: CommonCrawl [Bot] and 2 guests