Advertise Here
Advertise Here
Advertise Here
Advertise Here
Page 38 of 137 FirstFirst ... 132833363738394043486388 ... LastLast
Results 371 to 380 of 1365

Thread: ║➽║OScam║➽║Emu Varıous Platforms║v.11.964║

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

    Re: Latest version OSCam

    Code:
    r5350 | Admin | 2011-06-03 01:42:39 +02.00 (Fri, 03 June 2011) | 1 line
    
    Remove unneeded variables from client struct.
    -------------------------------------------------------------------------------
    r5349 | Admin | 2011-06-03 01:38:19 +02.00 (Fri, 03 June 2011) | 2 lines
    
    To find the locking issues in #5437 and #5438 we added debugging functionality for mutexes which is not normally needed. The debug code is added with this commit but it needs to be manually activated by defining WITH_MUTEXDEBUG in src code if we should need it again.
    Furthermore, resolving the ip from a hostname has been refactored into a function.

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

    Re: Latest version OSCam

    Code:
    r5351 | _network | 2011-06-03 10:26:22 +02.00 (Fri, 03 June 2011) | 1 line
    
    viaccess: possible workaround for emm from cccam (#1838)
    -------------------------------------------------------------------------------
    r5350 | Admin | 2011-06-03 01:42:39 +02.00 (Fri, 03 June 2011) | 1 line
    
    Remove unneeded variables from client struct.

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

    Re: Latest version OSCam

    Code:
    r5352 | schlocke | 2011-06-03 13:56:08 +02.00 (Fri, 03 June 2011) | 15 lines
    
    cccam: fixed auto refresh only for local cards, loadbalancer: do not block timeouts if we got ecms in the past
    --------------------------------------------------------------------------------------------------------------
    r5351 | _network | 2011-06-03 10:26:22 +02.00 (Fri, 03 June 2011) | 1 line
    
    viaccess: possible workaround for emm from cccam (#1838)

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

    Re: Latest version OSCam

    Code:
    r5353 | Admin | 2011-06-03 19:40:33 +02.00 (Fri, 03 June 2011) | 4 lines
    
    Fix wrong cancelstate-setting in cs_lock-functions, use global functions to add/remove readers to/from reader list and add a lock to make sure that the list always stays consistent.
    --------------------------------------------------------------------------------------------------------------
    r5352 | schlocke | 2011-06-03 13:56:08 +02.00 (Fri, 03 June 2011) | 15 lines
    
    cccam: fixed auto refresh only for local cards, loadbalancer: do not block timeouts if we got ecms in the past

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

    Re: Latest version OSCam

    Code:
    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.
    --------------------------------------------------------------------------------------------------------------
    r5353 | Admin | 2011-06-03 19:40:33 +02.00 (Fri, 03 June 2011) | 4 lines
    
    Fix wrong cancelstate-setting in cs_lock-functions, use global functions to add/remove readers to/from reader list and add a 
    
    lock to make sure that the list always stays consistent.

  7. #376
    Banned
    Join Date
    30-06-2005
    Location
    Kukes,Albania
    Posts
    4,252
    Uploads
    3,558
    Likes
    40

    Re: Latest version OSCam

    Code:
    r5355 | Admin | 2011-06-05 19:18:47 +0200 (Sun, 05 Jun 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 +0200 (Sun, 05 Jun 2011) | 8 lines

  8. #377
    Banned
    Join Date
    30-06-2005
    Location
    Kukes,Albania
    Posts
    4,252
    Uploads
    3,558
    Likes
    40

    Re: Latest version OSCam

    Code:
    r5356 | Admin | 2011-06-05 19:28:34 +0200 (Sun, 05 Jun 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 +0200 (Sun, 05 Jun 2011) | 1 line
    
    Correct some field lengths in WebIf, don't exit OSCam anymore when some minor config parameters are wrong.

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

    Re: Latest version OSCam

    Code:
    r5357 | landlord | 2011-06-05 20:47:12 +02.00 (Sun, 05 June 2011) | 2 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.

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

    Re: Latest version OSCam

    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.

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

    Re: Latest version OSCam

    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.

Advertise Here

Similar Threads

  1. Update ║➽║DUBAİ║➽║One TV║➽║Watch home║*ONE TV║⚽️║
    By WaRp in forum Satellite TV Listings
    Replies: 1645
    Last Post: Yesterday, 21:21:50
  2. Replies: 52
    Last Post: 02-07-2026, 21:50:36
  3. New ║➽║Daily║➽║ PurE2║v.7.6║ Novaler TEAM║*.DOWNLOAD║
    By mehmetkarahanlı in forum Novaler Images
    Replies: 44
    Last Post: 17-06-2026, 20:20:36
  4. Replies: 15
    Last Post: 05-06-2026, 22:14:41
  5. Replies: 9
    Last Post: 17-05-2026, 13:29:00

Posting Permissions

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