Oscam powerpc-tuxbox-old (DM500/500S/ Dbox2)

Status
Not open for further replies.

powercisco

Super VIP
Messages
9,100
13.09.2012 Oscam1.20 svn7426

- Changeset [7426] by corsair
cacheex: small stability enhancement
cacheex: debuglevel 1024 (ECM logging) now logs oscam+csp-hashs

thanks LePouSAT
 

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 LePouSAT
 

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 LePouSAT
 

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 LePouSAT
 

powercisco

Super VIP
Messages
9,100
23-09-2012 Oscam1.20 svn7490

- Changeset [7490] by avs1978
Oops forgot to delete something in oscam-chk.c see rev 7489

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
24-09-2012 Oscam1.20 svn7498

- Changeset [7498] by gf
Save a little bit of memory per client by storing ncd_client_id as binary.

thanks LePouSAT
 

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 LePouSAT
 

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 LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7550

- Changeset [7550] by theparasol
While working at ratelimiter / cooldown discovered a major bug in dvbapi,
It was inefficiently asking matching_reader -> fixed that

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7563

- Changeset [7563] by theparasol
squashed a bug in initial setup of the reader slots
Slots with srvids that are overtime should always be freed to maximize slot free, even if not called from readercode

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
03.10.2012 Oscam1.20 svn7584

- Changeset [7584] by gf
Cleanup oscam-aes.c and related files.
-Changeset [7583] by gf
Move locking functions from oscam-simples.c to oscam-lock.c
-Changeset [7582] by gf
Move network functions from oscam-simples.c to oscam-net.c
-Changeset [7581] by gf
Move AES functions from oscam-simples.c to oscam-aes.c
-Changeset [7580] by gf
Move file functions from oscam-simples.c to oscam-files.c
-Changeset [7579] by gf
Move client functions from oscam-simples.c to oscam-client.c
-Changeset [7578] by gf
Move webif specific functions out of oscam-simples.c

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
04.10.2012 Oscam1.20 svn7606

- Changeset [7606] by theparasol
Oscam cccam client -> oscam cccam server protocol

Fixed:

Oscam hexserial preleading 00 bug
Oscam seca emm no UQ EMM's are send from client to server

Viaccess / Betacrypt / Irdeto needs to be tested and reported!

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
05.10.2012 Oscam1.20 svn7613

- Changeset [7613] by theparasol
CDS NL 0100:00006a needs ecmpid to be registered in loadbalancer.
On some channels, mostly SD from old settopbox package this provider
has two entries in the PMT for 0100:00006a, only difference is ECMPID.
They did this dirty trick to support old settopboxes that had to be replaced otherways.
One ECMPID is old seca2 system, the other is new nagravision the "seca3"

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
07.10.2012 Oscam1.20 svn7626

- Changeset [7626] by theparasol
Fix for the dvbapi EMM filter function
While checking oscam-chk.c I stumpled over the existing and working emm_reader_match

- Changeset [7625] by puya
module-cccshare.c : Fix Segmentation fault.
My Feeling : so happy to see zetack is active back in trac system.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
08.10.2012 Oscam1.20 svn7638

- Changeset [7638] by theparasol
DVBAPI added a new feature: decodeforever
Till now dvbapi gives up decoding after 3 retries.
There was an option in oscam.dvbapi to enforce continue decoding by a P: xxxx:xxxxxx 1
Now you can use decodeforever to try all caids again forever.
So no more failed recordings or rezapping to open up a channel again!

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
09.10.2012 Oscam1.20 svn7666

- Changeset [7666] by gf
webif: Add support for cccam's recv_timeout parameter.
- Changeset [7665] by gf
cccam: Add recv_timeout config parameter to control network recv timeout.
It seems that the hardcoded timeout of 2s is unsufficient for certain uses.
This patch adds new parameter in [cccam] section named recv_timeout.
recv_timeout - Timeout in ms that cccam waits for data to become available
to receive. Default value: 2000 (2 seconds).

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
10.10.2012 Oscam1.20 svn7675

- Changeset [7675] by gf
cacheex: Fix crash when freeing ECM. Fix a dumb bug introduced in r7674.
- Changeset [7674] by gf
cacheex: Cleanup ifdefs in oscam.c No binary changes.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
Oscam1.20 svn7689

- Changeset [7689] by gf
bulcrypt: Fix writing of uniq2 EMMs (0x85 and 0x8b types).
When EMM handling was rewritten, 0x85 and 0x8b EMMs were broken,
because wrong command was used to write them into the card.

thanks LePouSAT
 

powercisco

Super VIP
Messages
9,100
12.10.2012 Oscam1.20 svn7694

- Changeset [7694] by theparasol
Tryfix2 DVBAPI Decodeforever... hope its right now!
- Changeset [7693] by theparasol
Tryfix for segmentationfault with decodeforever on undecodable channel

thanks LePouSAT
 
Status
Not open for further replies.
Top