Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | - added missing declaration of LiveSetup() | Sascha Volkenandt | |
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-05 | - some optical changes | Sascha Volkenandt | |
2007-01-04 | - added setup option ScreenshotInterval | Sascha Volkenandt | |
2007-01-04 | - optimized interface to access plugin objects from website | Sascha 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 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 | - 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 | |