]> gitweb.michael.orlitzky.com - mailshears.git/history - lib
Pass a Configuration object to each plugin's initialize().
[mailshears.git] / lib /
2013-10-07 Michael OrlitzkyPass a Configuration object to each plugin's initialize().
2013-10-06 Michael OrlitzkyGet prune working, at least in a simple case.
2013-10-06 Michael OrlitzkyRename PostfixadminDb, RoundcubeDb without the Db suffix.
2013-10-06 Michael OrlitzkyImplement user_exists() everywhere and use it to correc...
2013-10-06 Michael OrlitzkyMove domain removal into the plugins.
2013-09-30 Michael OrlitzkyWay too many changes to mention. The 'rm' mode works...
2013-09-29 Michael OrlitzkyAdd a bunch more crap and rewrite a bunch more crap...
2013-08-29 Michael OrlitzkyIn the middle of refactoring the binary to accept three...
2013-08-29 Michael OrlitzkyFix typo in mv_plugin.
2013-08-29 Michael OrlitzkyAdd default configuration for Agendav and DAViCal.
2013-03-19 Michael OrlitzkyBegin building the framework to rename accounts. A...
2013-03-19 Michael OrlitzkyFactor out common code that can be used to mv (rename...
2013-03-19 Michael OrlitzkyDon't cast the username to an int in the AgenDAV plugin.
2013-03-19 Michael OrlitzkyAdd a missing space in the header.
2013-03-19 Michael OrlitzkyFix table name (again) in DAViCal plugin.
2013-03-19 Michael OrlitzkyFix table name in DAViCal plugin.
2013-03-19 Michael OrlitzkyRemove unnecessary queries from the Roundcube plugin.
2013-03-18 Michael OrlitzkyIgnore the DAViCal superuser.
2013-03-18 Michael OrlitzkyWhitespace/comment cleanup.
2013-03-18 Michael OrlitzkyAdd another totally-untested plugin: davical.
2013-03-18 Michael OrlitzkyAdd explicit "self." in one place.
2013-03-18 Michael OrlitzkyAdd AgenDAV plugin, totally untested.
2013-03-18 Michael OrlitzkyFix a comment.
2012-07-16 Michael OrlitzkyAdd the domain/account name to NonexistentDomain/Accoun...
2012-04-19 Michael OrlitzkyGet the new YAML-based configuration working, and updat...
2012-04-19 Michael OrlitzkyFix another call to the (removed) Configuration module.
2012-04-19 Michael OrlitzkyUpdate the rest of the code to use the new Configuratio...
2012-04-19 Michael OrlitzkyAdd a Configuration class which loads a user YAML file...
2012-04-19 Michael OrlitzkyRemove the default configuration module.
2012-04-19 Michael OrlitzkySwitch from constants to variables in the Configuration...
2012-04-16 Michael OrlitzkyReorder the default config file to make more sense.
2012-04-09 Michael OrlitzkyBe silent if the user does not have a configuration...
2012-04-09 Michael OrlitzkyLoad the default configuration file in lib/mailshears.rb.
2012-04-09 Michael OrlitzkyRestructure the lib directory to avoid name collisions.
2012-04-09 Michael OrlitzkyAdd the GPL3 'LICENSE' file.
2012-04-08 Michael OrlitzkyRename 'src' to 'lib' to match every other Ruby project...