2010-02-07 Pascal Volk VMM/{,cli/}Handler: reverted most of cs cf1b5f22dbd2 added a cli handler. v0.6.x
2010-02-06 Pascal Volk moved VMM/cli/CliConfig to VMM/cli/Config v0.6.x
2010-02-06 Pascal Volk VMM/Handler: __init__ accepts now a config_type ('default'||'cli'). v0.6.x
2010-02-06 Pascal Volk VMM/{,cli/Cli}Config: Moved interactive stuff to new CliConfig class. v0.6.x
2010-02-05 Pascal Volk moved VMM/cli/handler to VMM/Handler v0.6.x
2010-02-05 Pascal Volk VMM/*: Moved some methods from classes to modules __init__. v0.6.x
2010-02-04 Pascal Volk moved VMM/VMM to VMM/cli/handler v0.6.x
2010-02-02 Pascal Volk vmm: reworked subcommand/arguments mapping. v0.6.x
2010-02-01 Pascal Volk VMM/VMM: Allow version/help subcommands even with missing configuration options. v0.6.x
2010-02-01 Pascal Volk update_config: do not add options w/ default values. v0.6.x
2010-02-01 Pascal Volk VMM/Config: dropped option config.done v0.6.x
2010-01-30 Pascal Volk man: updated documentation … v0.6.x
2010-01-29 Pascal Volk po: Quick refresh - for documentation purpose. v0.6.x
2010-01-26 Pascal Volk man/{,de/}man5: added a note about how to use default settings. v0.6.x
2010-01-25 Pascal Volk man: Added used default values to manual. v0.6.x
2010-01-24 Pascal Volk VMM/VMM: allow configure subcommand also with missing settings. v0.6.x
2010-01-24 Pascal Volk VMM/Config: reworked configuration handling. v0.6.x
2010-01-22 Pascal Volk branch merge v0.6.x
2010-01-22 Pascal Volk VMM/Config: Fixed error handling of missing sections in vmm.cfg.
2010-01-22 Pascal Volk VMM/Config: Fixed error handling of missing sections in vmm.cfg. v0.6.x
2010-01-18 Pascal Volk man: reworded some parts. v0.6.x
2010-01-18 Pascal Volk man: updated man/{de/,}man5/vmm.cfg.5, using reStructuredText now v0.6.x
2010-01-14 Pascal Volk vmm.cfg: a few re-renamed configuration options. v0.6.x
2010-01-13 Pascal Volk update_config.py: adjusted functions stuff to renamed settings. v0.6.x
2010-01-13 Pascal Volk vmm.cfg: dealt with the most overdue section/option renaming. v0.6.x
2010-01-04 Pascal Volk INSTALL: Adapted pgsql configuration steps to that in the wiki. v0.6.x
2010-01-02 Pascal Volk *.sh: Added --force option to python setup.py install call. v0.6.x
2010-01-02 Pascal Volk setup.py: Fixed a UserWarning that may occur with older Python. v0.6.x
2010-01-02 Pascal Volk Updated copyright notices to include the year 2010.
2009-12-27 Pascal Volk Removed the svn-ish tag trunk
2009-10-23 Pascal Volk *.pgsql: moved to pgsql/
2009-10-22 Pascal Volk Moved Postfix PostgreSQL client configuration files into the postfix directory.
2009-10-22 Pascal Volk VMM: Don't prompt endless for a password. Stop after 3rd failure.
2009-10-20 Pascal Volk vmm: plan_a_b s/address/object/
2009-10-20 Pascal Volk Added comments for the Translation Project. Updated PO template.
2009-10-19 Pascal Volk Fixed some grammar errors and typos. (Reported by Clytie Siddall)
2009-10-11 Pascal Volk Added the Vietnamese translation to the repository.
2009-09-29 Pascal Volk Updated Dutch translation (translated by Erwin Poeze).
2009-09-10 Pascal Volk Ignore unsupported locale setting and silently fall back to 'C'.
2009-09-09 Pascal Volk Added tag vmm-0.5.2 for changeset 3e972996da7f
2009-09-09 Pascal Volk Released vmm-0.5.2 vmm-0.5.2
2009-09-09 Pascal Volk Improved error handling in vmm's {alias}domaininfo.
2009-09-08 Pascal Volk Added the Dutch translation to the repository.
2009-09-08 Pascal Volk Improved error handling in vmm's {user,alias,relocated}info.
2009-09-07 Pascal Volk Alias.__init__(): Check really if the given address is not used.
2009-09-07 Pascal Volk Sort alias addresses in Account.getAliases() / vmm userinfo.
2009-09-05 Pascal Volk Small optimizations in Account.getAliases() and Alias.getInfo().
2009-09-05 Pascal Volk Code cleanup/optimization in VMM's idn2ascii() and ace2idna().
2009-09-04 Pascal Volk Reduced the mixing/concatenating of str and unicode objects.
2009-09-04 Pascal Volk Small optimization in w_std()/w_err() 'avoid the dot'.
2009-09-03 Pascal Volk Code cleanup/optimization in VirtualMailManager's __getSalt().
2009-09-02 Pascal Volk Added the French translation to the repository.
2009-09-02 Pascal Volk Reorganized module import.
2009-09-01 Pascal Volk Don't crash if the date format not only consists of ASCII signs.
2009-08-31 Pascal Volk Reorganized imports, eliminated a potential UnicodeEncodeError.
2009-08-25 Pascal Volk Updated documentation
2009-08-25 Pascal Volk Fixed a Python2.4.4 SyntaxError
2009-08-25 Pascal Volk Replaced angle quotes by quotation marks.
2009-08-23 Pascal Volk Added a deprecated warning for managesieve. Updated translation.
2009-08-22 Pascal Volk Updated documentation
2009-08-22 Pascal Volk avoid error message if used with version 0.5.2
2009-08-21 Pascal Volk Updated translation.
2009-08-21 Pascal Volk Converted VirtualMailManager and Postconf to new-style classes.
2009-08-21 Pascal Volk Updated documentation
2009-08-21 Pascal Volk removed GRANT statement. It's mentioned in UPGRADE
2009-08-21 Pascal Volk Removed the currently not needed WHERE clause from the VIEW.
2009-08-21 Pascal Volk Added create SQL scripts for Dovecot v1.2.x
2009-08-21 Pascal Volk Added update SQL scripts for Dovecot v1.2.x
2009-08-20 Pascal Volk Converted to new-style class, added __slots__.
2009-08-20 Pascal Volk Converted to new-style class, added __slots__, updated queries.
2009-08-20 Pascal Volk Comments updated.
2009-08-20 Pascal Volk Small code cleanups (replaced dir+'/'+file by os.path.join()).
2009-08-19 Pascal Volk Rewrote upgrade script and config update script
2009-08-19 Pascal Volk Updated long_description, download_url and platforms.
2009-08-18 Pascal Volk Fixed a logical mistake in EmailAddress.__ne__() (not used),
2009-08-18 Pascal Volk Added sieve/managesieve switching stuff,
2009-08-18 Pascal Volk Fixed a libpq.OperationalError in Account.delete()
2009-08-17 Pascal Volk Config: renamed services.managesieve to services.sieve,
2009-08-17 Pascal Volk Hopefully the final UnicodeDecodeError fix for the Config class
2009-08-16 Pascal Volk Added the essential changes since vmm-0.4. Partly reformatted.
2009-08-14 Pascal Volk Transport: converted to new-style class; Domain: query reduction
2009-08-14 Pascal Volk VMM: Fixed an AttributeError, caused by the last commit.
2009-08-13 Pascal Volk VMM.EmailAddress: Added __slots__
2009-08-12 Pascal Volk Added tag vmm-0.5.1 for changeset dc98cc162c66
2009-08-12 Pascal Volk Released vmm-0.5.1 vmm-0.5.1
2009-08-12 Pascal Volk Updated Postfix PostgreSQL client configuration files
2009-08-10 Pascal Volk Restored update_*_0.4.x-0.5.p*, modified upgrade.sh for v. 0.5.1
2009-08-09 Pascal Volk VMM.Config: replaced the last non encoded print statement.
2009-08-09 Pascal Volk Removed svn keywords, more POSIX compliant shell scripts
2009-08-07 Pascal Volk .hgignore: added to repository
2009-08-06 Pascal Volk INSTALL, man/*: small enhancement and corrections
2009-08-01 convert-repo update tags
2009-07-24 Pascal Volk * 'VirtualMailManager/Config.py'
2009-07-24 Pascal Volk removed single quotes around bin.postconf
2008-12-27 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-12-23 Pascal Volk * 'VirtualMailManager/Config.py'
2008-12-08 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-11-26 Pascal Volk * 'VirtualMailManager/constants/VERSION.py' vmm-0.5
2008-10-11 Pascal Volk * 'INSTALL'
2008-10-07 Pascal Volk * 'INSTALL'
2008-10-05 Pascal Volk * 'VirtualMailManager/Account.py'
2008-09-18 Pascal Volk small fixes/updates
2008-09-17 Pascal Volk * 'VirtualMailManager/Alias.py'
2008-09-16 Pascal Volk * 'VirtualMailManager/EmailAddress.py'
2008-09-16 Pascal Volk * 'VirtualMailManager/ext/Postconf.py'
2008-09-12 Pascal Volk * 'TODO'
2008-09-12 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-09-12 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-09-11 Pascal Volk „speedup commit“ ;-)
2008-09-10 Pascal Volk * 'install.sh'
2008-09-09 Pascal Volk * 'create_tables.pgsql'
2008-09-08 Pascal Volk * 'man/de/man1/vmm.1'
2008-09-08 Pascal Volk * 'VirtualMailManager/Account.py'
2008-09-08 Pascal Volk * 'VirtualMailManager/__init__.py'
2008-09-08 Pascal Volk * 'VirtualMailManager/EmailAddress.py'
2008-09-06 Pascal Volk * 'create_optional_types_and_functions.pgsql'
2008-09-03 Pascal Volk 'create_optional_types_and_functions.pgsql'
2008-09-02 Pascal Volk 'create_optional_types_and_functions.pgsql'
2008-09-01 Pascal Volk * 'create_optional_types_and_functions.pgsql'
2008-08-31 Pascal Volk * 'create_tables.pgsql'
2008-08-29 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-08-27 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-08-27 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-08-26 Pascal Volk * 'create_tables.pgsql'
2008-08-25 Pascal Volk * 'VirtualMailManager/Account.py'
2008-08-25 Pascal Volk * 'VirtualMailManager/Account.py'
2008-08-24 Pascal Volk * 'vmm'
2008-08-24 Pascal Volk * 'create_tables.pgsql'
2008-08-24 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-08-23 Pascal Volk * 'VirtualMailManager/Exceptions.py'
2008-08-23 Pascal Volk * 'setup.py'
2008-08-23 Pascal Volk * 'man/man1/vmm.1'
2008-08-23 Pascal Volk * 'VirtualMailManager/Domain.py'
2008-08-23 Pascal Volk * 'man/de/man1/vmm.1'
2008-08-22 Pascal Volk * 'VirtualMailManager/AliasDomain.py'
2008-08-22 Pascal Volk * 'VirtualMailManager/Exceptions.py'
2008-08-22 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-08-22 Pascal Volk * 'VirtualMailManager/DomainAlias.py'
2008-08-21 Pascal Volk * 'VirtualMailManager/Alias.py'
2008-08-20 Pascal Volk * Switched from pygettext to xgettext -> small adjustments to these files:
2008-08-19 Pascal Volk * 'VirtualMailManager/Domain.py'
2008-08-19 Pascal Volk * 'VirtualMailManager/Config.py'
2008-08-19 Pascal Volk * 'VirtualMailManager/Exceptions.py'
2008-08-18 Pascal Volk * Removed gettext import and setup in VirtualMailManager/:
2008-08-16 Pascal Volk * 'po/de.po'
2008-08-16 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-08-15 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-08-14 Pascal Volk * 'VirtualMailManager/Account.py'
2008-08-14 Pascal Volk * 'create_tables.pgsql'
2008-08-07 Pascal Volk * 'VirtualMailManager/Account.py'
2008-08-06 Pascal Volk * 'vmm'
2008-06-17 Pascal Volk * 'install.sh'
2008-06-11 Pascal Volk * 'VirtualMailManager/Alias.py'
2008-06-11 Pascal Volk * 'install.sh'
2008-05-26 Pascal Volk * 'vmm.1'
2008-05-25 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-05-18 Pascal Volk * 'VirtualMailManager/Account.py'
2008-05-15 Pascal Volk now vmm.cfg conforms to example in INSTALL.
2008-05-13 Pascal Volk * 'install.sh'
2008-05-10 Pascal Volk * 'install.sh'
2008-05-07 Pascal Volk * 'INSTALL'
2008-05-01 Pascal Volk fixed typo in CREATE TABLE users
2008-05-01 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-05-01 Pascal Volk * 'install.sh'
2008-04-30 Pascal Volk * 'vmm.cfg.5' vmm-0.4
2008-04-29 Pascal Volk * 'vmm.cfg.5'
2008-04-28 Pascal Volk * 'vmm.cfg.5'
2008-04-26 Pascal Volk * 'vmm.1'
2008-04-22 Pascal Volk * 'vmm.1'
2008-04-21 Pascal Volk * 'vmm.1'
2008-04-21 Pascal Volk * 'create_tables.pgsql'
2008-04-18 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-04-15 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-04-15 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-04-14 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
2008-04-10 Pascal Volk * 'update_config_0.3.x-0.4.py'
2008-04-06 Pascal Volk * 'update_config_0.3.x-0.4.py'
2008-03-04 Pascal Volk * 'create_tables.pgsql'
2008-03-03 Pascal Volk * 'VirtualMailManager/Alias.py'
2008-03-02 Pascal Volk * 'pgsql-virtual_mailbox_domains.cf'
2008-03-02 Pascal Volk * 'pgsql-transport.cf'
2008-03-02 Pascal Volk * 'create_tables.pgsql'
2008-02-02 Pascal Volk * 'create_tables.pgsql'
2008-01-18 Pascal Volk * 'create_tables.pgsql'
2008-01-15 Pascal Volk * 'create_tables.pgsql'
2008-01-11 Pascal Volk * 'vmm'
2008-01-09 Pascal Volk * 'install.sh'
2008-01-09 Pascal Volk * VirtualMailManager/Account.py:
2008-01-08 Pascal Volk * 'VirtualMailManager/Exceptions.py' vmm-0.3.1
2008-01-08 Pascal Volk * 'vmm'
2008-01-06 Pascal Volk Initial import @sf.net vmm-0.3
(0) tip