summaryrefslogtreecommitdiff
path: root/setup.cpp
AgeCommit message (Collapse)Author
2009-02-18Fixed the need to add an --ip parameter on the live command line ifDieter 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-10updated ssl patchMatthias Kortstiege
2008-11-19new setup option to display channels without EPGChristian Wieninger
2008-08-05Changed log level from default INFO to WARN. This gives less verboseDieter Hametner
output.
2008-06-21Changed 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-23Applied 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 LIVEDieter Hametner
development status. See Bug #343. This will need some additional tweaking.
2007-09-19- preparation to save/restore screenshot intervalChristian Wieninger
2007-07-20- Added support for EPG images: Specify the directory with yourChristian 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 isDieter 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 #312Dieter 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 removedChristian Wieninger
2007-06-03- bug fix for local net maskChristian Wieninger
2007-06-03- support for local net without necessary loginChristian Wieninger
2007-06-01- moved to uniform features detectorSascha Volkenandt
2007-05-31- Added doc/ChangeLogDieter 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 pageChristian Wieninger
2007-05-25- first version of "userdef. times" in "What's on?"Christian Wieninger
2007-05-23- show auth part only when enabledChristian Wieninger
- common method Setup::SaveSetup to store setup values from osd and web frontend
2007-05-15- changed default port from 8001 to 8008Christian Wieninger
2007-05-07- fixed password handlingChristian 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 hiddenChristian 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 cMenuSetupSascha Volkenandt
2007-04-26Added OSD configThomas Keil
2007-01-05- removed obsolete interfacing codeSascha Volkenandt
2007-01-05- removed -L plugin parameterSascha Volkenandt
- incorporated all code into one shared object
2007-01-04- added setup option ScreenshotIntervalSascha Volkenandt
2007-01-03- LastChannel value of "0" now returns as maximum possible channel numberSascha 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 improvementsSascha 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 checkinSascha Volkenandt