Oscam SVN - oscam GIT

freon

Senior Member
Messages
495
So i have an linux machine and all setup to build me oscam for me. Now oscam svn is not on streamboard page but git.streamboard.
How to download files again manualy and setup again everything for buildin oscam by myself.

Streamboard/OScam Repository has been migrated to GitLab, Please Navigate to https://git.streamboard.tv
 

abjadhoz

Registered
Messages
1
hi i want to see what wrong user pass entered in oscam server oscam only say illegal user disconnected
 

DR-10

Super VIP
Messages
4,182
New Release
New Update:18.11.2024
Changeset 11855 (8676f706)
Remove hard-coding CAIDs and switch to already built-in webif configuration
* Utilize already existed "Force Even SA" webif configuration instead of hard-coding CAIDs. For 1884 and 1856 cards, you must enable "Force Even SA" in order to have EMM working properly..
Thx @ohmza
 

kalkan99

VIP
Messages
2,861
11856-2e8b0cba

19.11.2024

Readd some CAK7 EMM processing code that was removed in 99e39871 and log improvement

* Improve CAK7 log on T0 protocol card
* Re-add CAK7 EMM processing code that was accidentally removed in 99e39871


thanks ohmza
 

kalkan99

VIP
Messages
2,861
11857-527d8e1a

07.12.2024

Simplify several Nagra CAK7 codes by using method in 989a01d0


thanks ohmza
 

DR-10

Super VIP
Messages
4,182
New Release
New Update:08.12.2024
Changeset 11858 (73bb570f)
webif: Create default webserver SSL certificate
* when webif configured to use https and no certificate file is present..
* X.509 ECDSA certificates with V3 extensions are created by default (RSA certificates for OpenSSL versions before 1.1.0)..
* new option https_auto_create_cert (default = enabled)..
* show OpenSSL version in startlog when webif started in https mode..
* detect target OpenSSL version and show it in build log (next to compiler version)..
Thx @WXbet
 
Last edited:

DR-10

Super VIP
Messages
4,182
New Release
New Update:09.12.2024
Changeset 11859 (68966432)
webif: Fix default webserver SSL certificate
* disable function when OpenSSL was build without support for elliptic curve cryptography (no-ec)..
* fix typo in https_auto_create_cert variable configuration..
Thx @WXbet
 

DR-10

Super VIP
Messages
4,182
New Release
New Update:15.12.2024
Changeset 11861 (ca410d44)
streamrelay: Fix incomplete log messages
as s_client struct information was not properly initialized
* gbox: Suppress the "failed init" log message if this module is not configured..
Thx @WXbet
 

DR-10

Super VIP
Messages
4,182
New Release
New Update:18.12.2024
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..
Thx @WXbet
 

kalkan99

VIP
Messages
2,861
11864-43bc9fa3

29.12.2024

Resolve "Compilation failed, where there is only TONGFANG reader selected"
* Fix compilation failed when READER_TONGFANG is selected alone.


thanks ohmza
 

kalkan99

VIP
Messages
2,861
11865-cf18f133

01.01.2025

streamrelay: Improve module integration

* functional changes
* start streamrelay server as module
* display each connected streamrelay client on status page
* auto discover source stream address with fallback (dvbapi + radegast support)
* some rework on log output for better traceability in case of errors

* config options
* option 'Use stream client as Source Stream Host' has been renamed to 'Automatic host discovery' (new default=1)
* new option 'Relay User' (default=empty) which is used to authenticate the streamrelay clients on status page
* new option 'Relay Client Display Option' to toggle client/source stream information displayed on status page
* new option 'Reuse existing client' (default=0) to combine multiple connected streamrelay clients into single one displayed on status page
* new option 'Hide in WebIf' (default=0) to hide streamrelay clients on status page

thanks WXbet
 
Top