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.
(0) -100 -60 +60 +100 +300 tip