Latest Version of OScam sh4 QBOXHD (& QboxHD-mini)

iomeali

Registered
Messages
3,962
oscam-svn7201-sh4-qboxhd-webif-Distribution

oscam-svn7201-sh4-qboxhd-webif-Distribution

Changeset [7201]: Fix for ORF 0D05 ATR Malformed since rev 7181



Changeset [7200]: revert non pll dirty timeout fix -> reported not working by StEVE^qSR

Changeset [7199]:Tryfix for PLL and Non PLL Readers producing after correct working 9-48 hours permanent timeouts with HD+ smartcards Fix according to PPC PLL testfix tested OK by FilipeAmadeuO Hope this fixes it for all readers, plz test and report in forum!

Changeset [7198]: loadbalancer: some fixes.
 

iomeali

Registered
Messages
3,962
oscam-svn7205-sh4-qboxhd-webif-Distribution

oscam-svn7205-sh4-qboxhd-webif-Distribution




Changeset [7205]: Tryfix for HD+ Timeouts, plz test and report in forum!

Changeset [7204]
Fix for wrong protocol logging: T1, T14 or unknown protocol errors got always reported as T0 protocol command error

Changeset [7203]:
revert of the whole atr 90 00 check to signal end of ATR: too many cards use 90 00 as historical bytes in their ATR Tnx to Irata for pointing me on this fact!
 

Gianni8127

Registered
Messages
182
Changeset [7209]: fixed dvbapi compiler warnings fixed delayer

fixed dvbapi compiler warnings fixed delayer
 

iomeali

Registered
Messages
3,962
oscam-svn7211-sh4-qboxhd-webif-Distribution

Changeset [7211]: cacheex: group fix


Changeset [7210]:
new option "block_same_ip" and "block_same_name" (default=1) block_same_ip: block ecms from clients to readers with same ip block_same_name: block ecms from clients to readers with same name
This is a simple way to block ring transmissions
debug: use debug level 1, output is like "ECMs origin <client> has same ip like reader <reader>, blocked!"
 

iomeali

Registered
Messages
3,962
oscam-svn7220-sh4-qboxhd-webif-Distribution

Changeset [7220]: oscam-config.c - add emm support message also to oscam.version
 

iomeali

Registered
Messages
3,962
oscam-svn7228-sh4-qboxhd-webif-Distribution

Changeset [7228]: WebIf: Expose FILTERFORM for external templates
 

Gianni8127

Registered
Messages
182
Changeset [7229]: oscam-config.c - correct saving of block_same_ip and block_same_name, ...

oscam-config.c - correct saving of block_same_ip and block_same_name, default = 1 and should not be saved.
 

iomeali

Registered
Messages
3,962
oscam-svn7230-sh4-qboxhd-webif-Distribution

Changeset [7230]:
Auto nagra ecm command filter after 5 ecm requests -> fixes cardlock HD+
Errorhandling code cardreaders improved
Protocol T1 Auto card restart after a failed T1 resync command
Reintroduced EINTR and EAGAIN response (fixes ppcold timeouts)
 

iomeali

Registered
Messages
3,962
oscam-svn7235-sh4-qboxhd-webif-Distribution

Changeset [7235]:
double check: added per-caid configuration option: [global] double_check_caid=caid1,caid2,...,caidn or double_check_caid=system1,system2,...,systemn where systemx are the first 2 bytes of the caid, for example 01,17,18


Changeset [7234] - fixed a possible segfault

Changeset [7233] WebIf: Fix for listing http_css files in config dir. Remove div around FAILBANNOTIFIER and CLIENTCOUNTNOTIFIER variables as they are unnecessary

Changeset [7232]: fixed some possible segfaults

Changeset [7231]:
Last tryfix for EAGAIN problem internal reader of ET-boxes If this doesnt work please ask clarketech to fix it!
 

iomeali

Registered
Messages
3,962
oscam-svn7237-sh4-qboxhd-webif-Distribution

Changeset [7237]: Added documentation for new parameter 'double_check_caid'.



Changeset [7236]: -
fixed a loadbalancer issue (too many fallbacks used)
loadbalancer with ecm format (debug output)
 

iomeali

Registered
Messages
3,962
oscam-svn7245-sh4-qboxhd-webif-Distribution

Changeset [7245]:

webif: More CSS applied to span_notifier.

It seems that SPAN.span_notifier should be positioned in certain way. Fexes posted in ticket #2671 by docmarius.

Changeset [7244]: Small documentation update for 'reconnecttimeout' parameter.
 

iomeali

Registered
Messages
3,962
oscam-svn7249-sh4-qboxhd-webif-Distribution

Changeset [7249]: lb: fixed lb_mode=2

Changeset [7248]:
lb: fixed statistic evolution see discussion: ​streamboard.de.vu/wbb2/addreply.php?threadid=34776

Changeset [7247]: fixed lb debug output

7246: Tryfix EAGAIN implementation -> tnx to PieterG from Openpli for explanation
Hope this works for ET-9200 owners out there.
 

iomeali

Registered
Messages
3,962
oscam-svn7255-sh4-qboxhd-webif-Distribution

Changeset [7255]:
webif: Beautify notifier CSS class.
Patch by Znuff. I hope that this finally fixes ticket #2678.
 

iomeali

Registered
Messages
3,962
oscam-svn7257-sh4-qboxhd-webif-Distribution

Changeset [7257]:
linux "kill" command (SIGTERM) is forwarded to the main pid and now stat is saved on exit.


Changeset [7256]: lb: fixed lb_mode=3
 

iomeali

Registered
Messages
3,962
oscam-svn7266-sh4-qboxhd-webif-Distribution

Changeset [7266]: fixed fallback when not using lb

Changeset [7265]:
config: Fix aulow config var writing.
The previous check introduced in r7259 was idiotic and exactly the opposite of the commit message (which described the correct behaviour).

Changeset [7264]: build: Add missing quotes in the help text.

Changeset [7263]:
build: Use LIBDIR and BINDIR variables.
LIBDIR points to the directory where static libraries would be kept while building oscam. The default is "lib".
BINDIR points to the directory where oscam binary would be generated. The default is "Distribution".

Changeset [7262]:
bulcrypt: Detect v2 cards and inform the user about the missing support.
We still have no idea how to deobfuscate the returned code words.
At least after this patch we can distinguish between v1 and v2 cards and inform the user that the card is unsupported.

Changeset [7261]: Cleanup choosing of default log file location.

Changeset [7260]:
webif: Do not show monitor settings when monitor module is disabled.
The patch was originally from FilipeAmadeuO. This should fix ticket #2662.

Changeset [7259]:
config: Fix aulow configuration writing.
The default for aulow is 30 and it should not be written in the config if it is less than at least 1.


Changeset [7258]:
logging: Move some messages to higher debug levels.
Moving not important messages to higher debug levels cleans the log and from too much information.
Patch by FilipeAmadeuO in ticket #2623.
 

iomeali

Registered
Messages
3,962
Changeset [7274]: fixed a segfault on exit oscam, also fixes missing log entries on exit

Changeset [7273]:
module-webif-pages.c - serialreadertimeout has nothing to do with module_serial, so i move it back to the timout secition. sorry for the confusion, i was also confused by the patch provided.

Changeset [7272]
Removed the find_library check to be compatible with standerd oscam toochain files
Adapted possible break for mac and windows on libusb

Changeset [7271]:
module-webif-pages.c:

.) correct patch for ticket 2691: moved serialreadertimeout option to Serial config menu - no need for this parameter in global menu. .) grouped parameters in global a bit .) moved suppresscmd08 to global section and show only with cs357x and cs378x. camd33 does not have this parameter. .) some cosmetics and added units (s, ms) for some parameters

oscam-config.c:

.) save lb_savepath only when not default

Changeset [7270]:
Fixed Broken test about presence of libusb into tools or system Fixed Link into CMakeLists.txt from smargo utils

Changeset [7269]:
Restored old ifsc of 251. Max IFSC 254 is causing resyncs -> timeouts with smartreaders

Changeset [7268]: Fix : Now if -DHAVE_LIBUSB=0 is used it never will include any libusb

Changeset [7267]:
Fixed CMakeLists.txt files for libusb No need anymore to use sed command to correct wrong links when crosscompiling. To compile with static links ad parameter -DSTATIC_LIBUSB The set (LIBUSBDIR ...) Parameter still usable but will be gone in future.
 
Top