summaryrefslogtreecommitdiff
path: root/tntconfig.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-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-09-17- Moved images from compiled in image dir to data dir 'img'.Dieter Hametner
- Fixed MapUrl entries to the new image location - Adapted some pages for the new image locations. - Added a preload functionalty to fill file cache at plugin startup.
2007-09-08- Fixed bug #387. content.ecpp delivers only absolute path requestsDieter Hametner
without '..' in them.
2007-09-06- First reaction to bug #387. This version has checked MapUrl mappings.Dieter Hametner
2007-07-29- Made vdr ajax requests work also via a static page. This is forDieter Hametner
browsers that don't support javascript (e.g. PDA browsers) - Implemented for AJAX request a visual notification how requested action performed. - Adapted styles for this. - Moded images for rounded boxes (formerly tip-hint-??.png) to central image directory and renamed them according to their color. This makes them reusable in different themes. - Adapted themes to this move.
2007-07-20- Make AJAX work when no 'epgImages' path has been specified.Dieter Hametner
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-19- added support for sending vdr's internally used character encoding in ↵Sascha Volkenandt
responses
2007-07-12- Update to the mootools framework.Dieter Hametner
- New more XHTML compliant tips. - Optional AJAX enabled infoboxes for epg information. - Major speed enhancement for the single pages, due to less data to transfer to the browser. - See doc/ChangeLog for more detailed changes description. - See doc/dev-conventions.txt for how we benefit from mootools package on the ECMAScript side of live.
2007-06-22- Introducing Mootools as base javascript library.Dieter Hametner
- ported Infobox javascript code to this library. - LiveSimpleAjaxRequest uses Ajax-Object from mootools. - Start of distribution of javascript in source form (not compiled into the live binary).
2007-06-04- additional commandline option: -l level, --log=level log level for ↵Christian Wieninger
tntnet (values: INFO, DEBUG,...)
2007-06-04- Fixed themed image tag bug in pageelems.event_timerDieter Hametner
- Fixed path for common static data.
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-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- looking up paths now with MapUrlSascha Volkenandt
2007-05-08- Control recordings playback from InfoboxDieter Hametner
- Added button images (Buttons by skiller2k1) - Made recordings look more like schedule - Made all tables 100% width to have a common look over all pages - some cleanup in ajax xml responses - common file for xmlresponses - Added translations for recordings related strings - Javascript updates in vdr_status.js for new playback control functions - Added tasks for playback control actions
2007-04-27Increased Session Timeout to 24hThomas Keil
2007-04-26Added authenticationThomas Keil
2007-01-08- fixed initial pageSascha Volkenandt
2007-01-07Changed some stuff for whats_on.ecppThomas Keil
2007-01-05- removed CompPath directiveSascha Volkenandt
- changed component name to "" to force loading from local shared object - incorporated all code into one shared object
2007-01-04- removed thread-unsafe call of cPlugin::ConfigDirectory and replaced it ↵Sascha Volkenandt
with Plugin::GetConfigDirectory - implemented proper shutdown of server thread on vdr termination
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-03/ Mapping eingebautThomas Keil
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*** empty log message ***Thomas Keil
2007-01-02- initial checkinSascha Volkenandt