dbuscron
2010-12-22 Konstantin... changelog updated v1.5.1
2010-12-22 Konstantin... fixed undefined property auto args related error
2010-12-22 Konstantin... Makefile: tarball target to build source tarball
2010-12-22 Konstantin... changelog format fix
2010-12-22 Konstantin... changelog updated v1.5.0
2010-12-22 Konstantin... Makefile: fixed shell syntax error
2010-12-22 Konstantin... documentation updated
2010-12-22 Konstantin... pass error messages into environment, None's are empty...
2010-12-22 Konstantin... dbuscrontab: config file argument is accepted by all...
2010-12-22 Konstantin... dbuscrontab: ability to pass config file to edit for...
2010-12-22 Konstantin... dbuscrontab: get daemon's pid from pidfile if upstart...
2010-12-22 Konstantin... auto_args feature compatile with dbus-scripts args...
2010-12-21 Konstantin... parser fixes
2010-12-21 Konstantin... support fnmatch() args match
2010-12-21 Konstantin... migrate-dbus-scripts.py: better handling of special...
2010-12-21 Konstantin... auto command args from message args
2010-12-21 Konstantin... Makefile: install main executable scripts in a uniform way
2010-12-21 Konstantin... migrate-dbus-scripts.py
2010-12-21 Konstantin... log info about config source
2010-12-21 Konstantin... access filename in CrontabParser
2010-12-21 Konstantin... handle /etc/dbuscrontab.d as well as /etc/dbuscrontab
2010-12-21 Konstantin... parse config dirs and files transparently
2010-12-21 Konstantin... DirectoryParser() to parse config directories
2010-12-21 Konstantin... fixed typo in Makefile
2010-12-21 Konstantin... convert message arguments in a more smart way on match
2010-12-21 Konstantin... changelog updated v1.4.0
2010-12-21 Konstantin... Makefile: better compilation
2010-12-21 Konstantin... support \uXXXX as well as \xXX in args field
2010-12-21 Konstantin... run dbuscron as user
2010-12-20 Konstantin... genchangelog: indent shortlog correctly
2010-12-20 Konstantin... parser: fix bug in syntax checker on starred fields
2010-12-20 Konstantin... support \xXX escape characters in args field
2010-12-20 Konstantin... parser: fixed typo
2010-12-20 Konstantin... --sessionaddr option to set custom session bus address
2010-12-20 Konstantin... bus: interface to set custom session bus
2010-12-20 Konstantin... changelog updated v1.3.0
2010-12-20 Konstantin... Makefile: build target
2010-12-20 Konstantin... auto version setting
2010-12-20 Konstantin... Makefile: debclean & deb targets
2010-12-20 Konstantin... main module code cleanup: more comments & logging,...
2010-12-20 Konstantin... moved user & group id setting code into separate function
2010-12-19 Konstantin... new cli args: userid and groupid to set user and group...
2010-12-17 Konstantin... changelog updated v1.2.0
2010-12-17 Konstantin... Makefile updated
2010-12-17 Konstantin... moved shell part into modules
2010-12-17 Konstantin... dbuscrontab: refactored error handling
2010-12-15 Konstantin... better log messages
2010-12-15 Konstantin... more robust loggin of unicode messages
2010-12-15 Konstantin... fixed unset session bus address issue
2010-12-14 Konstantin... more robust and unicode safe dbus string handling
2010-12-13 Konstantin... Makefile: ignore error on existing config
2010-12-13 Konstantin... dbuscron uses optparse instead of getopt
2010-12-12 Konstantin... debian: added python-dbus to dependencies list v1.1.0
2010-12-12 Konstantin... version correction in debian/changelog
2010-12-12 Konstantin... Makefile: install example dbuscrontab file into /etc
2010-12-12 Konstantin... example dbuscrontab file (kind of README)
2010-12-12 Konstantin... debianization 2: hooks
2010-12-12 Konstantin... python version in Makefile
2010-12-12 Konstantin... Makefile: .PHONY, cleanup modules only
2010-12-12 Konstantin... debianization
2010-12-12 Konstantin... Makefile: clean target to remove all compiled python...
2010-12-12 Konstantin... Makefile to install & uninstall dbuscron added
2010-12-12 Konstantin... example upstart config for dbuscron daemon
2010-12-12 Konstantin... dbuscrontab: more verbose messages on syntax check...
2010-12-12 Konstantin... nicer syntax checks in dbuscrontab utility
2010-12-12 Konstantin... more robust syntax checks in crontab parser
2010-12-12 Konstantin... new -q flag for 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