2011-01-20 Pascal Volk VMM/{,cli/}handler: Moved the 'address-in-use check' (introduced v0.6.x
2011-01-19 Pascal Volk VMM/account: Account._count_aliases() cast the EmailAddress to str, v0.6.x
2011-01-17 Pascal Volk VMM/handler: Handler.relocated_add() check if the target address' v0.6.x
2011-01-17 Pascal Volk VMM/handler: Handler._get_{account,alias,relocated}() check v0.6.x
2011-01-17 Pascal Volk VMM/handler: Handler.alias_add() and Handler.relocated_add() use v0.6.x
2011-01-17 Tobias Berling VMM/alias.py: Fixed TypeError when calling dbc.executemany() v0.6.x
2011-01-17 Tobias Berling setup.py: Fixed syntax error v0.6.x
2011-01-17 Tobias Berling pgsql/create_tables{,-dovecot-1.2.x}.pgsql: Fixed syntax errors v0.6.x
2011-01-17 Pascal Volk VMM/emailaddress: Added class DestinationEmailAddress. v0.6.x
2011-01-14 Pascal Volk Updated copyright notices to include the year 2011. v0.6.x
2011-01-13 Pascal Volk merged changes from default(cfd29e65e4f2) v0.6.x
2011-01-13 Pascal Volk INSTALL: Use the %L modifier for %u variable in password_query
2010-08-10 Pascal Volk VMM/domain: set_{directory,transport} make sure the domain is new. v0.6.x
2010-08-10 Pascal Volk VMM/cli/subcommands: Added 'auto postmaster' to domain_add(). v0.6.x
2010-08-10 Pascal Volk VMM/cli/handler: Added support for random passwords in user_add(). v0.6.x
2010-08-09 Pascal Volk VMM/transport: Small error message 'improvement'. v0.6.x
2010-08-09 Pascal Volk VMM/config: Added option mailbox.format to the configuration check. v0.6.x
2010-08-09 Pascal Volk update_config: Set pyPgSQL, maybe there is no psycopg2 installed. v0.6.x
2010-08-09 Pascal Volk man5/vmm.cfg: Added description for new settings in section database. v0.6.x
2010-08-09 Pascal Volk Updated INSTALL and setup.py. v0.6.x
2010-08-09 Pascal Volk VMM/handler: Added support for psycopg2. v0.6.x
2010-08-09 Pascal Volk VMM/cli/main: Adjusted _get_handler() to changes in config module. v0.6.x
2010-08-09 Pascal Volk VMM/config: Extended configuration check and raise only a ConfigError. v0.6.x
2010-08-07 Pascal Volk VMM/…: Provide parameters as tuple to cursor.execute(). v0.6.x
2010-08-07 Pascal Volk VMM/handler: Small code cleanups. v0.6.x
2010-08-07 Pascal Volk VMM/common: Reformulated error message in exec_ok. v0.6.x
2010-08-07 Pascal Volk VMM/cli/config: Except the VMMError from exec_ok in configure(). v0.6.x
2010-08-07 Pascal Volk VMM/config: Use common.VERSION_RE, instead of defining the regexp two times. v0.6.x
2010-08-07 Pascal Volk VMM/common: Made the version re pattern object accessible as VERSION_RE. v0.6.x
2010-08-06 Pascal Volk VMM/cli/handler: Don't perform config and environment checks twice. v0.6.x
2010-08-06 Pascal Volk VMM/cli/subcommands: Added subcommands configget and configset. v0.6.x
2010-08-06 Pascal Volk VMM/cli/config: CliConfig.set raise a ConfigError, if the new v0.6.x
2010-08-06 Pascal Volk VMM/cli/main: Except more errors and handle them correct. v0.6.x
2010-08-06 Pascal Volk VMM/config: LazyConfig._get_section_option check for empty section/option names. v0.6.x
2010-08-05 Pascal Volk VMM/…: Unified messages and removed non-ASCII quotes. v0.6.x
2010-08-05 Pascal Volk vmm: Renamed to VirtualMailManager/cli/main.py. Splitted subcommands v0.6.x
2010-08-05 Pascal Volk VMM/cli/handler: CliHandler.user_password: Only prompt for the v0.6.x
2010-08-05 Pascal Volk VMM/account: Made Account._services available as account.SERVICES. v0.6.x
2010-08-04 Pascal Volk VMM/{,cli/}handler: user_add: Check earlier if the account exists. v0.6.x
2010-08-03 Pascal Volk VMM/domain: Added missing comma in Domain.get_info's SELECT list. v0.6.x
2010-08-01 Pascal Volk VMM/handler: Updated Handler.user_{disable,enable} methods to v0.6.x
2010-08-01 Pascal Volk VMM/account: Reworked methods enable/disable in order to accept v0.6.x
2010-07-30 Pascal Volk VMM/{account,handler}: Account delete, use the boolean keyword force too. v0.6.x
2010-07-30 Pascal Volk man/{,de/}man1/vmm.1.rst: Updated domaindelete part. v0.6.x
2010-07-30 Pascal Volk VMM/domain: Simplified Domain.delete() related methods and their arguments, v0.6.x
2010-07-30 Pascal Volk VMM/handler: _make_home() Create the domain directory if it v0.6.x
2010-07-30 Pascal Volk VMM/account: Replaced property domain_directory by domain. v0.6.x
2010-07-29 Pascal Volk VMM/common: Removed unused import. v0.6.x
2010-07-29 Pascal Volk VMM/handler: Use more common.lisdir() in Handler's methods _chkenv, v0.6.x
2010-07-29 Pascal Volk VMM/common: Replaced function is_dir() by lisdir(). v0.6.x
2010-07-29 Pascal Volk VMM/handler: Reworked methods _get_disk_usage, _delete_home and v0.6.x
2010-07-29 Pascal Volk VMM/constants: Added MIN_GID and MIN_UID. v0.6.x
2010-07-28 Pascal Volk VMM/mailbox: Removed accidentally committed debug print statement. v0.6.x
2010-07-28 Pascal Volk VMM/…: More PEP-8 fixes; eliminated __names. v0.6.x
2010-07-28 Pascal Volk VMM/transport: Converted _mixedCase method names to v0.6.x
2010-07-28 Pascal Volk VMM/*: Made all modules names lowercase, adjusted imports. v0.6.x
2010-07-28 Pascal Volk VMM//{,cli/}Handler: PEP-8-ified the Handler classes: v0.6.x
2010-07-27 Pascal Volk VMM//{,cli/}Handler: Reworked configuration related parts. v0.6.x
2010-07-27 Pascal Volk VMM/constants: Added __copyright__. v0.6.x
2010-07-26 Pascal Volk VMM/constants: Replaced the constants subpackage by a module. v0.6.x
(0) -300 -100 -60 +60 +100 +300 tip