Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 26 of 50 FirstFirst ... 162124252627283136 ... LastLast
Results 251 to 260 of 491

Thread: OSCam for Coolstream HD1

  1. #251
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5355 | Admin | 2011-06-05 19:18:47 +02.00 (Sun, 05 June 2011) | 1 line
    
    Correct some field lengths in WebIf, don't exit OSCam anymore when some minor config parameters are wrong.
    --------------------------------------------------------------------------------------------------------------
    r5354 | neoen | 2011-06-05 15:02:31 +02.00 (Sun, 05 June 2011) | 8 lines
    
    NDS: added support for mail messages from provider.
    Text mail messages sent by provider to subscriber are saved to file.
    These messages are encapsulated into Unique EMMs.
    Two new options in global section of oscam.conf are used to enable this feature:
    disablemail = 0 (default is 1)
    mailfile = /path/to/file
    Tested only with SkyIT.
    Attached Files Attached Files

  2. Advertise Here
  3. #252
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5356 | Admin | 2011-06-05 19:28:34 +02.00 (Sun, 05 June 2011) | 1 line
    
    If OSCam was compiled with debug the behaviour was like the following: A function is called via the call macro. If the 
    
    function fails, a log is output and the current function also returns an error. As this is not the case with debug disabled it 
    
    is not consistent. According to ngc1927 in #1906 removing this "return" fixes the enable/disable problem for sci readers and 
    
    has not come to a drawback yet. If you experience drawbacks in hardware readers from this change (can only happen when the 
    
    readers have other failures!), please report in the forum.
    --------------------------------------------------------------------------------------------------------------
    r5355 | Admin | 2011-06-05 19:18:47 +02.00 (Sun, 05 June 2011) | 1 line
    
    Correct some field lengths in WebIf, don't exit OSCam anymore when some minor config parameters are wrong.
    Attached Files Attached Files

  4. #253
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5357 | landlord | 2011-06-05 20:47:12 +02.00 (Sun, 05 June 2011) | 20 lines
    
    Added new parameter 'disablemail' and 'mailfile' to documentation.
    --------------------------------------------------------------------------------------------------------------
    r5356 | Admin | 2011-06-05 19:28:34 +02.00 (Sun, 05 June 2011) | 1 line
    
    If OSCam was compiled with debug the behaviour was like the following: A function is called via the call macro. If the 
    
    function fails, a log is output and the current function also returns an error. As this is not the case with debug disabled it 
    
    is not consistent. According to ngc1927 in #1906 removing this "return" fixes the enable/disable problem for sci readers and 
    
    has not come to a drawback yet. If you experience drawbacks in hardware readers from this change (can only happen when the 
    
    readers have other failures!), please report in the forum.
    Attached Files Attached Files

  5. #254
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5359 | Admin | 2011-06-05 22:38:42 +02.00 (Sun, 05 June 2011) | 1 line
    
    Fix #1894: Don't add messages about sending the pin to the card to the entitlements info.
    --------------------------------------------------------------------------------------------------------------
    r5358 | Admin | 2011-06-05 22:32:33 +02.00 (Sun, 05 June 2011) | 1 line
    
    Enhancement #1814: Add log message on failed ecm in order to be able to identify them. Get the caching use in getservicename 
    
    function really working.
    --------------------------------------------------------------------------------------------------------------
    r5357 | landlord | 2011-06-05 20:47:12 +02.00 (Sun, 05 June 2011) | 2 lines
    
    Added new parameter 'disablemail' and 'mailfile' to documentation.
    Attached Files Attached Files

  6. #255
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5360 | Admin | 2011-06-05 22:47:31 +02.00 (Sun, 05 June 2011) | 1 line
    
    WebIf: Remove whitespace from files section.
    --------------------------------------------------------------------------------------------------------------
    r5359 | Admin | 2011-06-05 22:38:42 +02.00 (Sun, 05 June 2011) | 1 line
    
    Fix #1894: Don't add messages about sending the pin to the card to the entitlements info.
    Attached Files Attached Files

  7. #256
    VIP Member mile kristo's Avatar
    Join Date
    24-06-2007
    Location
    EU
    Posts
    1,729
    Uploads
    268
    Likes
    72

    Re: OSCam for Coolstream HD1

    r5362 | hapeba | 2011-06-06 14:42:51 +0200 (Mon, 06 Jun 2011) | 1 line

    fix #5361 (compile error - module-lcd.c, module-dvbapi.c)
    ------------------------------------------------------------------------
    r5361 | Admin | 2011-06-06 01:52:08 +0200 (Mon, 06 Jun 2011) | 1 line

    Some internal restructuring regarding globals.h file to make it a bit more structured.
    ------------------------------------------------------------------------
    r5360 | Admin | 2011-06-05 22:47:31 +0200 (Sun, 05 Jun 2011) | 1 line

    WebIf: Remove whitespace from files section.
    Attached Files Attached Files

  8. #257
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5363 | pattex | 2011-06-06 15:32:49 +02.00 (Mon, 06 June 2011) | 1 line
    
    WebIf: better sizing of editboxes
    --------------------------------------------------------------------------------------------------------------
    r5362 | hapeba | 2011-06-06 14:42:51 +02.00 (Mon, 06 June 2011) | 1 line
    
    fix #5361 (compile error - module-lcd.c, module-dvbapi.c)
    Attached Files Attached Files

  9. #258
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5364 | _network | 2011-06-06 17:58:50 +02.00 (Mon, 06 June 2011) | 10 lines
    
    dynamic-threads: resync with trunk
    --------------------------------------------------------------------------------------------------------------
    r5363 | pattex | 2011-06-06 15:32:49 +02.00 (Mon, 06 June 2011) | 1 line
    
    WebIf: better sizing of editboxes
    Attached Files Attached Files

  10. #259
    VIP Member mile kristo's Avatar
    Join Date
    24-06-2007
    Location
    EU
    Posts
    1,729
    Uploads
    268
    Likes
    72

    Re: OSCam for Coolstream HD1

    --------
    r5365 | Admin | 2011-06-07 00:44:09 +0200 (Tue, 07 Jun 2011) | 1 line

    WebIf: Allow emptying au arameter. CCCam: Do not try to wake up reader if it is currently blocked or in shutdown so that pipe is not filled up by useless requests.
    Attached Files Attached Files

  11. #260
    VIP Member Andushi's Avatar
    Join Date
    13-04-2010
    Location
    United Nations
    Posts
    4,103
    Uploads
    2,275
    Likes
    29

    Re: OSCam for Coolstream HD1

    Code:
    r5366 | _network | 2011-06-07 21:11:36 +02.00 (Tue, 07 June 2011) | 1 line
    
    viaccess: next try for a workaround for emm from cccam (#1838)
    --------------------------------------------------------------------------------------------------------------
    r5365 | Admin | 2011-06-07 00:44:09 +02.00 (Tue, 07 June 2011) | 2 lines
    
    WebIf: Allow emptying au arameter. CCCam: Do not try to wake up reader if it is currently blocked or in shutdown so that pipe is not filled up by useless requests.
    Attached Files Attached Files

Page 26 of 50 FirstFirst ... 162124252627283136 ... LastLast
Advertise Here

Similar Threads

  1. Oscam (Coolstream edition) -- Latest
    By marcel1 in forum Coolstream
    Replies: 12
    Last Post: 29-01-2023, 12:38:36
  2. Oscam for coolstream
    By wahid in forum Coolstream Software and Tools
    Replies: 275
    Last Post: 29-12-2010, 15:16:33
  3. Oscam for coolstream
    By wahid in forum OSCam
    Replies: 5
    Last Post: 20-06-2010, 17:03:14
  4. Replies: 1
    Last Post: 20-12-2009, 15:50:40
  5. Lastest Oscam for Coolstream HD1
    By marcel1 in forum Satellite Receivers A to Z
    Replies: 0
    Last Post: 03-11-2009, 09:16:38

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •