Last Oscam-svnX-pc-linux 32_&_64-bit compiled by Gianni8127

Haitoku

Registered
Messages
3,933
Changeset [7085]: Move get_betatunnel_caid_to() to oscam.c This function is used in ...

Move get_betatunnel_caid_to() to oscam.c

This function is used in module-dvbapi.c, module-stat.c and oscam.c. Moving it to oscam.c prevents link error when module-stat is disabled.
 

powercisco

Super VIP
Messages
9,100
Changeset [7108]: Fix Dvbapi Stop Decoding . This should fix #2479 and #2460 and also ...

Fix Dvbapi Stop Decoding . This should fix #2479 and #2460 and also Rejected Group (no matching reader) error. after hours seeking among source code , Found the exact line which cause the problem and then with annotations got this commited in r6583 so this is revert of r6583, which makes all after revs very unstable. Please Do not commit untested changes in Main modules like (oscam.c oscam-reader.c or oscam-garbage.c ...) if trunk become too unstable it makes users untrusted about testing it. i think , due different possibility of Configuration , every changes to those main modules should be tested with different parameter config (ie Changes in dvbapi,i think should be tested with both Request_mode (0 or 1) and if for both cases are ok then should be committed.
 

mosta-toulous

Registered
Messages
1,598
Changeset [7131]: module-constcw: Replace FIXMEs with proper fixes.

module-constcw: Replace FIXMEs with proper fixes.
 
Last edited:

powercisco

Super VIP
Messages
9,100
Changeset [7168]: Fix WebIf label for cccstealth as it was a bit misleading. See #2638.

Fix WebIf label for cccstealth as it was a bit misleading. See #2638.
 

powercisco

Super VIP
Messages
9,100
hangeset [7187]: Revert changes , this is now works like before r7184 , don't tell ...

Revert changes , this is now works like before r7184 , don't tell me still not works Sorry
 

hilton

Registered
Messages
7,622
Update:
Code:
Changeset [7209]: fixed dvbapi compiler warnings fixed delayer
fixed dvbapi compiler warnings fixed delayer
 

powercisco

Super VIP
Messages
9,100
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.
 

powercisco

Super VIP
Messages
9,100
20.08.2012 Oscam 1.20 svn7274

-Changeset [7274] by corsair
fixed a segfault on exit oscam, also fixes missing log entries on exit

thanks Gianni8127
 

powercisco

Super VIP
Messages
9,100
29.08.2012 OScam svn7296

- Changeset [7296] by gf
Avoid filling the log with CACHEEX messages.

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
OScam svn7314

- Changeset [7314] by gf
dvbapi: Sent data as one packet. Some time ago I've sent a patch for generic dvbapi under linux (boxtype=pc).
It is working fine but I think there is need for one important enhancement.
Currently it is sending each CA_SET_PID and CA_SET_DESCR as two separate
packets which are: the request integer and the data. I think it will be
much better to sent it in one packet.

At first it is not elegant to sent it this way, besides the UDP packet
order is not the think that we should rely on.

About client implementation: as far as I know there is currently two
clients using the api: vdr-plugin-dvbapi and ostryck MuMuDVB fork
(maybe tvheadend will also use it). I contacted ostryck and he said
there will be no problem with this small api change. Obviously also
no problem on vdr-plugin-dvbapi side.

Patch by manio posted in ticket #2719.

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7365

- Changeset [7365] by stefansat
small error correction about debug, now debug for mac not disabled anymore

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7435

- Changeset [7435] by gf
Add account_set_defaults() and use it where needed.
This fixes at least one bug in WebIf (the new accounts were added
with cccignorereshare = 0 when they should be using -1).

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7444

- Changeset [7444] by gf
cfg: Fix saving of keepalive value in accounts.
This fixes regression introduced in r7433 and part of ticket #2762.

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7477

- Changeset [7477] by gf
Rename mode in struct s_reader to azbox_mode.

mode is pretty generic and since the variable is used only in azbox
code its better to be called azbox_code.

No binary changes.

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7509

- Changeset [7509] by theparasol
Reworked the cooldown function (it was totally broken!)

Warning: oscam uses ratelimitecm as slots, nothing to do with actual count of real ecms
We should better rework that in a future rev as slots and slottime.
An extra maxecm and maxecmtime should be implemented to count actual ecms within a certain timespan.
For now the cooldown works again with slots and slottime (as entered in ratelimitecm and ratelimitseconds)

Setup phase:
The reader fills the slots, as the last is filled in and nothing can be freed it will give you a grace time of cooldown delay in which slots are being ingnored.
After the delay time its automatically followed by the cooldown time where the slots and timeframes are being maintained.
If the cooldown time is done, the setup phase will begin again.

Take into account that oscam uses 20 slots max (hardcoded!) so it makes no sence to even use a ratelimitecm value >20

To be continued...

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7518

- Changeset [7518] by avs1978
Some speed optimalisation in ratelimit/cooldown functionality.
Cleaned possible buffer overflow.

thanks gianni8127
 

powercisco

Super VIP
Messages
9,100
30-09-2012 Oscam1.20 svn7544

- Changeset [7544] by theparasol
Ratelimiter and cooldown overhauled: hope you like it to

thanks gianni8127
 
Top