summaryrefslogtreecommitdiff
path: root/setup.h
AgeCommit message (Collapse)Author
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- added missing declaration of LiveSetup()Sascha Volkenandt
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-05- some optical changesSascha Volkenandt
2007-01-04- added setup option ScreenshotIntervalSascha Volkenandt
2007-01-04- optimized interface to access plugin objects from websiteSascha Volkenandt
- moved website code to pagelib subdirectory - introduced TimerManager that will help working on timers from a background thread
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- 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