Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-18 | Fixed the need to add an --ip parameter on the live command line if | Dieter Hametner | |
the host had no IPv6 support in the kernel (or module). Don't abort operation if one of the given ips fails at bind call. Abort only if every bind call fails. | |||
2008-12-10 | updated ssl patch | Matthias Kortstiege | |
2008-11-19 | new setup option to display channels without EPG | Christian Wieninger | |
2008-08-05 | Changed log level from default INFO to WARN. This gives less verbose | Dieter Hametner | |
output. | |||
2008-06-21 | Changed the definition of tntversion in the LIVE source files. | Dieter Hametner | |
Now there is a define TNTVERSION set to a number that can be compared in C oreprocessor 'if' statements. This allows for adding support for tntnet specific features with evolving tntnet version. | |||
2008-04-23 | Applied SSL listener patch submitted through bug report #457. | Dieter Hametner | |
2007-12-25 | - Presence of IMDb URLs is now configurable. Closes bug #401. | Dieter Hametner | |
2007-12-19 | - Added option to select streamdev stream type in live setings. | Dieter Hametner | |
2007-12-16 | - Adapted Rolf Ahrenbergs patch for VLC streaming to current LIVE | Dieter Hametner | |
development status. See Bug #343. This will need some additional tweaking. | |||
2007-09-19 | - preparation to save/restore screenshot interval | Christian Wieninger | |
2007-07-20 | - Added support for EPG images: Specify the directory with your | Christian Wieninger | |
EPG images via the new commandline option '-e <dir>' or '--epgimages=<dir> like -P'live -e /video/epgimages' | |||
2007-07-18 | - Setup option to use Ajax technology. If turned off no javascript is | Dieter Hametner | |
loaded but almost all functionality is exposed via single html pages. This can speed up loading over slow links at the cost of a fancy interface. - Infobox is only available with Ajax features enabled but can still be switched on/off when Ajax is active. - Added posibility to turn off the logo. When also infobox is turned off the menu line appears at the top of the page. This is helpful for PDA based browsers and low resolution screens. | |||
2007-06-14 | - Added option in live setup to disable infobox at all. Fixes #312 | Dieter Hametner | |
2007-06-04 | - additional commandline option: -l level, --log=level log level for ↵ | Christian Wieninger | |
tntnet (values: INFO, DEBUG,...) | |||
2007-06-04 | - Added marine theme as default setting. | Dieter Hametner | |
2007-06-03 | - general CSS based themeing support. | Dieter Hametner | |
- added setup option to select theme. - added search scheme for themable images and stylesheets. - added marine (default) and redwine theme. - documented new features. All developers must read doc/dev-conventions.txt | |||
2007-06-03 | - save and restore last list mode in "What's on" | Christian Wieninger | |
2007-06-03 | - debug output removed | Christian Wieninger | |
2007-06-03 | - bug fix for local net mask | Christian Wieninger | |
2007-06-03 | - support for local net without necessary login | Christian Wieninger | |
2007-06-01 | - moved to uniform features detector | Sascha Volkenandt | |
2007-05-31 | - Added doc/ChangeLog | Dieter Hametner | |
- Added doc/css-themeing.txt - Implemented support for site wide style overrides. Fixes Bug #339 - Updated all pages to use the override mechanism. - Added needed files to Makefile - Introduced USRDIR configuration variable to Makefile. | |||
2007-05-31 | - configurable start page | Christian Wieninger | |
2007-05-25 | - first version of "userdef. times" in "What's on?" | Christian Wieninger | |
2007-05-23 | - show auth part only when enabled | Christian Wieninger | |
- common method Setup::SaveSetup to store setup values from osd and web frontend | |||
2007-05-15 | - changed default port from 8001 to 8008 | Christian Wieninger | |
2007-05-07 | - fixed password handling | Christian Wieninger | |
2007-05-06 | - admin password is now stored as <length>:<md5 hash of password> in ↵ | Christian Wieninger | |
live.AdminPasswordMD5 (default password keeps 'live', so please re-edit your password via OSD) - new function MD5Hash in tools - changed epgsearch to use MD5Hash of tools | |||
2007-05-03 | - admin password in setup is now hidden | Christian Wieninger | |
2007-04-29 | - new main menu entry "search" | Christian Wieninger | |
- checking for epgsearch and hiding "search" and "searchtimers" if epgsearch not present | |||
2007-04-26 | - fixed forward declaration and scope of cMenuSetup | Sascha Volkenandt | |
2007-04-26 | Added OSD config | Thomas Keil | |
2007-01-05 | - removed obsolete interfacing code | Sascha Volkenandt | |
2007-01-05 | - removed -L plugin parameter | Sascha Volkenandt | |
- incorporated all code into one shared object | |||
2007-01-04 | - added setup option ScreenshotInterval | Sascha Volkenandt | |
2007-01-03 | - LastChannel value of "0" now returns as maximum possible channel number | Sascha Volkenandt | |
2007-01-03 | - renamed Setup::Get() to LiveSetup() | Sascha Volkenandt | |
- added method that fetches plugin class from vdr and gets its setup object - demo code in channels.ecpp | |||
2007-01-02 | - some optical improvements | Sascha Volkenandt | |
2007-01-02 | - added options -i and -p to specify port and (possibly multiple) ip(s) | Sascha Volkenandt | |
- moved commandline-helpstring to setup class to ease maintaining - added default library directory /usr/local/lib | |||
2007-01-02 | - initial checkin | Sascha Volkenandt | |