Fri, 30 Apr 2010 04:42:08 +0000 Pascal Volk VMM/Handler: fixed destination check in Handler.aliasAdd(). v0.6.x
Fri, 30 Apr 2010 03:03:47 +0000 Pascal Volk VMM/Alias: moved the postconf stuff from the Handlers to Alias class. v0.6.x
Fri, 30 Apr 2010 00:01:15 +0000 Pascal Volk VMM/{Config,Handler}: moved Config.install() to Handler.cfg_install(). v0.6.x
Thu, 29 Apr 2010 23:03:24 +0000 Pascal Volk VMM/cli/Handler: fixed AttributeError in CliHandler.__init__(). v0.6.x
Thu, 29 Apr 2010 12:08:43 +0000 Pascal Volk VMM/Handler: removed password hashing related stuff. v0.6.x
Thu, 29 Apr 2010 11:51:12 +0000 Pascal Volk VMM{,/cli}/Handler: adjusted user* methods to the changes in Account. v0.6.x
Thu, 29 Apr 2010 08:48:50 +0000 Pascal Volk VMM/Account: always pass the EmailAddress to the pwhash() call. v0.6.x
Thu, 29 Apr 2010 05:57:53 +0000 Pascal Volk VMM/Account: some modifications and small improvements in class Account. v0.6.x
Thu, 29 Apr 2010 03:38:19 +0000 Pascal Volk VMM/password: added small output check on _dovecotpw(). v0.6.x
Thu, 29 Apr 2010 03:05:22 +0000 Pascal Volk VMM/common: added a caching dict for version_hex()/version_str() v0.6.x
Wed, 28 Apr 2010 09:00:02 +0000 Pascal Volk VMM/Config: Added method Config.install() -> global cfg_dget(). v0.6.x
Wed, 28 Apr 2010 05:37:14 +0000 Pascal Volk INSTALL: dropped group mail related stuff. v0.6.x
Wed, 28 Apr 2010 05:28:36 +0000 Pascal Volk configuration: Dropped setting misc.gid_mail. v0.6.x
Wed, 28 Apr 2010 04:12:29 +0000 Pascal Volk man/{,de/}man5/vmm.cfg.5.rst: Updated descriptions of dovecotpw v0.6.x
Wed, 28 Apr 2010 03:34:57 +0000 Pascal Volk VMM: added new modules password and pycompat.hashlib. v0.6.x
Wed, 28 Apr 2010 02:24:23 +0000 Pascal Volk VMM/maillocation: Use the hex version, since we are able to convert v0.6.x
Tue, 27 Apr 2010 22:49:46 +0000 Tobias Berling VMM/{Account,common,Handler}: Improved version_hex(). v0.6.x
Mon, 26 Apr 2010 02:15:36 +0000 Pascal Volk VMM/{Account,common,maillocation}: Dovecot version (check) fixes. v0.6.x
Sun, 25 Apr 2010 04:51:14 +0000 Pascal Volk Use the complete Dovecot version, not only the concatenated major v0.6.x
Sun, 25 Apr 2010 03:03:09 +0000 Pascal Volk VMM/common: improved version_hex() in order to convert also v0.6.x
Sat, 24 Apr 2010 02:49:45 +0000 Pascal Volk VMM: moved some non-init functions to the new common module. v0.6.x
Fri, 23 Apr 2010 03:18:44 +0000 Pascal Volk setup.py: Added sub-package pycompat to the packages list. v0.6.x
Thu, 22 Apr 2010 18:51:16 +0000 Pascal Volk VMM/pycompat: is now a sub-package. v0.6.x
Tue, 20 Apr 2010 03:04:16 +0000 Pascal Volk merged changes from default(9bf8d97ced88) v0.6.x
Tue, 20 Apr 2010 02:59:08 +0000 Pascal Volk VMM/VMM: corrected name of password scheme PLAIN-MD4.
Sun, 18 Apr 2010 19:02:23 +0000 Tobias Berling VMM/Alias.py: Replaced some %r with '%s'. v0.6.x
Sun, 18 Apr 2010 15:42:46 +0000 Pascal Volk VMM: added 'Configuration' variable and set_configuration(). v0.6.x
Sat, 17 Apr 2010 21:39:00 +0000 Pascal Volk VMM/Handler: renamed some methods and added their missing docstrings: v0.6.x
Fri, 16 Apr 2010 03:58:07 +0000 Pascal Volk VMM: moved functions ace2idna(), check_domainname(), idn2ascii() v0.6.x
Fri, 16 Apr 2010 03:02:34 +0000 Pascal Volk VMM: moved check_localpart() to the EmailAddress module. v0.6.x
Thu, 15 Apr 2010 23:25:24 +0000 Pascal Volk VMM/Account: renamed function getAccountByID -> get_account_by_uid. v0.6.x
Thu, 15 Apr 2010 22:04:33 +0000 Pascal Volk VMM/Handler: Implemented Handler._chk_other_address_types(). v0.6.x
Thu, 15 Apr 2010 20:21:18 +0000 Pascal Volk VMM/{Account,Alias,Relocated}: added a address property to the classes v0.6.x
Thu, 15 Apr 2010 19:46:53 +0000 Pascal Volk VMM/Relocated: implemented Relocated.__nonzero__() for truth value testing. v0.6.x
Thu, 15 Apr 2010 17:10:02 +0000 Pascal Volk merged changes from default(dbcb29ac89fa) v0.6.x
Thu, 15 Apr 2010 17:06:30 +0000 Pascal Volk INSTALL: simplified the 'SETUID copy of deliver' part
Thu, 15 Apr 2010 03:42:04 +0000 Pascal Volk VMM/Account: Account.get_info() use the domain's transport, if tid matches. v0.6.x
Thu, 15 Apr 2010 03:05:01 +0000 Pascal Volk VMM/Account: reworked class Account. v0.6.x
Tue, 13 Apr 2010 18:11:52 +0000 Pascal Volk VMM/Handler: adjusted Handler.aliasDomain*() methods to changes v0.6.x
Tue, 13 Apr 2010 18:07:52 +0000 Pascal Volk VMM/AliasDomain: some cleanups in class AliasDomain. v0.6.x
Mon, 05 Apr 2010 15:04:55 +0000 Pascal Volk VMM/Domain: search() small code cleanups. v0.6.x
Mon, 05 Apr 2010 14:54:53 +0000 Pascal Volk VMM/Handler: small code cleanups and an improved import statement. v0.6.x
Mon, 05 Apr 2010 11:26:54 +0000 Pascal Volk merged changes from default(184970fd7486) v0.6.x
Mon, 05 Apr 2010 11:00:13 +0000 Pascal Volk VMM/Domain: search() lists now all matching domains, also when
Mon, 05 Apr 2010 10:22:51 +0000 Pascal Volk VMM/VMM: applied 'code compression' from v0.6.x(09b7e3fe29b3) to
Sun, 04 Apr 2010 22:44:58 +0000 Tobias Berling VMM/Handler: compressed Handler.domainList() and replaced “%s” with '%s' in v0.6.x
Sun, 04 Apr 2010 08:16:46 +0000 Pascal Volk VMM/Domain: reworked Domain class. v0.6.x
Sat, 03 Apr 2010 02:14:13 +0000 Pascal Volk VMM/Transport: Renamed attribute/property {,_}id to {,_}tid. v0.6.x
Fri, 02 Apr 2010 17:30:44 +0000 Pascal Volk VMM: check_localpart() use '%s' instead of %r in error messages. v0.6.x
Sun, 21 Mar 2010 09:59:05 +0000 Pascal Volk merged changes from default(8c4df3dd2d2c) v0.6.x
Sun, 21 Mar 2010 09:26:00 +0000 Pascal Volk vmm: minimal cleanups. v0.6.x
Sun, 21 Mar 2010 09:17:26 +0000 Pascal Volk VMM: VirtualMailManager.__pwhash() added support for 'doveadm pw'.
Wed, 03 Mar 2010 20:54:18 +0000 Pascal Volk man: updated configuration manual pages (maildir.* -> mailbox.*). v0.6.x
Wed, 03 Mar 2010 20:23:18 +0000 Pascal Volk vmm.cfg: renamed maildir.folders to mailbox.folders. maildir.name v0.6.x
Wed, 03 Mar 2010 14:32:30 +0000 Pascal Volk VMM/maillocation: MailLocation.__init__(): take a 'format' name, v0.6.x
Tue, 02 Mar 2010 19:24:36 +0000 Pascal Volk VMM/Account: Adjusted to changes in maillocation.MailLocation. v0.6.x
Tue, 02 Mar 2010 17:40:58 +0000 Pascal Volk VMM/maillocation: rewrote MailLocation class. v0.6.x
Mon, 01 Mar 2010 05:31:43 +0000 Pascal Volk VMM/Transport: reworked Transport class. v0.6.x
Mon, 01 Mar 2010 04:46:46 +0000 Pascal Volk VMM/pycompat: added function any() for Python 2.4 v0.6.x
Mon, 01 Mar 2010 02:31:03 +0000 Pascal Volk replaced some "for x in list …" v0.6.x
Sun, 28 Feb 2010 20:51:34 +0000 Pascal Volk VMM/Domain: get_gid() return 0 instead of raising an Exception, v0.6.x
Sat, 27 Feb 2010 21:36:55 +0000 Pascal Volk VMM/Alias: renamed Alias.add_destination() to add_destinations(). v0.6.x
Sat, 27 Feb 2010 20:58:49 +0000 Pascal Volk doc: Added the alias documentation. v0.6.x
Sat, 27 Feb 2010 10:51:04 +0000 Pascal Volk VMM/pycompat: added to the repository. Provides all() for Py24. v0.6.x
Sat, 27 Feb 2010 09:28:33 +0000 Pascal Volk VMM/EmailAddress: implemented EmailAddress.__hash__(). v0.6.x
Sat, 27 Feb 2010 06:24:20 +0000 Pascal Volk VMM/cli: small optimizations in the functions w_std() and w_err() v0.6.x
Fri, 26 Feb 2010 02:35:25 +0000 Pascal Volk Moved VirtualMailManager/Exceptions to VirtualMailManager/errors. v0.6.x
Thu, 25 Feb 2010 17:56:08 +0000 Pascal Volk PEP-8-ified the work of the last days. v0.6.x
Wed, 24 Feb 2010 05:48:15 +0000 Pascal Volk VMM/Exceptions: use the inherited CTor in all VMM*Exception classes. v0.6.x
Wed, 24 Feb 2010 05:04:30 +0000 Pascal Volk VMM:/{Alias,EmailAddress,Relocated}: use assertions for argument checks. v0.6.x
Wed, 24 Feb 2010 04:01:48 +0000 Pascal Volk doc: extended documentation. v0.6.x
Mon, 22 Feb 2010 10:44:13 +0000 Pascal Volk VMM/Config: LazyConfig.getboolean(), convert the value in our getboolean. v0.6.x
Mon, 22 Feb 2010 10:25:48 +0000 Pascal Volk Added 'doc/build' to the ignored files. v0.6.x
Mon, 22 Feb 2010 10:20:46 +0000 Pascal Volk VMM{/Config}: reduced docstrings. Added doc to the repository. v0.6.x
Mon, 22 Feb 2010 04:26:52 +0000 Pascal Volk VMM: removed unneeded/duplicated regular expression definitions v0.6.x
Mon, 22 Feb 2010 03:14:12 +0000 Pascal Volk VMM/Config: moved Config.sections() to class LazyConfig. v0.6.x
Sat, 20 Feb 2010 17:20:52 +0000 Pascal Volk VMM/Config: renamed LazyConfig's get_boolean() to getboolean(). v0.6.x
Sat, 13 Feb 2010 04:20:09 +0000 Pascal Volk VMM/cli: added __init__.py to the repository. v0.6.x
Sat, 13 Feb 2010 03:20:42 +0000 Pascal Volk VMM/{,cli/}Config: fixed imports. Small code cleanups and cosmetic. v0.6.x
Fri, 12 Feb 2010 09:10:54 +0000 Pascal Volk VMM/Alias: small code cleanups and cosmetic. v0.6.x
Fri, 12 Feb 2010 04:26:30 +0000 Pascal Volk VMM/Relocated: small code cleanups and cosmetic. v0.6.x
Fri, 12 Feb 2010 04:15:18 +0000 Pascal Volk VMM/Config: LazyConfigOption.__init__() cast 'default' to 'cls'. v0.6.x
Thu, 11 Feb 2010 07:20:49 +0000 Pascal Volk VMM/Config: attributes of class LazyConfigOption are read-only now. v0.6.x
Thu, 11 Feb 2010 03:08:11 +0000 Pascal Volk VMM: renamed function chk_domainname() -> check_domainname(). v0.6.x
Wed, 10 Feb 2010 08:55:51 +0000 Pascal Volk VMM/Domain: added function get_gid() to the Domain module. v0.6.x
Wed, 10 Feb 2010 07:38:19 +0000 Pascal Volk VMM/{Relocated,Handler}: reworked Relocated class, adjusted Handler. v0.6.x
Wed, 10 Feb 2010 02:13:35 +0000 Pascal Volk VMM/{Alias,Handler}: reworked Alias class, adjusted Handler class. v0.6.x
Tue, 09 Feb 2010 22:14:08 +0000 Pascal Volk VMM/EmailAddress: reworked class EmailAddress again. v0.6.x
Tue, 09 Feb 2010 04:59:40 +0000 Pascal Volk VMM/EmailAddress: reworked once more. v0.6.x
Mon, 08 Feb 2010 03:14:59 +0000 Pascal Volk VMM/EmailAddress: rework EmailAddress class. v0.6.x
Sun, 07 Feb 2010 06:28:35 +0000 Pascal Volk VMM/Handler: fixed a SyntaxError. Oops v0.6.x
Sun, 07 Feb 2010 06:12:48 +0000 Pascal Volk VMM/Handler: __mailDirMake() add warning for skipped mailboxes. v0.6.x
Sun, 07 Feb 2010 03:44:04 +0000 Pascal Volk VMM/{,cli/}Handler: reverted most of cs cf1b5f22dbd2 added a cli handler. v0.6.x
Sat, 06 Feb 2010 18:42:05 +0000 Pascal Volk moved VMM/cli/CliConfig to VMM/cli/Config v0.6.x
Sat, 06 Feb 2010 04:09:17 +0000 Pascal Volk VMM/Handler: __init__ accepts now a config_type ('default'||'cli'). v0.6.x
Sat, 06 Feb 2010 02:11:55 +0000 Pascal Volk VMM/{,cli/Cli}Config: Moved interactive stuff to new CliConfig class. v0.6.x
Fri, 05 Feb 2010 20:16:44 +0000 Pascal Volk moved VMM/cli/handler to VMM/Handler v0.6.x
Fri, 05 Feb 2010 20:13:32 +0000 Pascal Volk VMM/*: Moved some methods from classes to modules __init__. v0.6.x
Thu, 04 Feb 2010 19:08:01 +0000 Pascal Volk moved VMM/VMM to VMM/cli/handler v0.6.x
Tue, 02 Feb 2010 02:28:28 +0000 Pascal Volk vmm: reworked subcommand/arguments mapping. v0.6.x
Mon, 01 Feb 2010 20:53:39 +0000 Pascal Volk VMM/VMM: Allow version/help subcommands even with missing configuration options. v0.6.x
Mon, 01 Feb 2010 19:57:42 +0000 Pascal Volk update_config: do not add options w/ default values. v0.6.x
Mon, 01 Feb 2010 18:46:17 +0000 Pascal Volk VMM/Config: dropped option config.done v0.6.x
Sat, 30 Jan 2010 05:15:21 +0000 Pascal Volk man: updated documentation … v0.6.x
Fri, 29 Jan 2010 23:56:45 +0000 Pascal Volk po: Quick refresh - for documentation purpose. v0.6.x
Tue, 26 Jan 2010 19:39:51 +0000 Pascal Volk man/{,de/}man5: added a note about how to use default settings. v0.6.x
Mon, 25 Jan 2010 03:09:47 +0000 Pascal Volk man: Added used default values to manual. v0.6.x
Sun, 24 Jan 2010 09:06:05 +0000 Pascal Volk VMM/VMM: allow configure subcommand also with missing settings. v0.6.x
Sun, 24 Jan 2010 06:40:38 +0000 Pascal Volk VMM/Config: reworked configuration handling. v0.6.x
Fri, 22 Jan 2010 04:31:38 +0000 Pascal Volk branch merge v0.6.x
Fri, 22 Jan 2010 04:22:59 +0000 Pascal Volk VMM/Config: Fixed error handling of missing sections in vmm.cfg.
Fri, 22 Jan 2010 04:00:48 +0000 Pascal Volk VMM/Config: Fixed error handling of missing sections in vmm.cfg. v0.6.x
Mon, 18 Jan 2010 18:34:48 +0000 Pascal Volk man: reworded some parts. v0.6.x
Mon, 18 Jan 2010 03:23:50 +0000 Pascal Volk man: updated man/{de/,}man5/vmm.cfg.5, using reStructuredText now v0.6.x
Thu, 14 Jan 2010 06:18:34 +0000 Pascal Volk vmm.cfg: a few re-renamed configuration options. v0.6.x
Wed, 13 Jan 2010 00:55:50 +0000 Pascal Volk update_config.py: adjusted functions stuff to renamed settings. v0.6.x
Wed, 13 Jan 2010 00:08:44 +0000 Pascal Volk vmm.cfg: dealt with the most overdue section/option renaming. v0.6.x
Mon, 04 Jan 2010 22:35:07 +0000 Pascal Volk INSTALL: Adapted pgsql configuration steps to that in the wiki. v0.6.x
Sat, 02 Jan 2010 19:56:58 +0000 Pascal Volk *.sh: Added --force option to python setup.py install call. v0.6.x
Sat, 02 Jan 2010 19:37:20 +0000 Pascal Volk setup.py: Fixed a UserWarning that may occur with older Python. v0.6.x
Sat, 02 Jan 2010 15:45:12 +0000 Pascal Volk Updated copyright notices to include the year 2010.
Sun, 27 Dec 2009 00:15:39 +0000 Pascal Volk Removed the svn-ish tag trunk
Fri, 23 Oct 2009 00:20:33 +0000 Pascal Volk *.pgsql: moved to pgsql/
Thu, 22 Oct 2009 19:30:46 +0000 Pascal Volk Moved Postfix PostgreSQL client configuration files into the postfix directory.
Thu, 22 Oct 2009 18:40:06 +0000 Pascal Volk VMM: Don't prompt endless for a password. Stop after 3rd failure.
Tue, 20 Oct 2009 18:58:09 +0000 Pascal Volk vmm: plan_a_b s/address/object/
Tue, 20 Oct 2009 02:41:36 +0000 Pascal Volk Added comments for the Translation Project. Updated PO template.
Mon, 19 Oct 2009 00:56:19 +0000 Pascal Volk Fixed some grammar errors and typos. (Reported by Clytie Siddall)
Sun, 11 Oct 2009 13:48:50 +0000 Pascal Volk Added the Vietnamese translation to the repository.
Tue, 29 Sep 2009 23:03:35 +0000 Pascal Volk Updated Dutch translation (translated by Erwin Poeze).
Thu, 10 Sep 2009 01:42:26 +0000 Pascal Volk Ignore unsupported locale setting and silently fall back to 'C'.
Wed, 09 Sep 2009 07:13:20 +0000 Pascal Volk Added tag vmm-0.5.2 for changeset 3e972996da7f
Wed, 09 Sep 2009 07:11:51 +0000 Pascal Volk Released vmm-0.5.2 vmm-0.5.2
Wed, 09 Sep 2009 02:24:33 +0000 Pascal Volk Improved error handling in vmm's {alias}domaininfo.
Tue, 08 Sep 2009 17:22:18 +0000 Pascal Volk Added the Dutch translation to the repository.
Tue, 08 Sep 2009 02:41:08 +0000 Pascal Volk Improved error handling in vmm's {user,alias,relocated}info.
Mon, 07 Sep 2009 21:40:36 +0000 Pascal Volk Alias.__init__(): Check really if the given address is not used.
Mon, 07 Sep 2009 04:40:33 +0000 Pascal Volk Sort alias addresses in Account.getAliases() / vmm userinfo.
Sat, 05 Sep 2009 18:46:33 +0000 Pascal Volk Small optimizations in Account.getAliases() and Alias.getInfo().
Sat, 05 Sep 2009 18:01:04 +0000 Pascal Volk Code cleanup/optimization in VMM's idn2ascii() and ace2idna().
Fri, 04 Sep 2009 20:27:39 +0000 Pascal Volk Reduced the mixing/concatenating of str and unicode objects.
Fri, 04 Sep 2009 19:38:50 +0000 Pascal Volk Small optimization in w_std()/w_err() 'avoid the dot'.
Thu, 03 Sep 2009 05:33:52 +0000 Pascal Volk Code cleanup/optimization in VirtualMailManager's __getSalt().
Wed, 02 Sep 2009 20:30:16 +0000 Pascal Volk Added the French translation to the repository.
Wed, 02 Sep 2009 06:08:53 +0000 Pascal Volk Reorganized module import.
Tue, 01 Sep 2009 05:35:06 +0000 Pascal Volk Don't crash if the date format not only consists of ASCII signs.
Mon, 31 Aug 2009 04:58:45 +0000 Pascal Volk Reorganized imports, eliminated a potential UnicodeEncodeError.
Tue, 25 Aug 2009 12:17:56 +0000 Pascal Volk Updated documentation
Tue, 25 Aug 2009 11:36:36 +0000 Pascal Volk Fixed a Python2.4.4 SyntaxError
Tue, 25 Aug 2009 11:08:00 +0000 Pascal Volk Replaced angle quotes by quotation marks.
Sun, 23 Aug 2009 17:08:18 +0000 Pascal Volk Added a deprecated warning for managesieve. Updated translation.
Sat, 22 Aug 2009 20:24:50 +0000 Pascal Volk Updated documentation
Sat, 22 Aug 2009 18:21:04 +0000 Pascal Volk avoid error message if used with version 0.5.2
Fri, 21 Aug 2009 18:41:33 +0000 Pascal Volk Updated translation.
Fri, 21 Aug 2009 17:42:22 +0000 Pascal Volk Converted VirtualMailManager and Postconf to new-style classes.
Fri, 21 Aug 2009 11:25:14 +0000 Pascal Volk Updated documentation
Fri, 21 Aug 2009 11:24:28 +0000 Pascal Volk removed GRANT statement. It's mentioned in UPGRADE
Fri, 21 Aug 2009 08:17:53 +0000 Pascal Volk Removed the currently not needed WHERE clause from the VIEW.
Fri, 21 Aug 2009 08:10:10 +0000 Pascal Volk Added create SQL scripts for Dovecot v1.2.x
Fri, 21 Aug 2009 07:30:00 +0000 Pascal Volk Added update SQL scripts for Dovecot v1.2.x
Thu, 20 Aug 2009 06:12:33 +0000 Pascal Volk Converted to new-style class, added __slots__.
Thu, 20 Aug 2009 03:28:26 +0000 Pascal Volk Converted to new-style class, added __slots__, updated queries.
Thu, 20 Aug 2009 02:00:25 +0000 Pascal Volk Comments updated.
Thu, 20 Aug 2009 01:22:53 +0000 Pascal Volk Small code cleanups (replaced dir+'/'+file by os.path.join()).
Wed, 19 Aug 2009 09:52:24 +0000 Pascal Volk Rewrote upgrade script and config update script
Wed, 19 Aug 2009 02:28:43 +0000 Pascal Volk Updated long_description, download_url and platforms.
Tue, 18 Aug 2009 05:08:51 +0000 Pascal Volk Fixed a logical mistake in EmailAddress.__ne__() (not used),
Tue, 18 Aug 2009 03:00:00 +0000 Pascal Volk Added sieve/managesieve switching stuff,
Tue, 18 Aug 2009 02:29:15 +0000 Pascal Volk Fixed a libpq.OperationalError in Account.delete()
Mon, 17 Aug 2009 06:31:14 +0000 Pascal Volk Config: renamed services.managesieve to services.sieve,
Mon, 17 Aug 2009 04:56:13 +0000 Pascal Volk Hopefully the final UnicodeDecodeError fix for the Config class
Sun, 16 Aug 2009 04:14:38 +0000 Pascal Volk Added the essential changes since vmm-0.4. Partly reformatted.
Fri, 14 Aug 2009 06:40:55 +0000 Pascal Volk Transport: converted to new-style class; Domain: query reduction
Fri, 14 Aug 2009 06:16:01 +0000 Pascal Volk VMM: Fixed an AttributeError, caused by the last commit.
Thu, 13 Aug 2009 23:24:51 +0000 Pascal Volk VMM.EmailAddress: Added __slots__
Wed, 12 Aug 2009 04:38:30 +0000 Pascal Volk Added tag vmm-0.5.1 for changeset dc98cc162c66
Wed, 12 Aug 2009 04:29:42 +0000 Pascal Volk Released vmm-0.5.1 vmm-0.5.1
Wed, 12 Aug 2009 01:53:47 +0000 Pascal Volk Updated Postfix PostgreSQL client configuration files
Mon, 10 Aug 2009 03:29:52 +0000 Pascal Volk Restored update_*_0.4.x-0.5.p*, modified upgrade.sh for v. 0.5.1
Sun, 09 Aug 2009 03:57:15 +0000 Pascal Volk VMM.Config: replaced the last non encoded print statement.
Sun, 09 Aug 2009 00:37:56 +0000 Pascal Volk Removed svn keywords, more POSIX compliant shell scripts
Fri, 07 Aug 2009 02:40:34 +0200 Pascal Volk .hgignore: added to repository
Fri, 07 Aug 2009 01:03:46 +0200 Pascal Volk INSTALL, man/*: small enhancement and corrections
Sat, 01 Aug 2009 16:27:52 +0000 convert-repo update tags
Fri, 24 Jul 2009 02:16:34 +0000 Pascal Volk * 'VirtualMailManager/Config.py'
Fri, 24 Jul 2009 01:21:12 +0000 Pascal Volk removed single quotes around bin.postconf
Sat, 27 Dec 2008 12:59:57 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Tue, 23 Dec 2008 19:39:54 +0000 Pascal Volk * 'VirtualMailManager/Config.py'
Mon, 08 Dec 2008 22:23:26 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Wed, 26 Nov 2008 23:50:04 +0000 Pascal Volk * 'VirtualMailManager/constants/VERSION.py' vmm-0.5
Sat, 11 Oct 2008 17:38:35 +0000 Pascal Volk * 'INSTALL'
Tue, 07 Oct 2008 02:18:45 +0000 Pascal Volk * 'INSTALL'
Sun, 05 Oct 2008 03:33:38 +0000 Pascal Volk * 'VirtualMailManager/Account.py'
Thu, 18 Sep 2008 18:40:54 +0000 Pascal Volk small fixes/updates
Wed, 17 Sep 2008 02:43:16 +0000 Pascal Volk * 'VirtualMailManager/Alias.py'
Tue, 16 Sep 2008 20:03:09 +0000 Pascal Volk * 'VirtualMailManager/EmailAddress.py'
Tue, 16 Sep 2008 05:55:54 +0000 Pascal Volk * 'VirtualMailManager/ext/Postconf.py'
Fri, 12 Sep 2008 21:24:10 +0000 Pascal Volk * 'TODO'
Fri, 12 Sep 2008 20:57:08 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Fri, 12 Sep 2008 00:25:33 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Thu, 11 Sep 2008 20:38:30 +0000 Pascal Volk „speedup commit“ ;-)
Wed, 10 Sep 2008 00:00:37 +0000 Pascal Volk * 'install.sh'
Tue, 09 Sep 2008 04:29:13 +0000 Pascal Volk * 'create_tables.pgsql'
Mon, 08 Sep 2008 23:47:34 +0000 Pascal Volk * 'man/de/man1/vmm.1'
Mon, 08 Sep 2008 22:53:27 +0000 Pascal Volk * 'VirtualMailManager/Account.py'
Mon, 08 Sep 2008 05:37:56 +0000 Pascal Volk * 'VirtualMailManager/__init__.py'
Mon, 08 Sep 2008 05:30:17 +0000 Pascal Volk * 'VirtualMailManager/EmailAddress.py'
Sat, 06 Sep 2008 03:07:28 +0000 Pascal Volk * 'create_optional_types_and_functions.pgsql'
Wed, 03 Sep 2008 01:44:25 +0000 Pascal Volk 'create_optional_types_and_functions.pgsql'
Tue, 02 Sep 2008 01:15:41 +0000 Pascal Volk 'create_optional_types_and_functions.pgsql'
Mon, 01 Sep 2008 03:11:23 +0000 Pascal Volk * 'create_optional_types_and_functions.pgsql'
Sun, 31 Aug 2008 04:12:38 +0000 Pascal Volk * 'create_tables.pgsql'
Fri, 29 Aug 2008 03:28:25 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Wed, 27 Aug 2008 20:42:41 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Wed, 27 Aug 2008 04:52:32 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Tue, 26 Aug 2008 01:53:48 +0000 Pascal Volk * 'create_tables.pgsql'
Mon, 25 Aug 2008 20:45:54 +0000 Pascal Volk * 'VirtualMailManager/Account.py'
Mon, 25 Aug 2008 14:49:43 +0000 Pascal Volk * 'VirtualMailManager/Account.py'
Sun, 24 Aug 2008 22:26:00 +0000 Pascal Volk * 'vmm'
Sun, 24 Aug 2008 18:23:59 +0000 Pascal Volk * 'create_tables.pgsql'
Sun, 24 Aug 2008 04:57:11 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Sat, 23 Aug 2008 22:25:21 +0000 Pascal Volk * 'VirtualMailManager/Exceptions.py'
Sat, 23 Aug 2008 20:30:36 +0000 Pascal Volk * 'setup.py'
Sat, 23 Aug 2008 16:26:39 +0000 Pascal Volk * 'man/man1/vmm.1'
Sat, 23 Aug 2008 15:32:12 +0000 Pascal Volk * 'VirtualMailManager/Domain.py'
Sat, 23 Aug 2008 03:00:30 +0000 Pascal Volk * 'man/de/man1/vmm.1'
Fri, 22 Aug 2008 22:39:03 +0000 Pascal Volk * 'VirtualMailManager/AliasDomain.py'
Fri, 22 Aug 2008 20:00:50 +0000 Pascal Volk * 'VirtualMailManager/Exceptions.py'
Fri, 22 Aug 2008 16:25:15 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Fri, 22 Aug 2008 03:07:53 +0000 Pascal Volk * 'VirtualMailManager/DomainAlias.py'
Thu, 21 Aug 2008 01:23:31 +0000 Pascal Volk * 'VirtualMailManager/Alias.py'
Wed, 20 Aug 2008 02:22:43 +0000 Pascal Volk * Switched from pygettext to xgettext -> small adjustments to these files:
Tue, 19 Aug 2008 04:30:34 +0000 Pascal Volk * 'VirtualMailManager/Domain.py'
Tue, 19 Aug 2008 02:56:01 +0000 Pascal Volk * 'VirtualMailManager/Config.py'
Tue, 19 Aug 2008 02:40:43 +0000 Pascal Volk * 'VirtualMailManager/Exceptions.py'
Mon, 18 Aug 2008 01:56:31 +0000 Pascal Volk * Removed gettext import and setup in VirtualMailManager/:
Sat, 16 Aug 2008 02:48:36 +0000 Pascal Volk * 'po/de.po'
Sat, 16 Aug 2008 02:19:32 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Fri, 15 Aug 2008 21:00:26 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Thu, 14 Aug 2008 18:05:21 +0000 Pascal Volk * 'VirtualMailManager/Account.py'
Thu, 14 Aug 2008 00:33:31 +0000 Pascal Volk * 'create_tables.pgsql'
Thu, 07 Aug 2008 22:27:29 +0000 Pascal Volk * 'VirtualMailManager/Account.py'
Wed, 06 Aug 2008 22:11:17 +0000 Pascal Volk * 'vmm'
Tue, 17 Jun 2008 00:37:23 +0000 Pascal Volk * 'install.sh'
Wed, 11 Jun 2008 05:07:07 +0000 Pascal Volk * 'VirtualMailManager/Alias.py'
Wed, 11 Jun 2008 00:05:22 +0000 Pascal Volk * 'install.sh'
Mon, 26 May 2008 22:18:19 +0000 Pascal Volk * 'vmm.1'
Sun, 25 May 2008 03:42:42 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Sun, 18 May 2008 04:51:12 +0000 Pascal Volk * 'VirtualMailManager/Account.py'
Thu, 15 May 2008 19:24:11 +0000 Pascal Volk now vmm.cfg conforms to example in INSTALL.
Tue, 13 May 2008 03:20:02 +0000 Pascal Volk * 'install.sh'
Sat, 10 May 2008 02:56:33 +0000 Pascal Volk * 'install.sh'
Wed, 07 May 2008 19:09:55 +0000 Pascal Volk * 'INSTALL'
Thu, 01 May 2008 23:39:01 +0000 Pascal Volk fixed typo in CREATE TABLE users
Thu, 01 May 2008 19:27:06 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Thu, 01 May 2008 00:51:11 +0000 Pascal Volk * 'install.sh'
Wed, 30 Apr 2008 04:05:13 +0000 Pascal Volk * 'vmm.cfg.5' vmm-0.4
Tue, 29 Apr 2008 00:13:50 +0000 Pascal Volk * 'vmm.cfg.5'
Mon, 28 Apr 2008 21:33:28 +0000 Pascal Volk * 'vmm.cfg.5'
Sat, 26 Apr 2008 02:49:34 +0000 Pascal Volk * 'vmm.1'
Tue, 22 Apr 2008 07:34:02 +0000 Pascal Volk * 'vmm.1'
Mon, 21 Apr 2008 21:37:28 +0000 Pascal Volk * 'vmm.1'
Mon, 21 Apr 2008 04:56:01 +0000 Pascal Volk * 'create_tables.pgsql'
Fri, 18 Apr 2008 03:46:11 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Tue, 15 Apr 2008 02:49:21 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Tue, 15 Apr 2008 01:28:34 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Mon, 14 Apr 2008 02:21:46 +0000 Pascal Volk * 'VirtualMailManager/VirtualMailManager.py'
Thu, 10 Apr 2008 03:24:12 +0000 Pascal Volk * 'update_config_0.3.x-0.4.py'
Sun, 06 Apr 2008 21:36:00 +0000 Pascal Volk * 'update_config_0.3.x-0.4.py'
Tue, 04 Mar 2008 23:28:04 +0000 Pascal Volk * 'create_tables.pgsql'
Mon, 03 Mar 2008 23:48:07 +0000 Pascal Volk * 'VirtualMailManager/Alias.py'
Sun, 02 Mar 2008 23:15:13 +0000 Pascal Volk * 'pgsql-virtual_mailbox_domains.cf'
Sun, 02 Mar 2008 22:41:59 +0000 Pascal Volk * 'pgsql-transport.cf'
Sun, 02 Mar 2008 20:22:00 +0000 Pascal Volk * 'create_tables.pgsql'
Sat, 02 Feb 2008 19:48:17 +0000 Pascal Volk * 'create_tables.pgsql'
Fri, 18 Jan 2008 20:25:05 +0000 Pascal Volk * 'create_tables.pgsql'
Tue, 15 Jan 2008 01:33:25 +0000 Pascal Volk * 'create_tables.pgsql'
Fri, 11 Jan 2008 01:24:07 +0000 Pascal Volk * 'vmm'
Wed, 09 Jan 2008 20:34:31 +0000 Pascal Volk * 'install.sh'
Wed, 09 Jan 2008 14:47:30 +0000 Pascal Volk * VirtualMailManager/Account.py:
Tue, 08 Jan 2008 21:35:40 +0000 Pascal Volk * 'VirtualMailManager/Exceptions.py' vmm-0.3.1
Tue, 08 Jan 2008 12:30:20 +0000 Pascal Volk * 'vmm'
Sun, 06 Jan 2008 18:22:10 +0000 Pascal Volk Initial import @sf.net vmm-0.3
(0) +480 tip