dbuscron
2010-12-12 Konstantin... dbuscrontab utility: implemented -e/-l/-k actions,...
2010-12-12 Konstantin... CrontabParser raises an exception on syntax error in...
2010-12-12 Konstantin... dbuscrontab utility script
2010-12-11 Konstantin... unregister dbus match rule in it's destructor
2010-12-10 Konstantin... reload config on sighup
2010-12-10 Konstantin... Commands.clear() clears commands list
2010-12-10 Konstantin... Commands class is iteratable now
2010-12-10 Konstantin... DbusRule.unregister() method
2010-11-29 Konstantin... log run command if it has errors (result != 0)
2010-11-29 Konstantin... dbus_to_str() converts dicts & arrays recursively
2010-11-29 Konstantin... dbus_to_str logs its process
2010-11-29 Konstantin... Logger has __call__ == info and accepts multiple values...
2010-11-29 Konstantin... Logger is singleton now, utilize Logger & OptionsParser
2010-11-28 Konstantin... OptionsParser & Logger is importable from dbuscron
2010-11-28 Konstantin... args for OptionsParser defaults to sys.argv
2010-11-28 Konstantin... logger module added
2010-11-28 Konstantin... OptionsParser based on getopt added
2010-11-27 Konstantin... more robust dbus data convert on export to env
2010-11-27 Konstantin... Don't use itertools.product any more
2010-10-18 Konstantin... Forgotten import v1.0.0
2010-10-18 Konstantin... Don't match unset args
2010-10-18 Konstantin... More robust message class to message type name conversion
2010-10-17 Konstantin... Refactored crontab parser: new default values definition
2010-10-17 Konstantin... Message type field of * means all 4 field types
2010-10-17 Konstantin... Set DBUS default loop
2010-10-17 Konstantin... Renamed DbusRuleMatcher to DbusRule
2010-10-17 Konstantin... Initial commit