- 1762: a user said that if the timeout are set to 10 seconds (instead of 5) it allow the smartreader to work on IPBox
- 1763: fix a small problem as the irdeto flag was not properly cleared in the smartreader code
- 1764: Exclude OS_CYGWIN from some delay in the phoenix code to try to help with pl2303
- 1765: Fix not found problem on Dbox2/multikam
- 1766: Exclude OS_CYGWIN32 (instead of OS_CYGWIN) from some delay in the phoenix code to try to help with pl2303
- 1767: Bcopy is not portable, replacing it by memmove
- 1768: DVB API: fix crash on MIPS architecture
- 1769: cccam: fixed server buffer overflow
- 1770: cccam: pwd -> buf
- 1771: 'module-cccam.c' now with multiple user logins possible
- 1772: Replace 'bzero' with 'memset', 'bzero' is deprecated on most OSs and not portable
- 1773: Some replaces 'bzero' with 'memset', again
- 1774: Bugfix in 'expdate' config handling
- 1775: DVB API: trying to fix PIP on DM7025, add some experimental EMM code
- 1776: 'oscam-config.c' cleanup
- 1777: New web interface integration
- 1778: fix OS X PCSC includes
- 1779: Moved web interface config options to [webif] section, notify if build without web interface support and web interface was configured, some more #ifdef, default compiler options in READEME now
- 1780: Documentation update for web interface
- 1781: Web interface: Moved 'nocrypt' parameter to 'httpallowed'
- 1782: Add disablelog to write_config()
- 1783: Added 'disablelog' parameter to doc
- 1784: Show built in modules in credits.
- 1785: Bugfix: hide idle clients in web interface was broken.
- 1786: Log some warnings instead printing to stderr, Irdeto guessing table is now selectable with '-DIRDETO_GUESSING' compiler option.
- 1787: Added 'httpallowed' parameter to write_config()
- 1788: Simplify Sky It postprocessing
- 1789: Don't store provider id in cache because provider id was not checked for caching
- 1790: Keep improvements of old postprocess routine
- 1791: Move smartreader buffer saves 4K on every non-smartreader
- 1792: small smartreader init optimization
- 1793: remove the threading for cs_logger as this cause a lot of problem (segfault). I didn't take a close look at the code but a thread without proper threade mutex for variable access can't be a good thread ... gone ..
- 1794: change the way we use the SR_CONFIG struct to save memory and keep it parametrised
- 1795: Added some more '#ifdef' for gbox
- 1796: Removed some typo errors in '#ifdef' statements for gbox
- 1797: Some fixes in write_config (httpallowed), implement 'disableuserfile' parameter, implement 'httpreadonly' parameter (used later)
- 1798: Fixed cascading related bug in 'module-camd35.c'
- 1799: Added documentation for 'disableuserfile' parameter
- 1800: Added examples for web interface configuration
- 1801: dollarsign in variable name upsets coolsteam toolchain