Base: redirect debug output to own io handler, remove local debug flags
[videosite.git] / videosite / Base.pm
2013-05-07 Ralf ErtzingerBase: redirect debug output to own io handler, remove...
2013-05-06 Ralf ErtzingerBase: Use proper access method for config values
2013-04-30 Ralf ErtzingerBase: re-add _prepare_parameters function to print...
2013-04-30 Ralf ErtzingerBase: fix typo
2013-04-24 Ralf ErtzingerMove config handling to API
2013-04-24 Ralf ErtzingerRemove _prepare_parameters() and mergeconfig()
2013-04-24 Ralf ErtzingerUse API for active connectors
2013-04-24 Ralf ErtzingerUse API for output
2013-04-24 Ralf ErtzingerAdd default "enabled" property
2013-04-24 Ralf ErtzingerAdd a register_api() call to Base.pm
2013-04-21 Ralf ErtzingerChange new() function in plugins to avoid having to...
2012-02-11 Ralf ErtzingerAutomatically add cookies gathered during grabbing...
2012-02-11 Ralf ErtzingerBase: lower timeout for default UserAgent object
2012-02-11 Ralf ErtzingerBase: Add simple_get() function
2011-09-03 Ralf ErtzingerBase, GrabberBase: change hash keys for connectors
2011-09-03 Ralf ErtzingerBase: remove debugging code accidentially left in
2011-09-03 Ralf ErtzingerBase: Add support for connectors
2011-09-03 Ralf ErtzingerBase, YouTube: add a function to decode URL query strin...
2011-08-03 Ralf ErtzingerBase: Add decode_hexurl function
2011-07-23 Ralf ErtzingerBase: fix the default output function
2011-06-12 Ralf ErtzingerBase, YouTube: Do not use process persistent LWP::UserA...
2011-06-08 Ralf ErtzingerBase: Add module name to error and debug output
2011-06-03 Ralf Ertzingerbase: Initialize a LWP::UserAgent instance for subclass...
2010-07-12 Ralf ErtzingerGeneral: Fix debug/error printing for modules (no more...
2008-12-08 Ralf Ertzinger- Introduce a proper namespace for videosite modules.
2008-12-07 Ralf Ertzinger- Add autocompletion for parameter names and values
2008-12-07 Ralf Ertzinger- Modify help string generator to handle the extended...
2008-04-15 Ralf Ertzinger- Fix properties interitance for GrabberBase and GetterBase
2008-04-15 Ralf Ertzinger- Fix subroutine ref
2008-04-15 Ralf Ertzinger- Remove Irssi deps from plugins
2008-02-03 Ralf Ertzinger- Add the ability to enable/disable selected grabber...
2008-01-07 Christian Garbsremove unneeded variable
2008-01-07 Ralf Ertzinger- Fix funky coloured characters in debugging mode
2008-01-05 Ralf Ertzinger- Fix some annoyances for default configs
2008-01-05 Ralf Ertzinger- Fix some bugs in the XML config handling
2008-01-05 Ralf Ertzinger- Add copyright information to all files
2007-12-26 Ralf Ertzinger- Initial checkin